Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-22 | Admin user: Show force active status in log | Igor Scheller | |
2019-08-04 | fix edit user error | msquare | |
2019-07-08 | Implemented AuthController for login | Igor Scheller | |
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator | |||
2019-06-03 | Log messages without inline HTML | Igor Scheller | |
2019-04-28 | better nick validation, fixes #429 | msquare | |
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-23 | Support disabling the DECT field | Janne Heß | |
It's a really chaos-event-specific feature and is confusing for many people on non-chaos events. | |||
2018-12-27 | fixes #549: fill missing arrival dates and prevent setting arrival by ↵ | msquare | |
admin-user instead of admin-arrive | |||
2018-12-25 | Bugfix: Edit user: Show groups list if angel has no rights | Igor Scheller | |
2018-12-22 | user: allow up to 40 characters for dect numbers | Igor Scheller | |
closes #309 (EPVPN number in DECT field is shortened) closes #529 (For dect numbers are only 5 digits allowed) | |||
2018-12-02 | Moved permission checks to Authenticator class | Igor Scheller | |
2018-11-21 | Added csrf middleware | Igor Scheller | |
2018-11-02 | Fix error when accessing undefined date | Igor Scheller | |
Closes #491 (Edit User fails when User never logged in before) | |||
2018-10-31 | Replaced `Auth()` with `auth()` | Igor Scheller | |
2018-10-31 | User: Bugfixes & code cleanup | Igor Scheller | |
2018-10-31 | Replaced more sql queries and old data | Igor Scheller | |
2018-10-31 | Changed more functions :tada: | Igor Scheller | |
2018-10-31 | Changed user_link and some other user functions to use the user id | Igor Scheller | |
2018-10-31 | Replaced some global `$user` variables | Igor Scheller | |
2018-09-23 | Tried to fix inputfields for date, email, tel | Nos- | |
2018-08-29 | Replaced gettext translation `_()` with `__()` that uses the Translator class | Bot | |
2018-08-29 | Removed translation from config file | Igor Scheller | |
2018-01-14 | database: updated checks for selectOne | Igor Scheller | |
2017-12-25 | Formatting & Docstrings | Bot | |
2017-08-30 | Bugfixes | Igor Scheller | |
2017-08-29 | Merge remote-tracking branch 'engelsystem/feature-igel-rewrite' | Igor Scheller | |
# Conflicts: # includes/controller/angeltypes_controller.php # includes/pages/admin_groups.php # includes/pages/user_settings.php # includes/sys_page.php # src/Exceptions/Handler.php # src/Http/Request.php | |||
2017-08-29 | Security: Only allow angels with admin_news_html privilege to use HTML | Igor Scheller | |
2017-08-29 | #336: Integration of symfony/http-foundation request | Igor Scheller | |
2017-08-28 | #337: Added routing | Igor Scheller | |
2017-07-28 | dried code by introducing selectOne for select queries with only one result ↵ | msquare | |
line expected | |||
2017-07-19 | Changed $_GET, $_POST and $_REQUEST to use the Request object | Igor Scheller | |
2017-01-22 | Fixes and improvements | Igor Scheller | |
2017-01-22 | Removed spaces | Bot | |
2017-01-21 | Refactoring: Config cleanup / moved to class | Igor Scheller | |
2017-01-21 | Changed from mysqli to PDO, some refactorings, faster sql queries | Igor Scheller | |
2017-01-03 | Bugfixes & improvements | Igor Scheller | |
2017-01-03 | Replaced " with ' | Bot | |
2017-01-03 | PPHDoc, formatting, fixes, cleanup | Bot | |
2017-01-02 | Formatting | Bot | |
2017-01-02 | PSR-2 formatting | Bot | |
2016-12-27 | fix edit user bug deleting emails | msquare | |
2016-12-27 | fix edit user bug deleting emails | msquare | |
2016-11-11 | fixes #266: add checkbox allowing the users email to be used by humans like ↵ | msquare | |
event-team | |||
2016-10-04 | reduce complexity of user angeltypes controller | msquare | |
2016-09-29 | make short variable names longer | msquare | |
2016-09-29 | prohibit inline control structures on pages | msquare | |
2015-12-30 | add a more secure way to delete users containing a password request | Philip Häusler | |
2015-12-04 | fix user delete log entry | Philip Häusler | |
2015-08-13 | fix group rights management | Philip Häusler | |
2015-07-12 | remove avatars | Philip Häusler | |