aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* feat: save state in dbJana Peper2024-12-181-1/+1
* fix(apps-store): Remove apps from force-enabled state when uninstalledfix/app-store-remove-force-enableFerdinand Thiessen2024-11-181-3/+5
* fix(users): use correct active user countBenjamin Gaussorgues2024-10-301-1/+1
* fix(ci): psalm, suppress undefined for viewAppsAndrey Borysenko2024-10-291-0/+2
* WIP: address review comments, small fixesAndrey Borysenko2024-10-291-35/+7
* fix(ci): suppress UndefinedClass for AppAPI related classes since it's bundledAndrey Borysenko2024-10-291-0/+3
* feat(app_api): add initial state data for AppAPI UI partAndrey Borysenko2024-10-291-0/+34
* fix(appsmanagement): Fix exception on generating preview url for screenshotsClaudio Cambra2024-10-281-2/+8
* Merge pull request #48854 from nextcloud/fix/proxy-app-screenshotKate2024-10-231-1/+15
|\
| * fix(app-store): Also proxy images of locally installed appsfix/proxy-app-screenshotFerdinand Thiessen2024-10-231-1/+15
* | fix(app-store): Ensure the `groups` property is always an arrayfix/app-store-groupsFerdinand Thiessen2024-10-231-0/+4
|/
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-217-134/+51
* fix(appstore): Hide last modified information for shipped appsfix/45717/hide-last-modified-for-shipped-appsMarcel Müller2024-10-161-1/+1
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-153-14/+21
* fix: do not reduce count for subadmins if they are members of groupfix/48437/dont-exclude-userMaksim Sukharev2024-10-021-6/+0
* Merge pull request #48437 from nextcloud/fix/noid/count-disabled-correctKate2024-09-301-4/+4
|\
| * fix: correctly count disabled users for subadminsfix/noid/count-disabled-correctMaksim Sukharev2024-09-281-4/+4
* | fix(settings): Sort all settings - incl declarative settings - by priorityfix/declarative-settings-priorityFerdinand Thiessen2024-09-283-54/+47
|/
* fix: Ensure app discover section is returned as listfix/app-discoverFerdinand Thiessen2024-09-241-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-2/+2
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-0/+5
* fix: Remove legacy settings formschore/remove-legacy-settings-forsFerdinand Thiessen2024-09-173-71/+1
* chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-131-6/+5
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* refactor(settings): Replace security annotations with respective attributesprovokateurin2024-07-2713-75/+91
* feat(users): Enable features for delegated user adminsLouis Chemineau2024-07-221-1/+1
* feat(users): Add support for admin delegation for users and groups managementLouis Chemineau2024-07-221-2/+8
* feat(settings/admin/ai): Add Task Processing API settingsMarcel Klehr2024-07-171-1/+1
* chore(settings): Rename user groupsChristopher Ng2024-07-111-1/+1
* chore(l10n): Translate group namesChristopher Ng2024-07-111-2/+2
* feat: Add Recent accounts sectionChristopher Ng2024-07-111-1/+7
* fix(IntegrityCheck): Ensure the check is run if no results are availableFerdinand Thiessen2024-07-031-0/+4
* Merge pull request #43942 from nextcloud/fix/43612/avoid-pwd-confirm-ssoArthur Schiwon2024-06-071-2/+2
|\
| * refactor(Token): introduce scope constantsArthur Schiwon2024-06-051-2/+2
* | chore: Add SPDX headerAndy Scherzinger2024-06-0317-414/+43
|/
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-1/+8
* feat: Add legal notice and privacy policy links to help pageChristopher Ng2024-04-221-0/+11
* fix: Migrate a few more classes away from OC_App::getAppPathCôme Chilliet2024-04-221-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-4/+4
* feat(settings): Allow to sort groups in the account management alphabeticallyFerdinand Thiessen2024-03-271-3/+9
* fix(AppDiscoverFetcher): Do not remove entries as expired that have no expiry...Ferdinand Thiessen2024-03-191-1/+1
* feat(settings): Cache app discover images to ensure privacy of usersFerdinand Thiessen2024-03-141-4/+104
* feat: Allow to fetch app discover json and provide frontend API routeFerdinand Thiessen2024-03-141-0/+14
* fix: add missing copyrights and strict typesAndrey Borysenko2024-03-121-0/+3
* feat: Add declarative settingsjld31032024-03-124-20/+167
* feat(settings): Migrate SSL access and URL generation check to SetupCheck APICôme Chilliet2024-02-291-2/+0
* Merge branch 'master' into fix/pages-titles-appsAndrii Rublov2024-02-252-147/+57
|\
| * Merge branch 'master' into fix/42480/user-admin-not-adminJohn Molakvoæ2024-02-242-140/+53
| |\
| | * fix(settings): Use initial state instead of custom state for server dataFerdinand Thiessen2024-02-232-134/+50
| | * fix(settings): Only use `id` in categories - drop duplicated `ident` propertyFerdinand Thiessen2024-02-231-10/+4