summaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests
Commit message (Collapse)AuthorAgeFilesLines
* allow group shares, even if not all public keys are availableBjoern Schiessle2016-03-151-1/+37
|
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Update author informationLukas Reschke2016-03-012-0/+2
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* make decrypt all work with the master keyBjoern Schiessle2016-02-291-3/+11
|
* remember signature version and only set it on update to make sure that otherBjoern Schiessle2016-02-101-0/+19
| | | | apps like files_versions still get the old signature version
* Add tests for setVersionLukas Reschke2016-02-091-0/+40
|
* Use cache and add testsLukas Reschke2016-02-091-0/+27
|
* fixing unit testsBjörn Schießle2016-02-092-10/+55
|
* sign all encrypted blocks and check signature on decryptBjörn Schießle2016-02-091-1/+6
|
* Use AES-256-CTR as defaultLukas Reschke2016-02-091-4/+30
| | | | CTR is recommended over CFB mode.
* Merge pull request #21612 from owncloud/fix_21598Thomas Müller2016-01-131-12/+64
|\ | | | | fix public link sharing if the master key is enabled
| * only use master key ID if a user is logged in. Otherwise keep the public ↵Björn Schießle2016-01-111-12/+64
| | | | | | | | link share key
* | Happy new year!Thomas Müller2016-01-1216-16/+19
|/
* Fix PHPDoc + Add handling for error casesLukas Reschke2016-01-071-5/+59
| | | | Makes static code analyzers happier.
* Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-171-3/+6
| | | | Replaced with proper OCP calls
* Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-171-3/+3
| | | | | All function calls are replaced with the recommended (which was already the body of the function).
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-271-0/+26
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* make encryption configurable for home storageBjoern Schiessle2015-10-273-10/+94
|
* Update license headersLukas Reschke2015-10-261-0/+1
|
* 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
|
* update licence headers via scriptMorris Jobke2015-10-0512-16/+2
|
* Merge pull request #18983 from owncloud/fix_18926Thomas Müller2015-09-181-4/+61
|\ | | | | check for the right user if we can change his password
| * check for the right user if we can change his passwordBjoern Schiessle2015-09-141-4/+61
| |
* | occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-153-0/+258
|/
* occ command to enable master keyBjoern Schiessle2015-09-081-0/+103
|
* enable usage of a master keyBjoern Schiessle2015-09-073-12/+161
|
* return false if private key is not validBjoern Schiessle2015-08-301-0/+15
|
* use login name for password resetBjoern Schiessle2015-08-301-9/+23
|
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-282-0/+298
|\ | | | | occ command line tool to encrypt all files
| * occ tool to encrypt all filesBjoern Schiessle2015-08-262-0/+298
| |
* | Merge pull request #18121 from owncloud/enc_improve_privkey_encryptionLukas Reschke2015-08-245-9/+110
|\ \ | |/ |/| use password hash to encrypt private key
| * use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-075-9/+110
| |
* | Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-101-17/+17
|/
* only update database on the first run (first run = we have a version number ↵Bjoern Schiessle2015-07-311-0/+3
| | | | from the old encryption app)
* Fix existing usages by removing the quotesJoas Schilling2015-07-211-37/+37
|
* Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-211-12/+12
|
* fix mount point detectionBjoern Schiessle2015-07-201-1/+76
|
* unit testsBjoern Schiessle2015-07-171-2/+36
|
* don't move keys if the key where already moved in a previous migration runBjoern Schiessle2015-07-171-4/+9
|
* Merge pull request #17500 from owncloud/encryption_migration_improvementsThomas Müller2015-07-161-3/+47
|\ | | | | Only clean up if migration finished succesfully
| * only create new key pair if both keys are missingBjoern Schiessle2015-07-081-3/+47
| |
* | more secure way to update the databaseBjoern Schiessle2015-07-081-0/+58
|/
* update license headers and authorsMorris Jobke2015-06-2511-16/+66
|
* Move the helpful method to the TestCase classJoas Schilling2015-06-036-22/+22
|
* detect migration statusBjoern Schiessle2015-05-271-0/+90
|
* Add missing import for the exceptionJoas Schilling2015-05-181-0/+1
|
* Add a unit test for the decrypt methodJoas Schilling2015-05-181-1/+11
|
* add l10n to constructorBjoern Schiessle2015-05-181-1/+8
|
* Merge pull request #16404 from owncloud/enc_encrypt_files_in_trashVincent Petry2015-05-181-0/+25
|\ | | | | also encrypt files in trash bin