- Jan 20, 2015
-
-
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.
-
- Dec 17, 2014
-
-
Lukas Reschke authored
As discussed at https://github.com/owncloud/core/pull/12912#issuecomment-67391155
-
Lukas Reschke authored
Potentially fixes https://github.com/owncloud/core/issues/12915 and opens the door for potential other bugs... Please test very carefully, this includes: - Testing from OCS via cURL (as in #12915) - Testing from OCS via browser (Open the "Von Dir geteilt" shares overview) - WebDAV - CalDAV - CardDAV
-
Lukas Reschke authored
The existing method is deprecated and just a wrapper around the manager method. Since in the future other code paths might call this function instead we need to perform that check here. Related to http://owncloud.org/security/advisory/?id=oc-sa-2014-020
-
- Dec 10, 2014
-
-
Lukas Reschke authored
This adds a "backend" type filter to the index REST route which is a pre-requisite for https://github.com/owncloud/core/issues/12620 For example when calling `index.php/settings/users/users?offset=0&limit=10&gid=&pattern=&backend=OC_User_Database` only users within the backend `OC_User_Database` would be shown. (requires sending a CSRF token as well) Depends upon https://github.com/owncloud/core/pull/12711
-
- Dec 08, 2014
-
-
Lukas Reschke authored
First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.
-
- Nov 07, 2014
-
-
Craig Morrissey authored
-
- Nov 05, 2014
-
-
Robin Appelman authored
-
- Oct 22, 2014
-
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
- Sep 18, 2014
-
-
Lukas Reschke authored
Ensures that Basic Auth works properly for APIs and removes the need for some even uglier lines of code.
-
- Sep 03, 2014
-
-
Lukas Reschke authored
OC_Util::generateRandomBytes() only returns lowercase alphanumeric values. We should use the new RNG which has a broader characterset.
-
- Sep 02, 2014
-
-
Robin Appelman authored
-
- Aug 29, 2014
-
-
Jörn Friedrich Dreyer authored
maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used
-
- Aug 14, 2014
-
-
Jörn Friedrich Dreyer authored
-
- Aug 04, 2014
-
-
Joas Schilling authored
Fix #9972
-
- May 21, 2014
-
-
Arthur Schiwon authored
-
- May 19, 2014
-
-
Morris Jobke authored
* test case added to avoid adding them later
-
- May 13, 2014
-
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-
- May 04, 2014
-
-
Lukas Reschke authored
This is a minor issue and not worth a backport in my opinion as it could break more things than it's worth having it.
-
- Apr 21, 2014
-
-
Lukas Reschke authored
-
- Feb 21, 2014
-
-
Lukas Reschke authored
-
- Feb 19, 2014
-
-
Scrutinizer Auto-Fixer authored
This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
-
- Feb 06, 2014
-
-
Jörn Friedrich Dreyer authored
-
Thomas Müller authored
Within OC:init() the minimum set of apps is loaded - which is filesystem, authentication and logging
-
- Feb 03, 2014
-
-
Robin Appelman authored
This reverts commit 5a5b6f18.
-
- Jan 22, 2014
-
-
Robin Appelman authored
-
- Jan 21, 2014
-
-
Robin Appelman authored
-
- Jan 09, 2014
-
-
Thomas Müller authored
-
- Dec 21, 2013
-
-
nhirokinet authored
-
- Nov 27, 2013
-
-
Björn Schießle authored
-
- Nov 22, 2013
-
-
Björn Schießle authored
add incognito mode, allows to hide my user ID. For example, this is useful to access public resources while a user is still logged in
-
Arthur Schiwon authored
-
- Oct 29, 2013
-
-
Björn Schießle authored
-
Björn Schießle authored
-
- Oct 14, 2013
-
-
Andreas Fischer authored
<a id="logout" href=/projects/owncloud/core/index.php?logout=true>
-
- Oct 07, 2013
-
-
Victor Dubiniuk authored
-