aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api
AgeCommit message (Expand)Author
2020-07-27Fix User.registration_reason HTML sanitizing issuesAlex Gleason
2020-07-16Sanitize `reason` param in POST /api/v1/accountsAlex Gleason
2020-07-14Email admins when a new unapproved account is up for reviewAlex Gleason
2020-07-14Accept `reason` in POST /api/v1/accounts and store in DBAlex Gleason
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
2020-05-07Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> Pleroma.Web.Plero...Maksim
2020-04-29Add tests for account registration with captcha enabled and improve errorsEgor Kislitsyn
2020-04-29Fix account registration when captcha is enabled but not providedEgor Kislitsyn
2020-04-28Merge remote-tracking branch 'remotes/origin/develop' into automatic-authenti...Ivan Tashkinov
2020-04-24[#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted :sk...Ivan Tashkinov
2020-04-22Merge branch 'develop' into openapi/accountEgor Kislitsyn
2020-04-22Merge remote-tracking branch 'remotes/origin/develop' into automatic-authenti...Ivan Tashkinov
2020-04-22Fixed OAuth restrictions for :api routes. Made auth info dropped for :api rou...Ivan Tashkinov
2020-04-22Fix blocks importEgor Kislitsyn
2020-04-22Fix follow importEgor Kislitsyn
2020-04-21Automatic checks of authentication / instance publicity. Definition of missin...Ivan Tashkinov
2020-04-20Merge branch 'develop' into openapi/accountEgor Kislitsyn
2020-04-17Merge branch 'feature/1584-client-captcha-options' into 'develop'Haelwenn
2020-04-13Add spec for AccountController.createEgor Kislitsyn
2020-04-06Enforcement of OAuth scopes check for authenticated API endpoints, :skip_plug...Ivan Tashkinov
2020-03-26Partially restore `/api/statusnet/config.json`Egor Kislitsyn
2020-03-24Remove some TwitterAPI endpointsEgor Kislitsyn
2020-03-23creating trusted app from adminFE & mix taskAlexander Strizhakov
2020-03-06Merge remote-tracking branch 'remotes/origin/develop' into 1560-non-federatin...Ivan Tashkinov
2020-03-04Merge branch 'fix/no-email-no-fail' into 'develop'lain
2020-03-03Update CopyrightsMark Felder
2020-03-02Merge remote-tracking branch 'remotes/origin/develop' into 1560-non-federatin...Ivan Tashkinov
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
2020-02-27Do not fail when user has no emailEgor Kislitsyn
2020-02-22[#1560] Restricted AP- & OStatus-related routes for non-federating instances.Ivan Tashkinov
2020-01-21remote_follow_controller.ex: Redirect to the user page on successHaelwenn (lanodan) Monnier
2020-01-12Merge branch 'develop' into issue/1354Mark Felder
2019-12-25added code of mr#2067Maksim Pechnikov
2019-12-22update testMaksim Pechnikov
2019-12-22Apply suggestion to lib/pleroma/web/twitter_api/views/remote_follow_view.exMaksim
2019-12-22Apply suggestion to lib/pleroma/web/twitter_api/controllers/remote_follow_con...Maksim
2019-12-21moved remote follow in separate controllerMaksim Pechnikov
2019-12-19Merge remote-tracking branch 'remotes/origin/develop' into oauth-scopes-tweak...Ivan Tashkinov
2019-12-17Add ActivityPub Object Event type supportThomas Citharel
2019-12-15OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: co...Ivan Tashkinov
2019-10-20[#1304] Moved remaining fields from User.Info to User.Ivan Tashkinov
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-10-06[#1234] Merge remote-tracking branch 'remotes/upstream/develop' into 1234-mas...Ivan Tashkinov
2019-10-02[#1234] Merge remote-tracking branch 'remotes/upstream/develop' into 1234-mas...Ivan Tashkinov
2019-09-26Merge branch 'develop' into tests/mastodon_api_controller.exMaksim Pechnikov