Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Morris Jobke | 2017-11-06 | 17 | -0/+37 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class in test mocks of encryption app | Morris Jobke | 2017-10-26 | 14 | -77/+125 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 10 | -25/+43 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use DI for IAppManager to encryption migration | Morris Jobke | 2017-10-24 | 1 | -7/+9 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | print generated encryption key passwords directly after generating the keys ↵ | Kenneth Newwood | 2017-09-11 | 1 | -2/+2 |
| | | | | | | so that errors during the encryption do not lead to a potentially massive data loss Signed-off-by: Kenneth Newwood <kenneth@newwood.name> | ||||
* | adjust encryption tests to the new master key default | Bjoern Schiessle | 2017-07-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | improve status messages | Bjoern Schiessle | 2017-07-06 | 1 | -1/+7 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 1 | -1/+1 |
| | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | 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 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | create new encryption keys on password reset and backup the old one | Bjoern Schiessle | 2017-01-10 | 2 | -13/+40 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | check if session is initialized | Bjoern Schiessle | 2016-11-23 | 2 | -0/+41 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix migration tests | Roeland Jago Douma | 2016-10-13 | 1 | -0/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | 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 |
| | | | | CI uses an older PHPUnit | ||||
* | 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 |
| | | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests | ||||
* | 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 ↵ | Bjoern Schiessle | 2016-04-26 | 1 | -3/+17 |
| | | | | enabled | ||||
* | Merge pull request #22791 from owncloud/enc_master_key_improvements | Vincent Petry | 2016-04-21 | 2 | -34/+58 |
|\ | | | | | Enc master key improvements | ||||
| * | replaceUserKeys() actually deletes the users keys -> update method name and ↵ | Bjoern Schiessle | 2016-03-18 | 1 | -1/+1 |
| | | | | | | | | doc-block | ||||
| * | 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 |
| | | | | | | | | access to his files | ||||
* | | 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 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | 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 |
| | | | | apps like files_versions still get the old signature version | ||||
* | 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 |
| | | | | CTR is recommended over CFB mode. | ||||
* | 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 | 16 | -16/+19 |
|/ | |||||
* | Fix PHPDoc + Add handling for error cases | Lukas Reschke | 2016-01-07 | 1 | -5/+59 |
| | | | | Makes static code analyzers happier. | ||||
* | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -3/+6 |
| | | | | Replaced with proper OCP calls | ||||
* | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -3/+3 |
| | | | | | All function calls are replaced with the recommended (which was already the body of the function). | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-27 | 1 | -0/+26 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 3 | -10/+94 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | fix encryption migration test | Robin Appelman | 2015-10-16 | 1 | -0/+25 |
| |