aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Also support removeable mounts with rmdirRobin Appelman2014-06-161-19/+28
* Fix permission for movable storage rootRobin Appelman2014-06-161-5/+8
* Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman2014-06-144-19/+51
* Add server<->server sharing backendRobin Appelman2014-06-141-5/+5
* Merge pull request #8968 from owncloud/scanner-parent-repairVincent Petry2014-06-121-37/+40
|\
| * remove unused argumentRobin Appelman2014-06-101-3/+2
| * add some commentsRobin Appelman2014-06-101-0/+2
| * Repair broken parent link in the scannerRobin Appelman2014-06-101-34/+36
* | Merge pull request #8901 from owncloud/permissions-update-cacheVincent Petry2014-06-111-12/+12
|\ \
| * | Save the permissions in the filecache if it's not saved yetRobin Appelman2014-06-091-12/+12
| |/
* / call self::getNumericStorageId() to get the numeric IDBjoern Schiessle2014-06-101-1/+1
|/
* Merge pull request #8921 from owncloud/fix-remove-storage-masterThomas Müller2014-06-061-10/+22
|\
| * No need to create a storage within removeThomas Müller2014-06-061-10/+22
* | Merge pull request #8666 from owncloud/mount-removeicewind19912014-06-066-34/+90
|\ \ | |/ |/|
| * Movable storage root can always be moved and deletedRobin Appelman2014-06-061-1/+1
| * use triple equalsRobin Appelman2014-06-061-1/+1
| * Fix phpdoc and commentsRobin Appelman2014-06-061-0/+1
| * remove encryption keys if user unshares a fileBjoern Schiessle2014-06-061-1/+12
| * Fix folder name for storage rootRobin Appelman2014-06-061-1/+1
| * Add the removing logic for mountsRobin Appelman2014-06-061-5/+9
| * Don't do rename hooks for cache when moving the mountpointRobin Appelman2014-06-061-0/+4
| * Add a system for (re)movable mount pointsRobin Appelman2014-06-064-28/+64
* | Merge pull request #8909 from owncloud/fix-temporary-storage-rmdirr-masterThomas Müller2014-06-061-0/+4
|\ \ | |/ |/|
| * use system function to recursive remove the directory used by temporary storageThomas Müller2014-06-061-0/+4
* | Update PHPDocThomas Müller2014-06-061-1/+1
* | Verify that we have a valid storage in View->getPathRobin Appelman2014-06-051-7/+11
|/
* Merge pull request #8889 from owncloud/mtime-reuseThomas Müller2014-06-051-0/+1
|\
| * Don't update the mtime if the storage mtime hasn't changedRobin Appelman2014-06-051-0/+1
* | Merge pull request #8866 from owncloud/flock-quotafixVincent Petry2014-06-051-1/+1
|\ \
| * | Fixed quota wrapper to return the value from flock()Vincent Petry2014-06-041-1/+1
* | | Merge pull request #7878 from owncloud/quota-extstorageswitchicewind19912014-06-051-1/+7
|\ \ \
| * | | Added experimental switch to count external storage data in quotaVincent Petry2014-06-041-1/+7
| | |/ | |/|
* | | Merge pull request #8884 from owncloud/move-flock-to-appJörn Friedrich Dreyer2014-06-052-491/+0
|\ \ \
| * | | remove file locking - code will continue to live in it's own appThomas Müller2014-06-042-491/+0
* | | | Merge pull request #8852 from owncloud/kill-permissions-masterThomas Müller2014-06-059-342/+11
|\ \ \ \ | |/ / / |/| | |
| * | | - drop permissions table and related codeThomas Müller2014-06-059-342/+11
| | |/ | |/|
* | | Merge pull request #8471 from owncloud/versioning_no_longer_track_the_sizeThomas Müller2014-06-041-1/+1
|\ \ \ | |_|/ |/| |
| * | let file cache handle the versions sizeBjoern Schiessle2014-06-021-1/+1
* | | Merge pull request #8822 from owncloud/cache-change-propagatorVincent Petry2014-06-043-47/+167
|\ \ \ | |_|/ |/| |
| * | Fix size calculation during recursive scanRobin Appelman2014-06-031-7/+3
| * | Fix recursive scanningRobin Appelman2014-06-021-3/+5
| * | propagate changes in the scannerRobin Appelman2014-06-022-1/+21
| * | Split of cache writes in the scanner to their own methodsRobin Appelman2014-06-021-39/+43
| * | Add a change propagator class to handle propagating etag and mtime changesRobin Appelman2014-06-021-0/+98
| |/
* | only lock if unlink is called for a fileBjoern Schiessle2014-06-041-1/+3
* | name the storage wrapper to make sure that we don't apply the wrapper multipl...Bjoern Schiessle2014-06-042-4/+4
* | Restore the reference to this used exception class.ringmaster2014-06-041-0/+1
* | Move Lock to private namespace, add interface. Update PHPDoc.ringmaster2014-06-042-2/+310
* | Removed unused vars/declarations, update PHPDoc.ringmaster2014-06-041-1/+2
* | Remove unused methods.ringmaster2014-06-041-14/+0