50 Commits (2b7e5f841a016e8682d560643dce4797758a44c3)

Author SHA1 Message Date
Lukas Reschke 65202d2a18 Add check for activated local memcache 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Vincent Petry 7bc09f8f06 Fix setup config 11 years ago
Thomas Müller 5855108e9b drop any fallback code related to curl - refs https://github.com/owncloud/core/pull/14838#issuecomment-78586447 11 years ago
Thomas Müller 96b223676d Don't play with config values ... 11 years ago
Thomas Müller 6c1a1234f8 Properly handle available databases at runtime and respect setup checks in command line as well 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Thomas Müller 1fd1b355e4 Fix namespace of OC_Setup -> \OC\Setup 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Lukas Reschke 4decbc2efa Add `Satisfy All` 11 years ago
Lukas Reschke a666f804c7 Use the untrusted domain in the installer 11 years ago
Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 11 years ago
Martin 21e3cd38ae Write the parameter 'logtimezone' into config.php during setup 11 years ago
Lukas Reschke 20199dd168 Reference module with `.c` 11 years ago
Lukas Reschke d8559dc78f Make error more descriptive 11 years ago
Joas Schilling 039397bd31 Use setConfigs() instead of calling setConfig() multiple times 11 years ago
Lukas Reschke 7fbb7f4dc4 Add version to .htaccess 11 years ago
Lukas Reschke 69f5f6649e Trim port from domain 11 years ago
Lukas Reschke 9a8dc4a832 Disable OCI as it is unsupported by most CE apps 11 years ago
Lukas Reschke f3e75c085c Disable MSSQL for new CE installations 11 years ago
Joas Schilling 3338eede3c Correctly namespace DatabaseSetupException 11 years ago
Lukas Reschke e219d72619 Fix stupid copy paste fail 11 years ago
Thomas Müller 79778d6a51 code cleanup during review 👍 11 years ago
Lukas Reschke 233c49f4b9 Make supported DBs configurable within config.php 11 years ago
Joas Schilling 0407bc0978 Set overwritemailurl* configs on setup 11 years ago
Thomas Müller 21412559df remove post setup check 11 years ago
Robin Appelman c8dbdc29d0 Check for writable datadir during setup 11 years ago
Joas Schilling 249558966e Set overwritewebroot when installing owncloud to avoid problems 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Lukas Reschke d26a9c3c58 Add some security utilities 11 years ago
Arthur Schiwon 81ecbbb061 trusted domains shall not be ignored on autosetup 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Vincent Petry 3c46dcd7dd Added .ocdata file to check for data folder validity 12 years ago
Lukas Reschke d1c04e1136 Typo + use regular assignment 12 years ago
Lukas Reschke 357fdb1a4d Remove .htaccess creation code 12 years ago
Lukas Reschke 4c4bb70cb6 CSS is now loaded directly instead via PHP 12 years ago
Lukas Reschke fe44ac264b Add overwritehost config on setup and upgrade 12 years ago
Thomas Müller ac8e6b15b6 kill references to core.js and core.css 12 years ago
Robin Appelman 181bbd4325 Remove usage of legacy OC_Appconfig 12 years ago
Thomas Müller 5eef107344 turn off mod_pagespeed 12 years ago
Thomas Müller b5e013973b implementing solution using <ifModule mod_authz_core> 12 years ago
Thomas Müller 9c8b1e1775 adding proper htaccess commands for Apache 2.4 12 years ago
Thomas Mueller eb3c5070c0 replace template function link_to_docs() with \OC_Helper::linkToDocs() 12 years ago
Thomas Müller 148d2616e5 introduce link_to_docs() and migrate links 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
kondou 9c5416fe4a Clean up \OC\Util 12 years ago
Bart Visscher 8c5df31c49 DRY use OC_Template::printErrorPage 12 years ago
Bart Visscher 60eb63e35a Fix review items 13 years ago
Bart Visscher 6831b78597 Use db setup class for option validation 13 years ago
Bart Visscher 2faccaee0d Change database creation to use array to select db setup class 13 years ago