aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Migrate 32bit check to SetupCheck APICôme Chilliet2023-11-073-9/+69
| * Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-073-9/+65
| * Migrate code integrity to SetupCheck APICôme Chilliet2023-11-073-2/+65
| * Migrate Randomness secure check to SetupCheck APICôme Chilliet2023-11-073-21/+65
| * Migrate memcache check to SetupCheck APICôme Chilliet2023-11-073-10/+62
| * Migrated both file locking checks to SetupCheck APICôme Chilliet2023-11-073-12/+80
| * Remove duplicate fileinfo PHP module checkCôme Chilliet2023-11-071-5/+0
| * Migrate database transaction level check to SetupCheck APICôme Chilliet2023-11-073-17/+77
| * Migrate email test to new SetupCheck APICôme Chilliet2023-11-073-15/+78
| * Remove duplicated ReadOnlyConfig setup checkCôme Chilliet2023-11-071-5/+0
| * Migrate getenv test to new SetupCheck APICôme Chilliet2023-11-073-23/+79
| * 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 checkCôme Chilliet2023-10-248-48/+42
| * | Merge pull request #40889 from nextcloud/feat/check-for-more-php-modulesCôme Chilliet2023-10-263-35/+105
| |\ \
| | * | Add links to documentation for PHP modulesCôme Chilliet2023-10-261-2/+10
| | * | Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-193-35/+97
| * | | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-262-1/+12
| |\ \ \
| | * | | fix(TextToImage): Fix copypastaMarcel Klehr2023-10-261-1/+1
| | * | | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-261-1/+1
| | * | | enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-222-1/+12
| * | | | Don't duplicate notification warningJoas Schilling2023-10-261-0/+5
| | |_|/ | |/| |
* / | | fix: Use getId() in ArtificialIntelligence settingsMarcel Klehr2023-11-081-3/+4
|/ / /
* | / Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-231-2/+1
| |/ |/|
* | Change SetupResult API to named constructorsCôme Chilliet2023-10-199-24/+23
* | Remove useless var in apps/settings/lib/SetupChecks/CheckUserCertificates.phpCôme Chilliet2023-10-191-2/+1
* | Move NeedsSystemAddressBookSync to dav application where it’s registeredCôme Chilliet2023-10-191-57/+0
* | Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-191-2/+3
* | Migrate InternetConnectivity check to new APICôme Chilliet2023-10-193-51/+104
* | Merge setupchecks from new API into old UICôme Chilliet2023-10-191-21/+1
* | Fix description for SetupChecks/NeedsSystemAddressBookSyncCôme Chilliet2023-10-191-1/+1
* | Migrate ReadOnlyConfig and DefaultPhoneRegionSet to new APICôme Chilliet2023-10-193-0/+118
* | Migrate NeedsSystemAddressBookSync to new ISetupCheck APICôme Chilliet2023-10-192-13/+20
* | Move existing setup checks to new APICôme Chilliet2023-10-195-62/+65
* | Small cleanups in SetupCheck classesCôme Chilliet2023-10-192-11/+9
* | Fix UI and add PhpOutdated checkCôme Chilliet2023-10-192-0/+56
* | ProgressCarl Schwan2023-10-194-93/+17
* | Add api to register setup checksCarl Schwan2023-10-193-34/+34
|/
* fix(meta): copyright noteArthur Schiwon2023-10-121-1/+1
* remove unused propertiessorbaugh2023-10-121-29/+1
* Remove unneeded includes.sorbaugh2023-10-121-4/+0
* Keep Search Provider but remove actual search and display on the searchlist d...sorbaugh2023-10-121-29/+1
* Add new user filter to search.sorbaugh2023-10-122-0/+140
* Correct typos and add quotation marksValdnet2023-10-111-1/+1
* address reviewSimon L2023-10-061-5/+32
* Move inline docs to online documentationSimon L2023-10-051-17/+4
* Merge pull request #39175 from shdehnavi/settings_app_users_controller_square...Christoph Wurst2023-09-271-1/+1
|\
| * use square bracket syntax to modify arrayHamid Dehnavi2023-07-051-1/+1
* | Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
* | Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-21/+8
* | enh(db): provide database providers via APIAnna Larch2023-09-191-2/+2