This large PR merges the whole wopibridge repository with its history, and brings an important refactoring of the wopiserver code:
core code was split and moved into the core folder
bridge code was transformed in a module in the bridge folder
a new /wopi/iop/openinapp endpoint is now available, which will be used by Reva once the AppProviders implement the discovery in place of the wopiserver (see cs3org/reva#1779)
the discovery logic was moved to core/discovery.py and is now deprecated: will be removed once Reva only uses the new endpoint
This large PR merges the whole wopibridge repository with its history, and brings an important refactoring of the wopiserver code:
core
folderbridge
folder/wopi/iop/openinapp
endpoint is now available, which will be used by Reva once the AppProviders implement the discovery in place of the wopiserver (see cs3org/reva#1779)core/discovery.py
and is now deprecated: will be removed once Reva only uses the new endpoint