Skip to content
Snippets Groups Projects
  1. Oct 10, 2018
  2. Oct 02, 2018
  3. Aug 10, 2018
  4. Jul 19, 2018
  5. Apr 17, 2018
  6. Dec 11, 2017
  7. Nov 09, 2017
  8. Oct 05, 2017
  9. Sep 08, 2017
  10. Aug 17, 2017
  11. Jul 24, 2017
  12. Jul 23, 2017
  13. Apr 18, 2017
  14. Apr 12, 2017
  15. Apr 11, 2017
  16. 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
  17. Apr 07, 2017
  18. Mar 20, 2017
  19. Jan 11, 2017
  20. Nov 16, 2016
  21. Nov 11, 2016
    • Lukas Reschke's avatar
      Prevent downgrade attacks for apps · 7cb0df28
      Lukas Reschke authored
      
      We should verify the app versions when installing a new update, otherwise this could result in downgrade attacks when an attacker just copies the old signature.
      
      Plus it prevents the case that in case of a bug in the appstore actually an older version gets installed.
      
      Signed-off-by: default avatarLukas Reschke <lukas@statuscode.ch>
      7cb0df28
  22. Oct 31, 2016
  23. Oct 18, 2016
  24. Oct 11, 2016
  25. Oct 07, 2016
  26. Sep 27, 2016
  27. May 23, 2016
  28. May 03, 2016
  29. May 02, 2016
  30. Apr 26, 2016
  31. Apr 22, 2016
  32. Apr 06, 2016
  33. Mar 17, 2016
    • Morris Jobke's avatar
      Read available l10n files also from theme folder · 23c0f4ff
      Morris Jobke authored
      The old behaviour was that only languages could be used for an app
      that are already present in the apps/$app/l10n folder. If there is
      a themed l10n that is not present in the apps default l10n folder
      the language could not be used and the texts are not translated.
      
      With this change this is possible and also the l10n files are
      loaded even if the default l10n doesn't contain the l10n file.
      23c0f4ff
  34. Mar 15, 2016
Loading