Skip to content
Snippets Groups Projects
  1. Jan 28, 2021
  2. Jan 19, 2021
  3. Jan 08, 2021
  4. Jan 07, 2021
  5. Dec 30, 2020
  6. Dec 16, 2020
  7. Dec 15, 2020
  8. Dec 11, 2020
  9. Dec 07, 2020
  10. Dec 04, 2020
    • Christoph Wurst's avatar
      Do not update incompatible apps · cbb34af5
      Christoph Wurst authored
      
      Previously there was no (platform) dependency check for an app that was
      installed before. So Nextcloud happily upgraded an app that now requires
      a php version newer than the current one. Which means in the lucky case
      you see a failing upgrade due to the language incompatibility, or in the
      unlucky case you see unexpected errors later in production.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      cbb34af5
  11. Dec 03, 2020
  12. Nov 27, 2020
  13. Nov 23, 2020
  14. Nov 21, 2020
  15. Nov 20, 2020
  16. Nov 16, 2020
  17. Nov 13, 2020
    • Vincent Petry's avatar
      Set up FS before querying storage info in settings · 2143f2bb
      Vincent Petry authored
      
      The personal info section of the personal settings is querying the
      storage quota information. For this it requires the FS to be setup which
      is not always guaranteed.
      
      This fixes an issue where refreshing the settings page would cause it to
      fail after Redis caches are full. It is likely that when Redis cache is
      populated, some code path is initializing the FS, so it works so far.
      But when the cache is populated, that code path is skipped so the FS is
      not guaranteed to be setup...
      
      Signed-off-by: default avatarVincent Petry <vincent@nextcloud.com>
      2143f2bb
  18. Nov 10, 2020
  19. Nov 09, 2020
  20. Nov 07, 2020
  21. Nov 06, 2020
  22. Oct 27, 2020
  23. Oct 21, 2020
  24. Oct 05, 2020
  25. Oct 04, 2020
  26. Sep 17, 2020
  27. Sep 10, 2020
  28. Aug 25, 2020
  29. Aug 24, 2020
  30. Aug 20, 2020
  31. Aug 19, 2020
  32. Aug 18, 2020
  33. Aug 17, 2020
  34. Aug 06, 2020
Loading