summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-15CI: Fixed xdebug dependency do be php 7.3 compatible (still in beta)Igor Scheller
2018-12-09Authenticator: Use id from user objectIgor Scheller
Closes #519 (iCal/JSON export only works when logged in)
2018-12-09upgrade chart.js lib and fix bargraph. fixes #511msquare
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-07Change the color of "reset" in admin_arriveMichiK
2018-12-07resolve package.jsonmsquare
2018-12-07Set project name for docker-composeMichiK
2018-12-07Swap yarn install and copy assets as wellMichiK
2018-12-07Improve Docker build cachingMichiK
First install the dependencies, then copy the files from the build context into the image. This allows for more caching during rebuilds when files change and rebuilds are much faster.
2018-12-07styling 35c3: Lighten the font colorIgor Scheller
2018-12-07Update devDeps to not include event-streammarudor
2018-12-07modernize Stuffmarudor
2018-12-07Set project name for docker-composeMichiK
2018-12-07Swap yarn install and copy assets as wellMichiK
2018-12-07Improve Docker build cachingMichiK
First install the dependencies, then copy the files from the build context into the image. This allows for more caching during rebuilds when files change and rebuilds are much faster.
2018-12-07styling 35c3: Lighten the font colorIgor Scheller
2018-12-07Update devDeps to not include event-streammarudor
2018-12-07modernize Stuffmarudor
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-03Fix datepickerMichiK
`<input type="date">` and JS datepicker combined cause trouble in some browsers, so this changes all the date input fields' type to `text` via JS so that the browser's datepicker is only used when a user has disabled JavaScript. In addition, it adds a placeholder so the user knows which date format to use when entering the date manually. This closes #507.
2018-12-03Degender shirt sizesPhi|eas |ebada
As requested on [twitter](https://twitter.com/sdrnoise/status/1069327306475347968). Following [Geekfeminism's naming scheme](http://geekfeminism.wikia.com/wiki/T-shirts).
2018-12-02Implemented controller permissionsIgor Scheller
2018-12-02Refactoring: Throw HttpAuthExpired on csrf token mismatchIgor Scheller
2018-12-02Implemented HttpExceptionIgor Scheller
2018-12-02Templating: Improved error templatesIgor Scheller
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-12-02Migration: Moved reference method to traitIgor Scheller
2018-12-02Models: Added DocBlocksIgor Scheller
2018-12-02Docker: Added storage path to containerIgor Scheller
Closes #505
2018-11-25more work on 35c3 thememsquare
2018-11-24add more colors from c3groc to the 35c3 thememsquare
2018-11-24Update needed directory permissions in READMEmsquare
2018-11-24Added caching for templating and routingIgor Scheller
See #486 (Implement caching)
2018-11-21Require POST for sending formsIgor Scheller
* Ensure that the form is submitted with a post request * Replaced several links with forms Closes #494 (Security Vulnerability)
2018-11-21Added additional headersIgor Scheller
2018-11-21Added csrf middlewareIgor Scheller
2018-11-18fix missing unique mail validation on user registermsquare
2018-11-11Merge branch '35c3-theme'msquare
2018-11-11add 35c3 theme darkmsquare
2018-11-02Fix error when accessing undefined dateIgor Scheller
Closes #491 (Edit User fails when User never logged in before)
2018-10-31Replaced `Auth()` with `auth()`Igor Scheller
2018-10-31Fixed error if shirt size is not configuredIgor Scheller
2018-10-31User: Bugfixes & code cleanupIgor Scheller
2018-10-31Replaced more sql queries and old dataIgor Scheller
2018-10-31Moved arrival_date to stateIgor Scheller