Krishna Mahato
Krishna Mahato
Signed-off-by : Krishna Mahato ## Description Now, there is a PUT route which is available at `/api/v1/uploads/{id}/permissions` that will Set permissions for a upload in a folder for different groups....
Signed-off-by : Krishna Mahato ## Description Now, there is a POST route which is available at `/api/v1/users` that will create a new user. ## How to test - Use any...
Signed-off-by : Krishna Mahato ## Description The following REST routes have been implemented. - There is a POST route which is available at `/api/v1/users/tokens` that will Create a new REST...
## Description Currently, there is a requirement of API for managing the upload permissions for different uploads in a folder. I would like to work on this. ## Steps to...
## Description Currently, there is a requirement of token related features like `create_token` and `get_tokens` via the REST API for the Admin page. ## Steps to be followed - Create...
## Description Currently, the only way to add a new user is via fossology's old UI. Since, the same feature needs to be migrated in the new UI, there is...
### Description [**FossologyUI*](https://github.com/fossology/FOSSologyUI)* encounters CORS issue while connecting from origin `localhost:3000`. #### How to reproduce 1. Start the FossologyUI react app. 2. Set up the fossology instance through docker. 3....
Signed-off-by: Krishna Mahato ## Description There is a new POST route which is available at `/report/import?upload={id}` which will initiate a reportImport job for a given upload. ## How to test...
Signed-off-by: Krishna Mahato ## Description This development of this PR is in reference to two tasks --- - [x] Fixing the bug that caused `GET uploads/{id}/summary` to give a `500`...
There is a requirement of a POST route that will import a report to an existing upload. I'd like to work on this. Steps to be followed --- - Create...