summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-0/+568
| | |/ | |/|
* | | Merge pull request #24356 from owncloud/scanner-recursion-memoryVincent Petry2016-05-231-22/+25
|\ \ \ | |/ / |/| |
| * | Free up folder content from memory before recursing in the file scannerRobin Appelman2016-04-291-22/+25
* | | use mount providers to setup home storages (#24567)Robin Appelman2016-05-174-33/+163
| |/ |/|
* | Merge pull request #24341 from owncloud/scan-nfd-showwarningMorris Jobke2016-05-021-13/+8
|\ \
| * | Fix SMB storage to not normalize UTF8Vincent Petry2016-04-291-13/+8
* | | Move lonely file from \OC\Files to PSR-4Roeland Jago Douma2016-05-011-0/+69
* | | Merge pull request #24212 from owncloud/no_need_to_prop_etag_on_sharesRoeland Douma2016-04-301-1/+1
|\ \ \
| * | | Properly get the internal path for a cachejail moveRoeland Jago Douma2016-04-301-1/+1
* | | | Merge pull request #24207 from owncloud/cache-mount-providerRoeland Douma2016-04-301-19/+0
|\ \ \ \ | |/ / / |/| | |
| * | | mount custom cache folder using mount providersRobin Appelman2016-04-291-19/+0
| |/ /
* | | Merge pull request #24335 from owncloud/warning-for-wrongly-done-storage-wrap...Thomas Müller2016-04-291-0/+18
|\ \ \
| * | | Add a warning if a storage wrapper was registered outside of the hookJoas Schilling2016-04-291-0/+18
| | |/ | |/|
* | | Merge pull request #24299 from owncloud/availability-avoid-concurrencyThomas Müller2016-04-291-0/+4
|\ \ \ | |_|/ |/| |
| * | Prevent concurrent availability checksRobin McCorkell2016-04-261-0/+4
| |/
* / cap the normalized path cacheRobin Appelman2016-04-291-1/+6
|/
* Merge pull request #24246 from owncloud/local-invalidLukas Reschke2016-04-261-0/+3
|\
| * error out if a local storage isn't setup correctlyRobin Appelman2016-04-251-0/+3
* | Merge pull request #24256 from owncloud/scanner-propagateMorris Jobke2016-04-261-0/+16
|\ \
| * | triger the propagator from the command line scannerRobin Appelman2016-04-251-0/+16
* | | do propagation in a single queryRobin Appelman2016-04-254-26/+54
|/ /
* | Merge pull request #24248 from owncloud/d--j-masterThomas Müller2016-04-255-10/+34
|\ \
| * | Merge branch 'master' of https://github.com/d--j/core into d--j-masterThomas Müller2016-04-255-10/+34
* | | Merge branch 'patch-1' of https://github.com/weits/core into weits-patch-1Thomas Müller2016-04-251-1/+1
|/ /
* / add locks in the scanner to prevent multiple scanners running on the same filesRobin Appelman2016-04-251-0/+2
|/
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-2465-0/+18273