Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-21 | Merge pull request #651 from MyIgel/shift-deletion-worklog | Igor Scheller | |
Save time of past shifts as worklog if they get deleted | |||
2019-10-21 | Removed .mo files | Igor Scheller | |
2019-10-20 | Shifts overview: Style cleanup | Igor Scheller | |
2019-10-20 | removed dotted line | Jan Kapellen | |
2019-10-20 | style: formatting and nesting | Igor Scheller | |
2019-10-20 | adding a dashed line when expandable | Wonko T. Sane | |
2019-10-20 | Fix for #526 | Wonko T. Sane | |
Implementation idea stolen from http://jsfiddle.net/6K7t4/24/ | |||
2019-10-13 | Makes Monday first day of the week even if English language is selected | Michael Weimann | |
2019-10-13 | Removed .mo translation files from version control, use .po as fallback | Igor Scheller | |
2019-10-13 | credits: Make them translatable and use markdown | Igor Scheller | |
2019-10-13 | Frontend: Show language selects on every page | Igor Scheller | |
2019-10-13 | Shifts view: Persist hidden filters | Igor Scheller | |
2019-10-08 | Rebuild password reset | Igor Scheller | |
2019-10-08 | Show normal login page after registration, added msg() template function | Igor Scheller | |
2019-10-06 | login: Added div around cookies note to center it | Igor Scheller | |
2019-09-18 | Deleted shift: Added message about worklog entry | Igor Scheller | |
2019-08-18 | better login error message | msquare | |
2019-08-09 | fix shift view buttons | msquare | |
2019-08-04 | fixes #631: alert/link coloring | msquare | |
2019-07-26 | Use core-js as polyfill to really support older browsers. | marudor | |
2019-07-24 | make shift calendar printable | msquare | |
2019-07-21 | fix login text field icons | msquare | |
2019-07-21 | simplified login form, show password recovery always, some camp theme tweaks | msquare | |
2019-07-21 | Merge pull request #624 from MyIgel/version | msquare | |
Added version to credits and metrics page | |||
2019-07-21 | Added version to credits and metrics page | Igor Scheller | |
2019-07-20 | all 3 color themes for camp and high contrast theme | msquare | |
2019-07-20 | add cccamp19 theme | msquare | |
2019-07-14 | all 3 color themes for camp and high contrast theme | msquare | |
2019-07-11 | add cccamp19 theme | msquare | |
2019-07-09 | Added validation to AuthController | Igor Scheller | |
2019-07-08 | Replaced gettext translation with package | Igor Scheller | |
This allows to check if no translation is available | |||
2019-07-08 | Implemented AuthController for login | Igor Scheller | |
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator | |||
2019-07-08 | Fixed translations | Igor Scheller | |
2019-06-04 | Added more error messages | Igor Scheller | |
2019-06-04 | Add a config option for maximum signup in advance | MichiK | |
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-04-28 | re add missing translation from twig files | msquare | |
2019-04-28 | update german translation | msquare | |
2019-04-28 | update german translation | msquare | |
2019-01-13 | fixes #178: Show not only next but also last shift in free angels view | msquare | |
2018-12-28 | moment.js: Set language on initialization | Igor Scheller | |
closes #544 (Translation error german / english mix) | |||
2018-12-28 | styling: Fix colored links text hover on dark theme | Igor Scheller | |
closes #547 (Text-success hover on dark theme) | |||
2018-12-22 | user: allow up to 40 characters for dect numbers | Igor Scheller | |
closes #309 (EPVPN number in DECT field is shortened) closes #529 (For dect numbers are only 5 digits allowed) | |||
2018-12-22 | credits: Allow customization | Igor Scheller | |
2018-12-18 | styling 35c3: Fix headline color in alerts | Igor Scheller | |
2018-12-09 | fix margin of form submit in tables | msquare | |
2018-12-08 | Really fix the data/timepicker CSS and JS | MichiK | |
Attaching the timepicker to the input instead of the sorrounding div didn't turn out as expected. Therefore, I used the same mechanism for DOM attachment and lazy initialization for the timepicker like for the datepicker. Instead of trying to load the CSS through webpack and some JS voodoo, it's a lot simpler to just include it via the normal base theme CSS. This works. In addition, I noticed that there is an easier way to read the current locale. No need to do this twice via different ways. This closes #516. | |||
2018-12-08 | Fix the timepicker in shifts view | MichiK | |
This is one part of #516. | |||
2018-12-07 | fix button font colors | msquare | |
2018-12-07 | styling 35c3: Lighten the font color | Igor Scheller | |
2018-12-06 | Some small JS fixes for eslint compliance | MichiK | |