summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* fix updating folder sizes with cross storage moveRobin Appelman2016-06-151-2/+3
* Revert "fix updating folder sizes with cross storage move"Robin Appelman2016-06-151-2/+1
* fix updating folder sizes with cross storage moveRobin Appelman2016-06-151-1/+2
* Workaround to be able to recognize unlimited quota in fed sharesVincent Petry2016-04-211-1/+8
* Merge pull request #22634 from owncloud/stable8.1-backport-22565Vincent Petry2016-02-251-0/+4
|\
| * Avoids scanning the root storageMorris Jobke2016-02-241-0/+4
* | recalculate unencrypted size if we assume that the size stored in the db is n...Bjoern Schiessle2016-02-251-3/+129
|/
* also log exceptionRobin Appelman2016-01-071-0/+1
* Skip unavailable storages in scannerRobin Appelman2016-01-071-2/+16
* Add reshare permission checksVincent Petry2015-12-091-1/+1
* Compute share permissions in the viewVincent Petry2015-12-092-5/+7
* escape like parameter in cache moveRobin Appelman2015-11-201-1/+2
* Prevent moving mount point into already shared folder (outgoing)Vincent Petry2015-11-041-8/+29
* fix internal path when searching in storage rootRobin Appelman2015-10-091-2/+5
* The minimum size for internalRootLength is 1Olivier Paroz2015-10-091-1/+1
* Make postScanFile and postScanFolder available to OC\Files\Utils\ScannerOlivier Paroz2015-09-301-1/+6
* Always send a postScanFile event when done scanning a fileOlivier Paroz2015-09-301-2/+2
* Merge pull request #18139 from owncloud/stable8.1-share-permwrongvarThomas Müller2015-08-121-1/+1
|\
| * Fix removal of share permissions when share disabled for userVincent Petry2015-08-071-1/+1
* | Merge pull request #17991 from owncloud/backport-correct-regexThomas Müller2015-08-121-2/+2
|\ \
| * | Correct regular expressionsLukas Reschke2015-07-301-2/+2
* | | Merge pull request #17947 from owncloud/fix_move_files_8.1Thomas Müller2015-08-121-2/+7
|\ \ \ | |_|/ |/| |
| * | make sure that we emit the hooks if a file gets moved from a subfolder to the...Bjoern Schiessle2015-07-291-2/+7
| |/
* / always update file cache, the cache can handle partial data correctly if the ...Bjoern Schiessle2015-07-311-5/+4
|/
* Merge pull request #17911 from owncloud/fix-enc-wrapper-without-encryption-st...Vincent Petry2015-07-271-1/+1
|\
| * Only set is encrypted when encryption is enabledJoas Schilling2015-07-271-1/+1
* | get header size before we open the file to avoid locking exceptionBjoern Schiessle2015-07-271-1/+2
|/
* check if the user is trying to scan a valid pathRobin Appelman2015-07-271-0/+3
* Merge pull request #17702 from owncloud/enc_detect_legacy_files2_8.1Björn Schießle2015-07-171-15/+95
|\
| * set targetIsEncrypted to true if file cache indicates that we try to read a e...Bjoern Schiessle2015-07-171-0/+1
| * make sure that we always detect legacy files correctlyBjoern Schiessle2015-07-171-15/+94
* | Throw lock exceptions if remote share returned 423 status codeVincent Petry2015-07-171-17/+27
|/
* Merge pull request #17337 from owncloud/stable8.1-backport-17077Morris Jobke2015-07-152-5/+10
|\
| * handle invalid results from mount providersRobin Appelman2015-07-021-1/+4
| * add unit testRobin Appelman2015-07-021-2/+5
| * fix getting mount points when passing a path to the files:scan commandRobin Appelman2015-07-021-3/+2
* | Throw StorageNotAvailable if propfind on root failedVincent Petry2015-07-141-1/+5
|/
* Merge pull request #17256 from owncloud/locking-disablecallbackwrapperwhendis...Vincent Petry2015-06-301-1/+4
|\
| * Do not set callback wrapper when locking is disabledVincent Petry2015-06-301-1/+4
* | Merge pull request #17251 from owncloud/issue-17247-filesize-stat-failed-for-...Vincent Petry2015-06-301-2/+6
|\ \
| * | Perform the filesize only when the file existsJoas Schilling2015-06-301-2/+6
| |/
* / Unlock first path on rename if second path is lockedVincent Petry2015-06-291-1/+6
|/
* Merge pull request #17030 from owncloud/lock-posthooksJoas Schilling2015-06-292-21/+21
|\
| * Remove test-specific method to make Bjoern and Joas happyVincent Petry2015-06-261-9/+0
| * Keep shared locks in post hooksVincent Petry2015-06-253-21/+30
* | Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-2712-6/+14
|\ \
| * | update license headers and authorsMorris Jobke2015-06-2512-6/+14
| |/
* / Correctly check if the real file exists, otherwise try the part fileJoas Schilling2015-06-261-2/+6
|/
* Merge pull request #17070 from owncloud/lock-movemountbugVincent Petry2015-06-242-23/+62
|\
| * Rollback folder scan if an entry was lockedVincent Petry2015-06-241-0/+5