Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-20 | all 3 color themes for camp and high contrast theme | msquare | |
2019-07-20 | add cccamp19 theme | msquare | |
2019-07-08 | Replaced gettext translation with package | Igor Scheller | |
This allows to check if no translation is available | |||
2019-07-08 | Implemented AuthController for login | Igor Scheller | |
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator | |||
2019-06-04 | Add a config option for maximum signup in advance | MichiK | |
We now have `signup_advance_hours` in the configuration that only allows signup for shifts so many hours in the future. A notice is displayed in the shift view for shifts in the far future, together with an info notice on when signup for that shift will be possible. In addition, we now have a new shift state `NOT_YET` for this purpose so we do not have to abuse `SHIFT_ENDED` anymore for `signup_requires_arrival` as well. | |||
2019-06-04 | Use ini timezone setting | Igor Scheller | |
2019-06-03 | Log messages without inline HTML | Igor Scheller | |
2019-05-05 | add help button to ical export for android, fixes #402 | 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 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-04-20 | config: Improved mail encryption documentation | Igor Scheller | |
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 | credits: Allow customization | Igor Scheller | |
2018-12-03 | Degender shirt sizes | Phi|eas |ebada | |
As requested on [twitter](https://twitter.com/sdrnoise/status/1069327306475347968). Following [Geekfeminism's naming scheme](http://geekfeminism.wikia.com/wiki/T-shirts). | |||
2018-11-21 | Added additional headers | Igor Scheller | |
2018-11-11 | add 35c3 theme dark | msquare | |
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-24 | Footer: Add additional links to the footer | Igor Scheller | |
Closes #435 (Support for additional footer links) | |||
2018-10-24 | Readme: Clarify config file names | Igor Scheller | |
Closes #465 (tshirt_sizes seem mixed with the default config) | |||
2018-10-24 | Mail: should use sendmail as a default | Igor Scheller | |
2018-09-30 | Merge remote-tracking branch 'MyIgel/session' | Igor Scheller | |
2018-09-26 | Merge remote-tracking branch 'MyIgel/mailing' | Igor Scheller | |
2018-09-23 | Config: Removed nightshifts query | Igor Scheller | |
2018-09-16 | Session: Added Symfony PDO backend | Igor Scheller | |
2018-09-15 | Merge remote-tracking branch 'MyIgel/translations' | Igor Scheller | |
2018-09-06 | Changed configuration comments to english | Igor Scheller | |
2018-09-05 | Implemented mailing abstraction | Igor Scheller | |
Closes #434 | |||
2018-08-29 | Removed translation from config file | Igor Scheller | |
2018-08-20 | Merge branch 'master' to 'rebuild-database' | Igor Scheller | |
2018-08-19 | Added trusted proxies | Igor Scheller | |
2018-08-19 | Made more options configurable over environment variables | Igor Scheller | |
2018-08-19 | more env as variables | marudor | |
2018-08-05 | Legacy URL Support | Igor Scheller | |
2018-01-14 | Added Illuminate/Database | Igor Scheller | |
2017-12-29 | there are no 5xl shirts | msquare | |
2017-12-28 | fair distribution of shirt sizes | msquare | |
2017-12-26 | Change defaultvalue for initial vouchers | lubiana | |
Initial voucher set to zero to reflect the new way we distribute vouchers at congress | |||
2017-11-30 | add dark theme for 34c3 | msquare | |
2017-11-30 | add 34c4 design | msquare | |
2017-11-25 | Changed tests database to mariadb | Igor Scheller | |
2017-09-25 | Added env function, added GitLab CI code coverage config | Igor Scheller | |
2017-09-20 | Added registration_enabled configuration | Igor Scheller | |
2017-08-31 | Reimplementation of 2840bb619 (signup requires arrival), closes #330 | Igor Scheller | |
2017-08-29 | #336: Integration of symfony/http-foundation request | Igor Scheller | |
2017-08-28 | #337: Added routing | Igor Scheller | |
2017-07-20 | Moved $themes array to config | Igor Scheller | |
2017-07-17 | Reapplied "Merge pull request #314 from Scriptkiddi/master" | Igor Scheller | |
2017-07-17 | Added phpunit and fixed typo | Igor Scheller | |