Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
|
|
By default, one day
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ensure all responses to password reset events are identical.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# lib/pleroma/web/nodeinfo/nodeinfo_controller.ex
|
|
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController
|
|
|
|
|
|
automatic-authentication-and-instance-publicity-checks
# Conflicts:
# lib/pleroma/web/mastodon_api/controllers/account_controller.ex
|
|
:skip_plug definitions for some endpoints.
|
|
|
|
automatic-authentication-and-instance-publicity-checks
# Conflicts:
# lib/pleroma/web/mastodon_api/controllers/account_controller.ex
|
|
routes if OAuth check was neither performed nor explicitly skipped.
|
|
|
|
|
|
missing OAuth scopes in AdminAPIController. Refactoring.
|
|
|
|
Creating trusted app from adminFE & mix task
Closes #1584
See merge request pleroma/pleroma!2252
|
|
|
|
:skip_plug plug to mark a plug explicitly skipped (disabled).
|
|
|
|
|