Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -2/+2 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Update oci.php | Manish Bisht | 2016-03-16 | 2 | -6/+8 |
| | | | | | | | | Error Fixed combined the database errors Merged Database Errors | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-08 | 2 | -1/+4 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 5 | -5/+10 |
| | |||||
* | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | Remove generateRandomBytes from OC_Util | Roeland Jago Douma | 2016-01-10 | 2 | -2/+2 |
| | |||||
* | Add unix_socket support for mysql during initial installation - fixes #20210 | Thomas Müller | 2015-12-07 | 1 | -6/+19 |
| | |||||
* | Replace OC_Config in setup | Morris Jobke | 2015-12-03 | 2 | -4/+5 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | [OCI setup] remove static logger/config calls | Morris Jobke | 2015-10-20 | 1 | -15/+17 |
| | | | | * logger/config object are already injected - this only uses it | ||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -2/+2 |
| | |||||
* | - more injection | Thomas Müller | 2015-07-30 | 2 | -58/+90 |
| | | | | | | - 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 | 4 | -94/+108 |
| | |||||
* | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 2 | -204/+1 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 4 | -27/+27 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 5 | -5/+0 |
| | |||||
* | Remove unused variables | Morris Jobke | 2015-04-18 | 1 | -3/+1 |
| | | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint | ||||
* | 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 |