Jacob Bates
Jacob Bates
The Heroku install process is pretty well defined at this point, but hosting the app on your own server using Apache as the web server is currently undocumented. We should...
 This screen appears when I try to view UDOIT 3.1.1 in Safari 15.1. It works fine on the same computer in Chrome.
Add a report that would show the total number of scans performed per subaccount for a given period of time.
Heroku needs compatibility with Postgres in order to use the free tier without a credit card. Adding this compatibility will also allow a larger number of open source users to...
If a video (.mov, .mp4, etc.) is uploaded to the Files area of a course, but not linked anywhere within the course, it is effectively invisible to UDOIT at this...
A faculty member noticed that all of their math equations in Canvas are getting flagged by UDOIT as having ALT attributes that are too long. Canvas embeds math equations as...
The following code produces an "Avoid color alone for emphasis" error, even though it is clearly bolded: `(3 points)`
Verify that `/Dockerfile` is not being used by any process. If it is not, remove it. If it is being used, update it to remove references to `deploy/udoit-ng.sh`
Multiple institutions have reported critical error messages coming from the `php` and `web` containers similar to this: ``` php.CRITICAL: Uncaught Error: Failed opening required '/var/www/html/var/cache/prod/doctrine/orm/Proxies/__CG__AppEntityInstitution.php' (include_path='.:/usr/local/lib/php') {"exception":"[object] (Error(code: 0): Failed...
Document the process of getting the app running on a server using the Docker image provided by GitHub container registry. It should contain examples for using `docker-compose` or using `docker`...