aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/auth
AgeCommit message (Collapse)Author
2020-03-03Update CopyrightsMark Felder
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-07-14detect and use sha512-crypt for stored password hash.Moonman
2019-06-05OAuth consumer: tests fix, comments, Keycloak config notes.Ivan Tashkinov
2019-05-13differences_in_mastoapi_responses.md: fullname & bio are optionnalAlexander Strizhakov
[ci skip]
2019-05-01Refactored Pleroma.Web.Auth.AuthenticatorMaksim
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-04-01[#923] Deps config adjustment (no `override` for `httpoison`), code analysis ↵Ivan Tashkinov
issues fixes.
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] External User registration refactoring, password randomization.Ivan Tashkinov
2019-03-18[#923] Support for multiple (external) registrations per user via Registration.Ivan Tashkinov
2019-03-18[#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
twitter_oauth # Conflicts: # config/config.exs # lib/pleroma/web/auth/pleroma_authenticator.ex
2019-03-15Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauthIvan Tashkinov
2019-03-15[#923] OAuth: prototype of sign in / sign up with Twitter.Ivan Tashkinov
2019-03-14Merge remote-tracking branch 'upstream/develop' into feature/openldap-supportlink0ff
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-12Support LDAP method start_tlslink0ff
2019-03-03Move LDAP code to LDAPAuthenticator. Use Authenticator for token_exchange ↵link0ff
with grant_type as well
2019-02-28Renamed *DatabaseAuthenticator to *Authenticator.Ivan Tashkinov
2019-02-28Added `auth_template/0` to DatabaseAuthenticator.Ivan Tashkinov
2019-02-28Made auth customization be runtime-configurable.Ivan Tashkinov
2019-02-26Added missing copyright headers.Ivan Tashkinov
2019-02-26Database authenticator behaviour / Pleroma implementation refactoring.Ivan Tashkinov