summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | get permissions directly from share storage to avoid additional db callsBjoern Schiessle2014-06-021-0/+14
|/
* Merge pull request #8607 from owncloud/filescan_app_hookOwen Winkler2014-05-301-8/+42
|\
| * Missed one.ringmaster2014-05-301-1/+1
| * Updates per comments on PR:ringmaster2014-05-301-6/+20
| * Prevent apps from affecting the scanner via hook.ringmaster2014-05-281-16/+18
| * Use 'filesystem_check_enable' as a config option.ringmaster2014-05-271-4/+4
| * Allow the default behavior to come from the config.ringmaster2014-05-271-6/+12
| * Rename variable to something more appropriate.ringmaster2014-05-271-3/+3
| * Allow apps to control via a hook to skip adding/removing a file during filescanringmaster2014-05-271-3/+15
* | Merge pull request #5365 from owncloud/filesize-improvements-32bitThomas Müller2014-05-304-91/+29
|\ \
| * | Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.Andreas Fischer2014-05-292-8/+2
| * | Cast to number instead of integer in OC\Files\Cache\HomeCacheAndreas Fischer2014-05-291-2/+4
| * | Cast to number instead of integer in OC\Files\Cache\CacheAndreas Fischer2014-05-291-5/+5
| * | Only call $this->filesize() for files.Andreas Fischer2014-05-292-2/+2
| * | Refactor Large File handling code.Andreas Fischer2014-05-292-131/+20
| * | Cast to numeric instead of float, i.e. use an integer if possible.Andreas Fischer2014-05-291-6/+6
| * | Use CURL to get filesize on 32bit systems.Andreas Fischer2014-05-291-11/+64
* | | Pass any methods custom to specific storage implementations to the wrapped st...Robin Appelman2014-05-291-0/+11
* | | Fix storage wrapper being called with nullRobin Appelman2014-05-291-1/+1
* | | Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-292-2/+22
|/ /
* | Merge pull request #3908 from owncloud/storage-folder-copy-renameicewind19912014-05-294-115/+170
|\ \
| * | Remove code duplicationRobin Appelman2014-05-281-20/+21
| * | Fix LocalStorage->unlink to work on folder as expectedRobin Appelman2014-05-282-2/+9