Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 1 | -650/+0 |
| | | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Add tests for setVersion | Lukas Reschke | 2016-02-09 | 1 | -0/+40 |
| | |||||
* | Use cache and add tests | Lukas Reschke | 2016-02-09 | 1 | -0/+27 |
| | |||||
* | Merge pull request #21612 from owncloud/fix_21598 | Thomas Müller | 2016-01-13 | 1 | -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ßle | 2016-01-11 | 1 | -12/+64 |
| | | | | | | | | link share key | ||||
* | | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
|/ | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
| | |||||
* | enable usage of a master key | Bjoern Schiessle | 2015-09-07 | 1 | -12/+138 |
| | |||||
* | use password hash instead of the plain password to encrypt the private key | Bjoern Schiessle | 2015-08-07 | 1 | -1/+1 |
| | |||||
* | only create new key pair if both keys are missing | Bjoern Schiessle | 2015-07-08 | 1 | -3/+47 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 1 | -3/+3 |
| | |||||
* | check recovery setting for the right user | Bjoern Schiessle | 2015-04-30 | 1 | -0/+59 |
| | |||||
* | decrypt private key for public shares correctly | Bjoern Schiessle | 2015-04-16 | 1 | -1/+1 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 1 | -4/+18 |
| | |||||
* | adding user setup test and adding 4 tests to keymanager | Clark Tomlinson | 2015-04-07 | 1 | -13/+63 |
| | |||||
* | fixing unit test execution | Thomas Müller | 2015-04-07 | 1 | -44/+3 |
| | |||||
* | adding util test and reducing keymanager instances to one in test | Clark Tomlinson | 2015-04-07 | 1 | -108/+33 |
| | |||||
* | keyManagerTest: remove code which is no longer needed | Bjoern Schiessle | 2015-04-07 | 1 | -32/+0 |
| | |||||
* | cleanup keymanager test and add some additional tests | Bjoern Schiessle | 2015-04-07 | 1 | -72/+262 |
| | |||||
* | moving methods to their final places | Clark Tomlinson | 2015-04-07 | 1 | -8/+80 |
| | | | | and updating test some. | ||||
* | cleanup and removing cachefactory | Clark Tomlinson | 2015-04-07 | 1 | -4/+11 |
| | |||||
* | Updating keystorage movement and fixing hooks | Clark Tomlinson | 2015-04-07 | 1 | -7/+32 |
| | |||||
* | Initial commit | Clark Tomlinson | 2015-04-07 | 1 | -0/+90 |