Skip to content

Releases: nextcloud/app_api

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.

v1.4.0 - TopMenu UI

07 Dec 10:42
b07f053
Compare
Choose a tag to compare

[1.4.0 - 2023-12-06]

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.

v1.3.0

28 Nov 11:33
947c0ca
Compare
Choose a tag to compare

[1.3.0 - 2023-11-28]

Changed

  • Reworked: algorithm of app:register and occ cli command, "/init" endpoint now is optional. #128
  • Reworked: app_api:app:unregister occ cli command, make it much robust. #127

Fixed

  • Proper pass-through of NVIDIA GPU into External apps containers. #130

v1.2.2

13 Nov 15:17
0cb38d2
Compare
Choose a tag to compare
  • Fix "of the fix" of the bug in requestToExApp function introduced in previous release.

v1.2.1

08 Nov 20:08
5357c3f
Compare
Choose a tag to compare

[1.2.1 - 2023-11-08]

Fixed

  • Fix bug in requestToExApp function introduced in previous release.

v1.2.0

08 Nov 16:52
d00ef18
Compare
Choose a tag to compare

[1.2.0 - 2023-11-08]

Changed

  • Prototypes of functions for calling external applications and PHP have been redesigned. #112 @bigcat88, @kyteinsky
  • ExApp init (/init) endpoint now called with AppAPI auth too. #111

Fixed

  • UI error when default daemon missing. #109
  • FilesActions API: correct cast of file's permission to the number.
  • Docs: ExApp install flow described. #108