summaryrefslogtreecommitdiffstats
path: root/lib/private/setup.php
Commit message (Expand)AuthorAgeFilesLines
* Add check for activated local memcacheLukas Reschke2015-03-281-1/+2
* Update license headersJenkins for ownCloud2015-03-261-4/+32
* Fix setup configVincent Petry2015-03-161-1/+1
* Merge pull request #13733 from mmattel/Try_to_write_logtimezone_during_instal...Thomas Müller2015-03-161-0/+5
|\
| * Write the parameter 'logtimezone' into config.php during setupMartin2015-01-281-0/+5
* | drop any fallback code related to curl - refs https://github.com/owncloud/cor...Thomas Müller2015-03-121-10/+0
* | Don't play with config values ...Thomas Müller2015-03-111-6/+11
* | Properly handle available databases at runtime and respect setup checks in co...Thomas Müller2015-03-111-15/+102
* | Revert "Updating license headers"Morris Jobke2015-02-261-32/+4
* | Fix namespace of OC_Setup -> \OC\SetupThomas Müller2015-02-231-21/+30
* | Updating license headersJenkins for ownCloud2015-02-231-5/+32
* | Add `Satisfy All`Lukas Reschke2015-02-191-0/+1
* | Use the untrusted domain in the installerLukas Reschke2015-02-181-2/+2
* | Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-2/+4
* | Reference module with `.c`Lukas Reschke2015-01-281-2/+2
|/
* Make error more descriptiveLukas Reschke2015-01-261-1/+1
* Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling2015-01-231-8/+9
* Add version to .htaccessLukas Reschke2015-01-081-1/+30
* Trim port from domainLukas Reschke2014-12-031-1/+1
* Disable OCI as it is unsupported by most CE appsLukas Reschke2014-11-281-1/+1
* Disable MSSQL for new CE installationsLukas Reschke2014-11-281-1/+1
* Correctly namespace DatabaseSetupExceptionJoas Schilling2014-11-261-4/+1
* Fix stupid copy paste failLukas Reschke2014-10-301-1/+1
* code cleanup during review :+1:Thomas Müller2014-10-271-17/+17
* Make supported DBs configurable within config.phpLukas Reschke2014-10-271-1/+102
* Set overwritemailurl* configs on setupJoas Schilling2014-10-141-1/+1
* Merge pull request #10934 from owncloud/datadir-write-setupVincent Petry2014-09-251-3/+13
|\
| * Check for writable datadir during setupRobin Appelman2014-09-181-3/+13
* | remove post setup checkThomas Müller2014-09-221-21/+1
|/
* Set overwritewebroot when installing owncloud to avoid problemsJoas Schilling2014-09-081-0/+1
* Merge branch 'master' into securityutilsLukas Reschke2014-08-311-1/+1
|\
| * Use public api for getting l10nRobin Appelman2014-08-311-1/+1
* | Add some security utilitiesLukas Reschke2014-08-271-6/+11
|/
* trusted domains shall not be ignored on autosetupArthur Schiwon2014-06-231-1/+7
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* Merge branch 'master' into append-error-documentThomas Müller2014-04-021-0/+4
|\
| * Added .ocdata file to check for data folder validityVincent Petry2014-03-141-0/+4
| * CSS is now loaded directly instead via PHPLukas Reschke2014-02-281-1/+1
* | Typo + use regular assignmentLukas Reschke2014-02-281-2/+2
* | Remove .htaccess creation codeLukas Reschke2014-02-281-46/+8
|/
* Merge pull request #7259 from owncloud/overwritehost-alwaysLukas Reschke2014-02-221-0/+1
|\
| * Add overwritehost config on setup and upgradeLukas Reschke2014-02-211-0/+1
* | kill references to core.js and core.cssThomas Müller2014-02-201-2/+0
* | Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-4/+5
|/
* turn off mod_pagespeedThomas Müller2014-01-081-0/+3
* implementing solution using <ifModule mod_authz_core>Thomas Müller2013-11-081-4/+8
* adding proper htaccess commands for Apache 2.4Thomas Müller2013-11-081-2/+9
* replace template function link_to_docs() with \OC_Helper::linkToDocs()Thomas Mueller2013-11-021-1/+1
* introduce link_to_docs() and migrate linksThomas Müller2013-10-211-1/+1
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+192