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
Story:
Given a public share link was sent to a user
When the user opens the link in the browser
Then the shared content has to be displayed
Questions:
A share link as generated by owncloud backend (e.g. via api from the mobile client) as of today points to the backend server core.own.cloud/index.php/s/123456789
But with phoenix in place the link needs to point to phoenix.own.cloud/#/file-share/123456789
Solution:
When the backend is generating the share link the phoenix base url has to be applied - needs own config value
Story:
Given a public share link was sent to a user
When the user opens the link in the browser
Then the shared content has to be displayed
Questions:
A share link as generated by owncloud backend (e.g. via api from the mobile client) as of today points to the backend server core.own.cloud/index.php/s/123456789
But with phoenix in place the link needs to point to phoenix.own.cloud/#/file-share/123456789
Solution:
When the backend is generating the share link the phoenix base url has to be applied - needs own config value
Tasks: