summaryrefslogtreecommitdiff
path: root/resources
AgeCommit message (Collapse)Author
2019-07-31role index templatepermission-rebuild-viewsmsquare
2019-07-26Use core-js as polyfill to really support older browsers.marudor
2019-07-24make shift calendar printablemsquare
2019-07-21fix login text field iconsmsquare
2019-07-21simplified login form, show password recovery always, some camp theme tweaksmsquare
2019-07-21Merge pull request #624 from MyIgel/versionmsquare
Added version to credits and metrics page
2019-07-21Added version to credits and metrics pageIgor Scheller
2019-07-20all 3 color themes for camp and high contrast thememsquare
2019-07-20add cccamp19 thememsquare
2019-07-14all 3 color themes for camp and high contrast thememsquare
2019-07-11add cccamp19 thememsquare
2019-07-09Added validation to AuthControllerIgor Scheller
2019-07-08Replaced gettext translation with packageIgor Scheller
This allows to check if no translation is available
2019-07-08Implemented AuthController for loginIgor Scheller
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator
2019-07-08Fixed translationsIgor Scheller
2019-06-04Added more error messagesIgor Scheller
2019-06-04Add a config option for maximum signup in advanceMichiK
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-28re add missing translation from twig filesmsquare
2019-04-28update german translationmsquare
2019-04-28update german translationmsquare
2019-01-13fixes #178: Show not only next but also last shift in free angels viewmsquare
2018-12-28moment.js: Set language on initializationIgor Scheller
closes #544 (Translation error german / english mix)
2018-12-28styling: Fix colored links text hover on dark themeIgor Scheller
closes #547 (Text-success hover on dark theme)
2018-12-22user: allow up to 40 characters for dect numbersIgor Scheller
closes #309 (EPVPN number in DECT field is shortened) closes #529 (For dect numbers are only 5 digits allowed)
2018-12-22credits: Allow customizationIgor Scheller
2018-12-18styling 35c3: Fix headline color in alertsIgor Scheller
2018-12-09fix margin of form submit in tablesmsquare
2018-12-08Really fix the data/timepicker CSS and JSMichiK
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-08Fix the timepicker in shifts viewMichiK
This is one part of #516.
2018-12-07fix button font colorsmsquare
2018-12-07styling 35c3: Lighten the font colorIgor Scheller
2018-12-06Some small JS fixes for eslint complianceMichiK
2018-12-05Add timepickers in shifts viewMichiK
2018-12-04Replace datepicker and remove datepicker inline JSMichiK
2018-12-02Templating: Improved error templatesIgor Scheller
2018-11-25more work on 35c3 thememsquare
2018-11-24add more colors from c3groc to the 35c3 thememsquare
2018-11-21Added csrf middlewareIgor Scheller
2018-11-11add 35c3 theme darkmsquare
2018-10-31Changed `src/` code and templates to use the new user modelIgor Scheller
2018-10-30Make application name configurableIgor Scheller
* Added app_name configuration option * Extended `EngelsystemMailer` to prepend the application name to all mails Closes #426
2018-10-30Replaced angel icons with svgIgor Scheller
2018-10-30EventConfig: Merge event configuration from database to global configIgor Scheller
2018-10-24Templates cleanupIgor Scheller
2018-10-24Footer: Add additional links to the footerIgor Scheller
Closes #435 (Support for additional footer links)
2018-10-24Shifts overview: Moved the filter button to be more visibleIgor Scheller
2018-10-24Navbar: Display user angel iconIgor Scheller
2018-09-23Merge branch 'twig-templates'Igor Scheller
2018-09-23Tried to fix inputfields for date, email, telNos-
2018-09-23Config: Removed nightshifts queryIgor Scheller