Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-03 | Fix datepicker | MichiK | |
`<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-02 | Moved permission checks to Authenticator class | Igor Scheller | |
2018-11-25 | more work on 35c3 theme | msquare | |
2018-11-24 | Added caching for templating and routing | Igor Scheller | |
See #486 (Implement caching) | |||
2018-11-21 | Require POST for sending forms | Igor Scheller | |
* Ensure that the form is submitted with a post request * Replaced several links with forms Closes #494 (Security Vulnerability) | |||
2018-11-21 | Added csrf middleware | Igor Scheller | |
2018-11-18 | fix missing unique mail validation on user register | msquare | |
2018-11-02 | Fix error when accessing undefined date | Igor Scheller | |
Closes #491 (Edit User fails when User never logged in before) | |||
2018-10-31 | Replaced `Auth()` with `auth()` | Igor Scheller | |
2018-10-31 | Fixed error if shirt size is not configured | Igor Scheller | |
2018-10-31 | User: Bugfixes & code cleanup | Igor Scheller | |
2018-10-31 | Replaced more sql queries and old data | Igor Scheller | |
2018-10-31 | Moved arrival_date to state | Igor Scheller | |
2018-10-31 | Replaced more user related stuff | Igor Scheller | |
(Contains some buggy stuff too...) | |||
2018-10-31 | Removed `User($id)` function :tada: | Igor Scheller | |
2018-10-31 | Changed more functions :tada: | Igor Scheller | |
2018-10-31 | Changed user_link and some other user functions to use the user id | Igor Scheller | |
2018-10-31 | Replaced some global `$user` variables | Igor Scheller | |
2018-10-31 | Changed `src/` code and templates to use the new user model | Igor Scheller | |
2018-10-30 | Translation: added pluralization support | Igor Scheller | |
2018-10-30 | Make application name configurable | Igor Scheller | |
* Added app_name configuration option * Extended `EngelsystemMailer` to prepend the application name to all mails Closes #426 | |||
2018-10-30 | EventConfig: Merge event configuration from database to global config | Igor Scheller | |
2018-10-24 | Translatable user groups & cutoff fix | Igor Scheller | |
Closes #318 (Typo: "irt Manager" instead of "Shirt Manager") | |||
2018-09-26 | Merge remote-tracking branch 'MyIgel/mailing' | Igor Scheller | |
2018-09-23 | Merge branch 'twig-templates' | Igor Scheller | |
2018-09-23 | Tried to fix inputfields for date, email, tel | Nos- | |
2018-09-23 | Config: Removed nightshifts query | Igor Scheller | |
2018-09-16 | Merge remote-tracking branch 'MyIgel/logentry-model' | Igor Scheller | |
2018-09-15 | Merge remote-tracking branch 'MyIgel/translations' | Igor Scheller | |
2018-09-10 | Moved emojis to assets | Igor Scheller | |
2018-09-10 | Moved frontend, templates and lang to resources | Igor Scheller | |
2018-09-09 | Merge remote-tracking branch 'MyIgel/templating' | Igor Scheller | |
2018-09-05 | Implemented mailing abstraction | Igor Scheller | |
Closes #434 | |||
2018-09-03 | Merge remote-tracking branch 'MyIgel/rebuild-psr7' | Igor Scheller | |
2018-09-03 | Added CreditsController | Igor Scheller | |
2018-09-02 | Template refactoring to use twig | Igor Scheller | |
2018-08-31 | Models: Added LogEntry model | Igor Scheller | |
2018-08-30 | Installation: Added migrations for install.sql and update.sql files | Igor Scheller | |
2018-08-30 | Installation: Added migrations for install.sql and update.sql files | Igor Scheller | |
2018-08-29 | $bugfixes | Igor Scheller | |
2018-08-29 | Replaced gettext translation `_()` with `__()` that uses the Translator class | Bot | |
2018-08-29 | Removed translation from config file | Igor Scheller | |
2018-08-29 | Moved translation/internationalization to Helpers\Translator class | Igor Scheller | |
2018-08-29 | Added Twig template renderer, closes #338 | Igor Scheller | |
2018-08-29 | Db::selectOne() should return null if result is empty | Igor Scheller | |
2018-08-28 | Update shifts_controller.php | msquare | |
fix problem when missing needed angeltype entry | |||
2018-08-20 | Prevent object serialization in session | Igor Scheller | |
2018-08-20 | Merge branch 'master' to 'rebuild-database' | Igor Scheller | |
2018-08-19 | Added middleware tests | Igor Scheller | |
2018-08-12 | merge pr #427: Use npm to handle frontend dependencies | msquare | |