aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api/controllers
AgeCommit message (Collapse)Author
2022-08-20Make remote interaction page translatableTusooa Zhu
2022-08-20Display status link in remote interaction formTusooa Zhu
2022-08-20LintTusooa Zhu
2022-08-20Add GET endpoints for remote subscription formsTusooa Zhu
There are two reasons for adding a GET endpoint: 0: Barely displaying the form does not change anything on the server. 1: It makes frontend development easier as they can now use a link, instead of a form, to allow remote users to interact with local ones.
2022-08-20Add remote interaction ui for postsTusooa Zhu
2022-07-31Merge branch 'develop' into 'from/develop/tusooa/emit-move'tusooa
# Conflicts: # CHANGELOG.md # test/pleroma/user_test.exs
2022-02-25Copyright bump for 2022Sean King
2021-12-28Deal with target not found error in add_aliasTusooa Zhu
Ref: emit-move
2021-12-28Make move_account endpoint process non-existent users properlyTusooa Zhu
Ref: emit-move
2021-12-28Add deleting alias endpointTusooa Zhu
Ref: emit-move
2021-12-28Add get and add aliases endpointsTusooa Zhu
Ref: emit-move
2021-12-28Implement moving accountTusooa Zhu
Ref: emit-move
2021-12-25Merge remote-tracking branch 'origin/develop' into remote-follow-apimarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-15Merge branch 'delete-account-fix' into 'develop'lain
TwitterAPI: allow deleting one's own account with request body Closes #2799 and #2746 See merge request pleroma/pleroma!3564
2021-12-13TwitterAPI: allow deleting one's own account with request bodyAlex Gleason
2021-12-03Restore POST /auth/passwordAlex Gleason
2021-12-02remote_interaction API endpointmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-08-13TwitterAPI: Make change_email require body params instead of queryHaelwenn (lanodan) Monnier
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503
2021-08-13TwitterAPI: Make change_password require body params instead of queryHaelwenn (lanodan) Monnier
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503
2021-08-10TwitterAPI: Make change_email require body params instead of queryHaelwenn (lanodan) Monnier
2021-08-10TwitterAPI: Make change_password require body params instead of queryHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2740
2021-06-07Create WrapperAuthenticator and simplify Authenticator behaviourAlex Gleason
Speeds up recompilation by reducing compile-time cycles
2021-06-04Merge branch 'tests/openapi-everywhere' into 'develop'Haelwenn
Put OpenAPI ~everywhere in tests See merge request pleroma/pleroma!3324
2021-05-18Switch to aliasing `Router.Helpers` instead of importingAlex Gleason
2021-03-15OpenAPI: TwitterAPI Util ControllerHaelwenn (lanodan) Monnier
2021-03-15TwitterAPI: Remove unused read notification functionHaelwenn (lanodan) Monnier
2021-01-15Make setting user activation status explicitMark Felder
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-11-19Password Resets: Don't accept tokens above a certain age.lain
By default, one day
2020-10-13alias alphabetically orderAlexander Strizhakov
2020-10-13FederatingPlug module nameAlexander Strizhakov
2020-10-13OAuthScopesPlug module nameAlexander Strizhakov
2020-10-12Preload `/api/pleroma/frontend_configurations`, fixes #1932Alex Gleason
2020-09-17Merge branch 'develop' into issue/2099Maksim Pechnikov
2020-09-10expire mfa tokens through ObanAlexander Strizhakov
2020-09-06added import mutesMaksim Pechnikov
2020-07-09Use the Pleroma.Config aliasMark Felder
2020-06-29Remove `/statusnet/config`Egor Kislitsyn
2020-06-29Fix warningEgor Kislitsyn
2020-06-29Merge branch 'develop' into remove-twitter-apiEgor Kislitsyn
2020-06-03add status_net/configstwf
2020-05-16Merge branch 'develop' into 'remove-twitter-api'lain
# Conflicts: # lib/pleroma/web/nodeinfo/nodeinfo_controller.ex
2020-05-07Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵Maksim
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController
2020-04-22Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
automatic-authentication-and-instance-publicity-checks # Conflicts: # lib/pleroma/web/mastodon_api/controllers/account_controller.ex
2020-04-22Fix blocks importEgor Kislitsyn
2020-04-22Fix follow importEgor Kislitsyn
2020-04-21Automatic checks of authentication / instance publicity. Definition of ↵Ivan Tashkinov
missing OAuth scopes in AdminAPIController. Refactoring.
2020-03-26Partially restore `/api/statusnet/config.json`Egor Kislitsyn
2020-03-24Remove some TwitterAPI endpointsEgor Kislitsyn
2020-03-06Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1560-non-federating-instances-routes-restrictions