ChRIS_ultron_backEnd icon indicating copy to clipboard operation
ChRIS_ultron_backEnd copied to clipboard

Backend for ChRIS

Results 108 ChRIS_ultron_backEnd issues
Sort by recently updated
recently updated
newest added

`make.sh` is a 1990s-style deployment setup. In addition, I don't think it's good to put several `.sh` in the root-dir. Thanks to @jennydaman's modern deployment setup in [miniChRIS-docker](https://github.com/FNNDSC/miniChRIS-docker) [miniChRIS-podman](https://github.com/FNNDSC/miniChRIS-podman) [charts](https://github.com/FNNDSC/charts)...

If a password is set for a user who also exists in the connected LDAP, the user will have 2 passwords which allow for them to log in. This is...

bug
security

There are some current issues with how logs are represented and stored: - https://github.com/FNNDSC/ChRIS_ultron_backEnd/issues/364 - https://github.com/FNNDSC/pman/issues/197 Some ideas regarding how it can be improved: ## Store Logs in Object Storage...

enhancement
priority: low
open

DICOM instances are registered to CUBE one by one using HTTP POST requests. Typically, we have multiple instances per series. E.g. a MR series can have 40-400 instances, meaning we...

If there is an error during the process of retrieving data from PACS and registering the file to CUBE, there should be a way for the user to find out...

When sharing a feed, it would be nice to see a list of users I can share the feed with, and have username autocompletion in the UI.

To facilitate the downloading of files using a web browser client, it is necessary to implement one-time use download links. For example, let's say we have a file `/api/v1/files/1/very_big.dat` which...