summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
Commit message (Expand)AuthorAgeFilesLines
* if share-permissions exists we use this information as indicator to check if ...Björn Schießle2016-04-201-0/+3
* ask for share-permissions on propfindBjörn Schießle2016-04-201-1/+2
* Don't calculate permissions twice (#23917)Roeland Douma2016-04-121-1/+1
* Merge pull request #23860 from owncloud/followup-23304-opening-empty-fileThomas Müller2016-04-111-3/+9
|\
| * Correctly return an empty string for empty filesJoas Schilling2016-04-081-3/+9
* | lib: Fix typos (found by codespell)Stefan Weil2016-04-074-4/+4
|/
* Fix PHP memory leak in file_get_contents()Morris Jobke2016-04-041-1/+6
* 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 #23039 from owncloud/invalid-share-storageThomas Müller2016-03-151-0/+215
|\
| * move failedstorage to coreRobin Appelman2016-03-111-0/+215
* | Verify the getResponse returns a ResponseInterfaceLukas Reschke2016-03-121-1/+3
|/
* Fix call to disk_free_space when a file is providedVincent Petry2016-03-071-1/+9
* 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
|/
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-013-3/+0
* Update author informationLukas Reschke2016-03-012-0/+2
* ignore encryption keys for propagationRobin Appelman2016-02-291-0/+18
* Merge pull request #22636 from owncloud/fix-ssl-on-external-storagesThomas Müller2016-02-251-1/+5
|\
| * Add proxy support to external storageLukas Reschke2016-02-241-1/+5
* | 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-192-0/+8
|/
* Merge pull request #22482 from owncloud/getowner-cacheThomas Müller2016-02-181-1/+6
|\
| * No more staticJoas Schilling2016-02-181-5/+4
| * cache result for getownerRobin Appelman2016-02-171-1/+7
* | 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-054-39/+0
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-051-1/+1
* only trigger locking on lockingstoragesRobin Appelman2016-01-141-4/+11
* split locking related methods to their own interfaceRobin Appelman2016-01-141-1/+2
* 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-1217-22/+24
* Use TempManager instead of tmpFileMorris Jobke2015-12-181-1/+1
* Use TempManager instead of tmpFolderMorris Jobke2015-12-182-2/+2
* Use proper public API for OC_Helper::getFileNameMimeTypeMorris Jobke2015-12-171-1/+1
* Merge pull request #21128 from owncloud/dav-fopen-non-existingThomas Müller2015-12-111-8/+14
|\
| * Dont do a seperate request to check if a file exists for dav->fopenRobin Appelman2015-12-101-8/+14