- 17 Dec, 2015 3 commits
-
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
All function calls are replaced with the recommended (which was already the body of the function).
-
Roeland Jago Douma authored
Private deprecated function => removed Replaced all instances with suggested replacement
-
- 26 Oct, 2015 1 commit
-
-
Lukas Reschke authored
-
- 02 Oct, 2015 1 commit
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/16908
-
- 22 Sep, 2015 1 commit
-
-
Lukas Reschke authored
-
- 21 Sep, 2015 1 commit
-
-
Thomas Müller authored
-
- 20 Jul, 2015 1 commit
-
-
Morris Jobke authored
* fixes #17757
-
- 03 Jul, 2015 1 commit
-
-
Thomas Müller authored
-
- 25 Jun, 2015 1 commit
-
-
Morris Jobke authored
-
- 21 May, 2015 1 commit
-
-
Lukas Reschke authored
*sigh*
-
- 18 May, 2015 1 commit
-
-
Robin Appelman authored
-
- 13 Apr, 2015 1 commit
-
-
Joas Schilling authored
-
- 26 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 26 Feb, 2015 1 commit
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- 23 Feb, 2015 2 commits
-
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- 17 Feb, 2015 1 commit
-
-
Robin Appelman authored
-
- 13 Feb, 2015 1 commit
-
-
Lukas Reschke authored
Otherwise logout can fail if the requesttoken contains a +
-
- 20 Jan, 2015 1 commit
-
-
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.
-
- 17 Dec, 2014 3 commits
-
-
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
-
- 10 Dec, 2014 1 commit
-
-
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
-
- 08 Dec, 2014 1 commit
-
-
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.
-
- 07 Nov, 2014 1 commit
-
-
Craig Morrissey authored
-
- 05 Nov, 2014 1 commit
-
-
Robin Appelman authored
-
- 22 Oct, 2014 2 commits
-
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
- 18 Sep, 2014 1 commit
-
-
Lukas Reschke authored
Ensures that Basic Auth works properly for APIs and removes the need for some even uglier lines of code.
-
- 03 Sep, 2014 1 commit
-
-
Lukas Reschke authored
OC_Util::generateRandomBytes() only returns lowercase alphanumeric values. We should use the new RNG which has a broader characterset.
-
- 02 Sep, 2014 1 commit
-
-
Robin Appelman authored
-
- 29 Aug, 2014 1 commit
-
-
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
-
- 14 Aug, 2014 1 commit
-
-
Jörn Friedrich Dreyer authored
-
- 04 Aug, 2014 1 commit
-
-
Joas Schilling authored
Fix #9972
-
- 21 May, 2014 1 commit
-
-
Arthur Schiwon authored
-
- 19 May, 2014 1 commit
-
-
Morris Jobke authored
* test case added to avoid adding them later
-
- 13 May, 2014 3 commits
-
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-