Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-18 | Add opting out of Google FLoC to HTTPSecurityPlug headers | Sean King | |
2021-02-25 | Improved recursion through the api route list | Mark Felder | |
2021-02-24 | Attempt to filter out API calls from FrontendStatic plug | Mark Felder | |
2021-02-17 | OAuthScopesPlug: remove transform_scopes in favor of explicit admin scope ↵ | rinpatch | |
definitions Transforming scopes is no longer necessary since we are dropping support for accessing admin api without `admin:` prefix in scopes. | |||
2021-02-11 | [#2510] Improved support for app-bound OAuth tokens. Auth-related refactoring. | Ivan Tashkinov | |
2021-01-27 | Add active user count | Egor Kislitsyn | |
2021-01-21 | Allow to define custom HTTP headers per each frontend | eugenijm | |
2021-01-21 | Ability to set the Service-Worker-Allowed header | eugenijm | |
2021-01-14 | Pbkdf2: Use it everywhere. | Lain Soykaf | |
2021-01-13 | Password: Replace Pbkdf2 with Password. | lain | |
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/>;' | |||
2021-01-08 | More places we should be using Upload.base_url | Mark Felder | |
2021-01-05 | Remove configurability of upload proxy opts, simplify | Mark Felder | |
2020-12-18 | Cachex: Make caching provider switchable at runtime. | lain | |
Defaults to Cachex. | |||
2020-12-06 | [#3112] Ensured presence and consistency of :user and :token assigns ↵ | Ivan Tashkinov | |
(EnsureUserTokenAssignsPlug). Refactored auth info dropping functions. | |||
2020-11-28 | Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements | Ivan Tashkinov | |
2020-11-27 | digest algorithm is taken from header | Alexander Strizhakov | |
2020-11-25 | Session token setting on token exchange. Auth-related refactoring. | Ivan Tashkinov | |
2020-11-21 | Session-based OAuth auth fixes (token expiration check), refactoring, tweaks. | Ivan Tashkinov | |
2020-10-31 | Auth subsystem refactoring and tweaks. | Ivan Tashkinov | |
Added proper OAuth skipping for SessionAuthenticationPlug. Integrated LegacyAuthenticationPlug into AuthenticationPlug. Adjusted tests & docs. | |||
2020-10-27 | FrontStatic plug: excluded invalid url | Maksim Pechnikov | |
2020-10-13 | fixes after rebase | Alexander Strizhakov | |
2020-10-13 | fixes after rebase | Alexander Strizhakov | |
2020-10-13 | alias alphabetically order | Alexander Strizhakov | |
2020-10-13 | AdminSecretAuthenticationPlug module name | Alexander Strizhakov | |
2020-10-13 | AuthenticationPlug module name | Alexander Strizhakov | |
2020-10-13 | BasicAuthDecoderPlug module name | Alexander Strizhakov | |
2020-10-13 | DigestPlug rename | Alexander Strizhakov | |
2020-10-13 | Cache plug module name | Alexander Strizhakov | |
2020-10-13 | EnsureAuthenticatedPlug module name | Alexander Strizhakov | |
2020-10-13 | EnsurePublicOrAuthenticatedPlug module name | Alexander Strizhakov | |
2020-10-13 | EnsureUserKeyPlug module name | Alexander Strizhakov | |
2020-10-13 | ExpectAuthenticatedCheckPlug module name | Alexander Strizhakov | |
2020-10-13 | ExpectPublicOrAuthenticatedCheckPlug module name | Alexander Strizhakov | |
2020-10-13 | FederatingPlug module name | Alexander Strizhakov | |
2020-10-13 | HTTPSecurityPlug module name and filename | Alexander Strizhakov | |
2020-10-13 | IdempotencyPlug module name | Alexander Strizhakov | |
2020-10-13 | InstanceStatic module name | Alexander Strizhakov | |
2020-10-13 | LegacyAuthenticationPlug module name | Alexander Strizhakov | |
2020-10-13 | OAuthPlug module name | Alexander Strizhakov | |
2020-10-13 | OAuthScopesPlug module name | Alexander Strizhakov | |
2020-10-13 | PlugHelper module name | Alexander Strizhakov | |
2020-10-13 | RateLimiter module name | Alexander Strizhakov | |
2020-10-13 | RemoteIp module name | Alexander Strizhakov | |
2020-10-13 | SessionAuthenticationPlug module name | Alexander Strizhakov | |
2020-10-13 | SetFormatPlug module name | Alexander Strizhakov | |
2020-10-13 | SetLocalePlug module name | Alexander Strizhakov | |
2020-10-13 | SetUserSessionIdPlug module name | Alexander Strizhakov | |
2020-10-13 | StaticFEPlug module name | Alexander Strizhakov | |
2020-10-13 | TrailingFormatPlug module name | Alexander Strizhakov | |