- Feb 10, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
This reverts commit 6bc93c74. Conflicts: apps/files_sharing/lib/external/manager.php
-
Jenkins for ownCloud authored
-
- Feb 09, 2016
-
-
Lukas Reschke authored
Add integrity protection using Encrypt-Then-MAC to default encryption module
-
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
-
Björn Schießle 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
-
Vincent Petry authored
-
Björn Schießle 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.
-
Thomas Müller authored
Only set the default expiration date on share creation
-
Thomas Müller authored
Register process control signel handlers only on execution of the com…
-
Thomas Müller authored
Add SSO for updater application
-
Thomas Müller authored
update icewind/smb to 1.0.5
-
Thomas Müller authored
Save display name and email address on paste operations
-
C. Montero Luque authored
Check that the owner of a link share still has share permissions on access
-
C. Montero Luque authored
Consolidate getQuota and setQuota methods in User instance
-
Lukas Reschke authored
Allows logging-in into the updater application by visiting the admin panel and pressing "Open updater".
-
Arthur Schiwon authored
-
Lukas Reschke authored
Move update notification code into app
-
Arthur Schiwon authored
-