Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-25 | Bugfix: default value for planned_arrival_date and don't overwrite dect | Igor Scheller | |
Fixed registration form formatting Fixed profile request attributes fallback values | |||
2019-04-23 | Support disabling the planned arrival | Janne Heß | |
We also use Engelsystem for single-day events, and the planned arrival/departure feature doesn't make sense for us. | |||
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. | |||
2019-03-09 | Support disabling the arrival feature | Janne Heß | |
Setting `autoarrive` to true will now cause all newly registered angels to be automatically confirmed as arrived. | |||
2019-03-09 | Support alternative home sites | Janne Heß | |
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 | Require POST for sending forms | Igor Scheller | |
* Ensure that the form is submitted with a post request * Replaced several links with forms Closes #494 (Security Vulnerability) | |||
2018-11-18 | fix missing unique mail validation on user register | msquare | |
2018-10-31 | Replaced `Auth()` with `auth()` | Igor Scheller | |
2018-10-31 | Replaced more sql queries and old data | Igor Scheller | |
2018-10-31 | Replaced more user related stuff | Igor Scheller | |
(Contains some buggy stuff too...) | |||
2018-10-31 | Changed more functions :tada: | Igor Scheller | |
2018-10-31 | Replaced some global `$user` variables | Igor Scheller | |
2018-10-30 | Make application name configurable | Igor Scheller | |
* Added app_name configuration option * Extended `EngelsystemMailer` to prepend the application name to all mails Closes #426 | |||
2018-10-30 | EventConfig: Merge event configuration from database to global config | Igor Scheller | |
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-11-29 | fix age validation | msquare | |
2017-11-21 | add validation of dect numbers | msquare | |
2017-11-19 | fix problem with default values on registration | msquare | |
2017-11-19 | fix problem with default values on registration | msquare | |
2017-11-19 | fix problem with default values on registration | msquare | |
2017-11-19 | fix problem with default values on registration | msquare | |
2017-11-19 | fix problem with validation of planned arrival date | msquare | |
2017-11-19 | fix problem with bools in queries | msquare | |
2017-11-19 | fix problem with default value when registering | msquare | |
2017-11-19 | fix problem with default age when registering | msquare | |
2017-11-19 | fix all redirects to home (because of new urls redirect to ? wont work anymore) | msquare | |
2017-09-20 | Added registration_enabled configuration | Igor Scheller | |
2017-08-30 | Use symfony session | 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-20 | Removed overwhelmed page | Igor Scheller | |
2017-07-19 | Changed $_GET, $_POST and $_REQUEST to use the Request object | Igor Scheller | |
2017-03-02 | Renamed "default_theme" config to "theme" | Igor Scheller | |
2017-01-21 | Refactoring: Config cleanup / moved to class | Igor Scheller | |
2017-01-21 | Replaced [0-9] with \d | Bot | |
2017-01-21 | Replaced " with ' | Bot | |
2017-01-21 | Changed from mysqli to PDO, some refactorings, faster sql queries | Igor Scheller | |
2017-01-03 | Replaced " with ' | Bot | |
2017-01-03 | PPHDoc, formatting, fixes, cleanup | Bot | |