Releases
v1.4.1
tngraf
released this
19 Oct 10:51
1.4.1 (2024-10-19)
Dependency updates, especially RestSharp 108.0.3 to 112.1.0 to fix a security vulnerability.
GetVersion()
uses now the endpoint /info
, because /version
does not exist anymore.
1.4.0 (2023-03-21)
support REST API 1.5.1 feaures:
support new maintenance endpoint.
support new upload features.
new GetUploadFileById
to download an upload file.
new GetUploadCopyrights
to get the copyrights for an upload.
not yet implemented:
set permissions for a upload in a folder for different groups (/uploads/{id}/permissions
)
get all the groups with their respective permissions for a upload (/uploads/{id}/perm-groups
)
create a new user (POST /users
)
edit user details by id (PUT /users
)
create a new REST API token (POST /users/tokens
)
get all the REST API tokens for a user (/users/tokens/{type}
)
get all jobs created by all users (/jobs/all
)
return jobs for the given upload id (/jobs/history
)
delete group by id (/groups/{id}/user/{userId}
)
selete group member by groupId and userId (/groups/{id}/user/{userId}
)
importing ...
get a list of license candidates from the database (/license/admincandidates
)
You can’t perform that action at this time.