Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-24 | OAuthPlug: use user cache instead of joining | Hélène | |
As this plug is called on every request, this should reduce load on the database by not requiring to select on the users table every single time, and to instead use the by-ID user cache whenever possible. | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
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-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-13 | OAuthPlug module name | Alexander Strizhakov | |
2020-10-13 | moving plugs into web dir | Alexander Strizhakov | |