summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)Author
2018-12-21user view: Show multiple worklog entries per dayClemens
closes #531 (Multiple worklogs on same day not displayed in users shift list (but counted in sum))
2018-12-19Implemented /metrics endpoint and reimplemented /statsIgor Scheller
closes #418 (/metrics endpoint) Usage: ```yaml scrape_configs: - job_name: 'engelsystem' static_configs: - targets: ['engelsystem.example.com:80'] ```
2018-12-18worklog: Fix hours validationIgor Scheller
closes #527 (Worklog entries with floating point numbers with a comma dispatches a team of untrained monkeys)
2018-12-18rooms admin: Set a maximum character lengthIgor Scheller
closes #525 (Room names with more than 35 characters dispatch a team of untrained monkeys)
2018-12-18php7.3: Fix username validation regexIgor Scheller
closes #523 (Login does not work ->Invalid range in character class)
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-07Change the color of "reset" in admin_arriveMichiK
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-02Moved permission checks to Authenticator classIgor Scheller
2018-11-25more work on 35c3 thememsquare
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 csrf middlewareIgor Scheller
2018-11-18fix missing unique mail validation on user registermsquare
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
2018-10-31Replaced more user related stuffIgor Scheller
(Contains some buggy stuff too...)
2018-10-31Removed `User($id)` function :tada:Igor Scheller
2018-10-31Changed more functions :tada:Igor Scheller
2018-10-31Changed user_link and some other user functions to use the user idIgor Scheller
2018-10-31Replaced some global `$user` variablesIgor Scheller
2018-10-31Changed `src/` code and templates to use the new user modelIgor Scheller
2018-10-30Translation: added pluralization supportIgor 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-30EventConfig: Merge event configuration from database to global configIgor Scheller
2018-10-24Translatable user groups & cutoff fixIgor Scheller
Closes #318 (Typo: "irt Manager" instead of "Shirt Manager")
2018-09-26Merge remote-tracking branch 'MyIgel/mailing'Igor 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
2018-09-16Merge remote-tracking branch 'MyIgel/logentry-model'Igor Scheller
2018-09-15Merge remote-tracking branch 'MyIgel/translations'Igor Scheller
2018-09-10Moved emojis to assetsIgor Scheller
2018-09-10Moved frontend, templates and lang to resourcesIgor Scheller
2018-09-09Merge remote-tracking branch 'MyIgel/templating'Igor Scheller
2018-09-05Implemented mailing abstractionIgor Scheller
Closes #434
2018-09-03Merge remote-tracking branch 'MyIgel/rebuild-psr7'Igor Scheller
2018-09-03Added CreditsControllerIgor Scheller
2018-09-02Template refactoring to use twigIgor Scheller
2018-08-31Models: Added LogEntry modelIgor Scheller
2018-08-30Installation: Added migrations for install.sql and update.sql filesIgor Scheller
2018-08-30Installation: Added migrations for install.sql and update.sql filesIgor Scheller