- Jan 21, 2015
-
-
Thomas Müller authored
Do not clear fields until request return success in users admin page on user creation
-
Morris Jobke authored
add margin to log table - fixes #13558
-
Thomas Müller authored
show animated gifs on public sharing page
-
Thomas Müller authored
use title instead of name
-
Morris Jobke authored
-
Thomas Müller authored
External share dialog must properly read entered password
-
Morris Jobke authored
Set the debugoutput channel to error_log instead of echoing it
-
Thomas Müller authored
Fix webdav mkdir for remote shares
-
Morris Jobke authored
-
Vincent Petry authored
-
Joas Schilling authored
-
Vincent Petry authored
-
Bernhard Posselt authored
Unit tests are a must have for any changed code
-
Vincent Petry authored
Moved external share JS code into a small plugin to make it testable. Added unit test for the external share dialog logic + ajax calls.
-
Vincent Petry authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Jan 20, 2015
-
-
Sugaroverdose authored
-
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
-