Skip to content
Snippets Groups Projects
  1. Jul 24, 2020
  2. Jul 15, 2020
  3. 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>
      caff1023
  4. Dec 20, 2019
  5. Dec 09, 2019
  6. Dec 05, 2019
  7. Feb 06, 2019
  8. Feb 05, 2019
  9. Jan 31, 2019
    • Roeland Jago Douma's avatar
      Emit to load additionalscripts · d182037b
      Roeland Jago Douma authored
      
      Fixes #13662
      
      This will fire of an event after a Template Response has been returned.
      There is an event for the generic loading and one when logged in. So
      apps can chose to load only on loged in pages.
      
      This is a more generic approach than the files app event. As some things
      we might want to load on other pages as well besides the files app.
      
      Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
      d182037b
  10. Jan 04, 2019
  11. Oct 02, 2018
  12. May 14, 2018
  13. Oct 24, 2017
  14. Apr 13, 2017
  15. Mar 31, 2017
  16. Mar 23, 2017
  17. Nov 15, 2016
  18. Oct 05, 2016
    • Roeland Jago Douma's avatar
      Initial AppData · 5d8b941f
      Roeland Jago Douma authored
      
      * Introduce simpleFS
      * Introduce IAppData
      * Introduce AppData Factory to get your AppData folder
      * Update FileDisplayResponse
      
      * AppData implements a ISimpleRoot but lazy. So only if an apps starts
        to access data will stuff get initialized
      
      Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
      5d8b941f
  19. Jul 21, 2016
  20. Jul 20, 2016
  21. Jun 10, 2016
  22. Oct 16, 2012
  23. Aug 26, 2012
  24. Aug 25, 2012
  25. May 07, 2012
Loading