feat: add ocs route to get apps enabled for current user#53569
Merged
provokateurin merged 3 commits intomasterfrom Jun 18, 2025
Merged
feat: add ocs route to get apps enabled for current user#53569provokateurin merged 3 commits intomasterfrom
provokateurin merged 3 commits intomasterfrom
Conversation
a3f85d1 to
1617845
Compare
1617845 to
80b5d9d
Compare
b4535e7 to
e3166ba
Compare
provokateurin
requested changes
Jun 18, 2025
julien-nc
reviewed
Jun 18, 2025
c149b94 to
5239c65
Compare
Member
Author
|
Moved and adapted :) @julien-nc @provokateurin |
5239c65 to
baa2da5
Compare
julien-nc
approved these changes
Jun 18, 2025
provokateurin
requested changes
Jun 18, 2025
18e47aa to
fe8aff5
Compare
provokateurin
approved these changes
Jun 18, 2025
21711dd to
cf3fd88
Compare
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
cf3fd88 to
6f1e441
Compare
Member
Author
|
/backport to stable31 |
2 tasks
4 tasks
Contributor
Member
Author
|
@susnux right, thanks for the reminder!
Is this enough then or should I put it in both? |
Contributor
|
Hm good question, in theory 31 is enough |
Member
|
No one is rechecking old documentation after updating their app. So I would say add it in both |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Creates an OCS route to get a list of apps that are enabled for the currently logged-in user. No admin rights needed for this route.
(Needed for Context Agent to check the app's availability)
Checklist
Screenshots before/after for front-end changes