aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Settings/Admin
Commit message (Expand)AuthorAgeFilesLines
* refactor: Apply rector refactoringschore/deps/rector-2.0provokateurin2025-05-141-1/+2
* fix(systemtags): unify restrict_creation_to_admin handlingskjnldsv2025-03-061-1/+1
* test(Mailer): Align tests for mailer with stable30chore/mailer-testsJosh2025-02-121-2/+3
* feat(systemtags): toggle for system tag creation in admin settingsnfebe2025-01-221-0/+4
* feat(sharing): Toggle custom tokens setting as adminChristopher Ng2025-01-151-0/+1
* fix: error handling for wrong json valuesJana Peper2024-12-181-1/+16
* feat: add error flags for json_decodeJana Peper2024-12-181-1/+1
* feat: filter disabled apps in task types requestsJana Peper2024-12-181-1/+1
* feat: save state in dbJana Peper2024-12-181-0/+4
* chore(i18n): Fixed grammarrakekniven2024-11-141-1/+1
* feat: mail provider settingsfeat/mail-provider-settingsSebastianKrupinski2024-11-121-0/+52
* fix(settings): Change "setup warnings" -> "setup checks" in Overviewjtr/setup-checks-headingJosh2024-10-231-1/+1
* fix(settings): Do not use `null` on `string` parameter for sharing disclaimerFerdinand Thiessen2024-10-231-1/+1
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-213-37/+15
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-152-2/+3
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-9/+7
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* fix(Mailer): Fix sendmail binary fallbackfix/mailer-binaryfinder-fallbackJosh2024-09-161-1/+2
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* fix(settings): Fix sharing exclude groups from password requirement option no...provokateurin2024-09-031-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-257-17/+17
* fix(AdminSettings/AI): show pref list of only the enabled translation providersAnupam Kumar2024-08-011-1/+6
* feat(users): Add support for admin delegation for users and groups managementLouis Chemineau2024-07-221-0/+61
* feat(settings/admin/ai): Add Task Processing API settingsMarcel Klehr2024-07-171-1/+28
* refactor: Use `IAppConfig` for setting cron typeFerdinand Thiessen2024-06-281-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-06-037-160/+15
* feat(files_sharing): allow to specify allowed groups to share instead of excl...Corentin Damman2024-03-151-1/+1
* fix: when no AI setting has been set, make sure the selected text processing ...Julien Veyssier2024-03-151-1/+3
* fix(settings): `posix_getpwuid` can return `false` which should not be access...Ferdinand Thiessen2024-03-131-2/+6
* fix(updatenotification): spread the use of new appconfigMaxence Lange2024-03-131-23/+12
* feat(php,vue): Create a new parameterBaptiste Fotia2024-01-311-0/+2
* Add missing ProviderWithId checkAndrey Borysenko2024-01-141-1/+1
* enh(OCP\Translation): Add ITranslationProviderWithIdMarcel Klehr2024-01-101-1/+2
* 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 c...Marcel Klehr2023-12-191-1/+2
* | Merge branch 'master' into enh/text-processing-provider-with-idMarcel Klehr2023-12-195-95/+73
|\|
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-12/+12
| * enh(settings): Migrate admin settings for sharing to vueFerdinand Thiessen2023-11-201-83/+50
| * 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-221-0/+11
* | fix: Use getId() in ArtificialIntelligence settingsMarcel Klehr2023-11-081-3/+4
|/
* Admin AI settings: Use ContainerInterface instead of IServerContainerMarcel Klehr2023-08-021-2/+2
* AI admin settings: strict_typesMarcel Klehr2023-08-021-0/+3
* AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-021-1/+1
* AI admin settings: Add save mechanismMarcel Klehr2023-08-021-1/+1
* First pass at ai admin settingsMarcel Klehr2023-08-021-0/+163
* Fix types for reading and writing config valuesjld31032023-04-051-1/+1
* Port admin delegation selectsChristopher Ng2023-02-281-1/+3
* Migrate to Symfony MailerCôme Chilliet2023-02-021-1/+0