Commit Graph

49 Commits (f4dc9e6bf3bf1db1712fde818b5df64516763ce6)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Vincent Petry 7bc09f8f06 Fix setup config 10 years ago
Thomas Müller 5855108e9b drop any fallback code related to curl - refs https://github.com/owncloud/core/pull/14838#issuecomment-78586447 10 years ago
Thomas Müller 96b223676d Don't play with config values ... 10 years ago
Thomas Müller 6c1a1234f8 Properly handle available databases at runtime and respect setup checks in command line as well 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Thomas Müller 1fd1b355e4 Fix namespace of OC_Setup -> \OC\Setup 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Lukas Reschke 4decbc2efa Add `Satisfy All` 10 years ago
Lukas Reschke a666f804c7 Use the untrusted domain in the installer 10 years ago
Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 10 years ago
Martin 21e3cd38ae Write the parameter 'logtimezone' into config.php during setup 10 years ago
Lukas Reschke 20199dd168 Reference module with `.c` 10 years ago
Lukas Reschke d8559dc78f Make error more descriptive 10 years ago
Joas Schilling 039397bd31 Use setConfigs() instead of calling setConfig() multiple times 10 years ago
Lukas Reschke 7fbb7f4dc4 Add version to .htaccess 10 years ago
Lukas Reschke 69f5f6649e Trim port from domain 10 years ago
Lukas Reschke 9a8dc4a832 Disable OCI as it is unsupported by most CE apps 10 years ago
Lukas Reschke f3e75c085c Disable MSSQL for new CE installations 10 years ago
Joas Schilling 3338eede3c Correctly namespace DatabaseSetupException 10 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 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Vincent Petry 3c46dcd7dd Added .ocdata file to check for data folder validity 11 years ago
Lukas Reschke d1c04e1136 Typo + use regular assignment 11 years ago
Lukas Reschke 357fdb1a4d Remove .htaccess creation code 11 years ago
Lukas Reschke 4c4bb70cb6 CSS is now loaded directly instead via PHP 11 years ago
Lukas Reschke fe44ac264b Add overwritehost config on setup and upgrade 11 years ago
Thomas Müller ac8e6b15b6 kill references to core.js and core.css 11 years ago
Robin Appelman 181bbd4325 Remove usage of legacy OC_Appconfig 11 years ago
Thomas Müller 5eef107344 turn off mod_pagespeed 11 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 12 years ago
Bart Visscher 6831b78597 Use db setup class for option validation 12 years ago
Bart Visscher 2faccaee0d Change database creation to use array to select db setup class 12 years ago
Bart Visscher e232907698 Convert database setup code to objects 12 years ago