Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-21 | Merge pull request #624 from MyIgel/version | msquare | |
Added version to credits and metrics page | |||
2019-07-21 | Added version to credits and metrics page | Igor Scheller | |
2019-07-08 | Replaced gettext translation with package | Igor Scheller | |
This allows to check if no translation is available | |||
2019-07-08 | Moved translation helpers to sub namespace | Igor Scheller | |
2019-07-08 | Implemented AuthController for login | Igor Scheller | |
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator | |||
2019-04-25 | Formatting | Igor Scheller | |
```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/] ``` | |||
2019-04-25 | phpunit: Upgrade to version 8, fixed tests, formatting | Igor Scheller | |
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated | |||
2018-12-02 | Implemented controller permissions | Igor Scheller | |
2018-12-02 | Moved permission checks to Authenticator class | Igor Scheller | |
2018-10-31 | Replaced more user related stuff | Igor Scheller | |
(Contains some buggy stuff too...) | |||
2018-10-31 | Changed `src/` code and templates to use the new user model | Igor Scheller | |
2018-10-30 | Translation: added pluralization support | Igor Scheller | |
2018-08-29 | Moved translation/internationalization to Helpers\Translator class | Igor Scheller | |