aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-161-13/+8
* chore(assets): Recompile assetschore/cleanup-warningsnextcloud-command2024-09-201-50/+1
* chore: add `application/zstd`John Molakvoæ (skjnldsv)2024-09-171-21/+22
* chore: Remove legacy JS code for public page menu (header actions)Ferdinand Thiessen2024-09-032-30/+0
* Fix: float and clearMostafa Ahangarha2024-08-291-2/+2
* fix: Adapt icon color to new default for mime iconsJulius Härtl2024-07-041-1/+1
* feat: support excalidraw fileHoang Pham2024-07-042-0/+3
* refactor(core): Make AJAX cron script work without jQueryFerdinand Thiessen2024-06-282-14/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-1324-283/+83
* fix(tests): Add mock for `window._oc_webroot`Ferdinand Thiessen2024-03-231-0/+6
* Merge pull request #41684 from nextcloud/feat/rst-mimetypeAnupam Kumar2024-03-151-1/+3
|\
| * feat(mimetypes): Add mimetype for ReStructuredTextAnupam Kumar2024-03-151-1/+3
* | fix: Migrate WebDAV endpoint check to SetupCheck APICôme Chilliet2024-03-142-69/+0
|/
* feat: Migrate HSTS check to Security headers SetupCheckCôme Chilliet2024-03-132-262/+0
* fix: Migrate security headers check tests and fix the SetupCheck implementationCôme Chilliet2024-03-131-409/+0
* fix: Fix Security headers setup check behaviorCôme Chilliet2024-03-131-70/+0
* fix(settings): Remove migrated SetupCheck from legacy JS codeFerdinand Thiessen2024-03-072-129/+0
* Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheckCôme Chilliet2024-03-042-26/+0
|\
| * feat(settings): Migrate SSL access and URL generation check to SetupCheck APICôme Chilliet2024-02-292-26/+0
* | feat(settings): Migrate data directory protection check to `SetupCheck`Ferdinand Thiessen2024-02-292-69/+0
|/
* feat(settings): Migrate OCM / OCS provider tests to SetupCheckFerdinand Thiessen2024-02-272-77/+0
* enh(settings): Migrate WOFF2 loading check to a SetupCheckFerdinand Thiessen2024-02-152-61/+0
* Migrate debug mode check to new SetupCheck APICôme Chilliet2024-01-291-6/+0
* fix(tests): Adjust legacy tests for nextcloud-router updateFerdinand Thiessen2024-01-253-10/+10
* Migrate fair use of free push service check to new SetupCheck APICôme Chilliet2024-01-252-17/+0
* Merge writable temporary space check with the s3 one, and improveCôme Chilliet2024-01-252-47/+0
* Remove old version of temporary space setup check and fix testsCôme Chilliet2024-01-252-49/+0
* Migrate MySQL utf8mb4 check to new SetupCheck APICôme Chilliet2024-01-232-53/+0
* Merge gmp and bcmath module checks with the existing PHP modules setup checkCôme Chilliet2024-01-222-56/+0
* Migrate set_time_limit setup check to new APICôme Chilliet2024-01-182-56/+0
* Migrate memcached PHP module setup check to new APICôme Chilliet2024-01-182-59/+0
* Remove obsolete check of curl SSL versionCôme Chilliet2024-01-161-6/+0
* Fix Cron setup check testsCôme Chilliet2024-01-161-56/+0
* Migrate Cron checks to new SetupCheck APICôme Chilliet2024-01-161-22/+0
* Migrate overwrite.cli.url setup check to new APICôme Chilliet2024-01-162-20/+0
* Fix tests because we added escaping to setupchecksCôme Chilliet2024-01-151-1/+1
* Properly escape HTML and add support for highlight links in setupchecksCôme Chilliet2024-01-151-3/+17
* Migrate code integrity to SetupCheck APICôme Chilliet2024-01-152-25/+0
* Merge pull request #42585 from nextcloud/enh/add-rich-object-support-to-setup...Côme Chilliet2024-01-111-0/+25
|\
| * Fix UI for rich object in setupcheck resultsCôme Chilliet2024-01-111-0/+25
* | Migrate PHP imagick module check to new SetupCheck APICôme Chilliet2024-01-112-75/+0
|/
* Migrate app dir owner check to SetupCheck APICôme Chilliet2024-01-082-78/+0
* Migrate opcache check to new SetupCheck APICôme Chilliet2024-01-082-75/+0
* Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2023-12-071-9/+0
* Migrate database pending bigint conversions check to new APICôme Chilliet2023-11-282-29/+0
* Migrate missing primary key database check to new APICôme Chilliet2023-11-272-29/+0
* Migrate missing index database check to new APICôme Chilliet2023-11-272-29/+0
* Migrate missing column database check to new APICôme Chilliet2023-11-272-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
|\