Skip to content

1.5.18: Add POST support for fetching course module completion list

Compare
Choose a tag to compare
@giovannicimolin giovannicimolin released this 01 Jan 13:32
· 114 commits to master since this release
eb8aee2

Add support for fetching course completions using POST and sending parameters via request body.

This is needed because we use Gunicorn to serve LMS and it has a default request-line limit of 4096 bytes, which caused issues when filtering for a large number of user ids.

More info:
http://docs.gunicorn.org/en/stable/settings.html#limit-request-line