aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #42812 from nextcloud/enh/migrate-memcached-setupcheckFerdinand Thiessen2024-01-182-22/+19
|\ \ | | | | | | Migrate memcached PHP module setup check to new API
| * | Migrate memcached PHP module setup check to new APICôme Chilliet2024-01-182-22/+19
| | | | | | | | | | | | | | | | | | Merged it with the other existing memcache setup check as it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(i18n): Change cli to uppercaserakekniven2024-01-181-1/+1
|/ / | | | | | | | | | | | | Like all other occurences. Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | Remove obsolete check of curl SSL versionCôme Chilliet2024-01-161-74/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Migrate Cron checks to new SetupCheck APICôme Chilliet2024-01-164-26/+147
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Migrate overwrite.cli.url setup check to new APICôme Chilliet2024-01-163-13/+83
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #41312 from nextcloud/feat/migrate-code-integrity-checkCôme Chilliet2024-01-163-2/+79
|\ \ | |/ |/|
| * Remove CSRF check from code integrity rescanCôme Chilliet2024-01-152-2/+1
| | | | | | | | | | | | Did not find a way to get a valid token from SetupCheck Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Use highlight rich objecttype to render links in CodeIntegrity setup checkCôme Chilliet2024-01-151-2/+17
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate code integrity to SetupCheck APICôme Chilliet2024-01-153-2/+65
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #42436 from nextcloud/enh/add-mjs-setup-checkFerdinand Thiessen2024-01-152-0/+79
|\ \ | |/ |/| enh(settings): Add SetupCheck to ensure webserver correctly serves `.mjs` files
| * Update apps/settings/lib/SetupChecks/JavaScriptModules.phpFerdinand Thiessen2024-01-101-1/+1
| | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * enh(settings): Add SetupCheck to ensure webserver correctly serves `.mjs` filesFerdinand Thiessen2024-01-102-0/+79
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Add missing ProviderWithId checkAndrey Borysenko2024-01-141-1/+1
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* | Merge pull request #42649 from ↵Julius Härtl2024-01-111-1/+2
|\ \ | | | | | | | | | nextcloud/enh/machine-translation-provider-with-id
| * | enh(OCP\Translation): Add ITranslationProviderWithIdMarcel Klehr2024-01-101-1/+2
| |/ | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #42640 from nextcloud/fix/fix-authentication-exceptions-2Côme Chilliet2024-01-112-7/+9
|\ \ | | | | | | Always catch OCP versions of authentication exceptions
| * | Use IToken from OCP instead of OCCôme Chilliet2024-01-111-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-111-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-112-6/+8
| |/ | | | | | | | | | | And always throw OC versions for BC Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / Migrate PHP imagick module check to new SetupCheck APICôme Chilliet2024-01-111-15/+0
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #42590 from nextcloud/add-settings-section-type-attributeJoas Schilling2024-01-101-0/+1
|\ | | | | Add settings section type attribute on settings app-content section
| * Add data-active-section-type attribute to app-content settings sectionThomas Citharel2024-01-051-0/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Migrate app dir owner check to SetupCheck APICôme Chilliet2024-01-083-49/+106
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Improve PHP opcache setup check and reduce level in some casesCôme Chilliet2024-01-081-23/+37
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix small psalm issueCôme Chilliet2024-01-081-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Remove unsupported <code> tag and use quotes insteadCôme Chilliet2024-01-081-8/+8
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Remove unused properties from CheckSetupControllerTestCôme Chilliet2024-01-081-22/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Migrate opcache check to new SetupCheck APICôme Chilliet2024-01-083-79/+136
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge branch 'master' into enh/text-processing-provider-with-idMarcel Klehr2023-12-191-1/+2
|\
| * enh(SpeechToText): Allow providers to declare a dynamic ID instead of using ↵Marcel Klehr2023-12-191-1/+2
| | | | | | | | | | | | | | | | className this allows AppAPI to register anonymous classes as SpeechToText providers Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge branch 'master' into enh/text-processing-provider-with-idMarcel Klehr2023-12-1962-667/+1869
|\| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * feat(setupcheck): Add setup check for maintenance_window_start configJoas Schilling2023-12-182-0/+72
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat(settings): add occ commands to handle admin delegationBenjamin Gaussorgues2023-12-133-0/+242
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2023-12-072-7/+6
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix AppSettingsController.php overwriting currentLanguage1 Man Projects2023-12-051-1/+1
| | | | | | | | | | Fix for CurrentLanguage being overwritten by currentVersion thus breaking App-View Signed-off-by: 1 Man Projects <reed@1manprojects.de>
| * Migrate away from deprecated doctrine/dbal getName functionCôme Chilliet2023-11-281-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate database pending bigint conversions check to new APICôme Chilliet2023-11-283-56/+101
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Missing things in database should be warning, not infoCôme Chilliet2023-11-273-3/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Switch from deprecated hasPrimaryKey to getPrimaryKey functionCôme Chilliet2023-11-271-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate missing primary key database check to new APICôme Chilliet2023-11-273-25/+91
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate missing index database check to new APICôme Chilliet2023-11-273-26/+91
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate missing column database check to new APICôme Chilliet2023-11-273-25/+91
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Merge pull request #41640 from ↵Joas Schilling2023-11-271-1/+1
| |\ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-memory-limit-setup-check fix(setupcheck): Fix memory limit setup check
| | * fix(setupcheck): Fix memory limit setup checkJoas Schilling2023-11-211-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Merge pull request #41678 from nextcloud/branchoff/master-is-now-29Arthur Schiwon2023-11-231-1/+1
| |\ \ | | | | | | | | Master is now 29
| | * | fix(security): Update expiration date in security.txtJoas Schilling2023-11-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2327-142/+136
| |/ / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * | Add quotation marksValdnet2023-11-231-1/+1
| | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | Correct spellingValdnet2023-11-231-1/+1
| | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>