- 25 Feb, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 15 Feb, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 14 Feb, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 12 Feb, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 11 Feb, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 10 Feb, 2016 2 commits
-
-
Bjoern Schiessle authored
apps like files_versions still get the old signature version
-
Bjoern Schiessle authored
use the version of the original file if we write the part file to have a proper version if we move the file over to the original location
-
- 09 Feb, 2016 19 commits
-
-
Lukas Reschke authored
-
Vincent Petry authored
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.
-
Lukas Reschke authored
-
Bjoern Schiessle authored
don't decrease ->version for part files but only a local variable, otherwise it can happen that we decrease it twice and end up with the wrong value
-
Bjoern Schiessle authored
realPath should contain the path to the file we want to read, e.g. the version and not the original file
-
Lukas Reschke authored
-
Lukas Reschke authored
Prevents switching single blocks within the encrypted file.
-
Lukas Reschke authored
This way it is not possible anymore for an external storage admin to put up old versions of the file.
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Björn Schießle authored
-
Lukas Reschke authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Lukas Reschke authored
-
Lukas Reschke authored
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.
-
Lukas Reschke authored
CTR is recommended over CFB mode.
-
- 03 Feb, 2016 1 commit
-
-
Joas Schilling authored
-
- 26 Jan, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 23 Jan, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 20 Jan, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 15 Jan, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 12 Jan, 2016 1 commit
-
-
Thomas Müller authored
-
- 11 Jan, 2016 2 commits
-
-
Roeland Jago Douma authored
-
Björn Schießle authored
-
- 09 Jan, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 07 Jan, 2016 5 commits
-
-
Lukas Reschke authored
-
Lukas Reschke authored
Makes static code analyzers happier.
-
Joas Schilling authored
-
Joas Schilling authored
-
Lukas Reschke authored
1. Variable is not defined 2. Method does not expect any parameters ``` Undefined variable: user at /Users/lukasreschke/Documents/Programming/master/apps/encryption/settings/settings-admin.php#45 ```
-