aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
* fix: Adapt icon color to new default for mime iconsJulius Härtl2024-07-251-1/+1
* feat: support excalidraw fileHoang Pham2024-07-252-0/+3
* Migrate debug mode check to new SetupCheck APICôme Chilliet2024-03-181-6/+0
* Migrate fair use of free push service check to new SetupCheck APICôme Chilliet2024-03-182-17/+0
* Merge writable temporary space check with the s3 one, and improveCôme Chilliet2024-03-182-47/+0
* Remove old version of temporary space setup check and fix testsCôme Chilliet2024-03-182-49/+0
* Migrate MySQL utf8mb4 check to new SetupCheck APICôme Chilliet2024-03-182-53/+0
* Merge gmp and bcmath module checks with the existing PHP modules setup checkCôme Chilliet2024-03-182-56/+0
* Migrate set_time_limit setup check to new APICôme Chilliet2024-03-182-56/+0
* Migrate memcached PHP module setup check to new APICôme Chilliet2024-03-182-59/+0
* fix(tests): Adjust legacy tests for nextcloud-router updateFerdinand Thiessen2024-01-243-10/+10
* Remove obsolete check of curl SSL versionCôme Chilliet2024-01-181-6/+0
* Fix Cron setup check testsCôme Chilliet2024-01-181-56/+0
* Migrate Cron checks to new SetupCheck APICôme Chilliet2024-01-181-22/+0
* Migrate overwrite.cli.url setup check to new APICôme Chilliet2024-01-182-20/+0
* Fix tests because we added escaping to setupchecksCôme Chilliet2024-01-181-1/+1
* Properly escape HTML and add support for highlight links in setupchecksCôme Chilliet2024-01-181-3/+17
* Migrate code integrity to SetupCheck APICôme Chilliet2024-01-182-25/+0
* Merge pull request #42795 from nextcloud/backport/setupchecks/stable28Benjamin Gaussorgues2024-01-162-266/+0
|\
| * Migrate PHP imagick module check to new SetupCheck APICôme Chilliet2024-01-152-75/+0
| * Migrate app dir owner check to SetupCheck APICôme Chilliet2024-01-152-78/+0
| * Migrate opcache check to new SetupCheck APICôme Chilliet2024-01-152-75/+0
| * Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2024-01-151-9/+0
| * Migrate database pending bigint conversions check to new APICôme Chilliet2024-01-152-29/+0
* | Fix UI for rich object in setupcheck resultsCôme Chilliet2024-01-151-0/+25
|/
* Migrate missing primary key database check to new APICôme Chilliet2023-12-042-29/+0
* Migrate missing index database check to new APICôme Chilliet2023-12-042-29/+0
* Migrate missing column database check to new APICôme Chilliet2023-12-042-29/+0
* Migrate Forwarded For Headers check to new APICôme Chilliet2023-11-202-78/+0
* Merge pull request #41435 from nextcloud/feat/migrate-bruteforce-throttle-checkCôme Chilliet2023-11-202-63/+0
|\
| * Migrate Bruteforce Throttle check to SetupCheck APICôme Chilliet2023-11-132-63/+0
* | Merge pull request #41395 from nextcloud/hello-emfChristoph Wurst2023-11-161-1/+2
|\ \ | |/ |/|
| * feat: add preview provider for emf files based on officeDaniel Kesselberg2023-11-131-1/+2
* | Migrate memory_limit check to new SetupCheck APICôme Chilliet2023-11-132-25/+12
|/
* Revert "Migrate code integrity to SetupCheck API"Côme Chilliet2023-11-072-0/+29
* Migrate 32bit check to SetupCheck APICôme Chilliet2023-11-072-83/+0
* Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-072-80/+0
* Migrate code integrity to SetupCheck APICôme Chilliet2023-11-072-31/+0
* Migrate Randomness secure check to SetupCheck APICôme Chilliet2023-11-072-100/+0
* Migrate memcache check to SetupCheck APICôme Chilliet2023-11-072-38/+0
* Migrated both file locking checks to SetupCheck APICôme Chilliet2023-11-072-192/+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-072-95/+0
* Remove duplicated ReadOnlyConfig setup checkCôme Chilliet2023-11-072-31/+0
* Migrate getenv test to new SetupCheck APICôme Chilliet2023-11-072-34/+0
* Merge pull request #40889 from nextcloud/feat/check-for-more-php-modulesCôme Chilliet2023-10-262-35/+0
|\
| * Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-192-35/+0
* | fix(grant): remove JS error on Grant pageMagnus Anderssen2023-10-261-1/+1
|/
* Fix jsunit tests for SetupChecksCôme Chilliet2023-10-191-61/+252