- Mar 10, 2016
-
-
Thomas Müller authored
Add base rewrite rule only when RewriteBase is defined
-
Thomas Müller authored
fix typo in comments app meta data
-
Jenkins for ownCloud authored
-
- Mar 09, 2016
-
-
Arthur Schiwon authored
-
Thomas Müller authored
Fix syncing of all birthday calendars in one go
-
Thomas Müller authored
Change rel="shortcut icon" to the standard rel="icon"
-
Thomas Müller authored
apps/files: Fix typos in comments (found and fixed by codespell)
-
Thomas Müller authored
Do not set response status in CLI in case of error
-
Joas Schilling authored
-
Vincent Petry authored
-
Stefan Weil authored
This contribution is AGPL and MIT licensed. Signed-off-by:
Stefan Weil <sw@weilnetz.de>
-
Lukas Reschke authored
In case Apache is configured with an `Alias` such as with the ownCloud packages the rewrite rules will fail when no valid RewriteBase is configured.
-
Thomas Müller authored
Do not check all chunks of a chunked upload if we do not need to
-
Thomas Müller authored
Remove disabled autocorrect for new file names
-
Thomas Müller authored
Add XMLReader as requirement
-
Thomas Müller authored
[3rdparty] Bump symfony/polyfill-php* to 1.1.0
-
Thomas Müller authored
Select queries in the default share provider should query for file/folder
-
Thomas Müller authored
Public link share disabled if password length is equal to 0
-
Thomas Müller authored
Fix capabilities intergration tests
-
Thomas Müller authored
Fix compatibility with PHP 5.4
-
Thomas Müller authored
Use HTTPClient instead of file_get_contents
-
Thomas Müller authored
Use "hasKey" instead of checking the value
-
Roeland Jago Douma authored
There can be leftover calendar and contacts shares in the oc_share table. We need to filter those out properly.
-
Lukas Reschke authored
The SabreDAV release in 9.0 requires XMLReader, while this is usually compiled in by default some distributions like Gentoo don't. Without this ownCloud gives a fatal 500 error instead of telling people to enable XMLReader. Fixes https://github.com/owncloud/core/issues/23003
-
Morris Jobke authored
* ref #22784
-
Jenkins for ownCloud authored
-
- Mar 08, 2016
-
-
Lukas Reschke authored
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.
-
Lukas Reschke authored
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\/"} ```
-
Daniel Aleksandersen authored
rel="shortcut icon" hasn’t been relevant in years, isn’t in any standards, and causes problems for simple pattern matching clients. https://www.w3.org/TR/html/links.html#linkTypes
-
Roeland Jago Douma authored
Fix share mounting recursion
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/22960
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
Split the array element selection and the member selection.
-
Vincent Petry authored
-
Thomas Müller authored
Fix migration of group shared calendars and addressbooks
-
Thomas Müller authored
-
Thomas Müller authored
Delete empty file
-
Thomas Müller authored
don't hide server not available exception, fixes #20536
-
Thomas Müller authored
Show version to update to properly
-
Thomas Müller authored
Cleanup OCS Share Api
-