Skip to content

Tags: UCL-INGI/INGInious

Tags

v0.8.7

[setup] temporarily restrict to requests<2.2.29

v0.8.6

[frontend/submission_manager] catch DocumentTooLarge exception

Fixes #697.

This is a first mitigation and in all case useful, as the limit is set on the
total command sent to the MongoDB server, which cannot be computed before.

v0.8.5

[course_admin] filter non activate and "empty username" users. (#919)

v0.8.4

[frontend/tasks] fix call for task_user_can_submit

v0.8.3

[backend] BackendJobDone should be sent to the job initiating client

Otherwise in database-shared multi-client (multiprocess) setup, another
client can kill a job it does not own and receive a JobDone it cannot process.

v0.8.2

[routes] adapt CookielessConverter to new werkzeug router

The new router does not perform correctly when using regex groups. Moreover,
it is now required to explicitely tell it the converter can match the forward /
using ``part_isolating``.

v0.8.1

[docs] update git branch to clone

v0.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #827 from anaHue/master

add - some packages to base Dockerfile

v0.7.4

[pymongo] set dependency to v3.x

v0.7.3

[flask/sessions] fix the way lti endpoint is checked

Co-authored-by: Anthony Gégo <anthonygego@users.noreply.github.com>