summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/wrapper
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-246-2882/+0
* Merge pull request #23919 from owncloud/cyclyc-share-dep-exampleThomas Müller2016-04-202-1/+51
|\
| * Move copy- and moveFromStorage to jailRoeland Jago Douma2016-04-191-0/+26
| * Fix resolve pathRoeland Jago Douma2016-04-191-2/+7
| * Fix related logicRoeland Jago Douma2016-04-191-1/+14
| * cache the scanner/updater/cache in the wrapper storageRobin Appelman2016-04-191-0/+6
* | preserve information if it is a rename operation or notBjörn Schießle2016-04-201-3/+4
|/
* lib: Fix typos (found by codespell)Stefan Weil2016-04-071-1/+1
* make sure that we always remove the file again from the cache after the versi...Bjoern Schiessle2016-03-311-0/+1
* Merge pull request #23445 from owncloud/enc_small_improvementFrank Karlitschek2016-03-311-1/+1
|\
| * no need to calculate the header size, if the first block contain a header we ...Bjoern Schiessle2016-03-211-1/+1
* | Merge pull request #23707 from owncloud/make-sure-that-encrypted-version-is-setFrank Karlitschek2016-03-311-2/+7
|\ \
| * | Make sure that the encrypted version is setLukas Reschke2016-03-311-2/+7
| |/
* / fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-311-1/+20
|/
* Ensure that stored version is at least 1 for cross-storage copyLukas Reschke2016-03-161-1/+12
* Merge pull request #22816 from owncloud/external-unavailable-recheckThomas Müller2016-03-041-5/+12
|\
| * allow availability recheck for external storagesRobin Appelman2016-03-031-5/+12
* | Keep "encryptedVersion" when calling `\OC\Files\View::copy`Lukas Reschke2016-03-031-9/+28
|/
* Update author informationLukas Reschke2016-03-011-0/+1
* Merge pull request #22579 from owncloud/fix_broken_unencrypted_sizeThomas Müller2016-02-251-3/+129
|\
| * recalculate unencrypted size if we assume that the size stored in the db is n...Bjoern Schiessle2016-02-231-3/+129
* | Check delete permission before attemping copy+deleteVincent Petry2016-02-191-0/+4
|/
* Don't apply quota in stream wrapper for part filesVincent Petry2016-02-171-5/+22
* remember signature version and only set it on update to make sure that otherBjoern Schiessle2016-02-101-0/+4
* Check if partial cache entry or not in encryption wrapperVincent Petry2016-02-091-2/+5
* Use database for keeping track of the versionLukas Reschke2016-02-091-1/+2
* make it backward compatible to work with signed and un-signed filesBjörn Schießle2016-02-091-2/+4
* Fix part file partial cache logic in encryption codeVincent Petry2016-02-091-1/+7
* remove unused Storage->getLocalFolderRobin Appelman2016-02-053-33/+0
* only trigger locking on lockingstoragesRobin Appelman2016-01-141-4/+11
* fix quota wrapperRobin Appelman2016-01-141-1/+3
* Return a class from cache operations instead of an arrayRobin Appelman2016-01-141-1/+3
* Happy new year!Thomas Müller2016-01-126-10/+11
* Do not check storage availability for getOwnerVincent Petry2015-12-091-1/+0
* Make Cache\Updater per storageRobin Appelman2015-11-251-0/+7
* take the etag of child mounts into account for the folder etagRobin Appelman2015-11-191-0/+7
* make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-041-1/+13
* The root of a storage always existsRobin Appelman2015-10-291-0/+3
* Update license headersLukas Reschke2015-10-261-0/+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
* Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-063-1/+3
|\
| * deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
| * update licence headers via scriptMorris Jobke2015-10-053-1/+3
* | use a normal rename when moving from the same storage in the encryption wrapperRobin Appelman2015-10-051-0/+3
|/
* versions should always use the keys of the original file, no need to create n...Bjoern Schiessle2015-10-011-2/+24
* use correct variableJörn Friedrich Dreyer2015-09-231-1/+1
* Revert "use correct variable"Jörn Friedrich Dreyer2015-09-231-1/+1
* use correct variableJörn Friedrich Dreyer2015-09-231-1/+1
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-281-29/+15
|\