summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Expand)AuthorAgeFilesLines
* we need to initialize the mount points of the given user before we recoverBjörn Schießle2016-04-192-10/+48
* allow group shares, even if not all public keys are availableBjoern Schiessle2016-03-152-2/+42
* Fix "Call to a member function getUID() on boolean" in CryptJoas Schilling2015-10-231-4/+4
* Merge pull request #18747 from owncloud/fix_password_reset_8.1Björn Schießle2015-09-223-11/+40
|\
| * use login name for password resetBjoern Schiessle2015-09-013-11/+40
* | check for the right user if we can change his passwordBjoern Schiessle2015-09-143-5/+71
|/
* only update database on the first run (first run = we have a version number f...Bjoern Schiessle2015-07-312-7/+22
* improved app description and adjust it to the way the new encryption module w...Bjoern Schiessle2015-07-221-13/+8
* fix mount point detectionBjoern Schiessle2015-07-202-4/+81
* unit testsBjoern Schiessle2015-07-171-2/+36
* don't move keys if the key where already moved in a previous migration runBjoern Schiessle2015-07-174-21/+79
* only create new key pair if both keys are missingBjoern Schiessle2015-07-162-7/+68
* only cleanUp the remaining keys if the migration really finished succesfullyBjoern Schiessle2015-07-162-1/+3
* more secure way to update the databaseBjoern Schiessle2015-07-102-14/+82
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-292-0/+2
* update license headers and authorsMorris Jobke2015-06-2527-39/+142
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-254-4/+18
* Merge pull request #17045 from owncloud/enc_improvementsBjörn Schießle2015-06-231-1/+1
|\
| * remove files_encryption from database at the end of the migration processBjoern Schiessle2015-06-191-1/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-202-2/+20
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-182-0/+16
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-172-0/+2
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-162-2/+94
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-142-0/+10
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-112-16/+40
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-102-2/+2
* add hint to exceptionBjoern Schiessle2015-06-081-5/+4
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-082-10/+26
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-072-0/+102
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-052-0/+24
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-044-0/+8
* Move the helpful method to the TestCase classJoas Schilling2015-06-036-22/+22
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-032-0/+4
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-024-0/+30
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-3112-8/+32
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-3014-0/+40
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-292-0/+2
* detect migration statusBjoern Schiessle2015-05-276-7/+115
* improve error messages displayed to the userBjoern Schiessle2015-05-271-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-242-0/+26
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-234-2/+6
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-218-0/+26
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-2080-8/+104
* Merge pull request #16085 from owncloud/encryption-module-renameThomas Müller2015-05-192-3/+3
|\
| * rename to 'Default encryption module'Jan-Christoph Borchardt2015-05-062-3/+3
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-192-0/+2
* | Add missing import for the exceptionJoas Schilling2015-05-182-0/+3
* | Add a unit test for the decrypt methodJoas Schilling2015-05-181-1/+11
* | add l10n to constructorBjoern Schiessle2015-05-183-4/+18
* | Merge pull request #16404 from owncloud/enc_encrypt_files_in_trashVincent Petry2015-05-182-1/+29
|\ \