Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable28] Migrate setup checks to new API - round 3 #44268

Merged
merged 13 commits into from
Apr 16, 2024

Commits on Mar 18, 2024

  1. Migrate memcached PHP module setup check to new API

    Merged it with the other existing memcache setup check as it fits
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    06952c4 View commit details
    Browse the repository at this point in the history
  2. Migrate set_time_limit setup check to new API

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b31d516 View commit details
    Browse the repository at this point in the history
  3. Merge gmp and bcmath module checks with the existing PHP modules setu…

    …p check
    
    Also add description for why each module is recommended
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b2cc51c View commit details
    Browse the repository at this point in the history
  4. Fix description for exif PHP module

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ec0a9ac View commit details
    Browse the repository at this point in the history
  5. Add missing recommended modules gmp and bcmath

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    873912c View commit details
    Browse the repository at this point in the history
  6. Remove bz2 leftover description

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bfb451c View commit details
    Browse the repository at this point in the history
  7. Migrate MySQL utf8mb4 check to new SetupCheck API

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    28dafd9 View commit details
    Browse the repository at this point in the history
  8. Migrate available temp space check to new SetupCheck API

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9dcf13f View commit details
    Browse the repository at this point in the history
  9. Remove old version of temporary space setup check and fix tests

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    11cde30 View commit details
    Browse the repository at this point in the history
  10. Merge writable temporary space check with the s3 one, and improve

    It will now show available space and path of both PHP and Nextcloud
     temporary directories if they differ.
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b92024e View commit details
    Browse the repository at this point in the history
  11. Migrate fair use of free push service check to new SetupCheck API

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    44c0b7d View commit details
    Browse the repository at this point in the history
  12. Rename to "Push service" and enable on all instances to avoid trouble

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1ad788d View commit details
    Browse the repository at this point in the history
  13. Migrate debug mode check to new SetupCheck API

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    71e0510 View commit details
    Browse the repository at this point in the history