You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
what endpoint do you want to make a get request with? AKA where should documents be published? To be safe they should be rendered on a separate domain that has no access rights to the ocis instance. ... eg by preventing any CORS requests.
If the static files should be generated from files within a cs3 storage provider / the users home / another space then they need to either be shared ro with new properties so that the public facing API knows that it should render HTML instead of treating it as a download ...
If an extension is using the Static middleware and a request againt / is sent it should return the index.html if there is one in the extension's folder. Otherwise it will do a directory listing of the extension's root folder.
Static middleware
https://github.com/owncloud/ocis-pkg/blob/master/middleware/static.go#L28
Serving NotFound for folder ("/") instead of index.html
The text was updated successfully, but these errors were encountered: