Skip to content

Releases: cloud-py-api/nc_py_api

v0.17.0

05 Sep 08:14
ed23e05
Compare
Choose a tag to compare

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
ed86056
Compare
Choose a tag to compare

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
83d712d
Compare
Choose a tag to compare

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
11df84b
Compare
Choose a tag to compare

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
94a37e9
Compare
Choose a tag to compare

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
2e00778
Compare
Choose a tag to compare

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
aeb954b
Compare
Choose a tag to compare

Fixed

  • Incorrect Display name when creating user, which led to the parameter being ignored. #239 Thanks to @derekbuckley

v0.12.0

02 Apr 17:38
8ad89cb
Compare
Choose a tag to compare

Update with new features only for NextcloudApp class. #233

Added

  • ex_app.get_computation_device function for retrieving GPU type(only with AppAPI 2.4.0+).
  • ex_app.integration_fastapi.fetch_models_task are now public function, added progress_init_start_value param.
  • Global authentication when used now sets request.scope["username"] for easy use.

Changed

  • UiActionFileInfo class marked as deprecated, instead ActionFileInfo class should be used.

v0.11.0

17 Feb 19:40
a0fb689
Compare
Choose a tag to compare

Added

  • Files: lock and unlock methods, lock file information to FsNode. #227

Fixed

  • NextcloudApp: MachineTranslation provider registration - added optional actionDetectLang param. #229

v0.10.0

14 Feb 18:39
10417cf
Compare
Choose a tag to compare

Added

  • NextcloudApp: set_handlers: models_to_fetch can now accept direct links to a files to download. #217
  • NextcloudApp: DeclarativeSettings UI API for Nextcloud 29. #222

Changed

  • NextcloudApp: adjusted code related to changes in AppAPI 2.0.3 #216
  • NextcloudApp: set_handlers rework of optional parameters see PR for information. #226