Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 6 | -6/+135 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 6 | -129/+6 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 6 | -6/+129 |
| | |||||
* | naming fixes while reviewing | Thomas Müller | 2015-01-26 | 2 | -14/+16 |
| | |||||
* | Use setConfigs() instead of calling setConfig() multiple times | Joas Schilling | 2015-01-23 | 5 | -46/+45 |
| | |||||
* | Correctly namespace DatabaseSetupException | Joas Schilling | 2014-11-26 | 4 | -9/+9 |
| | |||||
* | 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 | ||||
* | allow empty hostname and dots in service name for oracle autosetup | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -0/+14 |
| | |||||
* | 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 | ||||
* | Merge pull request #6632 from eduardosan/master | Vincent Petry | 2014-03-12 | 1 | -3/+17 |
|\ | | | | | Fix PostgreSQL port configuration on install | ||||
| * | Remove unused spaces | eduardo | 2014-01-08 | 1 | -2/+2 |
| | | |||||
| * | Remove name from code | eduardo | 2014-01-08 | 1 | -2/+0 |
| | | |||||
| * | Add tabs to conformance with owncloud code standards | eduardo | 2014-01-05 | 1 | -4/+4 |
| | | |||||
| * | Fix PostgreSQL port configuration on install | eduardo | 2014-01-04 | 1 | -3/+19 |
| | | |||||
* | | Change MySQL to MySQL/MariaDB in the frontend | Joas Schilling | 2014-02-07 | 1 | -6/+6 |
|/ | | | | Fix issue #6269 | ||||
* | fixing PHPDoc and spelling | Thomas Mueller | 2013-12-02 | 2 | -6/+8 |
| | |||||
* | Use getLastError() everywhere. | Andreas Fischer | 2013-11-28 | 1 | -10/+10 |
| | |||||
* | Add getLastError() | Andreas Fischer | 2013-11-28 | 1 | -3/+20 |
| | |||||
* | No function as oci_last_error. It's oci_error. | Andreas Fischer | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | There is no property such as dbusername. It's 'dbuser'. | Andreas Fischer | 2013-11-28 | 1 | -3/+3 |
| | |||||
* | Correct property name. It's 'dbpassword', with the 'db' prefix. | Andreas Fischer | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | Correct property name. It's just 'tableprefix', without the 'db' prefix. | Andreas Fischer | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 6 | -0/+703 |
Conflicts: lib/private/vcategories.php |