Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Repair to PSR-4 | Roeland Jago Douma | 2016-04-22 | 1 | -265/+0 |
| | |||||
* | Update oci.php | Manish Bisht | 2016-03-16 | 1 | -3/+4 |
| | | | | | | | | Error Fixed combined the database errors Merged Database Errors | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | Remove generateRandomBytes from OC_Util | Roeland Jago Douma | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Moving mysql setup code over to Doctrine | Thomas Müller | 2015-07-29 | 1 | -19/+19 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -11/+11 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+25 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+1 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+24 |
| | |||||
* | Use setConfigs() instead of calling setConfig() multiple times | Joas Schilling | 2015-01-23 | 1 | -27/+25 |
| | |||||
* | Correctly namespace DatabaseSetupException | Joas Schilling | 2014-11-26 | 1 | -3/+3 |
| | |||||
* | allow empty hostname and dots in service name for oracle autosetup | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -0/+14 |
| | |||||
* | fixing PHPDoc and spelling | Thomas Mueller | 2013-12-02 | 1 | -6/+4 |
| | |||||
* | 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 | 1 | -0/+210 |
Conflicts: lib/private/vcategories.php |