Releases: cloud-py-api/nc_py_api
Releases · cloud-py-api/nc_py_api
v0.18.1
14 Jan 08:13
Compare
Sorry, something went wrong.
No results found
Fixed
Chunked Upload V2 not working on Nextcloud 30 and later. #324 Thanks to @DrZoidberg09
v0.18.0
09 Oct 17:36
Compare
Sorry, something went wrong.
No results found
Added
New webhooks.unregister_all method. #309
Fixed
Files: user and user_path properties in FSNode when Nextcloud located in the sub-path. #297 Thanks to @vwbusguy
files.download_directory_as_zip method now supports upcoming Nextcloud 31. #304
v0.17.1
05 Sep 18:32
Compare
Sorry, something went wrong.
No results found
Added
NextcloudApp: setup_nextcloud_logging function to support transparently sending logs to Nextcloud. #294
Fixed
NextcloudApp: nc.log now suppresses all exceptions to safe call it anywhere(for example in exception handlers). #293
v0.17.0
05 Sep 08:14
Compare
Sorry, something went wrong.
No results found
Added
message_type property to TalkBotMessage. #292
Changed
NextcloudApp: TextProcessing, Speech2Text and Translation AI Providers API was removed. #289
v0.16.0
11 Aug 21:41
Compare
Sorry, something went wrong.
No results found
Changed
NextcloudApp: rework of TaskProcessing provider API. #284
Fixed
nc.files.makedirs not working properly on Windows. #280 Thanks to @Wuli6
v0.15.1
30 Jul 17:27
Compare
Sorry, something went wrong.
No results found
Fixed
Corrected behaviour of ocs function for Group Folders app routes(they are not fully OCS API). #279
NextcloudApp: get_computation_device function now correctly returns result in upper_case. #278
v0.15.0
19 Jul 10:58
Compare
Sorry, something went wrong.
No results found
Added
Initial Webhooks API support for the upcoming Nextcloud 30. #272
Changed
NextcloudApp: fetch_models_task function now saves paths to downloaded models. #274 Thanks to @kyteinsky
v0.14.0
09 Jul 12:54
Compare
Sorry, something went wrong.
No results found
Added
LoginFlowV2 implementation by @blvdek #255
files.get_tags function to get all tags assigned to the file or directory. #260
NextcloudApp: nc.ui.files_dropdown_menu.register_ex to register new version of FileActions(AppAPI 2.6.0+) #252
NextcloudApp: enabled_state property to check if the current ExApp is disabled or enabled. #268
NextcloudApp: support for the new AI API for the Nextcloud 30. #254
v0.13.0
28 Apr 07:53
Compare
Sorry, something went wrong.
No results found
Added
NextcloudApp: occ commands registration API(AppAPI 2.5.0+). #247
NextcloudApp: Nodes events listener registration API(AppAPI 2.5.0+). #249
v0.12.1
05 Apr 11:35
Compare
Sorry, something went wrong.
No results found
Fixed
Incorrect Display name when creating user, which led to the parameter being ignored. #239 Thanks to @derekbuckley