aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-252-0/+6
|
* Fix "Call to a member function getUID() on boolean" in CryptJoas Schilling2015-10-221-4/+4
|
* Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer2015-10-191-1/+26
|\ | | | | don't move files in cache twice, fixes renaming for objectstores
| * fix encryption migration testRobin Appelman2015-10-161-0/+25
| |
| * Make shared folder size propagation test work with object home storageRobin Appelman2015-10-161-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-182-4/+4
| |
* | Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-152-8/+104
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-142-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-112-22/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-082-0/+38
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-072-0/+6
|
* Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-0629-42/+3
|\ | | | | update licence headers via script
| * update licence headers via scriptMorris Jobke2015-10-0529-42/+3
| |
* | [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)