Skip to content

Releases: cloud-py-api/app_api

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

v1.1.0

23 Oct 14:44
4aa0530
Compare
Choose a tag to compare

[1.1.0 - 2023-10-23]

Added

  • Added ExApp initialization progress
  • Added disabled state of app management actions if default Deploy daemon is not accessible
  • Added support for new fileActions registration (Nextcloud 28)

Fixed

  • Fixed incorrect error message in admin settings (#100)
  • Fixed database schema for MySQL (#94)

v1.0.1

06 Oct 11:52
5008680
Compare
Choose a tag to compare

[1.0.1 - 2023-10-06]

Fixed

  • Invalid download of ex. applications from the AppStore. #88

v1.0.0

04 Oct 19:43
5a93818
Compare
Choose a tag to compare

Added

  • First release