Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-24Move \OC\Files to PSR-4Roeland Jago Douma
2016-04-20preserve information if it is a rename operation or notBjörn Schießle
2016-03-31make sure that we always remove the file again from the cache after the versi...Bjoern Schiessle
2016-03-31Merge pull request #23445 from owncloud/enc_small_improvementFrank Karlitschek
2016-03-31Merge pull request #23707 from owncloud/make-sure-that-encrypted-version-is-setFrank Karlitschek
2016-03-31fix creation of versions of encrypted files on external storagesBjoern Schiessle
2016-03-31Make sure that the encrypted version is setLukas Reschke
2016-03-21no need to calculate the header size, if the first block contain a header we ...Bjoern Schiessle
2016-03-16Ensure that stored version is at least 1 for cross-storage copyLukas Reschke
2016-03-03Keep "encryptedVersion" when calling `\OC\Files\View::copy`Lukas Reschke
2016-03-01Update author informationLukas Reschke
2016-02-25Merge pull request #22579 from owncloud/fix_broken_unencrypted_sizeThomas Müller
2016-02-23recalculate unencrypted size if we assume that the size stored in the db is n...Bjoern Schiessle
2016-02-19Check delete permission before attemping copy+deleteVincent Petry
2016-02-10remember signature version and only set it on update to make sure that otherBjoern Schiessle
2016-02-10Check if partial cache entry or not in encryption wrapperVincent Petry
2016-02-10Use database for keeping track of the versionLukas Reschke
2016-02-10make it backward compatible to work with signed and un-signed filesBjörn Schießle
2016-02-09Fix part file partial cache logic in encryption codeVincent Petry
2016-01-14Return a class from cache operations instead of an arrayRobin Appelman
2016-01-12Happy new year!Thomas Müller
2015-11-04make sure that we update the unencrypted size for the versionsBjörn Schießle
2015-10-26Update license headersLukas Reschke
2015-10-15check if fopen was successful before continueBjoern Schiessle
2015-10-15only wrap source if fopen was successfulBjoern Schiessle
2015-10-06Merge pull request #19597 from owncloud/update-license-headersThomas Müller
2015-10-05update licence headers via scriptMorris Jobke
2015-10-05use a normal rename when moving from the same storage in the encryption wrapperRobin Appelman
2015-10-01versions should always use the keys of the original file, no need to create n...Bjoern Schiessle
2015-08-26copy always file by file to encrypt/decrypt it if neededBjoern Schiessle
2015-07-31always update file cache, the cache can handle partial data correctly if the ...Bjoern Schiessle
2015-07-27Merge pull request #17902 from owncloud/fix_17898Vincent Petry
2015-07-27get header size before we open the file to avoid locking exceptionBjoern Schiessle
2015-07-23Only set is encrypted when encryption is enabledJoas Schilling
2015-07-17set targetIsEncrypted to true if file cache indicates that we try to read a e...Bjoern Schiessle
2015-07-17make sure that we always detect legacy files correctlyBjoern Schiessle
2015-06-30Perform the filesize only when the file existsJoas Schilling
2015-06-27Merge pull request #17163 from owncloud/update-licensesLukas Reschke
2015-06-26Correctly check if the real file exists, otherwise try the part fileJoas Schilling
2015-06-25update license headers and authorsMorris Jobke
2015-06-23make sure that we always read the header from the original fileBjoern Schiessle
2015-06-02Merge pull request #16107 from owncloud/fix-getLocalFile-encryption-masterThomas Müller
2015-05-28Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storagesVincent Petry
2015-05-27only request encryption module for files which are not excludedBjoern Schiessle
2015-05-22copy keys before we move a file between storages to make sure that the new ta...Bjoern Schiessle
2015-05-22Fix PHPDocLukas Reschke
2015-05-18Merge pull request #16399 from owncloud/enc_rmdir_fixClark Tomlinson
2015-05-18only try to delete file keys if it is a valid pathBjoern Schiessle
2015-05-18a new approach to display the error messageBjoern Schiessle
2015-05-13delete all file keys doesn't need the encryption module as parameter; impleme...Bjoern Schiessle