Releases: cloud-py-api/nc_py_api
Releases · cloud-py-api/nc_py_api
v0.3.0
Added
- TalkAPI:
send_file
to easy sendFsNode
to Talk chat.receive_messages
can return theTalkFileMessage
subclass of usualTalkMessage
with additional functionality.
- NextcloudApp: The
ex_app.verify_version
function to simply check whether the application has been updated.
Changed
- NextcloudApp: Updated
info.xml
in examples to reflect upcoming changes in the AppStore
v0.2.2
Added
- FilesAPI: Chunked v2 upload support, enabled by default.
- New option to disable
chunked v2 upload
if there is a need for that:CHUNKED_UPLOAD_V2
- TalkAPI: Poll API support(create_poll, get_poll, vote_poll, close_poll).
- TalkAPI: Conversation avatar API(get_conversation_avatar, set_conversation_avatar, delete_conversation_avatar)
Changed
- Default
chunk_size
argument is now 5Mb instead of 4Mb.
v0.2.1
v0.2.0
v0.1.0
v0.0.43
v0.0.42
v0.0.41
v0.0.40
Added
- Basic APIs for Nextcloud Talk(Part 1)
Changed
require_capabilities
/check_capabilities
can accept value withdot
: likefiles_sharing.api_enabled
and check for sub-values.- Refactored all API(except
Files
) again.
Fixed
options.NPA_NC_CERT
bug, when setting throw.env
file.
v0.0.31
Added
FsNode
can be created from NextcloudUiActionFileInfo
reply.
Fixed
files.find
error when searching by"name"
. Thanks to @CooperGerman