aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/setup/mysql.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-221-175/+0
|
* Fix conditional check in MySQL setupRobin McCorkell2016-04-201-1/+1
|
* lib: Fix typos (found by codespell)Stefan Weil2016-04-071-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-081-1/+1
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
|
* Add unix_socket support for mysql during initial installation - fixes #20210Thomas Müller2015-12-071-6/+19
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+1
|
* - more injectionThomas Müller2015-07-301-56/+80
| | | | | | - less static calls - use params on sql queries - handle sql exception on database and user creation gracefully
* Moving mysql setup code over to DoctrineThomas Müller2015-07-291-41/+46
|
* Remove remainings of mssqlThomas Müller2015-07-291-1/+1
|
* Remove OC_LogThomas Müller2015-07-031-1/+1
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Update license headersJenkins for ownCloud2015-03-261-1/+23
|
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+22
|
* Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling2015-01-231-2/+4
|
* Correctly namespace DatabaseSetupExceptionJoas Schilling2014-11-261-3/+3
|
* simplify mysql user creation flowMichael Göhler2014-09-161-24/+38
| | | | | | | | | | if dbuser exists try a different one, owncloud/core#108 changed outdated comment corrected length calculation changed indentation for else clauses
* Add repair step to set MySQL collation to utf8_binRobin Appelman2014-07-081-1/+1
| | | | | Set default collation of mysql connection to utf8_bin Set utf_bin as default collation for new tables
* Change MySQL to MySQL/MariaDB in the frontendJoas Schilling2014-02-071-6/+6
| | | | Fix issue #6269
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+95
Conflicts: lib/private/vcategories.php