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
2015-10-27make encryption configurable for home storageBjoern Schiessle
2015-10-26Update license headersLukas Reschke
2015-10-22Fix "Call to a member function getUID() on boolean" in CryptJoas Schilling
2015-10-05update licence headers via scriptMorris Jobke
2015-10-05add some output to explain the pre-conditions for decrypt-allBjoern Schiessle
2015-09-24no need to list users if all users already had a key-pairBjoern Schiessle
2015-09-21fix small typoBjoern Schiessle
2015-09-15occ script to disable encryption and to decrypt all files againBjoern Schiessle
2015-09-15Function does return voidLukas Reschke
2015-09-07enable usage of a master keyBjoern Schiessle
2015-08-30return false if private key is not validBjoern Schiessle
2015-08-28Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle
2015-08-26occ tool to encrypt all filesBjoern Schiessle
2015-08-24Merge pull request #18121 from owncloud/enc_improve_privkey_encryptionLukas Reschke
2015-08-10Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling
2015-08-07use uid as additional information for saltBjoern Schiessle
2015-08-07use password hash instead of the plain password to encrypt the private keyBjoern Schiessle
2015-07-31only update database on the first run (first run = we have a version number f...Bjoern Schiessle
2015-07-21Fix existing usages by removing the quotesJoas Schilling
2015-07-21Use the public interface and our method instead of the doctrine thingJoas Schilling
2015-07-20fix mount point detectionBjoern Schiessle
2015-07-17don't move keys if the key where already moved in a previous migration runBjoern Schiessle
2015-07-16Merge pull request #17500 from owncloud/encryption_migration_improvementsThomas Müller
2015-07-08only create new key pair if both keys are missingBjoern Schiessle
2015-07-08only cleanUp the remaining keys if the migration really finished succesfullyBjoern Schiessle
2015-07-08more secure way to update the databaseBjoern Schiessle
2015-06-25update license headers and authorsMorris Jobke
2015-06-19remove files_encryption from database at the end of the migration processBjoern Schiessle
2015-06-08add hint to exceptionBjoern Schiessle
2015-05-27detect migration statusBjoern Schiessle
2015-05-27improve error messages displayed to the userBjoern Schiessle
2015-05-19Merge pull request #16085 from owncloud/encryption-module-renameThomas Müller
2015-05-18Add missing import for the exceptionJoas Schilling
2015-05-18add l10n to constructorBjoern Schiessle
2015-05-18Merge pull request #16404 from owncloud/enc_encrypt_files_in_trashVincent Petry
2015-05-18also encrypt files in trash binBjoern 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
2015-05-06rename to 'Default encryption module'Jan-Christoph Borchardt
2015-05-05Merge pull request #15938 from owncloud/enc_update_recovery_share_keyBjörn Schießle
2015-04-30Simplify the testJoas Schilling
2015-04-30skip user if we don't have a public keyBjoern Schiessle
2015-04-30check recovery setting for the right userBjoern Schiessle
2015-04-30Merge pull request #15919 from owncloud/enc_handle_empty_filesClark Tomlinson
2015-04-29Merge pull request #15706 from owncloud/fix-15705-masterLukas Reschke
2015-04-28method shouldn't be staticBjoern Schiessle
2015-04-28also create encryption keys for empty filesBjoern Schiessle
2015-04-28skip update of encryption keys if file is not encryptedBjoern Schiessle
2015-04-27fall back to the ownCloud default encryption module and aes128 if we read a e...Bjoern Schiessle
2015-04-17move creation of shared key to the login handler - fixes #15705Thomas Müller