summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-064-4/+6
|
* add some output to explain the pre-conditions for decrypt-allBjoern Schiessle2015-10-051-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-032-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-286-4/+10
|
* no need to list users if all users already had a key-pairBjoern Schiessle2015-09-241-0/+6
|
* fix small typoBjoern Schiessle2015-09-211-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-212-4/+4
|
* Merge pull request #18983 from owncloud/fix_18926Thomas Müller2015-09-183-5/+71
|\ | | | | check for the right user if we can change his password
| * check for the right user if we can change his passwordBjoern Schiessle2015-09-143-5/+71
| |
* | occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-157-2/+510
| |
* | Function does return voidLukas Reschke2015-09-151-2/+1
| | | | | | | | This function does return void and not a bool.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-144-2/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-122-0/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-102-0/+4
|
* Merge pull request #18873 from owncloud/enc_use_master_passwordLukas Reschke2015-09-0910-27/+472
|\ | | | | Allow admin to use a master key for all files
| * occ command to enable master keyBjoern Schiessle2015-09-083-0/+196
| |
| * enable usage of a master keyBjoern Schiessle2015-09-077-27/+276
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-062-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-054-0/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-044-0/+8
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-014-0/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-314-0/+12
|
* return false if private key is not validBjoern Schiessle2015-08-302-1/+16
|
* use login name for password resetBjoern Schiessle2015-08-303-11/+40
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-308-2/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-29108-0/+224
|
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-288-0/+818
|\ | | | | occ command line tool to encrypt all files
| * occ tool to encrypt all filesBjoern Schiessle2015-08-268-0/+818
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-08-254-6/+24
| |
* | Merge pull request #18121 from owncloud/enc_improve_privkey_encryptionLukas Reschke2015-08-2411-37/+343
|\ \ | |/ |/| use password hash to encrypt private key
| * use uid as additional information for saltBjoern Schiessle2015-08-075-17/+17
| |
| * use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-0711-29/+335
| |
* | Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-102-20/+20
|/
* Fix namespace conflict in OC.Encryption JS codeVincent Petry2015-08-062-12/+4
|
* Merge pull request #17989 from owncloud/enc_only_update_file_cache_onceBjörn Schießle2015-08-032-7/+22
|\ | | | | only update database on the first run
| * only update database on the first run (first run = we have a version number ↵Bjoern Schiessle2015-07-312-7/+22
| | | | | | | | from the old encryption app)
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-312-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-282-0/+6
|
* Merge pull request #17413 from owncloud/public-api-querybuilderMorris Jobke2015-07-222-63/+63
|\ | | | | Add public api for Doctrine QueryBuilder and ExpressionBuilder
| * Fix existing usages by removing the quotesJoas Schilling2015-07-212-44/+44
| |
| * Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-212-19/+19
| |
* | Merge pull request #17806 from owncloud/enc_improved_app_descriptionRobin McCorkell2015-07-221-13/+8
|\ \ | |/ |/| improved app description for the default encryption module
| * improved app description and adjust it to the way the new encryption module ↵Bjoern Schiessle2015-07-221-13/+8
| | | | | | | | works
* | 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
|
* Merge pull request #17500 from owncloud/encryption_migration_improvementsThomas Müller2015-07-164-8/+71
|\ | | | | Only clean up if migration finished succesfully
| * only create new key pair if both keys are missingBjoern Schiessle2015-07-082-7/+68
| |
| * only cleanUp the remaining keys if the migration really finished succesfullyBjoern Schiessle2015-07-082-1/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-102-2/+2
| |