Skip to content
Snippets Groups Projects
  1. Jan 20, 2015
    • Lukas Reschke's avatar
      Fix WebDAV auth for session authentication only · 476579b9
      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.
      476579b9
  2. Dec 17, 2014
  3. Dec 10, 2014
  4. Dec 08, 2014
    • Lukas Reschke's avatar
      Add REST route for user & group management · fe7d9a7c
      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.
      fe7d9a7c
  5. Nov 07, 2014
  6. Nov 05, 2014
  7. Oct 22, 2014
  8. Sep 18, 2014
  9. Sep 03, 2014
    • Lukas Reschke's avatar
      Use proper RNG generator · 63a90a12
      Lukas Reschke authored
      OC_Util::generateRandomBytes() only returns lowercase alphanumeric values.
      We should use the new RNG which has a broader characterset.
      63a90a12
  10. Sep 02, 2014
  11. Aug 29, 2014
    • Jörn Friedrich Dreyer's avatar
      kill OC::$session · f551917a
      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
      f551917a
  12. Aug 14, 2014
  13. Aug 04, 2014
  14. May 21, 2014
  15. May 19, 2014
  16. May 13, 2014
  17. May 04, 2014
  18. Apr 21, 2014
  19. Feb 21, 2014
  20. Feb 19, 2014
  21. Feb 06, 2014
  22. Feb 03, 2014
  23. Jan 22, 2014
  24. Jan 21, 2014
  25. Jan 09, 2014
  26. Dec 21, 2013
  27. Nov 27, 2013
  28. Nov 22, 2013
  29. Oct 29, 2013
  30. Oct 14, 2013
  31. Oct 07, 2013
Loading