Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-21 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-11-19 | Password Resets: Don't accept tokens above a certain age. | lain | |
By default, one day | |||
2020-10-13 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-10-13 | alias alphabetically order | Alexander Strizhakov | |
2020-10-13 | EnsurePublicOrAuthenticatedPlug module name | Alexander Strizhakov | |
2020-10-13 | FederatingPlug module name | Alexander Strizhakov | |
2020-10-13 | OAuthScopesPlug module name | Alexander Strizhakov | |
2020-10-13 | more files renamings | Alexander Strizhakov | |
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\/>' |