| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | | |
Correctly redirect to settings page when not selecting cert file for upload
|
| | |
| | |
| | |
| | | |
Fix #5463
|
| |\ \
| | | |
| | | | |
mount: make location of mount.json configurable
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
do not share users data with config files
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 9e9a5b9ea1f9b4699cf2d0c621f3f911f3639df9.
Unit tests weren't ready, need further tweaking.
|
| |\ \ \
| | | | |
| | | | | |
Added extra checks for ext storage class
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Some WebDAV servers like lighttpd need paths in URLs to be properly
encoded
- Added error log output when curl connection failed
- Added check for 'resourcetype' in case the WebDAV server doesn't
support/return it
- Fixed touch() to return false if the server doesn't implement
PROPPATCH
- Added optional delay in WebDAV unit tests to use when testing against
lighttpd's WebDAV
|
|/ / / |
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720
Enabled analysis tools:
- PHP Analyzer
- JSHint
- PHP Copy/Paste Detector
- PHP PDepend
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
lib/private/migration/content.php
|
| | | |
|
|\| |
| | |
| | |
| | |
| | | |
Conflicts:
lib/private/appconfig.php
|
| | |
| | |
| | |
| | | |
Fix issue #6277
|
| |/
| |
| |
| | |
Fix issue #5794
|
| |
| |
| |
| | |
Issue #7111
|
|/ |
|
|\
| |
| | |
Cleans up Core apps for relative(em) to absolute(px) styles.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
apps/files_sharing/css/public.css
apps/user_ldap/css/settings.css
core/css/multiselect.css
core/css/share.css
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
- Upgraded phpseclib to master version (post 0.3.5)
- Now using fopen() on sftp URL for both read and write
- Fixes #4063
|
| |/
|/|
| |
| | |
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
|
|\ \
| | |
| | | |
Fixed Dropbox/Google storage async save call
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When clicking "Grant access", the settings for Dropbox/Google were saved
through a call that gets cancelled when redirecting to the grant page
(for example in Firefox)
This fix makes sure the "save settings" call finished before redirecting
to the grant page.
Fixes #6176
|
|\ \ \
| | | |
| | | | |
Fixed timezone issue with SMB storage
|
| | | |
| | | |
| | | |
| | | | |
Now forcing smbclient to also run on UTC
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
ccerrillo/fixing-6301-external-mount-webdav-blank-files
Fixing Issue #6301 on master branch
|
| | | |
| | | |
| | | |
| | | |
| | | | |
from ```OC_Mount_config``` to use ```OC_User::getHome``` to get the
path
|
| | | |
| | | |
| | | |
| | | | |
Only set SSL things when ```$this->secure``` is ```true```
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added private var $certPath to store the user root cert
Move logic to determine the $certPath path to the constructor and modify to get the path from OC_User::getHome()
Add curl options to use the certificate to avoid certificate errors with self-signed certicates in the downdload/upload method so we don't get blank files
|
|\ \ \ \
| | | | |
| | | | | |
Added ownCloud backend for external storage
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
To make it possible to use the short ownCloud URL (without specifying
webdav.php or remote.php), a new backend is available for ownCloud.
The user must specify the host + context path in the "Url" field (which
is mapped to the "host" parameter) and the subdir to mount in the "Root"
field.
This is to prevent confusion because some users forget to append
webdav.php or remote.php to the WebDAV URL.
Fixes #4923
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Silence output of 'which' command used in smbclient detection
|
| | | | | | |
|
| | | | | | |
|
|/ / / / / |
|
| |/ / /
|/| | | |
|
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Fixes #5752
|
| | |
| | |
| | |
| | |
| | |
| | | |
Optional parameters are now really optional
Fixes #5861
|
| | |
| | |
| | |
| | | |
The placeholder somehow had too many characters stripping from it...
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some storages need to use different calls for deleting files or folders,
usually unlink() and rmdir().
Fixes #4532 (SMB dir deletion)
Fixes #5941 (FTP dir deletion)
Note that the extra is_dir() should be fast because it's read from the
stat cache.
|
| | |
| | |
| | |
| | | |
Fixes #6093
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fixed SMB rename function to overwrite target file
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When uploading files through WebDAV, a part file is created and a rename
operation is performed with the expectation that the part file
overwrites an existing file, if any.
This fix makes the SMB external storage delete the target file before
renaming, as smbclient doesn't support overwrite on move/rename.
Fixes #5348
|
|\ \ \ \
| | | | |
| | | | | |
Fixed various Dropbox issues + unit tests
|