Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-13 | TwitterAPI: Make change_email require body params instead of query | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503 | |||
2021-08-13 | TwitterAPI: Make change_password require body params instead of query | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503 | |||
2021-06-08 | Refactor skipped plugs into Pleroma.Web functions | Alex Gleason | |
Speeds up recompilation by reducing compile cycles | |||
2021-06-07 | Create WrapperAuthenticator and simplify Authenticator behaviour | Alex Gleason | |
Speeds up recompilation by reducing compile-time cycles | |||
2021-06-04 | Merge branch 'tests/openapi-everywhere' into 'develop' | Haelwenn | |
Put OpenAPI ~everywhere in tests See merge request pleroma/pleroma!3324 | |||
2021-05-31 | Deprecate Pleroma.Web.base_url/0 | Alex Gleason | |
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles. | |||
2021-05-18 | Switch to aliasing `Router.Helpers` instead of importing | Alex Gleason | |
2021-03-15 | OpenAPI: TwitterAPI Util Controller | Haelwenn (lanodan) Monnier | |
2021-03-15 | TwitterAPI: Remove unused read notification function | Haelwenn (lanodan) Monnier | |
2021-03-15 | Remove deprecated /api/qvitter/statuses/notifications/read | Haelwenn (lanodan) Monnier | |
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | Mark Felder | |
2021-01-15 | Make setting user activation status explicit | Mark Felder | |
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
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. |