aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Collapse)AuthorAgeFilesLines
* Add server<->server sharing backendRobin Appelman2014-06-141-5/+5
|
* Merge pull request #8968 from owncloud/scanner-parent-repairVincent Petry2014-06-121-37/+40
|\ | | | | Repair broken parent link in the scanner
| * 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 yet
| * | 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 remove
| * 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
|\ \ | |/ |/| Support for (re)moving mountpoints
| * 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 ...
| * 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 changed
| * 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()
| * | 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 switch to count external storage data in quota
| * | | Added experimental switch to count external storage data in quotaVincent Petry2014-06-041-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-appJörn Friedrich Dreyer2014-06-052-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 appThomas Müller2014-06-042-491/+0
| | | |
* | | | Merge pull request #8852 from owncloud/kill-permissions-masterThomas Müller2014-06-059-342/+11
|\ \ \ \ | |/ / / |/| | | Kill permissions table
| * | | - drop permissions table and related codeThomas Müller2014-06-059-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_sizeThomas Müller2014-06-041-1/+1
|\ \ \ | |_|/ |/| | [versioning] let the file cache track the size of the versions
| * | 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
|\ \ \ | |_|/ |/| | [WIP] Improved propagation of cache changes
| * | 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 ↵Bjoern Schiessle2014-06-042-4/+4
| | | | | | | | multiple times
* | 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
| |
* | Add actual locking and log changes necessary for debugging.ringmaster2014-06-041-2/+48
| |
* | Continued flock work.ringmaster2014-06-041-20/+14
| |
* | flock changes. Work in progress.ringmaster2014-06-042-0/+153
| |