Changes in version 0.3.0 (2025-12-03) o working directory can be set / changed (stored as private header in the request) o keep file modification date as character (timezone / locale problems on conversion) Changes in version 0.2.2 (2025-11-13) o fix tests (umlauts on Debian) Changes in version 0.2.1 o small fix in create share o handle path_prefix without trailing slash o added tests for full coverage o added function to search for users (sharees) o permissions can be used now in human readable format Changes in version 0.2.0 (2025-11-01) o fix path escaping due to a change in httr2 package o depends now on httr2 >= 1.2.0 o adds functions to handle urls for Nextcloud based servers o adds functions to manage shares for Nextcloud based servers (OCS Api) Changes in version 0.1.3 (2025-10-23) o fixed error in example o added link to WebDAV protocol (RFC 4918) Changes in version 0.1.2 o fixed tests as mock responses have to return raw vectors Changes in version 0.1.1 o added dependency to R >= 4.1.0 Changes in version 0.1.0 o no warning of wd_mkdir when dir exists Changes in version 0.0.9 o small fix in wd_upload (avoid creating nested dir) Changes in version 0.0.8 o check for NULL path o added unit tests (testthat) with mock responses Changes in version 0.0.7 o added vignette o improved documentation Changes in version 0.0.6 o handle special chars in filenames o minor improvements Changes in version 0.0.5 o wd_connect accepts now a password o wd_copy / wd_move have now a overwrite parameter (default TRUE) o refactored wd_dir, wd_isdir - parsing of xml uses namespaces Changes in version 0.0.4 o on up-/download files the target can be a folder o wd_isdir get's a "silent" parameter Changes in version 0.0.3 o dropped direct dependency on dplyr, tidyr, tibble o added content-type column to dir data.frame Changes in version 0.0.2 o check connection on wd_connect() o added last modified column to file dataframe o improved documentation o added examples Changes in version 0.0.1 o initial version o provides base functionality