summaryrefslogtreecommitdiffstats
path: root/lib/private/updater.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Now showing disabled apps as upgrade status lineVincent Petry2014-05-271-1/+4
| | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
|
* Update outdated commentVolkan Gezer2014-04-281-1/+1
|
* Merge branch 'master' into append-error-documentThomas Müller2014-04-021-44/+10
|\ | | | | | | | | | | Conflicts: lib/private/setup.php lib/private/updater.php
| * Merge pull request #7611 from owncloud/fix-updaterVincent Petry2014-03-211-1/+1
| |\ | | | | | | Use $installedVersion instead of $currentVersion
| | * Use $installedVersion instead of $currentVersionLukas Reschke2014-03-171-1/+1
| | |
| * | Merge pull request #7732 from owncloud/datafolderexistenceVincent Petry2014-03-201-0/+5
| |\ \ | | | | | | | | Added .ocdata file to check for data folder validity
| | * | Added .ocdata file to check for data folder validityVincent Petry2014-03-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | drop file cache migration OC5 -> OC6Thomas Müller2014-03-181-43/+0
| | |/ | |/|
| * | Added warning for trusted_domains after CLI upgradeVincent Petry2014-03-141-1/+1
| |/ | | | | | | | | If trusted_domains is not set after a CLI upgrade, show a warning in the output.
| * Merge pull request #7602 from owncloud/flush-updater-cacheVincent Petry2014-03-101-0/+2
| |\ | | | | | | Reset time of last update feed polling after successful update
| | * Reset time of last update feed pollingVictor Dubiniuk2014-03-061-0/+2
| | |
| * | Disable XML entities when parsing XMLVincent Petry2014-03-101-0/+2
| |/
* / Remove .htaccess creation codeLukas Reschke2014-02-281-0/+6
|/ | | | | 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.
* Add overwritehost config on setup and upgradeLukas Reschke2014-02-211-0/+15
|
* Add a (currently) empty system for running common repair stepsRobin Appelman2013-11-261-1/+5
|
* send the build number too to push the next daily build. This is needed for ↵Frank Karlitschek2013-11-241-0/+1
| | | | the new daily build update channel
* Merge branch 'master' into lib-private-master-2Thomas Müller2013-10-011-1/+1
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+159
Conflicts: lib/private/vcategories.php