Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-28 | Pleroma.Web.get_api_routes/0 --> Pleroma.Web.Router.get_api_routes/0 | Alex Gleason | |
Reduce recompilation time by breaking compile-time cycles | |||
2021-02-25 | Leave a note for future explorers | Mark Felder | |
2021-02-25 | No need to filter out Mix.env() from the API routes. | Mark Felder | |
2021-02-25 | Filter out MIX_ENV from route list and add a test | Mark Felder | |
2021-02-17 | Remove `:auth, :enforce_oauth_admin_scope_usage` | rinpatch | |
`admin` scope has been required by default for more than a year now and all apps that use the API seems to request a proper scope by now. | |||
2021-01-27 | Add tests | Egor Kislitsyn | |
2021-01-27 | Merge branch 'chore/tests-use-clear_config' into 'develop' | lain | |
Convert tests to all use clear_config instead of Pleroma.Config.put See merge request pleroma/pleroma!3282 | |||
2021-01-26 | Merge branch 'service-worker-allowed-header' into 'develop' | feld | |
Ability to set custom HTTP headers per each frontend See merge request pleroma/pleroma!3247 | |||
2021-01-26 | Convert tests to all use clear_config instead of Pleroma.Config.put | Mark Felder | |
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-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 | Change user.deactivated field to user.is_active | Mark Felder | |
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/>;' | |||
2020-12-21 | Test: More async/sync tweaks. | lain | |
2020-12-21 | Tests: Make as many tests as possible async. | lain | |
In general, tests that match these criteria can be made async: - Doesn't use real Cachex. - Doesn't write to the Config / Application Environment. - Uses Mock. Using Mox is fine. - Uses the streamer. | |||
2020-12-18 | Tests: Use NullCache for async tests. | lain | |
Caching can't work in async tests, so for them it is mocked to a null cache that is always empty. Synchronous tests are stubbed with the real Cachex, which is emptied after every test. | |||
2020-12-18 | Tests: Remove unneeded explicit cachex use. | lain | |
Only use cachex when we're actually testing it. | |||
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-30 | Remove unused aliases | Egor Kislitsyn | |
2020-10-27 | FrontStatic plug: excluded invalid url | Maksim Pechnikov | |
2020-10-13 | JPEG content_type must be image/jpeg | Mark Felder | |
2020-10-13 | changes 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 | 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 | IdempotencyPlug 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 | |