-
Notifications
You must be signed in to change notification settings - Fork 113
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
Use a URL object in OpenInAppResponse #1968
Conversation
fa8ebd1
to
6188198
Compare
2ab1032
to
d5cb5a4
Compare
a09103f
to
c9c14d1
Compare
a8e18c9
to
48e8335
Compare
@ishank011 I have this PR now running in owncloud/ocis#2204. Let me check tomorrow morning if I find something. |
Doing the list request
Technically we should be able to remove the address part since it has no function ( is not needed for the I would also go for an empty appprovider registry by default (https://github.com/ishank011/reva/blob/48e83351374fb8d647f55bb146ad2c3adbc95ae1/pkg/app/registry/static/static.go#L42-L51) since you will always have the "text/plain" handler as seen also above when you use WOPI server only which does dynamic self registration. I also see currently no way to remove this "plain/text" entry in a proper way except configuring another static appprovider before startup. Futhermore it lacks a |
When opening a file with
Therefore The only thing which needs a concept / change is that WOPI assumes that the access_token_ttl is in the Java Script date epoch format (millseconds since Jan 1, 1970 UTC / unix timestamp in milliseconds). This means |
If I try to open a file in
|
Besides the things above that this PR looks good 👍 If this PR is merged we can also merge owncloud/ocis#2204 |
@labkode the fixes to the issues above are in https://github.com/cs3org/reva/pull/2024/files/f1f0a4ae831830ecf1dbe3c61b1d02c3a9340103..0e52867bd94afa5876514baaf3c6e591a503b4c4 and cs3org/wopiserver#46. If you merge this PR, I can rebase my PR on master (it currently also contains @ishank011 changes) |
(Interesting that GitHub automatically closed this PR when I merged the related one on wopi...) |
I referenced the issue comment and used the magic word |
No description provided.