summaryrefslogtreecommitdiffstats
path: root/lib/private/setup
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-225-757/+0
* Fix conditional check in MySQL setupRobin McCorkell2016-04-201-1/+1
* lib: Fix typos (found by codespell)Stefan Weil2016-04-072-2/+2
* Update oci.phpManish Bisht2016-03-162-6/+8
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-082-1/+4
* Happy new year!Thomas Müller2016-01-125-5/+10
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* Remove generateRandomBytes from OC_UtilRoeland Jago Douma2016-01-102-2/+2
* Add unix_socket support for mysql during initial installation - fixes #20210Thomas Müller2015-12-071-6/+19
* Replace OC_Config in setupMorris Jobke2015-12-032-4/+5
* Update license headersLukas Reschke2015-10-261-0/+1
* [OCI setup] remove static logger/config callsMorris Jobke2015-10-201-15/+17
* update licence headers via scriptMorris Jobke2015-10-052-2/+2
* - more injectionThomas Müller2015-07-302-58/+90
* Moving mysql setup code over to DoctrineThomas Müller2015-07-294-94/+108
* Remove remainings of mssqlThomas Müller2015-07-292-204/+1
* Remove OC_LogThomas Müller2015-07-034-27/+27
* update license headers and authorsMorris Jobke2015-06-255-5/+0
* Remove unused variablesMorris Jobke2015-04-181-3/+1
* Update license headersJenkins for ownCloud2015-03-266-6/+135
* Revert "Updating license headers"Morris Jobke2015-02-266-129/+6
* Updating license headersJenkins for ownCloud2015-02-236-6/+129
* naming fixes while reviewingThomas Müller2015-01-262-14/+16
* Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling2015-01-235-46/+45
* Correctly namespace DatabaseSetupExceptionJoas Schilling2014-11-264-9/+9
* simplify mysql user creation flowMichael Göhler2014-09-161-24/+38
* allow empty hostname and dots in service name for oracle autosetupJörn Friedrich Dreyer2014-08-291-0/+14
* Add repair step to set MySQL collation to utf8_binRobin Appelman2014-07-081-1/+1
* Merge pull request #6632 from eduardosan/masterVincent Petry2014-03-121-3/+17
|\
| * Remove unused spaceseduardo2014-01-081-2/+2
| * Remove name from codeeduardo2014-01-081-2/+0
| * Add tabs to conformance with owncloud code standardseduardo2014-01-051-4/+4
| * Fix PostgreSQL port configuration on installeduardo2014-01-041-3/+19
* | Change MySQL to MySQL/MariaDB in the frontendJoas Schilling2014-02-071-6/+6
|/
* fixing PHPDoc and spellingThomas Mueller2013-12-022-6/+8
* 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-306-0/+703