Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | Don't save sessions permanently on api and metrics paths | Igor Scheller | |
closes #530 (Session on API calls) | |||
2018-12-22 | credits: Allow customization | Igor Scheller | |
2018-12-19 | Implemented /metrics endpoint and reimplemented /stats | Igor Scheller | |
closes #418 (/metrics endpoint) Usage: ```yaml scrape_configs: - job_name: 'engelsystem' static_configs: - targets: ['engelsystem.example.com:80'] ``` | |||
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-21 | Added csrf middleware | Igor Scheller | |
2018-11-11 | add 35c3 theme dark | msquare | |
2018-10-31 | Changed `src/` code and templates to use the new user model | 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-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 | Merge branch 'twig-templates' | 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-09 | Merge remote-tracking branch 'MyIgel/templating' | Igor Scheller | |
2018-09-06 | Changed configuration comments to english | Igor Scheller | |
2018-09-05 | Implemented mailing abstraction | Igor Scheller | |
Closes #434 | |||
2018-09-04 | Merge remote-tracking branch 'MyIgel/routing' | Igor Scheller | |
2018-09-03 | Merge remote-tracking branch 'MyIgel/rebuild-psr7' | Igor Scheller | |
2018-09-03 | Added CreditsController | Igor Scheller | |
2018-08-29 | Added translation support for twig templates | Igor Scheller | |
See https://twig-extensions.readthedocs.io/en/latest/i18n.html for documentation | |||
2018-08-29 | Added generic error pages | Igor Scheller | |
2018-08-29 | Removed translation from config file | Igor Scheller | |
2018-08-29 | Moved translation/internationalization to Helpers\Translator class | Igor Scheller | |
2018-08-29 | Added Twig template renderer, closes #338 | Igor Scheller | |
2018-08-25 | Added nikic/fast-route as routing dispatcher | Igor Scheller | |
2018-08-22 | Renamed RoutingServiceProvider to Http\UrlGeneratorServiceProvider | 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-19 | Moved middleware to application config | Igor Scheller | |
2018-08-07 | Added Http\Response and Psr7{Request,Response} | Igor Scheller | |
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 | |