- Mar 24, 2016
-
-
Thomas Müller authored
Return remote shares in oc:share-types Webdav property
-
Thomas Müller authored
Lock the mountpoint while removing
-
Thomas Müller authored
dont die when we cant save the resized avatar, log instead
-
Thomas Müller authored
sidebar click modification
-
Thomas Müller authored
add missing var
-
Jörn Friedrich Dreyer authored
-
Thomas Müller authored
Fix group shares on v1 caldav and carddav
-
Vincent Petry authored
Fixes web UI to properly display the share status icon when an outgoing remote share exists
-
Erik Pellikka authored
-
Thomas Müller authored
Merge pull request #23542 from owncloud/catch-empty-app-path-oh-we-really-should-use-exceptions-in-the-future getAppPath can return false
-
Joas Schilling authored
-
Vincent Petry authored
Check if request is sent from official ownCloud client
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/23533
-
Lukas Reschke authored
There are authentication backends such as Shibboleth that do send no Basic Auth credentials for DAV requests. This means that the ownCloud DAV backend would consider these requests coming from an untrusted source and require higher levels of security checks. (e.g. a CSRF check) While an elegant solution would rely on authenticating via token (so that one can properly ensure that the request came indeed from a trusted client) this is a okay'ish workaround for this problem until we have something more reliable in the authentication code.
-
Jenkins for ownCloud authored
-
- Mar 23, 2016
-
-
Thomas Müller authored
Fix the translations of the User menu
-
Thomas Müller authored
Avoid fatal php error dring cron execution
-
Thomas Müller authored
[3rdparty] Bump symfony/polyfill packages
-
Joas Schilling authored
-
Roeland Jago Douma authored
-
Thomas Müller authored
Query the cache when checking if a node exists
-
Thomas Müller authored
-
Thomas Müller authored
[3rdparty] Bump symfony/event-dispatcher
-
Thomas Müller authored
Fix display of vcard and calendar object details page in browser plugin
-
Thomas Müller authored
Fix analyzer warnings in request.php
-
Thomas Müller authored
Remove support for old shares in the default share provider
-
Thomas Müller authored
-
Roeland Jago Douma authored
-
Thomas Müller authored
Read available l10n files also from theme folder
-
Thomas Müller authored
Consistently use rel=noreferrer
-
Thomas Müller authored
Disable pastezone for jquery.fileupload
-
Thomas Müller authored
Exclude lost+found dir in integrity check
-
Roeland Jago Douma authored
* Added proper @property tags * RunTimeException => RuntimeException Makes code analyzers happier
-
Roeland Jago Douma authored
This was used when we did not have lazy shares yet. Now that we no longer support legacy shares this can go.
-
Roeland Jago Douma authored
In 9.0 we converted the old shares to the new shares. So for 9.1 we can savely remove the fallback code. This code was required when there was no initiator set. * Fixed unit tests
-
Jenkins for ownCloud authored
-
- Mar 22, 2016
-
-
Thomas Müller authored
Allow OCP classes to be PSR-4 as well
-