summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-14Implemented PSR-15 middleware handlerIgor Scheller
2018-08-14exceptions: implemented error rendering returnIgor Scheller
2018-08-12config: allow renaming of config.default.php to config.phpIgor Scheller
2018-08-12Use domain for links to '/' to fix assets URLs on subdirectoriesIgor Scheller
2018-08-07Added Http\Response and Psr7{Request,Response}Igor Scheller
2018-08-06rename some params (codestyle)msquare
2018-08-06added comments and renamed short method to url generatorsmsquare
2018-08-06added comments and renamed short method to url generatorsmsquare
2018-08-05Legacy URL SupportIgor Scheller
2018-08-04Fixed tests after #431: Hotfix php7 syntax errorIgor Scheller
2018-05-14rename hotfix to camelCaseJens Brandt
2018-05-14rename hotfix to englishJens Brandt
2018-05-10Hotfix php7 syntax errorJens Brandt
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
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