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
2014-02-17catch errors during decryptionBjoern Schiessle
2014-02-17catch errors during initial encryptionBjoern Schiessle
2014-02-05add function to extract filename from sharekey name + testsBjoern Schiessle
2014-02-05don't expect OC_FilesystemView, this is depreciatedBjoern Schiessle
2014-02-05better error detection and don't use glob()Bjoern Schiessle
2014-02-05move unlink proxy to a hook which handles pre and post conditionsBjoern Schiessle
2014-01-27only update file cache with the unenecrypted size when the file was writtenBjoern Schiessle
2014-01-23fix infinite loop if folder and subfolder has the same nameBjoern Schiessle
2014-01-15don't try to encrypt/decrypt cache chunks or files in the trash binBjoern Schiessle
2013-12-19tests addedBjoern Schiessle
2013-12-19we can also have a path user/cache/...Bjoern Schiessle
2013-12-19fix rename of shared filesBjoern Schiessle
2013-12-19Merge pull request #6498 from owncloud/stable6-oracleencryptiontestfixVincent Petry
2013-12-19Removed numRows usage from encryption appVincent Petry
2013-12-17reliable detect encrypted filesBjoern Schiessle
2013-12-16update file cache for target fileBjoern Schiessle
2013-12-16only remove encryption keys if a real file gets deleted, skip this method if ...Bjoern Schiessle
2013-12-06Don't try to encrypt a file when the temp file isn't createdBart Visscher
2013-12-06set unencrypted_size to 0 after decryption... so that the unencrypted_size ge...Bjoern Schiessle
2013-12-05fix typoBjoern Schiessle
2013-12-05add method to check if users private/public key existsBjoern Schiessle
2013-12-04Revert "Adjust files_encryption requirements to the new core requirement (PHP...Morris Jobke
2013-11-29Adjust files_encryption requirements to the new core requirement (PHP 5.3.8).Andreas Fischer
2013-11-27Merge branch 'master' into encryption_initial_enc_indicatorBjoern Schiessle
2013-11-27with the latest changes in master $this-userID is always the correct ID, so w...Bjoern Schiessle
2013-11-27Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle
2013-11-27typo fixedBjoern Schiessle
2013-11-27some small changes according to the review commentsBjoern Schiessle
2013-11-26fix typo in var nameBjoern Schiessle
2013-11-26show a message at the log-in screen if inital encryption take placeBjoern Schiessle
2013-11-25fix typo in commentBjoern Schiessle
2013-11-21Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle
2013-11-21check HTTP Referer to check if we come from public.php or from a internal page.Bjoern Schiessle
2013-11-21Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle
2013-11-21fix getFileKey() callBjoern Schiessle
2013-11-21Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle
2013-11-21Merge branch 'master' into encryption_work_with_public_galleryBjoern Schiessle
2013-11-21Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle
2013-11-21better distinction between userID and keyIdBjoern Schiessle
2013-11-21public upload now also works with encryption enabledBjoern Schiessle
2013-11-21make sure that we always use the correct user idBjoern Schiessle
2013-11-21fix some getShareKey() and getFileKey() callsBjoern Schiessle
2013-11-20[wip] make encryption work with public gallery sharingBjoern Schiessle
2013-11-20Merge pull request #5967 from owncloud/encryption-extstorage-fixsizeresetVincent Petry
2013-11-20Fix for extstorage + encryption where unencrypted size is not keptVincent Petry
2013-11-20check if it is a cached file or a version to resolve the correct path to the ...Bjoern Schiessle
2013-11-20only check if the key file exists to decide if it is an encrypted file or not.Bjoern Schiessle
2013-11-19make sure that the owners home is mounted correctlyBjoern Schiessle
2013-11-18Merge pull request #5908 from owncloud/fix_errorpage_callVincent Petry
2013-11-17call error page with session as parameterBjoern Schiessle