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-05don't expect OC_FilesystemView, this is depreciatedBjoern Schiessle
2014-01-23fix infinite loop if folder and subfolder has the same nameBjoern 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-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-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-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-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-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-13Merge branch 'master' into encryption_fixesBjoern Schiessle
2013-11-13Merge pull request #5447 from owncloud/fixing-5117-masterVincent Petry
2013-11-12rename fixPartialFilePath() to stripPartialFileExtension(), this name describ...Bjoern Schiessle
2013-11-12make sure that we keep the correct timestamp and etag after encryoption/decry...Bjoern Schiessle
2013-11-11let encryption app detect transfer id in path and handle it correctlyBjoern Schiessle
2013-10-25Fixed encryption migration when entry is missing in DBVincent Petry
2013-10-23files_encryption: Fix getFileSize()Markus Goetz
2013-10-22set the init status to "NOT_INITIALIZED" if the encryption app gets enabledBjoern Schiessle
2013-09-23Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle
2013-09-18Merge pull request #4708 from owncloud/encryption_fixesBjörn Schießle
2013-09-16Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle
2013-09-13Merge pull request #4719 from owncloud/port_4701_masterThomas Müller
2013-09-06coding style fixesBjoern Schiessle
2013-09-06fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle
2013-09-06check shares for the real file and not for the .part fileBjoern Schiessle
2013-09-06first check if a extension exists before comparing itBjoern Schiessle
2013-09-06handle part files correctlyBjoern Schiessle
2013-09-06no longer enforce log out, but provide useful errors/warnings insteadBjoern Schiessle
2013-09-05more is_resource checks before readdirArthur Schiwon
2013-09-03make sure that initial encryption also starts for a fresh installationBjoern Schiessle