- Feb 25, 2016
-
-
Lukas Reschke authored
This adds the integration tests for the CSRF protection on the DAV backend introduced with 9.0. Fixes https://github.com/owncloud/core/issues/22598
-
Thomas Müller authored
inject the correct external share manager into the storage
-
Thomas Müller authored
Fix addUserToGroup hook of the share code
-
Thomas Müller authored
Skip users with no trashbin
-
Thomas Müller authored
Add the uid on hover for sharing autocomplete
-
Robin Appelman authored
-
Thomas Müller authored
Fix HTTPS support on external storages
-
Thomas Müller authored
Copy into local file
-
Thomas Müller authored
Disable sharing by default for external storage mounts
-
Thomas Müller authored
take the first result of that array, if present. Fixes 2nd display na…
-
Thomas Müller authored
Heal unencrypted file sizes at download time (second approach)
-
Morris Jobke authored
Don't show PCNTL warning if --no-warnings is passed
-
Vincent Petry authored
-
Lukas Reschke authored
-
Morris Jobke authored
* fixes owncloud/updater#252
-
Lukas Reschke authored
Using the Guzzle stream directly here will only return 1739 characters for `fread` instead of all data. This leads to the problem that the stream is read incorrectly and thus the data cannot be properly decrypted =>
💣 This approach copies the data into a local temporary file, as done before in all stable releases as well as other storage connectors. While this approach will load the whole file into memory, this is already was has happened before in any stable release as well. See https://github.com/owncloud/core/commit/d608c37c90c308d0518d854de908ec4be5f462dc for the breaking change. To test this enable Google Drive as external storage and upload some files with encryption enabled. Reading the file should fail now. Fixes https://github.com/owncloud/core/issues/22590 -
Jenkins for ownCloud authored
-
- Feb 24, 2016
-
-
Arthur Schiwon authored
take the first result of that array, if present. Fixes 2nd display name to be 'Array', if cache is configured and enabled.
-
Lukas Reschke authored
The current logic is checking whether: 1. The returned value is a boolen 2. The returned value is a string and then matches for "true" Since the config is now written to the database the data is now a string with the value "1" if HTTPS is set to true. Effectively this option was thus always disabled at the moment, falling back to plain HTTP. This change casts the data to a boolean if it is defined as boolean. Fixes https://github.com/owncloud/core/issues/22605 Fixes https://github.com/owncloud/core/issues/22016
-
Lukas Reschke authored
Otherwise debugging issues is a PITA
-
Victor Dubiniuk authored
-
Vincent Petry authored
This is for newly created mount points. Migrated mount points will have sharing enabled as before.
-
Thomas Müller authored
Enable upstream entrypoint changes with Ceph Docker
-
Thomas Müller authored
Update davclient.js for headers fix
-
Thomas Müller authored
Add header for attachment disposition only once
-
Thomas Müller authored
Make sure we can store strings as per the interface
-
Thomas Müller authored
Avoids scanning the root storage
-
Thomas Müller authored
Use the notification instead of the disruptive popup for settings/users errors
-
Vincent Petry authored
-
Joas Schilling authored
-
- Feb 23, 2016
-
-
Thomas Müller authored
Behat test for update of a shared file
-
Björn Schießle authored
-
Thomas Müller authored
Allow defining a limit and offset for getObjectIdsForTags
-
Morris Jobke authored
-
Morris Jobke authored
* user with a quota of 0 gets a file shared and can't update this file because the wrong quota is used to verify if the update is allowed
-
Robin McCorkell authored
-
Lukas Reschke authored
Recent refactorings have resulted in the header being added twice, this makes browsers ignore the header which removes any security gains. This changeset adds the header only once and adds integration tests ensuring the correct header in future. https://github.com/owncloud/core/issues/22577
-
Thomas Müller authored
Case insensitive contact search
-
Thomas Müller authored
Add verbose flag to occ commands of autotest*
-
Thomas Müller authored
Accumulate notifications instead of blinking
-