mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
v2.19.4
This commit is contained in:
parent
7a0ec76d25
commit
63d693f21b
8 changed files with 32 additions and 17 deletions
|
|
@ -47,4 +47,19 @@
|
|||
+ ' data-bind="click: nextcloudAttach" data-i18n="[title]NEXTCLOUD/ATTACH_FILES">◦◯◦</a>'));
|
||||
}
|
||||
|
||||
/**
|
||||
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html
|
||||
POST /ocs/v2.php/apps/files_sharing/api/v1/shares
|
||||
JSON {
|
||||
"path":"/Nextcloud intro.mp4",
|
||||
"shareType":3, // public link
|
||||
"shareWith":"user@example.com",
|
||||
// "publicUpload":false,
|
||||
// "password":null,
|
||||
// "permissions":1, // default
|
||||
// "expireDate":"YYYY-MM-DD",
|
||||
// "note":"Especially for you"
|
||||
}
|
||||
*/
|
||||
|
||||
})(window.rl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue