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