Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add server<->server sharing backend | Robin Appelman | 2014-06-14 | 1 | -5/+5 |
| | |||||
* | Merge pull request #8968 from owncloud/scanner-parent-repair | Vincent Petry | 2014-06-12 | 1 | -37/+40 |
|\ | | | | | Repair broken parent link in the scanner | ||||
| * | remove unused argument | Robin Appelman | 2014-06-10 | 1 | -3/+2 |
| | | |||||
| * | add some comments | Robin Appelman | 2014-06-10 | 1 | -0/+2 |
| | | |||||
| * | Repair broken parent link in the scanner | Robin Appelman | 2014-06-10 | 1 | -34/+36 |
| | | |||||
* | | Merge pull request #8901 from owncloud/permissions-update-cache | Vincent Petry | 2014-06-11 | 1 | -12/+12 |
|\ \ | | | | | | | Save the permissions in the filecache if it's not saved yet | ||||
| * | | Save the permissions in the filecache if it's not saved yet | Robin Appelman | 2014-06-09 | 1 | -12/+12 |
| |/ | |||||
* / | call self::getNumericStorageId() to get the numeric ID | Bjoern Schiessle | 2014-06-10 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #8921 from owncloud/fix-remove-storage-master | Thomas Müller | 2014-06-06 | 1 | -10/+22 |
|\ | | | | | No need to create a storage within remove | ||||
| * | No need to create a storage within remove | Thomas Müller | 2014-06-06 | 1 | -10/+22 |
| | | |||||
* | | Merge pull request #8666 from owncloud/mount-remove | icewind1991 | 2014-06-06 | 6 | -34/+90 |
|\ \ | |/ |/| | Support for (re)moving mountpoints | ||||
| * | Movable storage root can always be moved and deleted | Robin Appelman | 2014-06-06 | 1 | -1/+1 |
| | | |||||
| * | use triple equals | Robin Appelman | 2014-06-06 | 1 | -1/+1 |
| | | |||||
| * | Fix phpdoc and comments | Robin Appelman | 2014-06-06 | 1 | -0/+1 |
| | | |||||
| * | remove encryption keys if user unshares a file | Bjoern Schiessle | 2014-06-06 | 1 | -1/+12 |
| | | |||||
| * | Fix folder name for storage root | Robin Appelman | 2014-06-06 | 1 | -1/+1 |
| | | |||||
| * | Add the removing logic for mounts | Robin Appelman | 2014-06-06 | 1 | -5/+9 |
| | | |||||
| * | Don't do rename hooks for cache when moving the mountpoint | Robin Appelman | 2014-06-06 | 1 | -0/+4 |
| | | |||||
| * | Add a system for (re)movable mount points | Robin Appelman | 2014-06-06 | 4 | -28/+64 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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 #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 | 1 | -1/+7 |
|\ \ \ | | | | | | | | | Added switch to count external storage data in quota | ||||
| * | | | Added experimental switch to count external storage data in quota | Vincent Petry | 2014-06-04 | 1 | -1/+7 |
| | |/ | |/| | | | | | | | | | | | | | | | | 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 | 2 | -491/+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 | 2 | -491/+0 |
| | | | | |||||
* | | | | Merge pull request #8852 from owncloud/kill-permissions-master | Thomas Müller | 2014-06-05 | 9 | -342/+11 |
|\ \ \ \ | |/ / / |/| | | | Kill permissions table | ||||
| * | | | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 9 | -342/+11 |
| | |/ | |/| | | | | | | | | | | | | | - 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 #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 |
| |/ | |||||
* | | 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 | 2 | -4/+4 |
| | | | | | | | | multiple times | ||||
* | | 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 |
| | | |||||
* | | Removed unused vars/declarations, update PHPDoc. | ringmaster | 2014-06-04 | 1 | -1/+2 |
| | | |||||
* | | Remove unused methods. | ringmaster | 2014-06-04 | 1 | -14/+0 |
| | | |||||
* | | Add actual locking and log changes necessary for debugging. | ringmaster | 2014-06-04 | 1 | -2/+48 |
| | | |||||
* | | Continued flock work. | ringmaster | 2014-06-04 | 1 | -20/+14 |
| | | |||||
* | | flock changes. Work in progress. | ringmaster | 2014-06-04 | 2 | -0/+153 |
| | |