summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
...
* Skip unavailable storages in scannerRobin Appelman2015-11-271-2/+16
* Merge pull request #20744 from owncloud/oc_helper-getMimeType-cleanupThomas Müller2015-11-261-1/+1
|\
| * Remove last occurences of OC_Helper::getMimeType()Morris Jobke2015-11-261-1/+1
* | Merge pull request #20731 from owncloud/per-storage-updaterThomas Müller2015-11-265-114/+144
|\ \ | |/ |/|
| * Make Cache\Updater per storageRobin Appelman2015-11-255-114/+144
* | Merge pull request #20705 from owncloud/fix_20648Thomas Müller2015-11-251-2/+2
|\ \ | |/ |/|
| * Fix overriding function from 3rdparty warningRoeland Jago Douma2015-11-241-2/+2
* | Merge pull request #20439 from owncloud/etag-propagate-in-storageThomas Müller2015-11-258-110/+242
|\ \
| * | take the etag of child mounts into account for the folder etagRobin Appelman2015-11-198-21/+158
| * | Fix scanning of incomplete foldersRobin Appelman2015-11-191-1/+1
| * | use relative pathRobin Appelman2015-11-191-1/+1
| * | fix fileinfo for non existing filesRobin Appelman2015-11-191-0/+4
| * | Some more cleanup for getFIleInfo/getDirectoryContentRobin Appelman2015-11-192-39/+42
| * | Split getting cache entry and checking update to a seperate methodRobin Appelman2015-11-191-58/+46
* | | Adjust sabre changes in coreThomas Müller2015-11-241-3/+6
| |/ |/|
* | Merge pull request #20614 from owncloud/use-mocks-when-testing-isSharingDisab...Thomas Müller2015-11-201-1/+1
|\ \
| * | Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-191-1/+1
| |/
* / Follow the interface againRoeland Jago Douma2015-11-191-0/+9
|/
* Handle non existing users as owner in the viewRobin Appelman2015-11-181-5/+20
* Allow storage wrappers to through a forbidden exception with retry informationJoas Schilling2015-11-171-0/+2
* Add getOwner to FileInfoRobin Appelman2015-11-103-7/+36
* Merge pull request #16604 from owncloud/cache-escape-likeRobin Appelman2015-11-101-62/+71
|\
| * escape like parameter for move queriesRobin Appelman2015-11-051-1/+1
| * move from OC_DB to IDBConnectionRobin Appelman2015-11-051-62/+71
* | Merge pull request #20288 from owncloud/fix_20234Thomas Müller2015-11-061-1/+13
|\ \ | |/ |/|
| * make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-041-1/+13
* | mark path as checkedRobin Appelman2015-11-041-0/+1
* | when a file is locked use old cache dataRobin Appelman2015-11-041-29/+37
* | fix whitespaceRobin Appelman2015-11-041-2/+2
* | only lock in getDirectoryContent if we need to update the cacheRobin Appelman2015-11-031-21/+17
* | only lock in getFileInfo if we need to update the cacheRobin Appelman2015-11-031-18/+16
* | Split checkUpdateRobin Appelman2015-11-031-19/+39
|/
* Merge pull request #20060 from owncloud/cache-move-final-update-transactionRobin Appelman2015-10-291-2/+6
|\
| * include the final update in the transaction when moving a folder in the cacheRobin Appelman2015-10-291-2/+6
* | Merge pull request #19592 from owncloud/availability-root-always-existsThomas Müller2015-10-291-0/+3
|\ \ | |/ |/|
| * The root of a storage always existsRobin Appelman2015-10-291-0/+3
* | Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrenameThomas Müller2015-10-292-1/+23
|\ \ | |/ |/|
| * Also adjust storage_mtime of target after renameVincent Petry2015-10-262-1/+23
* | Update license headersLukas Reschke2015-10-265-1/+5
|/
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-252-5/+15
* Dont lock /$user/filesRobin Appelman2015-10-231-1/+1
* Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer2015-10-192-9/+11
|\
| * fix objectstore files having create permissionsRobin Appelman2015-10-161-2/+2
| * don't move files in cache twice, fixes renaming for objectstoresJörn Friedrich Dreyer2015-10-161-7/+9
* | Merge pull request #19833 from owncloud/fix_view_rmdirRobin Appelman2015-10-191-1/+1
|\ \ | |/ |/|
| * Removemount expects absolutePathRoeland Jago Douma2015-10-161-1/+1
* | Remove $ETagFunction - it was never usedThomas Müller2015-10-161-7/+1
* | Consolidate webdav code - move all to one appThomas Müller2015-10-161-1/+1
|/
* check if fopen was successful before continueBjoern Schiessle2015-10-151-3/+7
* only wrap source if fopen was successfulBjoern Schiessle2015-10-151-1/+4