summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-29Added translation support for twig templatesIgor Scheller
2018-08-29Added generic error pagesIgor Scheller
2018-08-29Moved translation/internationalization to Helpers\Translator classIgor Scheller
2018-08-29Added Twig template functionsIgor Scheller
2018-08-29Added Twig template renderer, closes #338Igor Scheller
2018-08-25Added nikic/fast-route as routing dispatcherIgor Scheller
2018-08-22Renamed RoutingServiceProvider to Http\UrlGeneratorServiceProviderIgor Scheller
2018-08-20Made Engelsystem\Http\Request PSR-7 ServerRequestInterface compatibleIgor Scheller
2018-08-19Made Engelsystem\Http\Request PSR-7 RequestInterface compatibleIgor Scheller
2018-08-19Moved middleware to application configIgor Scheller
2018-08-19Added middleware testsIgor Scheller
2018-08-14Make Engelsystem\Http\Response PSR-7 compatibleIgor Scheller
2018-08-14Implemented PSR-15 middleware handlerIgor Scheller
2018-08-14exceptions: implemented error rendering returnIgor Scheller
2018-08-07Added Http\Response and Psr7{Request,Response}Igor Scheller
2018-01-16Added basic database migration functionalityIgor Scheller
2018-01-15DatabaseServiceProvider: Added unit testsIgor Scheller
2018-01-14database: updated checks for selectOneIgor Scheller
2018-01-14database: integrated illuminate/database do Db class, removed unused methodsIgor Scheller
2018-01-14Added Illuminate/DatabaseIgor Scheller
2018-01-14Added illuminate/support and Fluent Interface to ConfigIgor Scheller
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