summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate InternetConnectivity check to new APICôme Chilliet2023-10-191-6/+0
* Merge setupchecks from new API into old UICôme Chilliet2023-10-191-35/+13
* Replace password dialog with dialog from libraryjulia.kirschenheuter2023-10-171-61/+0
* refactor: Contacts menu to VueChristoph Wurst2023-10-161-265/+0
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-261-1/+1
* feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-212-0/+69
* fix(core): Modernize the mimetype handlingFerdinand Thiessen2023-08-161-10/+10
* Changed mapping to fontDany17182023-08-031-4/+5
* adjust admin setup check to increase warning to set up httpsSimon L2023-06-201-2/+2
* feat: Add setup check warning if instance is in debug modeJulius Härtl2023-05-091-0/+6
* Merge pull request #37451 from Fenn-CS/fix/36437/deprecate-php-8.0Andy Scherzinger2023-04-192-1/+9
|\