Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 23, 2020
  3. May 01, 2020
  4. Apr 24, 2020
  5. Apr 17, 2020
  6. Jul 04, 2019
  7. Jun 27, 2019
  8. Mar 04, 2019
  9. Feb 25, 2019
  10. Feb 22, 2019
  11. Feb 07, 2019
  12. Oct 10, 2018
  13. Oct 02, 2018
  14. Aug 10, 2018
  15. Jul 19, 2018
  16. Apr 17, 2018
  17. Dec 11, 2017
  18. Nov 09, 2017
  19. Oct 05, 2017
  20. Sep 08, 2017
  21. Aug 17, 2017
  22. Jul 24, 2017
  23. Jul 23, 2017
  24. Apr 18, 2017
  25. Apr 12, 2017
  26. Apr 11, 2017
  27. 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
  28. Apr 07, 2017
  29. Mar 20, 2017
  30. Jan 11, 2017
  31. Nov 16, 2016
Loading