aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api/views
AgeCommit message (Expand)Author
2022-08-20Make remote interaction page translatableTusooa Zhu
2022-08-20Display status link in remote interaction formTusooa Zhu
2022-07-10Merge branch 'from/upstream-develop/tusooa/2830-remote-fo-mp' into 'develop'Haelwenn
2022-07-10Pass remote follow avatar into media proxyTusooa Zhu
2022-03-20Merge branch 'from/upstream-develop/tusooa/translate-pages' into 'develop'Haelwenn
2022-02-28Make password reset pages translatableTusooa Zhu
2022-02-25Copyright bump for 2022Sean King
2022-02-21Make remote follow pages translatableTusooa Zhu
2021-05-31Deprecate Pleroma.Web.base_url/0Alex Gleason
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2020-10-12Preload `/api/pleroma/frontend_configurations`, fixes #1932Alex Gleason
2020-06-03add status_net/configstwf
2020-03-03Update CopyrightsMark Felder
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
2019-12-22update testMaksim Pechnikov
2019-12-22Apply suggestion to lib/pleroma/web/twitter_api/views/remote_follow_view.exMaksim
2019-12-21moved remote follow in separate controllerMaksim Pechnikov
2019-08-31Remove Activity, User and Notification views from TwitterAPIrinpatch
2019-08-14Use info.fields instead of source_data for remote usersEgor Kislitsyn
2019-08-14Add custom fields to TwitterAPI.UserViewEgor Kislitsyn
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-06-24[#184] small refactoring reset passwordMaksim
2019-06-04Merge branch 'develop' into issue/941Maksim Pechnikov
2019-06-03update api to set skip_thread_containmentMaksim Pechnikov
2019-05-25twitter api: user view: expose user notification settings under pleroma objectWilliam Pitcock
2019-05-21Add virtual :thread_muted? fieldAaron Tinio
2019-05-15CommonAPI: Refactor visibility, forbid public to private replies.lain
2019-05-09Use "repeated" instead of "retweeted" for repeated statuses in Twitter APIFrancis Dinh
2019-05-03TwitterAPI: profile update with emoji_mapHaelwenn (lanodan) Monnier
2019-05-03Web.TwitterAPI.UserView: Also view local user emojisHaelwenn (lanodan) Monnier
2019-04-28Fix `rights` in TwitterAPI's user entity being present only forrinpatch
2019-04-24Fix leaking private configuration parameters in Mastodon and Twitter APIs, an...rinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-15Remove inReplyToStatusIdrinpatch
2019-04-05Refactor html caching functions to have a key instead of a module, use more c...rinpatch
2019-03-23Fix text being nullable in TwitterAPIrinpatch
2019-03-21common api: move context functions from twitterapiWilliam Pitcock
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-03Merge branch 'feature/add-pagination-to-users-admin-api' into 'develop'kaniini
2019-03-03Remove follow_request_count as it's not needed for FE anymore.eugenijm
2019-02-28Use Mastodon API views in Admin APIMaxim Filippov
2019-02-28Merge branch 'with-mutes' into 'develop'kaniini
2019-02-28Added deactivated to the user vieweugenijm
2019-02-28Add pagination to users admin APIMaxim Filippov
2019-02-27Add user muted status info to twitterapi.lain
2019-02-27Add more admin actionsMaxim Filippov
2019-02-18Merge branch 'feature/add-oauth-tokens-endpoint' into 'develop'kaniini
2019-02-17Render only "id", "valid_until" and "app_name" in TokenViewMaxim Filippov
2019-02-15Add logic for keeping follow_request_count up-to-date on the `follow`,eugenijm
2019-02-13Add OAuth tokens endpointMaxim Filippov