Skip to content
Snippets Groups Projects
  1. Apr 10, 2020
    • Christoph Wurst's avatar
      Format control structures, classes, methods and function · caff1023
      Christoph Wurst authored
      
      To continue this formatting madness, here's a tiny patch that adds
      unified formatting for control structures like if and loops as well as
      classes, their methods and anonymous functions. This basically forces
      the constructs to start on the same line. This is not exactly what PSR2
      wants, but I think we can have a few exceptions with "our" style. The
      starting of braces on the same line is pracrically standard for our
      code.
      
      This also removes and empty lines from method/function bodies at the
      beginning and end.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      Unverified
      caff1023
  2. Mar 31, 2020
  3. Mar 26, 2020
  4. Dec 05, 2019
  5. Aug 29, 2019
  6. Dec 19, 2018
  7. Oct 10, 2018
  8. Jun 26, 2018
  9. Dec 12, 2017
  10. Nov 06, 2017
  11. Aug 01, 2017
  12. 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>
      Unverified
      9533f4e5
  13. Oct 06, 2016
  14. Jul 21, 2016
  15. Jul 07, 2016
  16. 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
  17. May 26, 2016
  18. Apr 20, 2016
  19. Jan 12, 2016
  20. Oct 05, 2015
  21. Jun 25, 2015
  22. Apr 10, 2015
  23. Mar 26, 2015
  24. Feb 26, 2015
  25. Feb 23, 2015
  26. Feb 16, 2015
  27. Nov 17, 2014
  28. Sep 04, 2014
  29. Aug 04, 2014
  30. Jul 02, 2014
  31. Jun 30, 2014
  32. 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
  33. Mar 06, 2014
Loading