aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/tests/specs/setupchecksSpec.js
Commit message (Expand)AuthorAgeFilesLines
* fix: Migrate WebDAV endpoint check to SetupCheck APICôme Chilliet2024-03-141-38/+0
* feat: Migrate HSTS check to Security headers SetupCheckCôme Chilliet2024-03-131-194/+0
* fix: Migrate security headers check tests and fix the SetupCheck implementationCôme Chilliet2024-03-131-409/+0
* fix(settings): Remove migrated SetupCheck from legacy JS codeFerdinand Thiessen2024-03-071-81/+0
* Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheckCôme Chilliet2024-03-041-11/+0
|\
| * feat(settings): Migrate SSL access and URL generation check to SetupCheck APICôme Chilliet2024-02-291-11/+0
* | feat(settings): Migrate data directory protection check to `SetupCheck`Ferdinand Thiessen2024-02-291-43/+0
|/
* feat(settings): Migrate OCM / OCS provider tests to SetupCheckFerdinand Thiessen2024-02-271-36/+0
* enh(settings): Migrate WOFF2 loading check to a SetupCheckFerdinand Thiessen2024-02-151-27/+0
* Migrate fair use of free push service check to new SetupCheck APICôme Chilliet2024-01-251-8/+0
* Merge writable temporary space check with the s3 one, and improveCôme Chilliet2024-01-251-41/+0
* Remove old version of temporary space setup check and fix testsCôme Chilliet2024-01-251-43/+0
* Migrate MySQL utf8mb4 check to new SetupCheck APICôme Chilliet2024-01-231-45/+0
* Merge gmp and bcmath module checks with the existing PHP modules setup checkCôme Chilliet2024-01-221-47/+0
* Migrate set_time_limit setup check to new APICôme Chilliet2024-01-181-50/+0
* Migrate memcached PHP module setup check to new APICôme Chilliet2024-01-181-51/+0
* Fix Cron setup check testsCôme Chilliet2024-01-161-56/+0
* Migrate overwrite.cli.url setup check to new APICôme Chilliet2024-01-161-14/+0
* Fix tests because we added escaping to setupchecksCôme Chilliet2024-01-151-1/+1
* Migrate code integrity to SetupCheck APICôme Chilliet2024-01-151-15/+0
* Migrate PHP imagick module check to new SetupCheck APICôme Chilliet2024-01-111-60/+0
* Migrate app dir owner check to SetupCheck APICôme Chilliet2024-01-081-63/+0
* Migrate opcache check to new SetupCheck APICôme Chilliet2024-01-081-63/+0
* Migrate database pending bigint conversions check to new APICôme Chilliet2023-11-281-17/+0
* Migrate missing primary key database check to new APICôme Chilliet2023-11-271-17/+0
* Migrate missing index database check to new APICôme Chilliet2023-11-271-17/+0
* Migrate missing column database check to new APICôme Chilliet2023-11-271-17/+0
* Migrate Forwarded For Headers check to new APICôme Chilliet2023-11-201-70/+0
* Migrate Bruteforce Throttle check to SetupCheck APICôme Chilliet2023-11-131-55/+0
* Migrate memory_limit check to new SetupCheck APICôme Chilliet2023-11-131-19/+12
* Revert "Migrate code integrity to SetupCheck API"Côme Chilliet2023-11-071-0/+19
* Migrate 32bit check to SetupCheck APICôme Chilliet2023-11-071-72/+0
* Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-071-74/+0
* Migrate code integrity to SetupCheck APICôme Chilliet2023-11-071-21/+0
* Migrate Randomness secure check to SetupCheck APICôme Chilliet2023-11-071-92/+0
* Migrate memcache check to SetupCheck APICôme Chilliet2023-11-071-30/+0
* Migrated both file locking checks to SetupCheck APICôme Chilliet2023-11-071-164/+0
* Remove duplicate fileinfo PHP module checkCôme Chilliet2023-11-071-24/+0
* Migrate database transaction level check to SetupCheck APICôme Chilliet2023-11-071-24/+0
* Migrate email test to new SetupCheck APICôme Chilliet2023-11-071-87/+0
* Remove duplicated ReadOnlyConfig setup checkCôme Chilliet2023-11-071-25/+0
* Migrate getenv test to new SetupCheck APICôme Chilliet2023-11-071-25/+0
* Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-191-25/+0
* Fix jsunit tests for SetupChecksCôme Chilliet2023-10-191-61/+252
* feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-211-0/+61
* Merge pull request #37451 from Fenn-CS/fix/36437/deprecate-php-8.0Andy Scherzinger2023-04-191-1/+1
|\
| * Deprecate PHP8.0fenn-cs2023-04-171-1/+1
* | Merge pull request #37766 from nextcloud/enh/noid/add-db-file-locking-checkSimon L2023-04-181-0/+140
|\ \
| * | address review and fix testsSimon L2023-04-181-1/+1
| * | add an admin check for db file lockingSimon L2023-04-171-0/+140
| |/