Skip to content

Releases: cloud-py-api/app_api

v2.0.3

01 Feb 19:00
7ad5541
Compare
Choose a tag to compare

[2.0.3 - 2024-02-01]

Added

  • Added RestartPolicy option (Admin settings) #220
  • Added ExApp init timeout option (Admin settings) #220

Changed

  • Removed support of Optional API scopes. #220

v2.0.2

28 Jan 18:51
589fea4
Compare
Choose a tag to compare

Fixed

  • More correct handling of the ExApps installation process when Nextcloud has a non-default directory location(e.g. Unraid). #217
  • Correct handling of the action of stopping a Docker container when the action is already in progress. #217
  • Correct handling of the ExApp deletion action, when during deletion you refresh the page and click delete again. #217

v2.0.1

25 Jan 17:34
7f55dde
Compare
Choose a tag to compare

Fixed

  • MalformedUriException: Unable to parse URI exception - when the daemon has invalid URL. #216

v2.0.0

25 Jan 14:27
9d187b6
Compare
Choose a tag to compare

[2.0.0 - 2024-01-25]

AppAPI 2.0.
Breaking changes to Deploy daemons configuration and ExApps networking.
AppAPI Docker Socket Proxy.

Added

  • Added filesplugin batch actions implementation. #203
  • Added MachineTranslation providers API. #210
  • Deploy daemons management improvements and configuration templates. #212
  • Added removal of ExApps on Deploy daemon deletion. #212

Changed

  • Changed TextProcessing providers API flow to asynchronous. #208
  • Changed SpeechToText providers API flow to asynchronous. #209

v1.4.6

05 Jan 20:22
3d56170
Compare
Choose a tag to compare

Fixed

  • TopMenuAPI: support of params in styles/js ExApp URLs. #193 (Thanks to @splitt3r)
  • NC28: FileActionsAPI wasn't working without specifying an icon. #198
  • Bug introduced in the previous version, when the userId for some part of AppAPI became null. #199

v1.4.5

02 Jan 08:24
1479178
Compare
Choose a tag to compare

Added

  • Support for ALL APIs scope, that allows to call any Nextcloud endpoints bypassing the API Scope check. #190

Fixed

  • Fixed incorrect DeployConfig SSL params parsing. #188 (Thanks to @raudraido)
  • Incorrect HTTP status during invalid auth. #190
  • Refactoring, code cleanup, other small bug fixes & adjustments.

v1.4.4

21 Dec 12:59
3e1e758
Compare
Choose a tag to compare

Added

  • Added ability for requestToExApp and aeRequestToExApp methods, to send multipart requests. #168

Fixed

  • Default Docker Daemon(not for AIO) configuration should be better now. #173
  • UI fixes: Update button not working in some cases, missed Uninstall button. #177
  • Processing of invalid default Nextcloud URL/incorrect url with slash at the end. #169
  • occ app_api:app:register error message in case of missing deploy of ExApp. #172

v1.4.3

18 Dec 13:35
c58a50f
Compare
Choose a tag to compare

Added

  • links to new apps that uses AppAPI.

Fixed

  • invalid timeout condition check for /init endpoint.

v1.4.2

13 Dec 15:59
fb48ce3
Compare
Choose a tag to compare

[1.4.2 - 2023-12-13]

Maintenance update of npm packages to support NC28

Changed

  • Changed AIO auto-created daemon with gpu enabled to separate one (#134)
  • Changed AIO detection to use new env (#150)

v1.4.1 - TopMenu UI

07 Dec 11:40
fb68dc6
Compare
Choose a tag to compare

[1.4.1 - 2023-12-07]

This release contains breaking changes, all ExApps should be updated accordingly to it.

Added

  • A request proxy from Frontend to ExApps, ExApps can now have a user interface like regular applications.
  • New OCS endpoints to register entry in Nextcloud Top Menu. #135
  • Ability to specify multiple mime types for FileAction Menu. #95

Changed

  • UI: FileActions OCS API was reworked, make it simpler to use and be in line with new UI API. #141

Fixed

  • Correct cleaning of ExApp stuff upon deletion.
  • Oracle DB fixes and adjustments with additional tests.
  • Tons of other bugfixes, adjustments and CI tests.