summaryrefslogtreecommitdiffstats
path: root/lib/private/setup/oci.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-221-265/+0
* Update oci.phpManish Bisht2016-03-161-3/+4
* Happy new year!Thomas Müller2016-01-121-1/+2
* Remove generateRandomBytes from OC_UtilRoeland Jago Douma2016-01-101-1/+1
* Update license headersLukas Reschke2015-10-261-0/+1
* [OCI setup] remove static logger/config callsMorris Jobke2015-10-201-15/+17
* Moving mysql setup code over to DoctrineThomas Müller2015-07-291-19/+19
* Remove OC_LogThomas Müller2015-07-031-11/+11
* update license headers and authorsMorris Jobke2015-06-251-1/+0
* Update license headersJenkins for ownCloud2015-03-261-1/+25
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+1
* Updating license headersJenkins for ownCloud2015-02-231-1/+24
* Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling2015-01-231-27/+25
* Correctly namespace DatabaseSetupExceptionJoas Schilling2014-11-261-3/+3
* allow empty hostname and dots in service name for oracle autosetupJörn Friedrich Dreyer2014-08-291-0/+14
* fixing PHPDoc and spellingThomas Mueller2013-12-021-6/+4
* Use getLastError() everywhere.Andreas Fischer2013-11-281-10/+10
* Add getLastError()Andreas Fischer2013-11-281-3/+20
* No function as oci_last_error. It's oci_error.Andreas Fischer2013-11-281-1/+1
* There is no property such as dbusername. It's 'dbuser'.Andreas Fischer2013-11-281-3/+3
* Correct property name. It's 'dbpassword', with the 'db' prefix.Andreas Fischer2013-11-281-1/+1
* Correct property name. It's just 'tableprefix', without the 'db' prefix.Andreas Fischer2013-11-281-1/+1
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+210