Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure that encrypted private keys always have a header | Bjoern Schiessle | 2015-04-15 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-14 | 106 | -0/+2968 |
| | |||||
* | remove calculateUnencryptedSize() - not needed | Thomas Müller | 2015-04-14 | 1 | -10/+0 |
| | |||||
* | fix reading of private key | Thomas Müller | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | add unit test for crypt.php | Bjoern Schiessle | 2015-04-10 | 2 | -29/+283 |
| | |||||
* | Merge pull request #15511 from owncloud/fix-typos | Lukas Reschke | 2015-04-09 | 2 | -6/+9 |
|\ | | | | | Fix typos and some other adjustments | ||||
| * | Fix typos and some other adjustments | Lukas Reschke | 2015-04-09 | 2 | -6/+9 |
| | | |||||
* | | Remove unneeded file | Lukas Reschke | 2015-04-09 | 1 | -33/+0 |
|/ | |||||
* | Fix PHPDoc | Lukas Reschke | 2015-04-09 | 5 | -22/+20 |
| | |||||
* | Fix code style | Lukas Reschke | 2015-04-09 | 1 | -1/+8 |
| | |||||
* | Enforce string as passed type | Lukas Reschke | 2015-04-09 | 1 | -1/+13 |
| | |||||
* | Merge pull request #15472 from owncloud/enc_backward_compatibility | Clark Tomlinson | 2015-04-08 | 3 | -9/+29 |
|\ | | | | | make private key handling backward compatible | ||||
| * | read cipher from key header and always write a key header if a new private ↵ | Bjoern Schiessle | 2015-04-08 | 3 | -9/+29 |
| | | | | | | | | key is stored | ||||
* | | Merge pull request #15443 from owncloud/encryption-user-hook-tests | Thomas Müller | 2015-04-08 | 1 | -0/+217 |
|\ \ | |/ |/| | adding test for user hooks | ||||
| * | adding test for user hooks | Clark Tomlinson | 2015-04-07 | 1 | -0/+217 |
| | | |||||
* | | fix function call | Bjoern Schiessle | 2015-04-08 | 1 | -2/+1 |
|/ | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 27 | -86/+243 |
| | |||||
* | 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 |
| | |||||
* | PHPDoc cleanup - clean code \o/ | Thomas Müller | 2015-04-07 | 2 | -21/+18 |
| | |||||
* | userRecovery() was replaced by setRecoveryForUser() | Bjoern Schiessle | 2015-04-07 | 2 | -17/+0 |
| | |||||
* | remove unused code | Bjoern Schiessle | 2015-04-07 | 1 | -1/+0 |
| | |||||
* | fix versions download and previews | Bjoern Schiessle | 2015-04-07 | 2 | -3/+94 |
| | |||||
* | cleanup | Thomas Müller | 2015-04-07 | 3 | -29/+15 |
| | |||||
* | fixing unit test execution | Thomas Müller | 2015-04-07 | 3 | -47/+5 |
| | |||||
* | adding util test and reducing keymanager instances to one in test | Clark Tomlinson | 2015-04-07 | 2 | -108/+161 |
| | |||||
* | add more descriptive message to the exception, will be displayed to the user | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | cleaning up exception mess | Thomas Müller | 2015-04-07 | 7 | -10/+44 |
| | |||||
* | Set human readable module ids | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Fix shouldEncrypt and don't throw exception id fileKey not present - can happen | Thomas Müller | 2015-04-07 | 3 | -54/+25 |
| | |||||
* | make recovery key work | Bjoern Schiessle | 2015-04-07 | 5 | -54/+82 |
| | |||||
* | Finally fixing encryption with public share | Thomas Müller | 2015-04-07 | 1 | -27/+31 |
| | |||||
* | only encrypt files and files_versions | Thomas Müller | 2015-04-07 | 1 | -1/+13 |
| | |||||
* | fix exception handling | Thomas Müller | 2015-04-07 | 4 | -38/+48 |
| | |||||
* | fix hook registration | Bjoern Schiessle | 2015-04-07 | 1 | -1/+2 |
| | |||||
* | remove useless setup base class | Clark Tomlinson | 2015-04-07 | 2 | -40/+11 |
| | |||||
* | adding hook manager test | Clark Tomlinson | 2015-04-07 | 2 | -1/+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 | 3 | -76/+269 |
| | |||||
* | delete recovery keys on disable | Bjoern Schiessle | 2015-04-07 | 2 | -11/+18 |
| | |||||
* | fixing test helper and undoing fubar in class... | Clark Tomlinson | 2015-04-07 | 2 | -5/+4 |
| | |||||
* | :100:% coverage for session class | Clark Tomlinson | 2015-04-07 | 2 | -4/+145 |
| | |||||
* | let user enable recovery key | Bjoern Schiessle | 2015-04-07 | 7 | -48/+65 |
| | |||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 7 | -57/+137 |
| | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | Adding app icon and fixing admin setting | Thomas Müller | 2015-04-07 | 2 | -3/+54 |
| | |||||
* | register settings and hooks only once | Bjoern Schiessle | 2015-04-07 | 2 | -8/+2 |
| | |||||
* | fix set recovery key and implement change password | Bjoern Schiessle | 2015-04-07 | 6 | -30/+108 |
| | |||||
* | Fix double registration of encryption module | Thomas Müller | 2015-04-07 | 2 | -6/+3 |
| | |||||
* | Fix settings | Thomas Müller | 2015-04-07 | 2 | -4/+4 |
| |