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