Closed mrustl closed 4 years ago
I want to keep the returned paths short. The path to the parent of the listed directory is now returned in the attribute "root". The full paths can be retrieved by prepending this root to the returned (relative) file paths (as already done in kwb.budget, see there):
Maybe href
is not a good name any more for the column containing the relative file paths.
Solved with "root" attribute (https://github.com/KWB-R/kwb.nextcloud/commit/104791a7397c38cf0c67e8c5165e3c9552ac841c)
Initially the "href" output started with: "/remote.php/dav/files/username/..../start-path/..."
Now the content of "href" starts with "start-path/...."
Would be good to have the full_path starting after the "username".