- Jan 21, 2015
-
-
Thomas Müller authored
Fix webdav mkdir for remote shares
-
Vincent Petry authored
-
Vincent Petry authored
-
Bernhard Posselt authored
Unit tests are a must have for any changed code
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Jan 20, 2015
-
-
Lukas Reschke authored
this must be larger then (>), since buggy behaviour occurs when the para...
-
Morris Jobke authored
avoid $this->cache being null
-
Arthur Schiwon authored
-
Thomas Müller authored
Issue/13451 redis json encode
-
Lukas Reschke authored
kill ancient code
-
Morris Jobke authored
-
Morris Jobke authored
add a Windows warning
-
Lukas Reschke authored
Fix WebDAV auth for session authentication only
-
Frank Karlitschek authored
-
Thomas Müller authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
also show message for empty display name if change of it isn't allowed
-
Lukas Reschke authored
\Sabre\DAV\Auth\Backend\AbstractBasic::authenticate was only calling \OC_Connector_Sabre_Auth::validateUserPass when the response of \Sabre\HTTP\BasicAuth::getUserPass was not null. However, there is a case where the value can be null and the user could be authenticated anyways: The authentication via ownCloud web-interface and then accessing WebDAV resources. This was not possible anymore with this patch because it never reached the code path in this scenario. This patchs allows authenticating with a session without isDavAuthenticated value stored (this is for ugly WebDAV clients that send the cookie in any case) and thus the functionality should work again. To test this go to the admin settings and test if the WebDAV check works fine. Furthermore all the usual stuff (WebDAV / Shibboleth / etc...) needs testing as well.
-
Jenkins for ownCloud authored
-
- Jan 19, 2015
-
-
Morris Jobke authored
Prioritise Basic Auth header over Cookie
-
Lukas Reschke authored
set MySQL autocommit on connection setup
-
Lukas Reschke authored
Fix chunked query for tags + unit test
-
Lukas Reschke authored
fix typo of blog -> changed to block
-
Thomas Müller authored
-
Vincent Petry authored
-
Thomas Müller authored
check if mimetype is set - fixes #13452
-
Lukas Reschke authored
-
Morris Jobke authored
* fixes #13460
-
Morris Jobke authored
-
Thomas Müller authored
Drop the hide and show of new users in user list
-
Thomas Müller authored
-
Thomas Müller authored
Remove stripslashes() from newfolder.php
-
Lukas Reschke authored
-
Morris Jobke authored
[trashbin] replace hook with storage wrapper
-
Thomas Müller authored
Fix getItemSharedWithUser for groups
-
Thomas Müller authored
LDAP Wizared: update user or group count only, when the multiselect is closed
-
Thomas Müller authored
Fix filtering for users when $gid is empty
-
Björn Schießle authored
-