Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-02 | Models: Added DocBlocks | Igor Scheller | |
2018-12-02 | Docker: Added storage path to container | Igor Scheller | |
Closes #505 | |||
2018-11-25 | more work on 35c3 theme | msquare | |
2018-11-24 | add more colors from c3groc to the 35c3 theme | msquare | |
2018-11-24 | Update needed directory permissions in README | 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 additional headers | Igor Scheller | |
2018-11-21 | Added csrf middleware | Igor Scheller | |
2018-11-18 | fix missing unique mail validation on user register | msquare | |
2018-11-11 | Merge branch '35c3-theme' | msquare | |
2018-11-11 | add 35c3 theme dark | 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-31 | Added new user models | 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 | Replaced angel icons with svg | Igor Scheller | |
2018-10-30 | EventConfig: Use text column instead of json if not supported | Igor Scheller | |
2018-10-30 | EventConfig: Merge event configuration from database to global config | Igor Scheller | |
2018-10-30 | Added EventConfig model | Igor Scheller | |
2018-10-30 | BaseModel: Added findOrNew | Igor Scheller | |
2018-10-30 | Tests: Moved ServiceProvider::setExpects to TestCase | Igor Scheller | |
2018-10-24 | Templates cleanup | Igor Scheller | |
2018-10-24 | Footer: Add additional links to the footer | Igor Scheller | |
Closes #435 (Support for additional footer links) | |||
2018-10-24 | Privileges: grant user work log permissions to shikos & cleanup | Igor Scheller | |
Closes #478 (Make user work log available) | |||
2018-10-24 | Translatable user groups & cutoff fix | Igor Scheller | |
Closes #318 (Typo: "irt Manager" instead of "Shirt Manager") | |||
2018-10-24 | Shifts overview: Moved the filter button to be more visible | Igor Scheller | |
2018-10-24 | Readme: Clarify required php modules | Igor Scheller | |
Closes #449 (Change of the Language is not working) Closes #479 (Installation instruction missing i18n instructions) | |||
2018-10-24 | Readme: Clarify config file names | Igor Scheller | |
Closes #465 (tshirt_sizes seem mixed with the default config) | |||
2018-10-24 | Readme: Bump versions and fix formatting | Igor Scheller | |
* Bump required database versions for JSON support and better key handling * Changed PHP version to use a supported one * Fixed migration description * Removed outdated hint for mail config | |||
2018-10-24 | gitlab-ci: fix proxy container naming | Igor Scheller | |
2018-10-24 | Mail: should use sendmail as a default | Igor Scheller | |
2018-10-24 | Removed `shifts_json_export_all` reference | Igor Scheller | |
2018-10-24 | Navbar: Display user angel icon | Igor Scheller | |
2018-10-24 | Migrations: Added namespace | Igor Scheller | |
2018-10-24 | Database: Don't use `0000-00-00 00:00:00` as a datetime | Igor Scheller | |
2018-09-30 | Merge remote-tracking branch 'MyIgel/session' | Igor Scheller | |
2018-09-26 | Merge remote-tracking branch 'MyIgel/mailing' | Igor Scheller | |
2018-09-26 | Added junit xml export artifacts for GitLab CI | Igor Scheller | |