summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-25Formatting & DocstringsBot
2017-11-25Refactored ExceptionHandlerIgor Scheller
2017-11-25Added ExceptionHandler InterfaceIgor Scheller
2017-11-19change behaviour of HTTP/Request getmsquare
2017-11-19fix behaviour of HTTP/Request getmsquare
2017-11-01Added RequestServiceProvider and SessionServiceProviderIgor Scheller
2017-10-31Added service providersIgor Scheller
2017-09-25Added env function, added GitLab CI code coverage configIgor 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-20Fixed exceptionHandler to catch PdoExceptions, formattingIgor Scheller
2017-09-20Added helpers unit testIgor Scheller
2017-09-19Added Renderer unit testIgor Scheller
2017-09-19Added Container unit testIgor Scheller
2017-09-19Changed LogEntries table: Use log level instead of nick nameIgor Scheller
2017-09-19Added LoggerIgor Scheller
2017-09-19Added ApplicationIgor Scheller
2017-08-31Implemented containerIgor Scheller
2017-08-30Use symfony sessionIgor Scheller
2017-08-30FormattingBot
2017-08-29Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'Igor Scheller
2017-08-29#336: Integration of symfony/http-foundation requestIgor Scheller
2017-08-28#337: Added routingIgor Scheller
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-28exception handler should handle throwables instead of exceptionsmsquare
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 where 0 is not recognized as get valuemsquare
2017-07-23handle failed db queries in Db classmsquare
2017-07-20replaced template_render with dynamic renderer classIgor Scheller
2017-07-19Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'Igor Scheller
2017-07-19fix small issues on checking success of a db querymsquare
2017-07-19Changed $_GET, $_POST and $_REQUEST to use the Request objectIgor Scheller
2017-01-21Refactoring: Config cleanup / moved to classIgor Scheller
2017-01-21Changed from mysqli to PDO, some refactorings, faster sql queriesIgor Scheller
2017-01-20Added exception handlerIgor Scheller