You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
controller Log messages without inline HTML 6 years ago
helper Improved email error logging 6 years ago
mailer User: Bugfixes & code cleanup 6 years ago
model Add a config option for maximum signup in advance 6 years ago
pages Only show the shift "Comment" field for own entries 6 years ago
view Add a config option for maximum signup in advance 6 years ago
application.php Use ini timezone setting 6 years ago
autoload.php Installation: Added migrations for install.sql and update.sql files 6 years ago
engelsystem.php Moved permission checks to Authenticator class 6 years ago
includes.php EventConfig: Merge event configuration from database to global config 6 years ago
sys_auth.php Moved permission checks to Authenticator class 6 years ago
sys_form.php Fix profile link to mark angels as arrived 6 years ago
sys_log.php Log messages without inline HTML 6 years ago
sys_menu.php Support disabling the arrival feature 6 years ago
sys_page.php Don't strip characters from direct messages 6 years ago
sys_template.php Log messages without inline HTML 6 years ago