Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | tests consistency | Alexander Strizhakov | |
2020-05-25 | Skip failing `:crypt` test on mac | Egor Kislitsyn | |
2020-05-17 | AuthenticationPlug: Also update crypt passwords. | lain | |
2020-05-17 | Authentication Plug: Update bcrypt password on login. | lain | |
2020-05-13 | Handle bcrypt passwords for Mastodon migration | Alex Gleason | |
2020-05-12 | Upgrade Comeonin to v5 | Alex Gleason | |
https://github.com/riverrun/comeonin/blob/master/UPGRADE_v5.md | |||
2020-04-17 | [#1682] Fixed Basic Auth permissions issue by disabling OAuth scopes checks ↵ | Ivan Tashkinov | |
when password is provided. Refactored plugs skipping functionality. | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-07-22 | Exclude tests that use :crypt.crypt/2 on macOS | Sergey Suprunenko | |
2019-07-20 | [tests] Mock :crypt.crypt/2 function in AuthenticationPlugTest | Sergey Suprunenko | |
2019-07-18 | tests for Plugs.AuthenticationPlug | Maksim | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-09-05 | Simplify AuthenticationPlug | lain | |
2018-09-05 | auth against sha512-crypt password hashes, upgrade to pbkdf2 | Moon Man | |
2018-03-30 | Format the code. | lain | |
2017-12-07 | Don't log in deactivated users. | Lain Iwakura | |
2017-05-16 | AP refactoring. | Roger Braun | |
2017-03-30 | Short circuit user verification if cookie is present. | Roger Braun | |
2017-03-20 | Add basic auth. | Roger Braun | |