Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Moved /login functionality to AuthController
* Refactored password handling logic to use the Authenticator
|
|
|
|
|
|
|
|
```bash
php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/]
```
|
|
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
|
|
|
|
PhpExtended\HttpMessage implementation
Prevents warnings that get converted to errors when run in dev mode
|
|
|
|
|
|
|
|
* Ensure that the form is submitted with a post request
* Replaced several links with forms
Closes #494 (Security Vulnerability)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|