Skip to content
Snippets Groups Projects
  1. Jul 18, 2017
  2. Apr 25, 2017
  3. Apr 10, 2017
    • Morris Jobke's avatar
      Move OC_Defaults to OCP\Defaults · 5b4adf66
      Morris Jobke authored
      
      * currently there are two ways to access default values:
        OCP\Defaults or OC_Defaults (which is extended by
        OCA\Theming\ThemingDefaults)
      * our code used a mixture of both of them, which made
        it hard to work on theme values
      * this extended the public interface with the missing
        methods and uses them everywhere to only rely on the
        public interface
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      5b4adf66
  4. Mar 26, 2017
  5. Mar 24, 2017
  6. Mar 22, 2017
  7. Mar 21, 2017
  8. Mar 20, 2017
  9. Mar 16, 2017
  10. Mar 10, 2017
  11. Feb 22, 2017
  12. Feb 13, 2017
  13. Feb 01, 2017
  14. Jan 23, 2017
  15. Jan 15, 2017
  16. Jan 10, 2017
  17. Jan 09, 2017
  18. Jan 06, 2017
  19. Jan 03, 2017
  20. Nov 18, 2016
  21. Oct 28, 2016
  22. Oct 25, 2016
  23. Aug 30, 2016
    • Roeland Jago Douma's avatar
      Cache avatars properly · 14136295
      Roeland Jago Douma authored
      * Set proper caching headers for avatars (15 minutes)
      * For our own avatar use some extra logic to invalidate when we update
      14136295
  24. Aug 18, 2016
  25. Jul 21, 2016
  26. Jul 15, 2016
    • Roeland Jago Douma's avatar
      Remove asset pipelin · 72464f1c
      Roeland Jago Douma authored
      Fixes #215
      
      The asset pipeline has shown to do more harm than good. Some apps fail
      hard with it. Also it makes sure that you download a huge file on each
      unvisited page.
      72464f1c
  27. May 26, 2016
  28. May 23, 2016
  29. Apr 29, 2016
    • Roeland Jago Douma's avatar
      Move more from \OC to PSR-4 · f52c5b31
      Roeland Jago Douma authored
      * \OC\OCSClient
      * \OC\Preview
      * \OC\PreviewManager
      * \OC\Repair
      * \OC\RepairException
      * \OC\Search
      * \OC\ServerContainer
      * \OC\ServerNotAvailableException
      * \OC\ServiceUnavailableException
      * \OC\Setup
      * \OC\Streamer
      * \OC\SubAdmin
      * \OC\SystemConfig
      * \OC\TagManager
      * \OC\Tags
      * \OC\TempManager
      * \OC\TemplateLayout
      * \OC\URLGenerator
      * \OC\Updater
      f52c5b31
Loading