Skip to content

Releases: nextcloud/app_api

v2.3.1

18 Mar 09:07
e0779c9
Compare
Choose a tag to compare

Added

  • TEXT_PROCESSING and MACHINE_TRANSLATION API scopes. #249

Fixed

  • Added missing check for the presence of header for AppAPI authentication, which could lead to increased load on the server. #251
  • Bump follow-redirects package from 1.15.5 to 1.15.6 #250

v2.3.0

13 Mar 08:43
d5235e1
Compare
Choose a tag to compare

Added

  • app_api_system session flag for Nextcloud server to bypass rate limits for system ExApps. #248

Changed

  • ExAppProxy: adjusted how headers are passing from ExApp to client. #246

Fixed

  • Declarative Settings API was merged into Nextcloud Server, adjusted AppAPI code. #247

v2.2.0

21 Feb 16:41
d140563
Compare
Choose a tag to compare

[2.2.0 - 2024-02-21]

Added

  • Support of L10N translations for ExApps. #227

Fixed

  • Allowed removing of ExApp from UI during "init" stage. #235
  • Reset of "Error" state for ExApp in Update/Enable actions. #236
  • PublicFunctions.php: exAppRequestWithUserInit can accept empty userId. #238
  • ISpeechToTextProviderWithUserId is now available in STT implementation. #240

v2.1.0

19 Feb 15:54
c7d1c3e
Compare
Choose a tag to compare

[2.1.0 - 2024-02-19]

Changed

  • deploy command was deprecated, now register and deploy is one step. #233
  • Installation of ExApps algorithm has been rewritten to provide a more comfortable experience. #233

Fixed

  • Translation provider API correctly supports "language detection" feature. #232

v2.0.4

08 Feb 14:08
961458c
Compare
Choose a tag to compare

[2.0.4 - 2024-02-08]

Changed

  • Removed not needed -e parameter for occ:app_api:app:deploy. #222

Fixed

  • OCS API log always fail during ExApp init state. #224
  • AI providers: undefined method call to ExApp. #226

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