Skip to content
Snippets Groups Projects
  1. Dec 03, 2020
  2. Nov 18, 2020
  3. Sep 02, 2020
    • Brad Rubenstein's avatar
      Minor cleanup: php-cs-fixer, tests, interface consistency · 442af8c5
      Brad Rubenstein authored
      
      IMipPlugin.php Removed blank lines to make php-cs-fixer happy.
      Minor cleanup:  bugs found by Psalm static checker
      IEMailTemplate: The public interface to addBodyListItem also needs to include the new plainIndent parameter.
      IMipPlugin: Fixes an undefined variable for events that do not have DTEND.  Also use explicit string conversion for parameters and properties in several places.
      
      The new email template adds an additional blank line before "button" links in plain text, so the tests were fixed to include that additional blank line.
      
      Signed-off-by: default avatarBrad Rubenstein <brad@wbr.tech>
      442af8c5
  4. Jul 23, 2020
  5. May 01, 2020
  6. Apr 24, 2020
  7. Apr 17, 2020
  8. Jul 04, 2019
  9. Jun 27, 2019
  10. Mar 04, 2019
  11. Feb 25, 2019
  12. Feb 22, 2019
  13. Feb 07, 2019
  14. Oct 10, 2018
  15. Oct 02, 2018
  16. Aug 10, 2018
  17. Jul 19, 2018
  18. Apr 17, 2018
  19. Dec 11, 2017
  20. Nov 09, 2017
  21. Oct 05, 2017
  22. Sep 08, 2017
  23. Aug 17, 2017
  24. Jul 24, 2017
  25. Jul 23, 2017
  26. Apr 18, 2017
  27. Apr 12, 2017
  28. Apr 11, 2017
  29. 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
  30. Apr 07, 2017
  31. Mar 20, 2017
Loading