summaryrefslogtreecommitdiff
path: root/app/ServiceProvider/DatabaseProvider.php
AgeCommit message (Expand)Author
2018-04-12Use utf8mb4 encoding for MySQL instead of utf8Frédéric Guillot
2018-02-14Add timeout parameter for database connectionFrédéric Guillot
2018-01-11Add option to disable Mysql SSL server verificationFrédéric Guillot
2016-12-02Add config parameter to toggle automatic SQL migrationsFrederic Guillot
2016-05-23Added QueueManager to process background jobsFrederic Guillot
2016-05-14Update PicoDbFrederic Guillot
2016-05-06Added support for Mysql SSL connectionFrederic Guillot
2016-03-27Update SQL dumps and improve schema migration processFrederic Guillot
2015-11-15Rewrite of session managementFrederic Guillot
2015-10-17Remove exit expression in database providerFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-06-27PicoDb updateFrederic Guillot
2015-05-24Fix PhpAnalyzer issuesFrederic Guillot
2015-03-05Add config parameter for custom database portFrederic Guillot
2015-01-02Fix bugs, improve perfs and use SimpleLogger instead of MonologFrédéric Guillot
2014-12-31Add debug optionFrédéric Guillot
2014-12-27Fixs after replacing the event dispatcherFrédéric Guillot
2014-12-27Move events handling to Symfony\EventDispatcherFrédéric Guillot