aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2023-12-071-9/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate database pending bigint conversions check to new APICôme Chilliet2023-11-282-29/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing primary key database check to new APICôme Chilliet2023-11-272-29/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing index database check to new APICôme Chilliet2023-11-272-29/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing column database check to new APICôme Chilliet2023-11-272-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>
* Replace password dialog with dialog from libraryjulia.kirschenheuter2023-10-171-61/+0
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* refactor: Contacts menu to VueChristoph Wurst2023-10-161-265/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-261-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-212-0/+69
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(core): Modernize the mimetype handlingFerdinand Thiessen2023-08-161-10/+10
| | | | | | No need for jQuery or lodash as standard ECMA is supported by all of our supported browsers Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Changed mapping to fontDany17182023-08-031-4/+5
| | | | | | * Updated mimetypelist icon mapping Signed-off-by: Dany1718 <daniel.dossantos@ufl.edu>
* adjust admin setup check to increase warning to set up httpsSimon L2023-06-201-2/+2
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* feat: Add setup check warning if instance is in debug modeJulius Härtl2023-05-091-0/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #37451 from Fenn-CS/fix/36437/deprecate-php-8.0Andy Scherzinger2023-04-192-1/+9
|\ | | | | Deprecate PHP8.0
| * Deprecate PHP8.0fenn-cs2023-04-172-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | PHP8.0 would stop receiving security support on 26 Nov 2023 hence this deprecation. Next, is the eventual drop of PHP8.0 before its EOL. This commit also updates the message type from INFO to WARNING if the php on file has reached its EOL. See: https://www.php.net/supported-versions.php Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Merge pull request #37766 from nextcloud/enh/noid/add-db-file-locking-checkSimon L2023-04-182-0/+148
|\ \ | | | | | | add an admin check for db file locking
| * | address review and fix testsSimon L2023-04-182-2/+2
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * | add an admin check for db file lockingSimon L2023-04-172-0/+148
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Drop broken unit testAlexander A. Klimov2023-04-171-24/+0
| | | | | | | | | | | | Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
* | | Omit "Accessing site insecurely via HTTP." warning if HTTP is secure enoughAlexander A. Klimov2023-04-171-1/+1
|/ / | | | | | | | | | | This is the case for localhost and Tor hidden services. Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
* / fix(tests): update jsunit tests after dep and files updateJohn Molakvoæ2023-04-061-52/+0
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(jsunit): Modify `OC.L10N` tests as it does not depend on `OC.` anymoreFerdinand Thiessen2023-02-201-3/+6
| | | | | | Meaning we can not stub `getLocale` but must override the document attribute instead. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* fix: Avoid throwing errors on public auth pageJulius Härtl2023-02-201-1/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-152-25/+68
| | | | | | | | | | While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240 Signed-off-by: MichaIng <micha@dietpi.com>
* Revert "update 64-bit check wording"Côme Chilliet2023-02-072-4/+4
| | | | | | This reverts commit f5ad282418d27422f77fda0e0e45797899508c1b. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix event listener race condition on login-formMarcel Müller2023-01-231-0/+2
| | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>