Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22791 from owncloud/enc_master_key_improvements | Vincent Petry | 2016-04-21 | 2 | -17/+17 |
|\ | | | | | Enc master key improvements | ||||
| * | replaceUserKeys() actually deletes the users keys -> update method name and ↵ | Bjoern Schiessle | 2016-03-18 | 1 | -1/+3 |
| | | | | | | | | doc-block | ||||
| * | only create and update user specific key if no master key is enabled | Bjoern Schiessle | 2016-03-18 | 2 | -16/+14 |
| | | |||||
* | | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786 | Thomas Müller | 2016-04-15 | 2 | -0/+14 |
|/ | |||||
* | Merge pull request #23192 from ↵ | Thomas Müller | 2016-03-16 | 1 | -0/+7 |
|\ | | | | | | | | | owncloud/make-ancient-users-happy-with-totally-untested-stuff Fallback for crappy ancient distributions | ||||
| * | Fallback for crappy ancient distributions | Lukas Reschke | 2016-03-12 | 1 | -0/+7 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/23181 | ||||
* | | allow group shares, even if not all public keys are available | Bjoern Schiessle | 2016-03-15 | 1 | -1/+5 |
|/ | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 5 | -5/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | 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 | 2 | -24/+35 |
| | |||||
* | remember signature version and only set it on update to make sure that other | Bjoern Schiessle | 2016-02-10 | 1 | -12/+21 |
| | | | | apps like files_versions still get the old signature version | ||||
* | use the version of the original file if we write the part file to have a ↵ | Bjoern Schiessle | 2016-02-10 | 1 | -15/+30 |
| | | | | proper version if we move the file over to the original location | ||||
* | Use cache update instead of put for encryption version | Vincent Petry | 2016-02-09 | 1 | -1/+1 |
| | | | | | | Saves a call to fetch the file id which didn't even work for a reason. This fix properly sets the version in the database. | ||||
* | Use cache and add tests | Lukas Reschke | 2016-02-09 | 2 | -15/+12 |
| | |||||
* | don't decrease ->version for part files but only a local variable, otherwise ↵ | Bjoern Schiessle | 2016-02-09 | 1 | -4/+8 |
| | | | | it can happen that we decrease it twice and end up with the wrong value | ||||
* | realPath should contain the path to the file we want to read, e.g. the ↵ | Bjoern Schiessle | 2016-02-09 | 1 | -1/+1 |
| | | | | version and not the original file | ||||
* | Use database for keeping track of the version | Lukas Reschke | 2016-02-09 | 2 | -5/+31 |
| | |||||
* | Use number of chunk for HMAC as well | Lukas Reschke | 2016-02-09 | 2 | -14/+16 |
| | | | | Prevents switching single blocks within the encrypted file. | ||||
* | Keep track of file version | Lukas Reschke | 2016-02-09 | 3 | -13/+53 |
| | | | | This way it is not possible anymore for an external storage admin to put up old versions of the file. | ||||
* | Clarify documentation | Lukas Reschke | 2016-02-09 | 1 | -0/+2 |
| | |||||
* | Use hash with appended "a" of the original password for the authentication | Lukas Reschke | 2016-02-09 | 1 | -3/+4 |
| | |||||
* | fixing unit tests | Björn Schießle | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Use random_bytes instead OpenSSL | Lukas Reschke | 2016-02-09 | 1 | -8/+1 |
| | |||||
* | meta data are at the end of the file | Björn Schießle | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | always use default cipher for write operations, no matter how the file was ↵ | Björn Schießle | 2016-02-09 | 1 | -3/+3 |
| | | | | encrypted before | ||||
* | make it backward compatible to work with signed and un-signed files | Björn Schießle | 2016-02-09 | 2 | -10/+19 |
| | |||||
* | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 2 | -27/+117 |
| | |||||
* | Add note about the addPadding function | Lukas Reschke | 2016-02-09 | 1 | -0/+4 |
| | |||||
* | Use an actual 16 byte long IV | Lukas Reschke | 2016-02-09 | 1 | -17/+2 |
| | | | | The previous IV was actually 12 byte extended to 16 byte using base64. As the encrypted file should be fine with containing binary data as well we can simply remove the encoding like that here. | ||||
* | Use AES-256-CTR as default | Lukas Reschke | 2016-02-09 | 1 | -22/+38 |
| | | | | CTR is recommended over CFB mode. | ||||
* | Merge pull request #21612 from owncloud/fix_21598 | Thomas Müller | 2016-01-13 | 1 | -4/+5 |
|\ | | | | | 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 | -4/+5 |
| | | | | | | | | link share key | ||||
* | | Happy new year! | Thomas Müller | 2016-01-12 | 15 | -15/+26 |
| | | |||||
* | | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
|/ | |||||
* | Remove undefined variable | Lukas Reschke | 2016-01-07 | 1 | -4/+0 |
| | |||||
* | Fix PHPDoc + Add handling for error cases | Lukas Reschke | 2016-01-07 | 2 | -4/+10 |
| | | | | Makes static code analyzers happier. | ||||
* | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 1 | -23/+8 |
| | |||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -6/+8 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-27 | 5 | -25/+29 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Correct the description of function setEncryptHomeStorage | Phil Davis | 2015-11-03 | 1 | -1/+1 |
| | |||||
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 2 | -1/+47 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | Fix "Call to a member function getUID() on boolean" in Crypt | Joas Schilling | 2015-10-22 | 1 | -4/+4 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 8 | -13/+1 |
| | |||||
* | add some output to explain the pre-conditions for decrypt-all | Bjoern Schiessle | 2015-10-05 | 1 | -0/+6 |
| | |||||
* | no need to list users if all users already had a key-pair | Bjoern Schiessle | 2015-09-24 | 1 | -0/+6 |
| | |||||
* | fix small typo | Bjoern Schiessle | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 3 | -2/+237 |
| | |||||
* | Function does return void | Lukas Reschke | 2015-09-15 | 1 | -2/+1 |
| | | | | This function does return void and not a bool. |