Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-01 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-29 | 4 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-26 | 4 | -0/+6 |
| | |||||
* | Merge pull request #22792 from ↵ | Thomas Müller | 2016-03-21 | 2 | -49/+52 |
|\ | | | | | | | | | owncloud/no-recovery-key-if-the-master-key-is-enabled disable the recovery key if the master key is enabled | ||||
| * | disable the recovery key if the master key is enabled | Bjoern Schiessle | 2016-03-03 | 2 | -49/+52 |
| | | |||||
* | | 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 | 2 | -2/+42 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-12 | 2 | -2/+20 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-07 | 2 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-04 | 2 | -0/+2 |
|/ | |||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 7 | -7/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 3 | -0/+3 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Merge pull request #22727 from owncloud/decrypt_all_master_key | Thomas Müller | 2016-03-01 | 3 | -27/+46 |
|\ | | | | | make decrypt all work with the master key | ||||
| * | make decrypt all work with the master key | Bjoern Schiessle | 2016-02-29 | 3 | -27/+46 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-01 | 2 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-28 | 4 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-25 | 18 | -26/+108 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-15 | 4 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-14 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-12 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-11 | 16 | -0/+34 |
| | |||||
* | remember signature version and only set it on update to make sure that other | Bjoern Schiessle | 2016-02-10 | 2 | -12/+40 |
| | | | | 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 | ||||
* | Add tests for setVersion | Lukas Reschke | 2016-02-09 | 1 | -0/+40 |
| | |||||
* | 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 | 3 | -15/+39 |
| | |||||
* | 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 | 3 | -11/+56 |
| | |||||
* | 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 | 7 | -32/+131 |
| | |||||
* | 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 | 2 | -26/+68 |
| | | | | CTR is recommended over CFB mode. | ||||
* | Make sure encryption has a valid licence tag | Joas Schilling | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-26 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-23 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-20 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-15 | 2 | -0/+2 |
| | |||||
* | Merge pull request #21612 from owncloud/fix_21598 | Thomas Müller | 2016-01-13 | 2 | -16/+69 |
|\ | | | | | fix public link sharing if the master key is enabled |