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
Scope package into modules #1025 (susnux)
All DAV related functions are now moved to the @nextcloud/files/dav module.
You can still import them from the main entrypoint, but this is now deprecated.
New functions will only be available in the @nextcloud/files/dav entrypoint.
feat: Add reset method to file list filters #1116 (susnux)
feat: Add current folder context for file list actions #1113 (Pytal)