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
The owncloud-sdk is quite old, does not fullfil our code standards and is hard to maintain because of the linking process. The latter makes future adjustments very time consuming, especially since we're planning to switch to id-based WebDAV requests.
Hence we figured it makes sense to remove the owncloud-sdk and implement its logic in our web-client package.
To-Do's
Make sure Web uses the provided webdav abstraction instead of the sdk directly for webdav requests
Port all WebDAV requests to a new abstraction in web-client
Port OCS requests to a new abstraction in web-client (expect for the sharing stuff, which will be replace via sharing NG)
Check if settings API needs to be ported -> no needed
The
owncloud-sdk
is quite old, does not fullfil our code standards and is hard to maintain because of the linking process. The latter makes future adjustments very time consuming, especially since we're planning to switch to id-based WebDAV requests.Hence we figured it makes sense to remove the
owncloud-sdk
and implement its logic in ourweb-client
package.To-Do's
webdav
abstraction instead of the sdk directly for webdav requestsweb-client
web-client
(expect for the sharing stuff, which will be replace via sharing NG)signUrl
logic? -> refactor: move url signing to web-client package #10621The text was updated successfully, but these errors were encountered: