Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 750 Bytes

File metadata and controls

19 lines (15 loc) · 750 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.1.0 - Unreleased]

Added

  • Initial release: ExApp framework extracted from nc_py_api.
  • NextcloudApp class for ExApp communication with Nextcloud.
  • FastAPI integration: set_handlers, nc_app, AppAPIAuthMiddleware.
  • UI APIs: files dropdown menu, top menu, declarative settings, page resources.
  • AI Providers: TaskProcessing provider registration and task management.
  • Talk bot support: TalkBot, TalkBotMessage.
  • OCC command registration.
  • Nextcloud logging integration.
  • Uvicorn runner with socket/TCP support.
  • Model fetching helpers (HuggingFace, direct URL).
  • Re-exports common nc_py_api types (NextcloudException, FsNode, etc.).