Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix upgrade process when apps enabled for specific groups | Vincent Petry | 2014-09-04 | 1 | -0/+4 |
| | | | | | | | Fix issue where the currently logged user was causing side-effects when upgrading. Now setting incognito mode (no user) on update to make sure the whole apps list is taken into account with getEnabledApps() or isEnabled(). | ||||
* | Send feedback from upgrading apps to the upgrade ui | Robin Appelman | 2014-08-19 | 1 | -0/+6 |
| | |||||
* | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 1 | -0/+3 |
| | | | | | When upgrade, also simulate the database schema update for apps before doing the actual upgrade. | ||||
* | Now showing disabled apps as upgrade status line | Vincent Petry | 2014-05-27 | 1 | -0/+8 |
| | | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade | ||||
* | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 1 | -9/+0 |
|\ | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | ||||
| * | drop file cache migration OC5 -> OC6 | Thomas Müller | 2014-03-18 | 1 | -9/+0 |
| | | |||||
* | | remove some more global variable $RUNTIME_NOAPPS | Thomas Müller | 2014-02-06 | 1 | -1/+0 |
|/ | |||||
* | adding translations to update events | Thomas Müller | 2013-08-27 | 1 | -12/+13 |
| | |||||
* | split upgrade logic from ajax file | Robin Appelman | 2013-07-06 | 1 | -107/+28 |
| | |||||
* | Add undefined verision variables | Michael Gapczynski | 2013-05-17 | 1 | -1/+3 |
| | |||||
* | Connect watcher failure function to the failure signal | Bart Visscher | 2013-05-04 | 1 | -1/+1 |
| | |||||
* | Move start of the maintenance mode to the ajax call | Bart Visscher | 2013-05-04 | 1 | -0/+3 |
| | | | | Make sure the update page is shown in a browser. And not an ajax request | ||||
* | port 22c8194cc8fde88957dbc8c6d9e253fac3c637bb | Arthur Schiwon | 2013-04-02 | 1 | -3/+7 |
| | |||||
* | Add missing backticks. | root | 2013-03-30 | 1 | -2/+2 |
| | | | | Especially at user without "" PostgreSQL likes to fail. | ||||
* | Remove Debug output | Arthur Schiwon | 2013-03-27 | 1 | -2/+0 |
| | |||||
* | Upgrade FileCache on ownCloud upgrade for all users with files | Arthur Schiwon | 2013-03-27 | 1 | -0/+45 |
| | |||||
* | Clear the CSS and JS cache earlier to make sure update goes smoothly | Michael Gapczynski | 2013-03-05 | 1 | -4/+0 |
| | |||||
* | Disable prepared query caching while doing an upgrade | Robin Appelman | 2013-02-26 | 1 | -1/+2 |
| | |||||
* | Tweak failure message and throw exceptions from updateDbFromStructure() | Michael Gapczynski | 2013-01-05 | 1 | -4/+5 |
| | |||||
* | Remove old data directory protection from update, should already have taken ↵ | Michael Gapczynski | 2013-01-05 | 1 | -8/+0 |
| | | | | place or not working because the server isn't Apache | ||||
* | Use hooks to send updates from apps | Michael Gapczynski | 2013-01-04 | 1 | -8/+46 |
| | |||||
* | Basic update progress of database update only | Michael Gapczynski | 2013-01-03 | 1 | -0/+36 |