Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Now showing disabled apps as upgrade status line | Vincent Petry | 2014-05-27 | 1 | -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 /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 | |
| | ||||||
* | Update outdated comment | Volkan Gezer | 2014-04-28 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into append-error-document | Thomas Müller | 2014-04-02 | 1 | -44/+10 | |
|\ | | | | | | | | | | | Conflicts: lib/private/setup.php lib/private/updater.php | |||||
| * | Merge pull request #7611 from owncloud/fix-updater | Vincent Petry | 2014-03-21 | 1 | -1/+1 | |
| |\ | | | | | | | Use $installedVersion instead of $currentVersion | |||||
| | * | Use $installedVersion instead of $currentVersion | Lukas Reschke | 2014-03-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #7732 from owncloud/datafolderexistence | Vincent Petry | 2014-03-20 | 1 | -0/+5 | |
| |\ \ | | | | | | | | | Added .ocdata file to check for data folder validity | |||||
| | * | | Added .ocdata file to check for data folder validity | Vincent Petry | 2014-03-14 | 1 | -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 -> OC6 | Thomas Müller | 2014-03-18 | 1 | -43/+0 | |
| | |/ | |/| | ||||||
| * | | Added warning for trusted_domains after CLI upgrade | Vincent Petry | 2014-03-14 | 1 | -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-cache | Vincent Petry | 2014-03-10 | 1 | -0/+2 | |
| |\ | | | | | | | Reset time of last update feed polling after successful update | |||||
| | * | Reset time of last update feed polling | Victor Dubiniuk | 2014-03-06 | 1 | -0/+2 | |
| | | | ||||||
| * | | Disable XML entities when parsing XML | Vincent Petry | 2014-03-10 | 1 | -0/+2 | |
| |/ | ||||||
* / | Remove .htaccess creation code | Lukas Reschke | 2014-02-28 | 1 | -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 upgrade | Lukas Reschke | 2014-02-21 | 1 | -0/+15 | |
| | ||||||
* | Add a (currently) empty system for running common repair steps | Robin Appelman | 2013-11-26 | 1 | -1/+5 | |
| | ||||||
* | send the build number too to push the next daily build. This is needed for ↵ | Frank Karlitschek | 2013-11-24 | 1 | -0/+1 | |
| | | | | the new daily build update channel | |||||
* | Merge branch 'master' into lib-private-master-2 | Thomas Müller | 2013-10-01 | 1 | -1/+1 | |
| | ||||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+159 | |
Conflicts: lib/private/vcategories.php |