summaryrefslogtreecommitdiffstats
path: root/lib/private/setup.php
Commit message (Collapse)AuthorAgeFilesLines
* Set overwritewebroot when installing owncloud to avoid problemsJoas Schilling2014-09-081-0/+1
| | | | Fix #10514
* Merge branch 'master' into securityutilsLukas Reschke2014-08-311-1/+1
|\ | | | | | | | | Conflicts: lib/private/util.php
| * Use public api for getting l10nRobin Appelman2014-08-311-1/+1
| |
* | Add some security utilitiesLukas Reschke2014-08-271-6/+11
|/ | | | | | | | | | | | | | | | | | | | | | | This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this
* 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
| | | | * test case added to avoid adding them later
* Merge branch 'master' into append-error-documentThomas Müller2014-04-021-0/+4
|\ | | | | | | | | | | Conflicts: lib/private/setup.php lib/private/updater.php
| * Added .ocdata file to check for data folder validityVincent Petry2014-03-141-0/+4
| | | | | | | | | | | | | | | | In environments where the data folder is mount from another partition, it is important to check that the data folder we see is actually the real one. If the mount failed for some reasons, this fix will make ownCloud temporarily unavailable instead of causing unpredictable behavior.
| * CSS is now loaded directly instead via PHPLukas Reschke2014-02-281-1/+1
| | | | | | 269f24cf9617397aaf501b27ec1af2c8e3154cf8 was not changed in setup.php which prevented loading of CSS files in some environments (e.g. my local setup) for apps.
* | Typo + use regular assignmentLukas Reschke2014-02-281-2/+2
| |
* | Remove .htaccess creation codeLukas Reschke2014-02-281-46/+8
|/ | | | | 1. We're maintaining the same code twice which leads inevitably to problems as this one. The createHtaccess routine is only used to use the correct paths to the 404 and 403 document. 2. Updating the ownCloud instance as described in our documentation (`Delete everything from your ownCloud installation directory, except data and config.`) will break the links to the ErrorDocuments anyways and show the default error handlers if ownCloud is not installed in the root directory.
* Merge pull request #7259 from owncloud/overwritehost-alwaysLukas Reschke2014-02-221-0/+1
|\ | | | | Add overwritehost config on setup and upgrade
| * 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
Conflicts: lib/private/vcategories.php