| Commit message (Expand) | Author | Age | Files | Lines |
* | this was a migration step to ownCloud 8.0 to restructure the encryption folde... | Bjoern Schiessle | 2018-03-02 | 2 | -604/+6 |
* | Class "ProgressBar" is declared "final" and cannot be mocked. | Joas Schilling | 2018-01-25 | 1 | -2/+4 |
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 2 | -4/+4 |
* | Update license headers | Morris Jobke | 2017-11-06 | 17 | -0/+37 |
* | Use ::class in test mocks of encryption app | Morris Jobke | 2017-10-26 | 14 | -77/+125 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 10 | -25/+43 |
* | Use DI for IAppManager to encryption migration | Morris Jobke | 2017-10-24 | 1 | -7/+9 |
* | print generated encryption key passwords directly after generating the keys s... | Kenneth Newwood | 2017-09-11 | 1 | -2/+2 |
* | adjust encryption tests to the new master key default | Bjoern Schiessle | 2017-07-06 | 1 | -1/+1 |
* | improve status messages | Bjoern Schiessle | 2017-07-06 | 1 | -1/+7 |
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 1 | -1/+1 |
* | Use master key for public links as well | Vincent Petry | 2017-03-24 | 1 | -19/+20 |
* | Add tests for null user | Vincent Petry | 2017-03-24 | 1 | -1/+5 |
* | always throw a encryption exception | Bjoern Schiessle | 2017-03-14 | 1 | -1/+1 |
* | create new encryption keys on password reset and backup the old one | Bjoern Schiessle | 2017-01-10 | 2 | -13/+40 |
* | check if session is initialized | Bjoern Schiessle | 2016-11-23 | 2 | -0/+41 |
* | Fix migration tests | Roeland Jago Douma | 2016-10-13 | 1 | -0/+4 |
* | Fix encryption app | Joas Schilling | 2016-09-12 | 1 | -1/+1 |
* | Fix apps warnings | Roeland Jago Douma | 2016-09-07 | 1 | -1/+2 |
* | Fix getMock encryption | Roeland Jago Douma | 2016-09-06 | 12 | -24/+54 |
* | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-15 | 1 | -6/+6 |
* | Add unit tests | Lukas Reschke | 2016-08-15 | 1 | -0/+100 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 16 | -33/+49 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 15 | -17/+26 |
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 16 | -98/+115 |
* | if we don't have a encrypted file key we can return a empty string right away | Bjoern Schiessle | 2016-04-26 | 1 | -0/+30 |
* | don't create a private-/public-key pair for each user if the master key is en... | Bjoern Schiessle | 2016-04-26 | 1 | -3/+17 |
* | Merge pull request #22791 from owncloud/enc_master_key_improvements | Vincent Petry | 2016-04-21 | 2 | -34/+58 |
|\ |
|
| * | replaceUserKeys() actually deletes the users keys -> update method name and d... | Bjoern Schiessle | 2016-03-18 | 1 | -1/+1 |
| * | only create and update user specific key if no master key is enabled | Bjoern Schiessle | 2016-03-18 | 2 | -33/+57 |
* | | we need to initialize the mount points of the given user before we recover | Björn Schießle | 2016-04-19 | 1 | -10/+37 |
* | | Fix encryption tests | Roeland Jago Douma | 2016-04-08 | 2 | -7/+0 |
|/ |
|
* | allow group shares, even if not all public keys are available | Bjoern Schiessle | 2016-03-15 | 1 | -1/+37 |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 2 | -0/+2 |
* | make decrypt all work with the master key | Bjoern Schiessle | 2016-02-29 | 1 | -3/+11 |
* | remember signature version and only set it on update to make sure that other | Bjoern Schiessle | 2016-02-10 | 1 | -0/+19 |
* | 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 |
* | fixing unit tests | Björn Schießle | 2016-02-09 | 2 | -10/+55 |
* | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 1 | -1/+6 |
* | Use AES-256-CTR as default | Lukas Reschke | 2016-02-09 | 1 | -4/+30 |
* | Merge pull request #21612 from owncloud/fix_21598 | Thomas Müller | 2016-01-13 | 1 | -12/+64 |
|\ |
|
| * | only use master key ID if a user is logged in. Otherwise keep the public link... | Björn Schießle | 2016-01-11 | 1 | -12/+64 |
* | | Happy new year! | Thomas Müller | 2016-01-12 | 16 | -16/+19 |
|/ |
|
* | Fix PHPDoc + Add handling for error cases | Lukas Reschke | 2016-01-07 | 1 | -5/+59 |
* | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -3/+6 |
* | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -3/+3 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-27 | 1 | -0/+26 |