aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge pull request #41642 from nextcloud/Valdnet-patch-1Andy Scherzinger2023-11-224-7/+7
| |\ \ | | | | | | | | Correct spelling of Brute Force and other fixes
| | * | Change "brute force" to "brute-force"Valdnet2023-11-221-3/+3
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| | * | Correct a typoValdnet2023-11-211-1/+1
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| | * | Add quotation marksValdnet2023-11-211-2/+2
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| | * | Add quotation marksValdnet2023-11-211-1/+1
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| | * | Correct spelling of Brute ForceValdnet2023-11-211-3/+3
| | |/ | | | | | | | | | | | | Correcting the spelling of "Bruteforce" to "Brute Force" Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * / feat(search): hide user search if not on user listBenjamin Gaussorgues2023-11-221-27/+8
| |/ | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * Merge pull request #41438 from ↵Côme Chilliet2023-11-214-31/+105
| |\ | | | | | | | | | | | | nextcloud/feat/migrate-forwarded-for-headers-check Migrate forwarded for headers check
| | * Fix tests for setupchecksCôme Chilliet2023-11-202-3/+3
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| | * Improve success messages for ForwarderForHeaders setup checkCôme Chilliet2023-11-202-7/+8
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| | * Make it an error if address is not known and we are not in CLICôme Chilliet2023-11-202-5/+14
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| | * Improve wrong configuration error message when we know it’s wrong.Côme Chilliet2023-11-201-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| | * Migrate Forwarded For Headers check to new APICôme Chilliet2023-11-203-26/+90
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | enh(settings): Migrate admin settings for sharing to vueFerdinand Thiessen2023-11-201-83/+50
| |/ | | | | | | | | | | This is required to get the fixes for a11y from `@nextcloud/vue`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * Merge pull request #41435 from nextcloud/feat/migrate-bruteforce-throttle-checkCôme Chilliet2023-11-203-7/+72
| |\ | | | | | | Migrate bruteforce throttle check
| | * Migrate Bruteforce Throttle check to SetupCheck APICôme Chilliet2023-11-133-7/+72
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Merge pull request #41086 from nextcloud/feat/migrate-memory-limit-setup-checkCôme Chilliet2023-11-143-7/+60
| |\| | | | | | | Migrate memory_limit check to new SetupCheck API
| | * Migrate memory_limit check to new SetupCheck APICôme Chilliet2023-11-133-7/+60
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix application search provider orderBenjamin Gaussorgues2023-11-131-30/+14
| |/ | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * Add missing dots in PhpModules setup check descriptionsCôme Chilliet2023-11-071-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Revert "Migrate code integrity to SetupCheck API"Côme Chilliet2023-11-073-66/+3
| | | | | | | | | | | | This reverts commit aa2d315d95d37b48752d0e92d0ce79913be1d4f1. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate 32bit check to SetupCheck APICôme Chilliet2023-11-073-9/+69
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-073-9/+65
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate code integrity to SetupCheck APICôme Chilliet2023-11-073-2/+65
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate Randomness secure check to SetupCheck APICôme Chilliet2023-11-073-21/+65
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate memcache check to SetupCheck APICôme Chilliet2023-11-073-10/+62
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrated both file locking checks to SetupCheck APICôme Chilliet2023-11-073-12/+80
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Remove duplicate fileinfo PHP module checkCôme Chilliet2023-11-071-5/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate database transaction level check to SetupCheck APICôme Chilliet2023-11-073-17/+77
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate email test to new SetupCheck APICôme Chilliet2023-11-073-15/+78
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Remove duplicated ReadOnlyConfig setup checkCôme Chilliet2023-11-071-5/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate getenv test to new SetupCheck APICôme Chilliet2023-11-073-23/+79
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Merge pull request #41083 from nextcloud/feat/improve-setup-checks-wordingCôme Chilliet2023-11-078-48/+42
| |\ | | | | | | Improve setup checks naming and improve database version check
| | * Improve setup checks naming and improve database version checkCôme Chilliet2023-10-248-48/+42
| | | | | | | | | | | | 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-263-35/+105
| |\ \ | | | | | | | | Check for more php modules
| | * | Add links to documentation for PHP modulesCôme Chilliet2023-10-261-2/+10
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| | * | Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-193-35/+97
| | | | | | | | | | | | | | | | | | | | | | | | Test all modules listed as required in our documentation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-262-1/+12
| |\ \ \ | | | | | | | | | | Implement TextToImage OCP API
| | * | | fix(TextToImage): Fix copypastaMarcel Klehr2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| | * | | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| | * | | enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-222-1/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | Don't duplicate notification warningJoas Schilling2023-10-261-0/+5
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Ref https://github.com/nextcloud/notifications/pull/1699 Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | | fix: Use getId() in ArtificialIntelligence settingsMarcel Klehr2023-11-081-3/+4
|/ / / | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | / Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-231-2/+1
| |/ |/| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Change SetupResult API to named constructorsCôme Chilliet2023-10-199-24/+23
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Remove useless var in apps/settings/lib/SetupChecks/CheckUserCertificates.phpCôme Chilliet2023-10-191-2/+1
| | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
* | Move NeedsSystemAddressBookSync to dav application where it’s registeredCôme Chilliet2023-10-191-57/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-191-2/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Migrate InternetConnectivity check to new APICôme Chilliet2023-10-193-51/+104
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge setupchecks from new API into old UICôme Chilliet2023-10-191-21/+1
| | | | | | | | | | | | | | 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>