summaryrefslogtreecommitdiff
path: root/lib/pleroma/plugs/authentication_plug.ex
AgeCommit message (Expand)Author
2020-10-13moving plugs into web dirAlexander Strizhakov
2020-05-17AuthenticationPlug: Also update crypt passwords.lain
2020-05-17Authentication Plug: Update bcrypt password on login.lain
2020-05-14Pbkdf2.verify_pass --> AuthenticationPlug.checkpwAlex Gleason
2020-05-13Handle bcrypt passwords for Mastodon migrationAlex Gleason
2020-05-12Upgrade Comeonin to v5Alex Gleason
2020-04-17[#1682] Fixed Basic Auth permissions issue by disabling OAuth scopes checks w...Ivan Tashkinov
2020-03-03Update CopyrightsMark Felder
2019-07-18tests for Plugs.AuthenticationPlugMaksim
2019-07-15formattingMoonman
2019-07-14detect and use sha512-crypt for stored password hash.Moonman
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-09fix compile warningsMaksim Pechnikov
2018-09-05Add EnsureUserKeyPlug, smaller fixeslain
2018-09-05Simplify AuthenticationPluglain
2018-09-05change cond to if elseMoon Man
2018-09-05auth against sha512-crypt password hashes, upgrade to pbkdf2Moon Man
2018-03-30Format the code.lain
2018-03-27More Jason changes.lain
2017-12-07Don't log in deactivated users.Lain Iwakura
2017-12-04Fix basic auth for passwords with a colon.eal
2017-05-16AP refactoring.Roger Braun
2017-04-27Refactor code to comply with credo suggestionsdtluna
2017-03-30Short circuit user verification if cookie is present.Roger Braun
2017-03-20Don't use fetch access in plug.Roger Braun
2017-03-20Add basic auth.Roger Braun