Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-06-07 | Create WrapperAuthenticator and simplify Authenticator behaviour | Alex Gleason | |
Speeds up recompilation by reducing compile-time cycles | |||
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-03-03 | Update Copyrights | Mark Felder | |
2019-07-29 | constants: add as_public constant and use it everywhere | Ariadne Conill | |
2019-05-01 | Refactored Pleroma.Web.Auth.Authenticator | Maksim | |
2019-04-10 | [#923] OAuth consumer params handling refactoring. | Ivan Tashkinov | |
Registration and authorization-related params are wrapped in "authorization" in order to reduce edge cases number and simplify handling logic. | |||
2019-04-07 | [#923] Removed <br> elements from auth forms, adjusted docs, minor auth ↵ | Ivan Tashkinov | |
settings refactoring. | |||
2019-04-01 | [#923] Minor code readability fix. | Ivan Tashkinov | |
2019-03-27 | [#923] OAuth consumer improvements, fixes, refactoring. | Ivan Tashkinov | |
2019-03-20 | [#923] Nickname & email selection for external registrations, option to ↵ | Ivan Tashkinov | |
connect to existing account. | |||
2019-03-18 | [#923] Support for multiple (external) registrations per user via Registration. | Ivan Tashkinov | |
2019-03-15 | [#923] OAuth: prototype of sign in / sign up with Twitter. | Ivan Tashkinov | |
2019-02-28 | Renamed *DatabaseAuthenticator to *Authenticator. | Ivan Tashkinov | |