engelsystem/includes
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
..
controller Log messages without inline HTML 2019-06-03 20:33:09 +02:00
helper Improved email error logging 2019-04-30 18:09:08 +02:00
mailer User: Bugfixes & code cleanup 2018-10-31 13:43:23 +01:00
model Add a config option for maximum signup in advance 2019-06-04 21:24:59 +02:00
pages Only show the shift "Comment" field for own entries 2019-06-04 21:23:34 +02:00
view Add a config option for maximum signup in advance 2019-06-04 21:24:59 +02:00
application.php Use ini timezone setting 2019-06-04 21:21:34 +02:00
autoload.php Installation: Added migrations for install.sql and update.sql files 2018-08-30 16:07:50 +02:00
engelsystem.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
includes.php EventConfig: Merge event configuration from database to global config 2018-10-30 21:13:56 +01:00
sys_auth.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
sys_form.php Fix profile link to mark angels as arrived 2019-06-04 21:22:19 +02:00
sys_log.php Log messages without inline HTML 2019-06-03 20:33:09 +02:00
sys_menu.php Support disabling the arrival feature 2019-03-09 13:53:08 +01:00
sys_page.php Don't strip characters from direct messages 2018-12-28 23:08:39 +01:00
sys_template.php Log messages without inline HTML 2019-06-03 20:33:09 +02:00