Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added CLI arguments for upgrade simulation steps | Vincent Petry | 2014-06-06 | 1 | -17/+51 |
| | | | | | | Added "dry run" argument to only run the update simulation. Added argument to disable migration (useful for bigger setups where table duplication would take too much space) | ||||
* | Merge pull request #8909 from owncloud/fix-temporary-storage-rmdirr-master | Thomas Müller | 2014-06-06 | 1 | -0/+4 |
|\ | | | | | use system function to recursive remove the directory used by temporary ... | ||||
| * | use system function to recursive remove the directory used by temporary storage | Thomas Müller | 2014-06-06 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #8877 from owncloud/getpath-storage-check | Thomas Müller | 2014-06-06 | 1 | -8/+12 |
|\ \ | |/ |/| | Verify that we have a valid storage in View->getPath | ||||
| * | Update PHPDoc | Thomas Müller | 2014-06-06 | 1 | -1/+1 |
| | | |||||
| * | Verify that we have a valid storage in View->getPath | Robin Appelman | 2014-06-05 | 1 | -7/+11 |
| | | |||||
* | | Merge pull request #8483 from owncloud/encryption_use_oc_preferences | Thomas Müller | 2014-06-05 | 2 | -18/+30 |
|\ \ | | | | | | | [encryption] use oc preferences | ||||
| * | | allow to set pre-condition for setValue | Bjoern Schiessle | 2014-06-05 | 2 | -18/+30 |
| | | | |||||
* | | | Merge pull request #8865 from owncloud/improve_share_settings | Vincent Petry | 2014-06-05 | 2 | -5/+22 |
|\ \ \ | |/ / |/| | | Improve share settings | ||||
| * | | unify share settings | Bjoern Schiessle | 2014-06-05 | 2 | -5/+22 |
| |/ | |||||
* | | Merge pull request #8893 from owncloud/feature/get-users-by-preference | Thomas Müller | 2014-06-05 | 1 | -0/+30 |
|\ \ | |/ |/| | Add method to get users by their preference | ||||
| * | Hack around oracle for CLOB fields | Joas Schilling | 2014-06-05 | 1 | -1/+9 |
| | | |||||
| * | Add method to get users by their preference | Joas Schilling | 2014-06-05 | 1 | -0/+22 |
| | | |||||
* | | Merge pull request #8529 from owncloud/remove-legacy-routing | Thomas Müller | 2014-06-05 | 2 | -4/+4 |
|\ \ | | | | | | | Remove legacy routing code | ||||
| * | | Remove legacy routing code | Lukas Reschke | 2014-06-05 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The getfile routing code was absolutely legacy and not needed anymore. Additionally \OC::$REQUESTEDAPP was never set to the actually accessed application. This commit removes the legacy routing code and ensures that $REQUESTEDAPP is always set so that other applications (e.g. the firewall or a two-factor authentication) can intercept the currently accessed app. Testplan: [x] Installation works [x] Login with DB works [x] Logout works [x] Login with alternate backend works (tested with user_webdavauth) [x] Other apps are accessible [x] Redirect on login works (e.g. index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fapps%3Finstalled) [x] Personal settings are accessible [x] Admin settings are accessible [x] Sharing files works [x] DAV works [x] OC::$REQUESTEDAPP contains the requested application and can be intercepted by other applications | ||||
* | | | Merge pull request #8889 from owncloud/mtime-reuse | Thomas Müller | 2014-06-05 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Don't update the mtime if the storage mtime hasn't changed | ||||
| * | | | Don't update the mtime if the storage mtime hasn't changed | Robin Appelman | 2014-06-05 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #8866 from owncloud/flock-quotafix | Vincent Petry | 2014-06-05 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Fixed quota wrapper to return the value from flock() | ||||
| * | | | Fixed quota wrapper to return the value from flock() | Vincent Petry | 2014-06-04 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #7878 from owncloud/quota-extstorageswitch | icewind1991 | 2014-06-05 | 2 | -2/+53 |
|\ \ \ \ | | | | | | | | | | | Added switch to count external storage data in quota | ||||
| * | | | | Added experimental switch to count external storage data in quota | Vincent Petry | 2014-06-04 | 2 | -2/+53 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | This includes all mountpoints except the Shared one in the used space calculation. Added unit tests for ext storage inclusion in quota calculation | ||||
* | | | | Merge pull request #8884 from owncloud/move-flock-to-app | Jörn Friedrich Dreyer | 2014-06-05 | 3 | -501/+0 |
|\ \ \ \ | | | | | | | | | | | remove file locking - code will continue to live in it's own app | ||||
| * | | | | remove file locking - code will continue to live in it's own app | Thomas Müller | 2014-06-04 | 3 | -501/+0 |
| | | | | | |||||
* | | | | | Merge pull request #8878 from owncloud/update-checkmigrationforapps | Vincent Petry | 2014-06-05 | 4 | -36/+118 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Simulate apps database schema update on upgrade | ||||
| * | | | | Removed simulate db update flag and split into separate methods | Vincent Petry | 2014-06-04 | 3 | -23/+47 |
| | | | | | |||||
| * | | | | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 4 | -37/+95 |
| | |_|/ | |/| | | | | | | | | | | | | | | When upgrade, also simulate the database schema update for apps before doing the actual upgrade. | ||||
* | | | | Merge pull request #8852 from owncloud/kill-permissions-master | Thomas Müller | 2014-06-05 | 10 | -346/+15 |
|\ \ \ \ | | | | | | | | | | | Kill permissions table | ||||
| * | | | | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 10 | -346/+15 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | ||||
* | | | | Merge pull request #8724 from owncloud/update-sabre-2.0 | Thomas Müller | 2014-06-04 | 21 | -176/+156 |
|\ \ \ \ | |_|/ / |/| | | | Update SabreDAV to 1.8.10 | ||||
| * | | | use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterface | Thomas Müller | 2014-06-04 | 2 | -10/+1 |
| | | | | |||||
| * | | | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 21 | -176/+165 |
| |/ / | | | | | | | | | | Updating SabreDAV namespaces | ||||
* | | | Merge pull request #8471 from owncloud/versioning_no_longer_track_the_size | Thomas Müller | 2014-06-04 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | [versioning] let the file cache track the size of the versions | ||||
| * | | let file cache handle the versions size | Bjoern Schiessle | 2014-06-02 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #8822 from owncloud/cache-change-propagator | Vincent Petry | 2014-06-04 | 3 | -47/+167 |
|\ \ \ | |_|/ |/| | | [WIP] Improved propagation of cache changes | ||||
| * | | Fix size calculation during recursive scan | Robin Appelman | 2014-06-03 | 1 | -7/+3 |
| | | | |||||
| * | | Fix recursive scanning | Robin Appelman | 2014-06-02 | 1 | -3/+5 |
| | | | |||||
| * | | propagate changes in the scanner | Robin Appelman | 2014-06-02 | 2 | -1/+21 |
| | | | |||||
| * | | Split of cache writes in the scanner to their own methods | Robin Appelman | 2014-06-02 | 1 | -39/+43 |
| | | | |||||
| * | | Add a change propagator class to handle propagating etag and mtime changes | Robin Appelman | 2014-06-02 | 1 | -0/+98 |
| | | | |||||
* | | | Use ->instanceOfStorage() not instanceof for Storage instances. | ringmaster | 2014-06-04 | 1 | -1/+1 |
| | | | |||||
* | | | only lock if unlink is called for a file | Bjoern Schiessle | 2014-06-04 | 1 | -1/+3 |
| | | | |||||
* | | | name the storage wrapper to make sure that we don't apply the wrapper ↵ | Bjoern Schiessle | 2014-06-04 | 3 | -6/+6 |
| | | | | | | | | | | | | multiple times | ||||
* | | | Normalize lock exception messages. | ringmaster | 2014-06-04 | 2 | -2/+2 |
| | | | |||||
* | | | Restore the reference to this used exception class. | ringmaster | 2014-06-04 | 1 | -0/+1 |
| | | | |||||
* | | | Move Lock to private namespace, add interface. Update PHPDoc. | ringmaster | 2014-06-04 | 2 | -2/+310 |
| | | | |||||
* | | | Don't error out on console. | ringmaster | 2014-06-04 | 1 | -2/+2 |
| | | | |||||
* | | | Removed unused vars/declarations, update PHPDoc. | ringmaster | 2014-06-04 | 1 | -1/+2 |
| | | | |||||
* | | | Fix typo | Lukas Reschke | 2014-06-04 | 1 | -1/+1 |
| | | | |||||
* | | | Fix typo | Lukas Reschke | 2014-06-04 | 1 | -1/+1 |
| | | | |||||
* | | | Remove unused methods. | ringmaster | 2014-06-04 | 1 | -14/+0 |
| | | |