engelsystem/config
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.
2019-06-04 21:24:59 +02:00
..
app.php Don't save sessions permanently on api and metrics paths 2018-12-28 20:35:44 +01:00
config.default.php Add a config option for maximum signup in advance 2019-06-04 21:24:59 +02:00
routes.php Implemented /metrics endpoint and reimplemented /stats 2018-12-19 22:36:42 +01:00