This repository was archived by the owner on Jun 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JanAckermann
committed
Jan 31, 2022
1 parent
524d76e
commit df468c6
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Change: Pass full file or directory path to methods of Files class | ||
|
||
Since incompatibility with spaces, we changed the way how the methods of the class | ||
Files(filesManagement.js) need to be called. | ||
Now it is mandatory to pass the full webDav(v2) path of a file or directory. | ||
|
||
For example, before this change the path was: 'myfile.txt', with this change it is: 'files/admin/myfile.txt' | ||
|
||
https://github.com/owncloud/owncloud-sdk/pull/971 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Change: Remove webdav v1 api support | ||
|
||
The DAV api now uses dav v2 by default, webdav v1 has been entirely removed. | ||
|
||
https://github.com/owncloud/owncloud-sdk/pull/962 | ||
https://github.com/owncloud/owncloud-sdk/issues/958 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters