- Mar 10, 2016
-
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
Fixes #23044
-
Thomas Müller authored
Fix MKCOL for IE11 as well
-
Roeland Jago Douma authored
Using https://github.com/owncloud/core/pull/22274 we have to patch the iedavclient.js as well.
-
Thomas Müller authored
Composers PSR-4 autoloader in core
-
Thomas Müller authored
docker containers should be stopped before being removed - refs https…
-
Thomas Müller authored
make sure links open in new tabs
-
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
-
Jan-Christoph Borchardt authored
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
This introduces the defacto standard PSR-4 autoloader from composer into core. This will allow proper PSR-4 naming of our classes. Since our original autoloader is still available we can slowly switch over classes to PSR-4.
-
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
docker containers should be stopped before being removed - refs https://github.com/docker/docker/issues/18758
-
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
-