Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |