Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Repair to PSR-4 | Roeland Jago Douma | 2016-04-22 | 1 | -175/+0 |
| | |||||
* | Fix conditional check in MySQL setup | Robin McCorkell | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | lib: Fix typos (found by codespell) | Stefan Weil | 2016-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-08 | 1 | -1/+1 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | Add unix_socket support for mysql during initial installation - fixes #20210 | Thomas Müller | 2015-12-07 | 1 | -6/+19 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | - more injection | Thomas Müller | 2015-07-30 | 1 | -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 Doctrine | Thomas Müller | 2015-07-29 | 1 | -41/+46 |
| | |||||
* | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 1 | -1/+1 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+23 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+1 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+22 |
| | |||||
* | Use setConfigs() instead of calling setConfig() multiple times | Joas Schilling | 2015-01-23 | 1 | -2/+4 |
| | |||||
* | Correctly namespace DatabaseSetupException | Joas Schilling | 2014-11-26 | 1 | -3/+3 |
| | |||||
* | simplify mysql user creation flow | Michael Göhler | 2014-09-16 | 1 | -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_bin | Robin Appelman | 2014-07-08 | 1 | -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 frontend | Joas Schilling | 2014-02-07 | 1 | -6/+6 |
| | | | | Fix issue #6269 | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+95 |
Conflicts: lib/private/vcategories.php |