Nathan Rosenquist

Results 13 issues of Nathan Rosenquist

Hi Catalyst, While attempting to configure auth_saml2 on an EC2-hosted Moodle in AWS we kept running into 'invalid session' popups. Discovered the auth_saml2_store and auth_saml2_redis_server $CFG options, but then started...

enhancement

Although the server-side is intended to be timezone-agnostic to simplify things (Client submissions upload times with their local time, server takes that at face value, spits the same time back...

deployment

Deployment process right now is very bad at cleaning up after itself on failure. Need to run more permissions tests before moving files around, and probably come up with a...

deployment

CIBL's API depends on an .htaccess file to catch and route incoming requests, which utilizes mod_rewrite to do so. Deployment page should check to make sure this is enabled and...

deployment

Deploy script should warn on the configuration page if the following aren't met: post_max_size >= 20M upload_max_filesize >= 20M

deployment

CIBL is not currently time zone aware. Consequently all time values are local to the project area, and any daylight saving changes are not factored in.

Some unknown client side issue (Maybe it's the users themselves doing this accidentally) is causing duplicates to occasionally be uploaded. Need to add a simple dupe check that queries for...

Right now CIBL only supports US states and a few NYC city service plates in the plate field. Need to add user-editable plate list, maybe by default based on a...

Should add share buttons to the single view pages, like these: https://www.addtoany.com/buttons/for/website

enhancement

Right now CIBL deploys once on setup, modifying it's own file structure and permanently renaming / creating certain files so that once deployed it looks a bit different than the...

enhancement