index
:
kanban
master
Custom fork of https://github.com/kanboard/kanboard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
ServiceProvider
/
DatabaseProvider.php
Age
Commit message (
Expand
)
Author
2018-04-12
Use utf8mb4 encoding for MySQL instead of utf8
Frédéric Guillot
2018-02-14
Add timeout parameter for database connection
Frédéric Guillot
2018-01-11
Add option to disable Mysql SSL server verification
Frédéric Guillot
2016-12-02
Add config parameter to toggle automatic SQL migrations
Frederic Guillot
2016-05-23
Added QueueManager to process background jobs
Frederic Guillot
2016-05-14
Update PicoDb
Frederic Guillot
2016-05-06
Added support for Mysql SSL connection
Frederic Guillot
2016-03-27
Update SQL dumps and improve schema migration process
Frederic Guillot
2015-11-15
Rewrite of session management
Frederic Guillot
2015-10-17
Remove exit expression in database provider
Frederic Guillot
2015-10-17
Run php-cs-fixer on the code base
Frederic Guillot
2015-10-13
Change namespace to add Kanboard as prefix
Frederic Guillot
2015-06-27
PicoDb update
Frederic Guillot
2015-05-24
Fix PhpAnalyzer issues
Frederic Guillot
2015-03-05
Add config parameter for custom database port
Frederic Guillot
2015-01-02
Fix bugs, improve perfs and use SimpleLogger instead of Monolog
Frédéric Guillot
2014-12-31
Add debug option
Frédéric Guillot
2014-12-27
Fixs after replacing the event dispatcher
Frédéric Guillot
2014-12-27
Move events handling to Symfony\EventDispatcher
Frédéric Guillot