- Feb 26, 2016
-
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- Feb 25, 2016
-
-
Thomas Müller authored
Before installing new shipped apps we need to load authentication apps
-
Thomas Müller authored
Add integration test for CSRF protection on DAV
-
Thomas Müller authored
add download icon for image detail view, ref gallery issue 51
-
Thomas Müller authored
Fix formatting of response
-
Thomas Müller authored
Exclude ocs-provider from rewrite rule
-
Lukas Reschke authored
-
Lukas Reschke authored
The elements are expected to be within a `service` array as per specification.
-
Lukas Reschke authored
Otherwise `localhost/ocs-provider/` cannot be accessed if mod_rewrite is install ed. Only affects master.
-
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
-
Jan-Christoph Borchardt authored
-
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
-