Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -20/+7 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor(settings): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 1 | -9/+11 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(IntegrityCheck): Ensure the check is run if no results are available | Ferdinand Thiessen | 2024-07-03 | 1 | -0/+4 |
| | | | | | | | | | If there are no cached results the current implementation was also returning an empty array, but this was the same as when there was a successful run. So to distinguish this we return `null` if there are *no* results. In this case we need to rerun the integrity checker. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-03 | 1 | -42/+4 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat(settings): Migrate SSL access and URL generation check to SetupCheck API | Côme Chilliet | 2024-02-29 | 1 | -2/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate fair use of free push service check to new SetupCheck API | Côme Chilliet | 2024-01-25 | 1 | -19/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge writable temporary space check with the s3 one, and improve | Côme Chilliet | 2024-01-25 | 1 | -16/+0 |
| | | | | | | | 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> | ||||
* | Remove old version of temporary space setup check and fix tests | Côme Chilliet | 2024-01-25 | 1 | -37/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate MySQL utf8mb4 check to new SetupCheck API | Côme Chilliet | 2024-01-23 | 1 | -5/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge gmp and bcmath module checks with the existing PHP modules setup check | Côme Chilliet | 2024-01-22 | 1 | -11/+0 |
| | | | | | | Also add description for why each module is recommended Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Migrate set_time_limit setup check to new API | Côme Chilliet | 2024-01-18 | 1 | -15/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate memcached PHP module setup check to new API | Côme Chilliet | 2024-01-18 | 1 | -19/+0 |
| | | | | | | Merged it with the other existing memcache setup check as it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove obsolete check of curl SSL version | Côme Chilliet | 2024-01-16 | 1 | -74/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate Cron checks to new SetupCheck API | Côme Chilliet | 2024-01-16 | 1 | -26/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate overwrite.cli.url setup check to new API | Côme Chilliet | 2024-01-16 | 1 | -13/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove CSRF check from code integrity rescan | Côme Chilliet | 2024-01-15 | 1 | -0/+1 |
| | | | | | | Did not find a way to get a valid token from SetupCheck Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate code integrity to SetupCheck API | Côme Chilliet | 2024-01-15 | 1 | -2/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate PHP imagick module check to new SetupCheck API | Côme Chilliet | 2024-01-11 | 1 | -15/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate app dir owner check to SetupCheck API | Côme Chilliet | 2024-01-08 | 1 | -49/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove unused properties from CheckSetupControllerTest | Côme Chilliet | 2024-01-08 | 1 | -22/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate opcache check to new SetupCheck API | Côme Chilliet | 2024-01-08 | 1 | -79/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge SQlite warning to existing SupportedDatabase setup check | Côme Chilliet | 2023-12-07 | 1 | -6/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate database pending bigint conversions check to new API | Côme Chilliet | 2023-11-28 | 1 | -56/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate missing primary key database check to new API | Côme Chilliet | 2023-11-27 | 1 | -25/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate missing index database check to new API | Côme Chilliet | 2023-11-27 | 1 | -26/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate missing column database check to new API | Côme Chilliet | 2023-11-27 | 1 | -25/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate Forwarded For Headers check to new API | Côme Chilliet | 2023-11-20 | 1 | -26/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate Bruteforce Throttle check to SetupCheck API | Côme Chilliet | 2023-11-13 | 1 | -7/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate memory_limit check to new SetupCheck API | Côme Chilliet | 2023-11-13 | 1 | -6/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Revert "Migrate code integrity to SetupCheck API" | Côme Chilliet | 2023-11-07 | 1 | -0/+2 |
| | | | | | | This reverts commit aa2d315d95d37b48752d0e92d0ce79913be1d4f1. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate 32bit check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -9/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate Freetype check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -9/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate code integrity to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -2/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate Randomness secure check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -21/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate memcache check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -10/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrated both file locking checks to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -12/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove duplicate fileinfo PHP module check | Côme Chilliet | 2023-11-07 | 1 | -5/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate database transaction level check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -17/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate email test to new SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -15/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove duplicated ReadOnlyConfig setup check | Côme Chilliet | 2023-11-07 | 1 | -5/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate getenv test to new SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -23/+22 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #40889 from nextcloud/feat/check-for-more-php-modules | Côme Chilliet | 2023-10-26 | 1 | -35/+0 |
|\ | | | | | Check for more php modules | ||||
| * | Migrate missing PHP modules check to new API and improve it | Côme Chilliet | 2023-10-19 | 1 | -35/+0 |
| | | | | | | | | | | | | Test all modules listed as required in our documentation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Don't duplicate notification warning | Joas Schilling | 2023-10-26 | 1 | -0/+5 |
|/ | | | | | | Ref https://github.com/nextcloud/notifications/pull/1699 Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add OCP interface for SetupCheckManager | Côme Chilliet | 2023-10-19 | 1 | -2/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate InternetConnectivity check to new API | Côme Chilliet | 2023-10-19 | 1 | -49/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge setupchecks from new API into old UI | Côme Chilliet | 2023-10-19 | 1 | -21/+1 |
| | | | | | | | This will allow migrating checks to the new API without touching the UI for now. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate NeedsSystemAddressBookSync to new ISetupCheck API | Côme Chilliet | 2023-10-19 | 1 | -4/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Move existing setup checks to new API | Côme Chilliet | 2023-10-19 | 1 | -12/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |