aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/composer
Commit message (Collapse)AuthorAgeFilesLines
* feat(setupcheck): check logging level for validityfeat/setup-check-loggingFerdinand Thiessen2025-02-222-0/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): add big file upload setup checksfeat/php-setup-file-uploadskjnldsv2024-11-192-0/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat: mail provider settingsfeat/mail-provider-settingsSebastianKrupinski2024-11-122-0/+4
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* feat(setupchecks): add row format setup check for MySQL databasesfeat/row_format_checkBenjamin Gaussorgues2024-10-082-0/+2
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat: Make `CheckServerResponseTrait` public and provide as ↵feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-162-2/+0
| | | | | | | | | `OCP\SetupCheck\CheckServerResponseTrait` This trait is used by other apps for creating setup checks, so we should provide it instead apps using private API. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Add setup check for apcu cache expungeJulius Härtl2024-08-272-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* feat(users): Add support for admin delegation for users and groups managementLouis Chemineau2024-07-222-0/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-193-2/+4
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-182-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-05-312-0/+2
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat: Migrate header check to SetupCheck APICôme Chilliet2024-03-132-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat: Add declarative settingsjld31032024-03-123-2/+6
| | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> Signed-off-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* feat(settings): Migrate .well-known URL setup check to new APICôme Chilliet2024-03-072-0/+2
| | | | | | Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): add JavaScript Source Maps support `.js.map` setup checkJohn Molakvoæ (skjnldsv)2024-03-062-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheckCôme Chilliet2024-03-042-0/+2
|\ | | | | feat(settings): Migrate SSL access and URL generation check to SetupCheck API
| * feat(settings): Migrate SSL access and URL generation check to SetupCheck APICôme Chilliet2024-02-292-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | feat(settings): Migrate data directory protection check to `SetupCheck`Ferdinand Thiessen2024-02-292-0/+2
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Migrate OCM / OCS provider tests to SetupCheckFerdinand Thiessen2024-02-272-0/+2
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(settings): Add trait for setup checks that need to access the webserver ↵Ferdinand Thiessen2024-02-152-0/+4
| | | | | | using HTTP requests Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Migrate debug mode check to new SetupCheck APICôme Chilliet2024-01-292-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Rename to "Push service" and enable on all instances to avoid troubleCôme Chilliet2024-01-252-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate fair use of free push service check to new SetupCheck APICôme Chilliet2024-01-252-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge writable temporary space check with the s3 one, and improveCôme Chilliet2024-01-252-2/+2
| | | | | | | It will now show available space and path of both PHP and Nextcloud temporary directories if they differ. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate available temp space check to new SetupCheck APICôme Chilliet2024-01-252-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate MySQL utf8mb4 check to new SetupCheck APICôme Chilliet2024-01-232-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate set_time_limit setup check to new APICôme Chilliet2024-01-182-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Cron checks to new SetupCheck APICôme Chilliet2024-01-162-0/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate overwrite.cli.url setup check to new APICôme Chilliet2024-01-162-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #41312 from nextcloud/feat/migrate-code-integrity-checkCôme Chilliet2024-01-162-0/+2
|\
| * Migrate code integrity to SetupCheck APICôme Chilliet2024-01-152-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | enh(settings): Add SetupCheck to ensure webserver correctly serves `.mjs` filesFerdinand Thiessen2024-01-102-0/+2
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Migrate app dir owner check to SetupCheck APICôme Chilliet2024-01-082-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate opcache check to new SetupCheck APICôme Chilliet2024-01-082-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(setupcheck): Add setup check for maintenance_window_start configJoas Schilling2023-12-182-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(settings): add occ commands to handle admin delegationBenjamin Gaussorgues2023-12-132-0/+6
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Migrate database pending bigint conversions check to new APICôme Chilliet2023-11-282-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing primary key database check to new APICôme Chilliet2023-11-272-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing index database check to new APICôme Chilliet2023-11-272-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing column database check to new APICôme Chilliet2023-11-272-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Forwarded For Headers check to new APICôme Chilliet2023-11-202-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Bruteforce Throttle check to SetupCheck APICôme Chilliet2023-11-132-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate memory_limit check to new SetupCheck APICôme Chilliet2023-11-132-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Revert "Migrate code integrity to SetupCheck API"Côme Chilliet2023-11-072-2/+0
| | | | | | This reverts commit aa2d315d95d37b48752d0e92d0ce79913be1d4f1. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate 32bit check to SetupCheck APICôme Chilliet2023-11-072-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-072-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate code integrity to SetupCheck APICôme Chilliet2023-11-072-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Randomness secure check to SetupCheck APICôme Chilliet2023-11-072-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate memcache check to SetupCheck APICôme Chilliet2023-11-072-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrated both file locking checks to SetupCheck APICôme Chilliet2023-11-072-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate database transaction level check to SetupCheck APICôme Chilliet2023-11-072-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>