summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Fix othersJoas Schilling2016-07-2170-102/+175
* Save the files external mount id in the mount cache tableRobin Appelman2016-07-134-16/+63
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-19/+1
* fix swift primary object store test (#25281)Thomas Müller2016-07-051-1/+1
* remove png references in coreHendrik Leppelsack2016-07-011-6/+6
* Fix getting the certificate bundle for dav external storage (#25274)Robin Appelman2016-06-271-1/+6
* handle unavailable fed shares while testing for availability (#25277)Robin Appelman2016-06-271-3/+3
* Fire hooks for mkdir for folder uploadkarakayasemi2016-06-211-1/+22
* Merge pull request #25056 from owncloud/fs-usermountcache-cappedVincent Petry2016-06-151-3/+14
|\
| * Capped cache for cache info in UserMountCacheVincent Petry2016-06-131-3/+14
* | Merge pull request #25102 from owncloud/preview-delete-performanceVincent Petry2016-06-151-4/+14
|\ \
| * | optimized size propagation on deletesRobin Appelman2016-06-141-4/+14
* | | handle invalid storages in LazyStorageMountInfoRobin Appelman2016-06-132-8/+16
|/ /
* | Merge pull request #24863 from owncloud/propagator-batchingVincent Petry2016-06-102-1/+91
|\ \ | |/ |/|
| * fix mtime propagation on sqliteRobin Appelman2016-06-021-3/+3
| * use propagator batching in the scannerRobin Appelman2016-06-021-0/+4
| * add propagator batchingRobin Appelman2016-06-021-0/+86
* | Merge pull request #25028 from owncloud/scanner-user-not-setupVincent Petry2016-06-091-1/+6
|\ \
| * | skip scanning for a user when the user is not setup yetRobin Appelman2016-06-081-1/+6
* | | Merge pull request #24899 from owncloud/local-storage-symlinksVincent Petry2016-06-082-2/+35
|\ \ \
| * | | Ignore forbidden files while scanningRobin Appelman2016-06-071-1/+6
| * | | dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-071-1/+29
| |/ /
* | | make sure $data['mtime'] is always a timestampRobin Appelman2016-06-071-0/+3
* | | don't update storage mtime if we can't get the modified dateRobin Appelman2016-06-071-1/+4
|/ /
* | Fix warnings when trying to get mtime of non existing filesRobin Appelman2016-06-031-3/+3
* | return success when deleting ghost filesRobin Appelman2016-06-031-1/+3
* | allow deleting "ghost files" trough the View and Node apiRobin Appelman2016-06-031-15/+28
* | normalize path in getInternalPathGeorg Ehrke2016-06-021-0/+1
* | Add keepUnicode value in the cache key of normalizedPathCacheVincent Petry2016-06-011-1/+1
|/
* Check whether remote DAV server accepted the mtime on touchVincent Petry2016-05-301-1/+10
* Fix webdav destination header when overwriting foldersVincent Petry2016-05-301-6/+23
* trigger size calculation after scanning (#24875)Robin Appelman2016-05-301-0/+6
* Update license headersLukas Reschke2016-05-2628-30/+50
* Merge pull request #24760 from owncloud/objectstore_multibucketVincent Petry2016-05-242-2/+115
|\
| * Store user bucket in preferencesRoeland Jago Douma2016-05-231-8/+16
| * Fix NameRoeland Jago Douma2016-05-231-4/+4
| * Allow multibucket in objectstoreRoeland Jago Douma2016-05-232-2/+107
* | Merge pull request #24750 from owncloud/lenz1111-share_download_range_request...Vincent Petry2016-05-231-0/+34
|\ \ | |/ |/|
| * Code style and doc fixPiotr Filiciak2016-05-231-4/+4
| * Http Range requests support in downloadsPiotr Filiciak2016-05-201-0/+34
* | Merge pull request #24777 from owncloud/scanner-dont-propagateVincent Petry2016-05-231-2/+4
|\ \
| * | dont needlessly triger the propgator in the scannerRobin Appelman2016-05-231-2/+4
* | | Merge pull request #24699 from owncloud/background-scan-recursionVincent Petry2016-05-231-3/+6
|\ \ \
| * | | Only recurse into incomplete folders during background scansRobin Appelman2016-05-231-3/+6
* | | | Merge pull request #24695 from owncloud/background-scan-propagateVincent Petry2016-05-231-1/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Trigger propagation from the background scannerRobin Appelman2016-05-181-1/+13
* | | | Merge pull request #24349 from owncloud/nfd-storagewrapperVincent Petry2016-05-232-1/+534
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove unneeded unsets in encoding wrapperVincent Petry2016-05-201-16/+3
| * | | Fixes for encoding wrapperVincent Petry2016-05-201-41/+19
| * | | Scanner must normalize new children names for cache diffVincent Petry2016-05-201-1/+1