summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-24Fixed composerIgor Scheller
2017-09-22Implemented service provider functionalityIgor Scheller
2017-09-21Added app path to containerIgor Scheller
2017-09-21Changed Container to Illuminate/ContainerIgor Scheller
2017-09-20Added registration_enabled configurationIgor Scheller
2017-09-20Set cookie to httponlyIgor Scheller
2017-09-20Fixed exceptionHandler to catch PdoExceptions, formattingIgor Scheller
2017-09-20Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'Igor Scheller
2017-09-20Fixed Container testIgor Scheller
2017-09-20Added helpers unit testIgor Scheller
2017-09-20Added Application unit testIgor Scheller
2017-09-19Added UrlGenerator unit testIgor Scheller
2017-09-19Added Renderer unit testIgor Scheller
2017-09-19Added Container unit testIgor Scheller
2017-09-19Added Config unit testIgor Scheller
2017-09-19Refactoring: Logger test cleanupIgor Scheller
2017-09-19engelsystem_provider should not be loaded in phpunit, changed dir structureIgor Scheller
2017-09-19Changed LogEntries table: Use log level instead of nick nameIgor Scheller
2017-09-19Added LoggerIgor Scheller
2017-09-19Implemented containerIgor Scheller
2017-09-19Added ApplicationIgor Scheller
2017-09-17remove rewrite base from htaccessmsquare
2017-09-16change shift renderer global add user linkmsquare
2017-09-11Merge pull request #344 from MyIgel/mastermsquare
2017-08-31Implemented containerIgor Scheller
2017-08-31Reimplementation of 2840bb619 (signup requires arrival), closes #330Igor Scheller
2017-08-30Use symfony sessionIgor Scheller
2017-08-30BugfixesIgor Scheller
2017-08-30FormattingBot
2017-08-29Bumped PHP version to min. 7.0.0 (see 440ed74c)Igor Scheller
2017-08-29Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'Igor Scheller
2017-08-29Refactoring: Moved files to arrayIgor Scheller
2017-08-29Security: Only allow angels with admin_news_html privilege to use HTMLIgor Scheller
2017-08-29#336: Integration of symfony/http-foundation requestIgor Scheller
2017-08-28#337: Added routingIgor Scheller
2017-07-28fix wrong request getmsquare
2017-07-28remove exit commands after redirects (redirect does already die)msquare
2017-07-28forgott to include query bindings into selectOnemsquare
2017-07-28dried code by introducing selectOne for select queries with only one result l...msquare
2017-07-28use glyph bool icons on room listmsquare
2017-07-28fix angeltype edit and display bugsmsquare
2017-07-28fix lane renderingmsquare
2017-07-28exception handler should handle throwables instead of exceptionsmsquare
2017-07-28further switching to db exceptions instead of return falsemsquare
2017-07-28clear delete queries from false resulsmsquare
2017-07-23fix unreadable exceptionmsquare
2017-07-23fix problem where empty string is not recognized as get valuemsquare
2017-07-23fix problem with html select containing 0 as keymsquare
2017-07-23fix problem where 0 is not recognized as get valuemsquare
2017-07-23handle failed db queries in Db classmsquare