Skip to content
Snippets Groups Projects
  1. Jan 26, 2021
  2. Jan 14, 2021
    • Damien Goutte-Gattat's avatar
      Fix comparison of PHP versions · bedd9acf
      Damien Goutte-Gattat authored
      
      Use the builtin function `version_compare` to check an app's
      compatibility with the available PHP version, instead of reusing
      the `OC\App\CompareVersion::isCompatible` method which is intended
      to compare Nextcloud versions. PHP version strings do not always
      necessarily follow the simple Major.Minor.Patch format used by
      Nextcloud and therefore cannot be properly compared by that method.
      
      Signed-off-by: default avatarDamien Goutte-Gattat <dgouttegattat@incenp.org>
      bedd9acf
  3. Jan 11, 2021
  4. Jan 08, 2021
  5. Dec 16, 2020
  6. Dec 04, 2020
    • Christoph Wurst's avatar
      Check php compatibility of app store app releases · 24237f1a
      Christoph Wurst authored
      
      Apps might increase the minimum php version requirement, in which case
      an update could break the app or even the whole instance. We must not
      install those releases, or better, don't even show them for
      update/installation. This extends the app fetcher code to filter out the
      releases that are not installable.
      
      The filter respects minimum and maximum requirements. E.g. apps that are
      still only released for php7.3 won't show up for php7.4 instances. This
      behavior is new but if an app lists an explicit version requirement,
      then we ought to repect that.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      24237f1a
  7. Oct 16, 2020
  8. Oct 05, 2020
  9. Sep 17, 2020
  10. Aug 24, 2020
  11. Aug 07, 2020
  12. Jun 12, 2020
  13. May 25, 2020
  14. May 20, 2020
  15. May 15, 2020
  16. May 01, 2020
  17. Apr 29, 2020
  18. Apr 10, 2020
  19. Apr 09, 2020
  20. Mar 31, 2020
  21. Mar 26, 2020
  22. Mar 25, 2020
  23. Mar 24, 2020
  24. Jan 26, 2020
  25. Jan 13, 2020
  26. Jan 09, 2020
  27. Dec 23, 2019
  28. Dec 22, 2019
  29. Dec 20, 2019
  30. Dec 18, 2019
  31. Dec 13, 2019
  32. Dec 08, 2019
  33. Dec 05, 2019
Loading