Dave MacFarlane
Dave MacFarlane
This updates the candidate creation on the new profile page to use the LORIS API instead of duplicating the logic in PHP. The form already collects the exact data that...
NDB_Page has a duplicate `lorisinstance` and `loris` object, both of which store `\LORIS\LorisInstance` objects. We should standardize the usages of `$this->lorisinstance` (which is set by some handle functions) to `$this->loris`...
Loading a nii.gz from disk works, however the loadFromURL path goes through a different code path which only supports uncompressed files. This adds support for loading nii.gz files with nii_url...
There doesn't seem to be any way to get the blackfriday dependency to clone on 9front. dgit crashes, and the git rc script says the url is not supported.
It would be nice if there was a way to issue a PR, since you can't do it with the standard git command line.
While running the installdb part of the install process, I got the error "Could not retrieve hostname for MySQL user" when it tries to create the user. This seems to...
While trying to fix the warning from phpstan upon running `make checkstatic` about a deprecated config setting, I tried to verify that it was still working correctly and noticed the...
In the dataquery API defined in `modules/dataquery/static/schema.yml` (and the implementation of it), the casing of options is not consistent. startsWith/endsWith are camelCase while isnotnull/isnull/notexists/numberof are lowercase. They should be consistently...
**Describe the bug** #8255 added openid connect support to LORIS. It worked with some platforms, but not Globus for the following 2 reasons: 1. Globus does not return "email_verified" (only...
This rewritse the main page of the configuration module--which is the cause of the majority of our javascript warnings--with React. The configuration module was written with jQuery/smarty before we began...