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>
      caff1023
  2. Dec 20, 2019
  3. Dec 09, 2019
  4. Dec 05, 2019
  5. Feb 06, 2019
  6. Feb 05, 2019
  7. 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
  8. Jan 04, 2019
  9. Oct 02, 2018
  10. May 14, 2018
  11. Oct 24, 2017
  12. Apr 13, 2017
  13. Mar 31, 2017
  14. Mar 23, 2017
  15. Nov 15, 2016
  16. 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
  17. Jul 21, 2016
  18. Jul 20, 2016
  19. Jun 10, 2016
  20. Oct 16, 2012
  21. Aug 26, 2012
  22. Aug 25, 2012
  23. May 07, 2012
Loading