|
b1262919da
|
[TOOLS] Fix (most) issues found by PHPStan
|
2021-11-25 23:08:30 +00:00 |
|
|
d9544c6edb
|
[CORE][SECURITY] Move to the new authentication format, for Symfony 5.3
|
2021-11-25 20:37:45 +00:00 |
|
|
3a5e52ee0d
|
[CORE][SECURITY] Move to the new authentication format, for Symfony 5.3
Keep using (deprecated) Guard
|
2021-11-24 12:46:26 +00:00 |
|
|
eab6de3609
|
[TESTS][Security] Fix SecurityTest. Remove nickname normalization on register (a plugin can handle that). Move from filter_var(FILTER_VALIDATE_EMAIL) as it does not support dotless domains
|
2021-11-15 19:25:50 +00:00 |
|
|
2239845a00
|
[CONTROLLER][Security] Remove nickname normalization when trying to login
|
2021-11-11 12:39:36 +00:00 |
|
|
839fa070c7
|
[CORE][Posting] Default Posting language to site language, if the user hasn't selected one
|
2021-11-02 11:14:59 +00:00 |
|
|
656c2c7812
|
[SECURITY][Authenticator] fix wrong route id on after login redirection
|
2021-10-27 04:19:32 +01:00 |
|
|
299e893ca9
|
[TOOLS][PHPStan][DocCheck] Fix errors found by PHPStan and Doc Check
|
2021-10-27 04:19:31 +01:00 |
|
|
44cf1fa24c
|
[UTIL][Nickname] Fix some parameters issues found with strict types
|
2021-10-27 04:19:29 +01:00 |
|
|
b65ee4c21d
|
[TOOLS][CS-FIXER] Fix incorrect transformation
|
2021-10-27 04:19:28 +01:00 |
|
|
9109c61af5
|
[TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types
|
2021-10-27 04:19:28 +01:00 |
|
|
03f6029ce5
|
[SECURITY] Fix nickname validation and properly allow email auth
|
2021-10-18 13:22:55 +01:00 |
|
|
e9d809d441
|
[Security][Exception] Security exception handling, login and register. TODO EmailNotFoundException and NicknameNotFoundException.
|
2021-09-15 14:48:06 +01:00 |
|
|
4e30e5aad9
|
[TOOLS] Fix all issues found by PHPStan level 2
|
2021-09-14 13:13:44 +01:00 |
|
|
eb833b62e2
|
[TOOLS] Fix all level 0 errors found by PHPStan and move constant definition to bootstrap file
|
2021-09-14 13:13:42 +01:00 |
|
|
ccd5ebf8e4
|
[CORE] Add passowrd reset and forgot password functionality
|
2021-09-14 13:13:17 +01:00 |
|
|
769fff2448
|
[CORE][SECURITY][EMAIL] Move email confirmation functionality to it's own static wrapper, in preparation for adding password reset functionality
|
2021-09-14 13:13:17 +01:00 |
|
|
cb7fa0a081
|
[SECURITY] Remove aggressive normalization of nicknames. This will be moved to a plugin in the future and we'll open an RFC, as discussed
|
2021-09-14 13:13:04 +01:00 |
|
|
ccf3aa990a
|
[MODULES] Introduce the concept of abstract modules to V3
Introduce placeholder for abstract upload and thumb modules
Temporarily supress some bugs
|
2021-09-14 13:11:45 +01:00 |
|
|
460712e15e
|
[GIT] Change my email to the new one in all files and bump copyright year
|
2021-09-14 13:06:56 +01:00 |
|
Hugo Sales
|
95a1938d0f
|
[SECURITY] Wrap getUser in a try catch, in case the user doesn't exist
|
2021-09-14 13:05:54 +01:00 |
|
Hugo Sales
|
e0cc125907
|
[SECURITY] Small refactor in Authenticator.php, to remove unused services
|
2021-09-14 13:05:42 +01:00 |
|
Hugo Sales
|
c973517397
|
[USER][UI][AUTHENTICATION] Add registration form
|
2021-09-14 13:05:42 +01:00 |
|
Hugo Sales
|
0eba267a73
|
[LOGIN] Implement password checking and related systems
|
2021-09-14 13:05:40 +01:00 |
|
Hugo Sales
|
3313897671
|
[UI][SESSION] Add login and logout pages
|
2021-09-14 13:05:39 +01:00 |
|