Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | skip update of encryption keys if file is not encrypted | Bjoern Schiessle | 2015-04-28 | 1 | -2/+47 | |
| | | | ||||||
* | | | make sure that we create a header for the encrypted private key | Bjoern Schiessle | 2015-04-28 | 1 | -1/+12 | |
|/ / | ||||||
* / | fall back to the ownCloud default encryption module and aes128 if we read a ↵ | Bjoern Schiessle | 2015-04-27 | 1 | -0/+27 | |
|/ | | | | encrypted file without a header | |||||
* | Merge pull request #15677 from owncloud/enc_reset_private_key_password | Thomas Müller | 2015-04-20 | 1 | -0/+222 | |
|\ | | | | | [encryption] let user update the private key password | |||||
| * | Dont use the old .status way | Joas Schilling | 2015-04-20 | 1 | -3/+3 | |
| | | ||||||
| * | Fix several minor things | Joas Schilling | 2015-04-20 | 1 | -7/+8 | |
| | | ||||||
| * | let user update the private key password in case the login password was ↵ | Bjoern Schiessle | 2015-04-17 | 1 | -0/+221 | |
| | | | | | | | | changed from outside | |||||
* | | fix change password if no user is logged in, occ call | Bjoern Schiessle | 2015-04-17 | 1 | -2/+31 | |
|/ | ||||||
* | decrypt private key for public shares correctly | Bjoern Schiessle | 2015-04-16 | 1 | -1/+1 | |
| | ||||||
* | add migration script from old encryption to new one | Bjoern Schiessle | 2015-04-16 | 1 | -0/+356 | |
| | ||||||
* | add unit test for crypt.php | Bjoern Schiessle | 2015-04-10 | 1 | -0/+263 | |
| | ||||||
* | adding test for user hooks | Clark Tomlinson | 2015-04-07 | 1 | -0/+217 | |
| | ||||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 7 | -28/+41 | |
| | ||||||
* | adding user setup test and adding 4 tests to keymanager | Clark Tomlinson | 2015-04-07 | 2 | -13/+144 | |
| | ||||||
* | adding recoverFileTest | Clark Tomlinson | 2015-04-07 | 1 | -2/+43 | |
| | ||||||
* | adding recovery tests | Clark Tomlinson | 2015-04-07 | 1 | -0/+224 | |
| | ||||||
* | remove unused code | Bjoern Schiessle | 2015-04-07 | 1 | -1/+0 | |
| | ||||||
* | fix versions download and previews | Bjoern Schiessle | 2015-04-07 | 1 | -0/+79 | |
| | ||||||
* | fixing unit test execution | Thomas Müller | 2015-04-07 | 2 | -46/+5 | |
| | ||||||
* | adding util test and reducing keymanager instances to one in test | Clark Tomlinson | 2015-04-07 | 2 | -108/+161 | |
| | ||||||
* | adding hook manager test | Clark Tomlinson | 2015-04-07 | 1 | -0/+74 | |
| | ||||||
* | 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 | |
| | ||||||
* | fixing test helper and undoing fubar in class... | Clark Tomlinson | 2015-04-07 | 1 | -1/+1 | |
| | ||||||
* | :100:% coverage for session class | Clark Tomlinson | 2015-04-07 | 1 | -0/+140 | |
| | ||||||
* | 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 | |
| | ||||||
* | enable encryption unit test execution | Thomas Müller | 2015-04-07 | 2 | -112/+0 | |
| | ||||||
* | Updating keystorage movement and fixing hooks | Clark Tomlinson | 2015-04-07 | 2 | -9/+33 | |
| | ||||||
* | Initial commit | Clark Tomlinson | 2015-04-07 | 3 | -0/+203 | |