summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Migrate debug mode check to new SetupCheck APICôme Chilliet2024-03-181-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate fair use of free push service check to new SetupCheck APICôme Chilliet2024-03-182-17/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge writable temporary space check with the s3 one, and improveCôme Chilliet2024-03-182-47/+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 testsCôme Chilliet2024-03-182-49/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate MySQL utf8mb4 check to new SetupCheck APICôme Chilliet2024-03-182-53/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge gmp and bcmath module checks with the existing PHP modules setup checkCôme Chilliet2024-03-182-56/+0
| | | | | | Also add description for why each module is recommended Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate set_time_limit setup check to new APICôme Chilliet2024-03-182-56/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate memcached PHP module setup check to new APICôme Chilliet2024-03-182-59/+0
| | | | | | Merged it with the other existing memcache setup check as it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(tests): Adjust legacy tests for nextcloud-router updateFerdinand Thiessen2024-01-243-10/+10
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Remove obsolete check of curl SSL versionCôme Chilliet2024-01-181-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix Cron setup check testsCôme Chilliet2024-01-181-56/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Cron checks to new SetupCheck APICôme Chilliet2024-01-181-22/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate overwrite.cli.url setup check to new APICôme Chilliet2024-01-182-20/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix tests because we added escaping to setupchecksCôme Chilliet2024-01-181-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Properly escape HTML and add support for highlight links in setupchecksCôme Chilliet2024-01-181-3/+17
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate code integrity to SetupCheck APICôme Chilliet2024-01-182-25/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #42795 from nextcloud/backport/setupchecks/stable28Benjamin Gaussorgues2024-01-162-266/+0
|\ | | | | [stable28] Migrate setup checks to new SetupCheck API
| * Migrate PHP imagick module check to new SetupCheck APICôme Chilliet2024-01-152-75/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate app dir owner check to SetupCheck APICôme Chilliet2024-01-152-78/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate opcache check to new SetupCheck APICôme Chilliet2024-01-152-75/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2024-01-151-9/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate database pending bigint conversions check to new APICôme Chilliet2024-01-152-29/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix UI for rich object in setupcheck resultsCôme Chilliet2024-01-151-0/+25
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing primary key database check to new APICôme Chilliet2023-12-042-29/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing index database check to new APICôme Chilliet2023-12-042-29/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing column database check to new APICôme Chilliet2023-12-042-29/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Forwarded For Headers check to new APICôme Chilliet2023-11-202-78/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #41435 from nextcloud/feat/migrate-bruteforce-throttle-checkCôme Chilliet2023-11-202-63/+0
|\ | | | | Migrate bruteforce throttle check
| * Migrate Bruteforce Throttle check to SetupCheck APICôme Chilliet2023-11-132-63/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #41395 from nextcloud/hello-emfChristoph Wurst2023-11-161-1/+2
|\ \ | |/ |/| feat: add preview provider for emf files based on office
| * feat: add preview provider for emf files based on officeDaniel Kesselberg2023-11-131-1/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Migrate memory_limit check to new SetupCheck APICôme Chilliet2023-11-132-25/+12
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Revert "Migrate code integrity to SetupCheck API"Côme Chilliet2023-11-072-0/+29
| | | | | | This reverts commit aa2d315d95d37b48752d0e92d0ce79913be1d4f1. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate 32bit check to SetupCheck APICôme Chilliet2023-11-072-83/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-072-80/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate code integrity to SetupCheck APICôme Chilliet2023-11-072-31/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Randomness secure check to SetupCheck APICôme Chilliet2023-11-072-100/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate memcache check to SetupCheck APICôme Chilliet2023-11-072-38/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrated both file locking checks to SetupCheck APICôme Chilliet2023-11-072-192/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove duplicate fileinfo PHP module checkCôme Chilliet2023-11-071-24/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate database transaction level check to SetupCheck APICôme Chilliet2023-11-071-24/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate email test to new SetupCheck APICôme Chilliet2023-11-072-95/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove duplicated ReadOnlyConfig setup checkCôme Chilliet2023-11-072-31/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate getenv test to new SetupCheck APICôme Chilliet2023-11-072-34/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #40889 from nextcloud/feat/check-for-more-php-modulesCôme Chilliet2023-10-262-35/+0
|\ | | | | Check for more php modules
| * Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-192-35/+0
| | | | | | | | | | | | Test all modules listed as required in our documentation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(grant): remove JS error on Grant pageMagnus Anderssen2023-10-261-1/+1
|/ | | | | | Closes #41098 Signed-off-by: Magnus Anderssen <magnus@magooweb.com>
* Fix jsunit tests for SetupChecksCôme Chilliet2023-10-191-61/+252
| | | | | | | | Tests could be simplified to test generic setup check directly with fake data instead of trying to mimic real steps results but for now this will do. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate InternetConnectivity check to new APICôme Chilliet2023-10-191-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge setupchecks from new API into old UICôme Chilliet2023-10-191-35/+13
| | | | | | | 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>