Skip to content
Snippets Groups Projects
  1. Sep 28, 2018
  2. Sep 13, 2018
  3. Sep 10, 2018
  4. May 14, 2018
  5. Feb 28, 2018
  6. Feb 07, 2018
    • Morris Jobke's avatar
      Fix proper overwrite URL on CLI install · 4ee539fd
      Morris Jobke authored
      
      * regression from #7835
      
      Steps
      
      * having a my.config.php with a proper `overwrite.cli.url` and `htaccess.RewriteBase` set
      * install with this
      * before: short URLs where broken and you need to call `occ maintenance:update:htaccess` additionally to fix this
      * after: occ install results in a proper htaccess like on stable13
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      4ee539fd
  7. Feb 05, 2018
  8. Jan 15, 2018
  9. Nov 25, 2017
  10. Nov 08, 2017
  11. Nov 07, 2017
  12. Nov 06, 2017
  13. Oct 24, 2017
  14. Oct 23, 2017
  15. Sep 26, 2017
  16. Aug 01, 2017
  17. Jul 26, 2017
    • Morris Jobke's avatar
      Fix 403 and 404 redirect · 0de90cfc
      Morris Jobke authored
      
      * Nextcloud is not properly loaded in the standalone version (especially the theming)
      * it is already not listed anymore in the Nginx config (see nextcloud/documentation#392)
      * the index.php-free version doesn't support this
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      0de90cfc
  18. Jul 25, 2017
  19. Jul 05, 2017
  20. May 08, 2017
  21. Apr 26, 2017
  22. 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
  23. Mar 19, 2017
  24. Mar 06, 2017
  25. Feb 24, 2017
  26. Feb 22, 2017
  27. Feb 20, 2017
  28. Feb 10, 2017
  29. Jan 26, 2017
  30. Nov 14, 2016
    • Thomas Müller's avatar
      Introduce an event for first time login based on the last login time stamp · 506ccdbd
      Thomas Müller authored
      Use firstLogin event to trigger creation of default calendar and default address book
      
      Delay login of admin user after setup so that firstLogin event can properly be processed for the admin
      
      Fixing tests ...
      
      Skeleton files are not copied over -> only 3 cache entries are remaining
      
      Use updateLastLoginTimestamp to properly setup lastLogin value for a test user
      506ccdbd
  31. Sep 13, 2016
  32. Jul 21, 2016
  33. Jul 15, 2016
  34. Jul 12, 2016
Loading