-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed endpoint for app provider apps #9489
Labels
Type:Story
User Story
Comments
@micbar all 3 acceptance criteria are already fulfilled, correct? What about the third, returning an empty list if no app provider is set up at all, does that work as well? |
Correct. It will always show up, can be accessed unauthenticated and returns an empty json body if apps are not or not yet available. |
Thank you! Then we can close here 😎 |
github-project-automation
bot
moved this from Backlog
to Done
in Infinite Scale Team Board
Jul 11, 2024
kulmann
added a commit
to owncloud/web
that referenced
this issue
Jul 16, 2024
Since the ocis backend guarantees that the /app/list endpoint exists we can hardcode the url and initialize the app provider apps before the vue-router is being initialized. This saves us a redirect on page reload in an app provider app. See owncloud/ocis#9489
7 tasks
JammingBen
pushed a commit
to owncloud/web
that referenced
this issue
Jul 18, 2024
Since the ocis backend guarantees that the /app/list endpoint exists we can hardcode the url and initialize the app provider apps before the vue-router is being initialized. This saves us a redirect on page reload in an app provider app. See owncloud/ocis#9489
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The endpoint for app provider mimetype to app mappings gets announced via capabilities. This makes it unnecessarily complex in web to fetch the app provider listing and dynamically register the web-apps according to the listing. It would be far easier if it was a fixed endpoint (not announced by capability but a fixed route in the ocis proxy) which would return an empty list if no app provider apps are registered. Additionally it would be nice if the endpoint would work unauthenticated.
User Stories
Value
DX for the web client
Acceptance Criteria
Definition of ready
Definition of done
The text was updated successfully, but these errors were encountered: