Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10-13 | alias alphabetically order | Alexander Strizhakov | |
2020-10-13 | EnsurePublicOrAuthenticatedPlug module name | Alexander Strizhakov | |
2020-10-13 | OAuthScopesPlug module name | Alexander Strizhakov | |
2020-04-24 | [#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted ↵ | Ivan Tashkinov | |
:skip_plug definitions for some endpoints. | |||
2020-04-15 | [#2349] Made :skip_plug/2 prevent plug from being executed even if ↵ | Ivan Tashkinov | |
explicitly called. Refactoring. Tests. |