owncloud / ocis

:atom_symbol: ownCloud Infinite Scale Stack
https://doc.owncloud.com/ocis/next/
Apache License 2.0
1.26k stars 169 forks source link

Enable deep/magic links in our example setups #8015

Open JuancaG05 opened 6 months ago

JuancaG05 commented 6 months ago

Is your feature request related to a problem? Please describe.

When I want to test deep links for the Android app, I have to construct them manually (placing the prefix owncloud://, taking the fileId from the DB or from the URL, etc., or taking the private link from the propfind call and replacing the prefix). This is not efficient at all and can easily lead to errors, and in addition we are not testing the feature in a "real" environment when we already have a solution to show it on the web.

Describe the solution you'd like

I would like the option that shows the Open in app button in the banner is enabled by default in our example setups (ocis-wopi, ocis-traefik...), so that we can test deep/magic links easily.

Describe alternatives you've considered

AFAIK there's an option that enables this feature, but it is disabled by default. Just enable it by default in our example setups if possible.

micbar commented 6 months ago

@kulmann @michaelstingl How can we enable that feature?

michaelstingl commented 6 months ago

Configure appBanner in our deployments:

Docs here:

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.