| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
https://github.com/docker/docker/issues/18758
|
|\
| |
| | |
Select queries in the default share provider should query for file/folder
|
| |
| |
| |
| |
| | |
There can be leftover calendar and contacts shares in the oc_share
table. We need to filter those out properly.
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/bugfix-submit-disable-password-length-zero
Public link share disabled if password length is equal to 0
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix capabilities intergration tests
|
| | | |
| | | |
| | | |
| | | | |
Split the array element selection and the member selection.
|
|\ \ \ \
| | | | |
| | | | | |
Fix compatibility with PHP 5.4
|
| |/ / /
| | | |
| | | |
| | | | |
Fixes https://github.com/owncloud/core/issues/22960
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
owncloud/use-httpclient-instead-of-file-get-contents
Use HTTPClient instead of file_get_contents
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allows us to catch exceptions like 404's and thus prevents stuff like:
```
{"reqId":"fnmS0hc+fL4+WXKAruo5","remoteAddr":"192.168.39.100","app":"PHP","message":"file_get_contents(http:\/\/ckamm.blaucloud.de\/\/status.php): failed to open stream: HTTP request failed! HTTP\/1.1 404 Not Found\r\n at \/var\/www\/owncloud\/apps\/files_sharing\/lib\/external\/storage.php#260","level":3,"time":"2016-03-08T21:00:33+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/"}
```
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Use "hasKey" instead of checking the value
|
| |/ / /
| | | |
| | | |
| | | | |
If the check is negative it would depending on the used cache store the value as an empty string. When reading the value this check would thus return "false" even if a value exists.
|
|/ / / |
|
|\ \ \
| |/ /
|/| | |
Fix share mounting recursion
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/fix-group-share-migration-for-calendars-and-contacts
Fix migration of group shared calendars and addressbooks
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Delete empty file
|
| | |
| | |
| | | |
Ref https://github.com/owncloud/core/issues/22803#issuecomment-191749499
|
|\ \ \
| | | |
| | | | |
don't hide server not available exception, fixes #20536
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Show version to update to properly
|
| | | | |
| | | | |
| | | | |
| | | | | |
Properly shows the version that will be updated to.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Cleanup OCS Share Api
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The code to get a share by id is somewhat messy. And was duplicated.
Now this is done is a separate function
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Remove double URL encoding
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ZipStreamer as bundled with 9.0 will properly encode the filename already.
Fixes https://github.com/owncloud/core/issues/22836#issuecomment-193336245
|
| |_|_|_|_|/
|/| | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Initialize submodules for Scrutinizer as well
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Scrutinizer otherwise complains about the fact that some classes are undefined etc.
Let's see whether that works :smile:
|
|\ \ \ \ \
| | | | | |
| | | | | | |
improve log output when no LDAP user was found on login attempt
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Handle calendar migration issue by writing the faulty event to the lo…
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
and continue
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
continue
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Fix call to disk_free_space when a file is provided
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
In the case of shared files, we have to call free_space() on the file
name. This has the side-effect that when uploading to a local storage
without quota set, it will call disk_free_space with the file name,
which fails.
This fix uses the parent folder in case the given path is a file.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix archive file name when downloading public share
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When no files were specified for download, it means folder download.
In this case, no need to pass an empty "files" argument.
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When download a public link share folder using the button on the top
right, it doesn't provide a list of files.
This fix makes sure to trigger the correct logic when no file list was
given.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
owncloud/quota-allowuploadwhenfreespaceisunlimited
Fix uploading to fed share when free space is unlimited
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
A federated share can report unlimited quota as -3, so the
ajax/upload.php code needs to be adjusted to block uploads when the free
space is unlimited.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Update error text for link passwords
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* this removes the old tooltip first before showing
the new one to update the text - otherwise the old
text will be shown
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Trigger login if remember_login checked
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Add locking to the node api
|