Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Make shared folder size propagation test work with object home storage | Robin Appelman | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 12 | -16/+2 |
| | |||||
* | Merge pull request #18983 from owncloud/fix_18926 | Thomas Müller | 2015-09-18 | 1 | -4/+61 |
|\ | | | | | check for the right user if we can change his password | ||||
| * | check for the right user if we can change his password | Bjoern Schiessle | 2015-09-14 | 1 | -4/+61 |
| | | |||||
* | | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 3 | -0/+258 |
|/ | |||||
* | occ command to enable master key | Bjoern Schiessle | 2015-09-08 | 1 | -0/+103 |
| | |||||
* | enable usage of a master key | Bjoern Schiessle | 2015-09-07 | 3 | -12/+161 |
| | |||||
* | return false if private key is not valid | Bjoern Schiessle | 2015-08-30 | 1 | -0/+15 |
| | |||||
* | use login name for password reset | Bjoern Schiessle | 2015-08-30 | 1 | -9/+23 |
| | |||||
* | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 2 | -0/+298 |
|\ | | | | | occ command line tool to encrypt all files | ||||
| * | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 2 | -0/+298 |
| | | |||||
* | | Merge pull request #18121 from owncloud/enc_improve_privkey_encryption | Lukas Reschke | 2015-08-24 | 5 | -9/+110 |
|\ \ | |/ |/| | use password hash to encrypt private key |