Age | Commit message (Collapse) | Author |
|
|
|
|
|
Implementation idea stolen from http://jsfiddle.net/6K7t4/24/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Shift page: show additional angeltypes if shift entries where found
|
|
|
|
|
|
Shift signup/signout: Be more verbose
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RFC4287 Section 3.1.1 requires HTML content to be declared
as such with the "type" attribute, this commit adds that attribute
to the generated atom feeds.
|
|
of first shift change on next day
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Moved /login functionality to AuthController
* Refactored password handling logic to use the Authenticator
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|