Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-12 | Preload `/api/pleroma/frontend_configurations`, fixes #1932 | Alex Gleason | |
2020-10-12 | Refactor User.confirm/1, add more tests | Alex Gleason | |
2020-10-11 | Move admin approval email logic into User.post_register_action/1 | Alex Gleason | |
2020-10-11 | Registration tests | Alex Gleason | |
2020-10-11 | Handle User.post_register_action/1 in steps | Alex Gleason | |
2020-09-17 | Merge branch 'develop' into issue/2099 | Maksim Pechnikov | |
2020-09-10 | expire mfa tokens through Oban | Alexander Strizhakov | |
2020-09-06 | added import mutes | Maksim Pechnikov | |
2020-09-02 | Disallow password resets for deactivated accounts. | Mark Felder | |
Ensure all responses to password reset events are identical. | |||
2020-07-27 | Fix User.registration_reason HTML sanitizing issues | Alex Gleason | |
2020-07-16 | Sanitize `reason` param in POST /api/v1/accounts | Alex Gleason | |
2020-07-14 | Email admins when a new unapproved account is up for review | Alex Gleason | |
2020-07-14 | Accept `reason` in POST /api/v1/accounts and store in DB | Alex Gleason | |
2020-07-09 | Use the Pleroma.Config alias | Mark Felder | |
2020-06-29 | Remove `/statusnet/config` | Egor Kislitsyn | |
2020-06-29 | Fix warning | Egor Kislitsyn | |
2020-06-29 | Merge branch 'develop' into remove-twitter-api | Egor Kislitsyn | |
2020-06-03 | add status_net/config | stwf | |
2020-05-16 | Merge branch 'develop' into 'remove-twitter-api' | lain | |
# Conflicts: # lib/pleroma/web/nodeinfo/nodeinfo_controller.ex | |||
2020-05-07 | Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵ | Maksim | |
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController | |||
2020-04-29 | Add tests for account registration with captcha enabled and improve errors | Egor Kislitsyn | |
2020-04-29 | Fix account registration when captcha is enabled but not provided | Egor Kislitsyn | |
2020-04-28 | Merge 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-24 | [#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted ↵ | Ivan Tashkinov | |
:skip_plug definitions for some endpoints. | |||
2020-04-22 | Merge branch 'develop' into openapi/account | Egor Kislitsyn | |
2020-04-22 | Merge 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-22 | Fixed OAuth restrictions for :api routes. Made auth info dropped for :api ↵ | Ivan Tashkinov | |
routes if OAuth check was neither performed nor explicitly skipped. | |||
2020-04-22 | Fix blocks import | Egor Kislitsyn | |
2020-04-22 | Fix follow import | Egor Kislitsyn | |
2020-04-21 | Automatic checks of authentication / instance publicity. Definition of ↵ | Ivan Tashkinov | |
missing OAuth scopes in AdminAPIController. Refactoring. | |||
2020-04-20 | Merge branch 'develop' into openapi/account | Egor Kislitsyn | |
2020-04-17 | Merge branch 'feature/1584-client-captcha-options' into 'develop' | Haelwenn | |
Creating trusted app from adminFE & mix task Closes #1584 See merge request pleroma/pleroma!2252 | |||
2020-04-13 | Add spec for AccountController.create | Egor Kislitsyn | |
2020-04-06 | Enforcement of OAuth scopes check for authenticated API endpoints, ↵ | Ivan Tashkinov | |
:skip_plug plug to mark a plug explicitly skipped (disabled). | |||
2020-03-26 | Partially restore `/api/statusnet/config.json` | Egor Kislitsyn | |
2020-03-24 | Remove some TwitterAPI endpoints | Egor Kislitsyn | |
2020-03-23 | creating trusted app from adminFE & mix task | Alexander Strizhakov | |
2020-03-06 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1560-non-federating-instances-routes-restrictions | |||
2020-03-04 | Merge branch 'fix/no-email-no-fail' into 'develop' | lain | |
Do not fail when user has no email See merge request pleroma/pleroma!2249 | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1560-non-federating-instances-routes-restrictions | |||
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-27 | Do not fail when user has no email | Egor Kislitsyn | |
2020-02-22 | [#1560] Restricted AP- & OStatus-related routes for non-federating instances. | Ivan Tashkinov | |
2020-01-21 | remote_follow_controller.ex: Redirect to the user page on success | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1245 | |||
2020-01-12 | Merge branch 'develop' into issue/1354 | Mark Felder | |
2019-12-25 | added code of mr#2067 | Maksim Pechnikov | |
2019-12-22 | update test | Maksim Pechnikov | |
2019-12-22 | Apply suggestion to lib/pleroma/web/twitter_api/views/remote_follow_view.ex | Maksim | |
2019-12-22 | Apply suggestion to ↵ | Maksim | |
lib/pleroma/web/twitter_api/controllers/remote_follow_controller.ex |