summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-31Added new user modelsIgor 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-30Replaced angel icons with svgIgor Scheller
2018-10-30EventConfig: Use text column instead of json if not supportedIgor Scheller
2018-10-30EventConfig: Merge event configuration from database to global configIgor Scheller
2018-10-30Added EventConfig modelIgor Scheller
2018-10-30BaseModel: Added findOrNewIgor Scheller
2018-10-30Tests: Moved ServiceProvider::setExpects to TestCaseIgor 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-24Privileges: grant user work log permissions to shikos & cleanupIgor Scheller
Closes #478 (Make user work log available)
2018-10-24Translatable user groups & cutoff fixIgor Scheller
Closes #318 (Typo: "irt Manager" instead of "Shirt Manager")
2018-10-24Shifts overview: Moved the filter button to be more visibleIgor Scheller
2018-10-24Readme: Clarify required php modulesIgor Scheller
Closes #449 (Change of the Language is not working) Closes #479 (Installation instruction missing i18n instructions)
2018-10-24Readme: Clarify config file namesIgor Scheller
Closes #465 (tshirt_sizes seem mixed with the default config)
2018-10-24Readme: Bump versions and fix formattingIgor 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-24gitlab-ci: fix proxy container namingIgor Scheller
2018-10-24Mail: should use sendmail as a defaultIgor Scheller
2018-10-24Removed `shifts_json_export_all` referenceIgor Scheller
2018-10-24Navbar: Display user angel iconIgor Scheller
2018-10-24Migrations: Added namespaceIgor Scheller
2018-10-24Database: Don't use `0000-00-00 00:00:00` as a datetimeIgor Scheller
2018-09-30Merge remote-tracking branch 'MyIgel/session'Igor Scheller
2018-09-26Merge remote-tracking branch 'MyIgel/mailing'Igor Scheller
2018-09-26Added junit xml export artifacts for GitLab CIIgor Scheller
2018-09-26RouteDispatcher: Allow installation into sub directoryIgor Scheller
2018-09-25Session: Added DatabaseHandler, replaces Symfony PdoSessionHandlerIgor Scheller
2018-09-23Merge branch 'twig-templates'Igor Scheller
2018-09-23Fixed release file build (did not include frontend files), formattingIgor Scheller
2018-09-23FormattingBot
2018-09-23Tried to fix inputfields for date, email, telNos-
2018-09-23Docker: more improvements :tada:Igor Scheller
2018-09-23empty php file works as indxmarudor
2018-09-23Assets are only needed by nginx - not phpmarudor
2018-09-23Config: Removed nightshifts queryIgor Scheller
2018-09-16Session: Added Symfony PDO backendIgor Scheller
2018-09-16Added Database class as a replacement for Db, fixed namingIgor Scheller
2018-09-16Merge remote-tracking branch 'MyIgel/logentry-model'Igor Scheller
2018-09-15Merge remote-tracking branch 'MyIgel/translations'Igor Scheller
2018-09-11Quickfix for problems with the SmtpTransportIgor Scheller
2018-09-10Moved scripts/copyAssets.js to resources folder and fixed formattingIgor Scheller
2018-09-10Asset step & scriptmarudor
2018-09-10Moved emojis to assetsIgor Scheller
2018-09-10Moved frontend, templates and lang to resourcesIgor Scheller
2018-09-10Fixed assets renderingIgor Scheller