Skip to content
Snippets Groups Projects
  1. Mar 26, 2020
  2. Dec 05, 2019
  3. Aug 29, 2019
  4. Dec 19, 2018
  5. Oct 10, 2018
  6. Jun 26, 2018
  7. Dec 12, 2017
  8. Nov 06, 2017
  9. Aug 01, 2017
  10. Feb 23, 2017
    • Morris Jobke's avatar
      Clean up single user mode · 9533f4e5
      Morris Jobke authored
      
      Single user mode basically disables WebDAV, OCS and cron execution. Since
      we heavily rely on WebDAV and OCS also in the web UI it's basically useless.
      An admin only sees a broken interface and can't even change any settings nor
      sees any files. Also sharing is not possible.
      
      As this is at least the case since Nextcloud 9 and we haven't received any
      reports for this it seems that this feature is not used at all so I removed it.
      
      The encryption commands now rely on the well tested maintenance mode.
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      9533f4e5
  11. Oct 06, 2016
  12. Jul 21, 2016
  13. Jul 07, 2016
  14. Jun 22, 2016
    • Victor Dubiniuk's avatar
      occ web executor (#24957) · 854352d9
      Victor Dubiniuk authored
      * Initial web executor
      
      * Fix PHPDoc
      
      Fix broken integration test
      
      OccControllerTests do not require database access - moch them all!
      
      Kill unused sprintf
      854352d9
  15. May 26, 2016
  16. Apr 20, 2016
  17. Jan 12, 2016
  18. Oct 05, 2015
  19. Jun 25, 2015
  20. Apr 10, 2015
  21. Mar 26, 2015
  22. Feb 26, 2015
  23. Feb 23, 2015
  24. Feb 16, 2015
  25. Nov 17, 2014
  26. Sep 04, 2014
  27. Aug 04, 2014
  28. Jul 02, 2014
  29. Jun 30, 2014
  30. Jun 05, 2014
    • Lukas Reschke's avatar
      Move authentication to it's own call · 7c4abce3
      Lukas Reschke authored
      7c4abce3
    • Lukas Reschke's avatar
      Remove legacy routing code · ac7fb1b2
      Lukas Reschke authored
      The getfile routing code was absolutely legacy and not needed anymore. Additionally \OC::$REQUESTEDAPP was never set to the actually accessed application.
      
      This commit removes the legacy routing code and ensures that $REQUESTEDAPP is always set so that other applications (e.g. the firewall or a two-factor authentication) can intercept the currently accessed app.
      
      Testplan:
      [x] Installation works
      [x] Login with DB works
      [x] Logout works
      [x] Login with alternate backend works (tested with user_webdavauth)
      [x] Other apps are accessible
      [x] Redirect on login works (e.g. index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fapps%3Finstalled)
      [x] Personal settings are accessible
      [x] Admin settings are accessible
      [x] Sharing files works
      [x] DAV works
      [x] OC::$REQUESTEDAPP contains the requested application and can be intercepted by other applications
      ac7fb1b2
  31. Mar 06, 2014
  32. Feb 06, 2014
  33. Nov 25, 2013
Loading