death-notifier/src/main/php/com/fwdekker/deathnotifier
Florine W. Dekker 6a1be5ac2f
Use Argon2 instead of bcrypt
Passwords currently stored under bcrypt are not automatically converted. Argon2 is only used for new passwords from this moment on.
2023-08-30 22:35:35 +02:00
..
mailer Add tests for EmailQueue 2022-12-17 18:05:43 +01:00
tracking Update a few strings for clarity 2023-08-29 21:00:09 +02:00
user Use Argon2 instead of bcrypt 2023-08-30 22:35:35 +02:00
validation Add very simple CAPTCHA mechanism 2022-12-18 23:19:45 +01:00
wikipedia Update dependencies and ensure Hitler is dead 2023-08-30 22:31:05 +02:00
Action.php Restructure validation logic 2022-12-08 18:37:26 +01:00
ActionDispatcher.php Restructure validation logic 2022-12-08 18:37:26 +01:00
ActionMethod.php Completely revamp docs and input validation 2022-12-04 23:56:49 +01:00
Config.php Restructure validation logic 2022-12-08 18:37:26 +01:00
Database.php Create separate log for database events 2023-03-20 13:55:31 +01:00
EmulateCronAction.php Detect and resolve renaming vandalism 2022-12-12 23:29:44 +01:00
IllegalArgumentError.php Make actions agnostic to the request method 2022-12-04 16:58:12 +01:00
IllegalStateError.php Make actions agnostic to the request method 2022-12-04 16:58:12 +01:00
LoggerUtil.php Create separate log for database events 2023-03-20 13:55:31 +01:00
MalformedRequestException.php Completely revamp docs and input validation 2022-12-04 23:56:49 +01:00
Response.php Completely revamp docs and input validation 2022-12-04 23:56:49 +01:00
StartSessionAction.php Restructure rules, rewrite config, starts tests 2022-12-07 23:12:33 +01:00
UnexpectedException.php Completely revamp docs and input validation 2022-12-04 23:56:49 +01:00
Util.php Restructure validation logic 2022-12-08 18:37:26 +01:00