Commit Graph

123 Commits (2a49aa4716af56f2a331af7e95e15bf58eeefede)

Author SHA1 Message Date
Igor Scheller e947e788f9 Rebuild logs view
Igor Scheller 04fe35c822 Added /design path to show template elements
Igor Scheller 2b1ccb6406 Configure application timezone globally
Igor Scheller e2e2ac0c68 Metrics: Added configured locales and themes, refactoring/formatting
Igor Scheller 795a0631cb Added application base url: Redirector now uses URLs instead of relative paths
Igor Scheller 6b1c22a743 Removed LegacyUrlGenerator
Igor Scheller d323b75501 News: Rewrite
Igor Scheller e4a06fb457 Header: Add external links
msquare 0cab703c94
Merge pull request from MyIgel/pronoun
User: Add pronoun statement
Igor Scheller 537179df66 Shifts overview: Added filter_max_duration to limit max runtime
Igor Scheller 8f2da56892 Voucher: Added hours_per_voucher setting
Igor Scheller e1471248fe User: Add pronoun statement
Igor Scheller 25cdf1cac8 Voucher: Added calculation start time
msquare d70d7c6436 Resolve redirect problem in schedule import
Igor Scheller 064a175027 Renamed GuzzleServiceProvider to HttpClientServiceProvider, fixed translation and import error
Igor Scheller 42721e9572 Added Schedule parsing and replaced old Fahrplan importer
Resolves  (Change Frab Import from xCal to XML)
Resolves  (Feature Request: Multi Frab Import)
Igor Scheller 89742ecd55 Response: Added with and withInput methods and back/redirect functions
msquare 3a6d096fff add 36c3 theme
Igor Scheller dd03662968 Rebuild password reset
msquare 3ce3129b6e feature: disable lastname+prename in config
msquare 1e16f4c47e
Merge pull request from MyIgel/version
Added version to credits and metrics page
Igor Scheller 4582f808f0 Added version to credits and metrics page
msquare 9e9fee25f2 all 3 color themes for camp and high contrast theme
msquare c412f6b009 add cccamp19 theme
msquare 6ca0e8e81a all 3 color themes for camp and high contrast theme
msquare 10d0428f64 add cccamp19 theme
Igor Scheller 7414f9b23d Implemented Validation for controllers
Igor Scheller 508695efb2 Replaced gettext translation with package
This allows to check if no translation is available
Igor Scheller f90ab26fee Moved translation helpers to sub namespace
Igor Scheller bcce2625a8 Implemented AuthController for login
* Moved /login functionality to AuthController
* Refactored password handling logic to use the Authenticator
Luca 9232513831 Fix caching issue for '/' route
Igor Scheller 6ed891fc04 Added logout via AuthController
Igor Scheller 2e51fbff9d Added / route with redirects
Igor Scheller e948091066 Replaced old /api endpoint with ApiController
MichiK 142871f852 Add a config option for maximum signup in advance
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.
Igor Scheller 94fea1edad Use ini timezone setting
Igor Scheller 4e709d0d23 Log messages without inline HTML
msquare f6a87535a0 add help button to ical export for android, fixes
Igor Scheller 79c92da8c1 Formatting
```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/]
```
Janne Heß 79b30fa3a8 Support disabling the planned arrival
We also use Engelsystem for single-day events, and the planned
arrival/departure feature doesn't make sense for us.
Janne Heß 665e444e88 Support disabling the DECT field
It's a really chaos-event-specific feature and is confusing for many
people on non-chaos events.
Igor Scheller e1be950fb1 config: Improved mail encryption documentation
Janne Heß 69ac1b2d21 Support disabling the arrival feature
Setting `autoarrive` to true will now cause all newly registered angels
to be automatically confirmed as arrived.
Janne Heß afa4506e11 Support alternative home sites
Igor Scheller 491ee37651 Don't save sessions permanently on api and metrics paths
closes  (Session on API calls)
Igor Scheller 330356043d credits: Allow customization
Igor Scheller c5621b82cf Implemented /metrics endpoint and reimplemented /stats
closes  (/metrics endpoint)

Usage:
```yaml
scrape_configs:
  - job_name: 'engelsystem'
    static_configs:
    - targets: ['engelsystem.example.com:80']
```
Phi|eas |ebada 5696dbffc2 Degender shirt sizes
As requested on [twitter](https://twitter.com/sdrnoise/status/1069327306475347968).

Following [Geekfeminism's naming scheme](http://geekfeminism.wikia.com/wiki/T-shirts).
Igor Scheller fd37c9d60e Added additional headers
Igor Scheller 23c0fae36f Added csrf middleware