Releases: nextcloud/app_api
Releases · nextcloud/app_api
v1.4.5
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
Added
- Added ability for
requestToExApp
andaeRequestToExApp
methods, to sendmultipart
requests. #168
Fixed
- Default Docker Daemon(
not for AIO
) configuration should be better now. #173 - UI fixes:
Update
button not working in some cases, missedUninstall
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
v1.4.2
v1.4.1 - TopMenu UI
[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
[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
v1.2.2
v1.2.1
[1.2.1 - 2023-11-08]
Fixed
- Fix bug in requestToExApp function introduced in previous release.
v1.2.0
[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