Skip to content

Tags: jyounggo/INGInious

Tags

v0.8.7

Toggle v0.8.7's commit message
[setup] temporarily restrict to requests<2.2.29

v0.8.6

Toggle v0.8.6's commit message
[frontend/submission_manager] catch DocumentTooLarge exception

Fixes INGInious#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

Toggle v0.8.5's commit message
[course_admin] filter non activate and "empty username" users. (INGIn…

…ious#919)

v0.8.4

Toggle v0.8.4's commit message
[frontend/tasks] fix call for task_user_can_submit

v0.8.3

Toggle v0.8.3's commit message
[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

Toggle v0.8.2's commit message
[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

Toggle v0.8.1's commit message
[docs] update git branch to clone

v0.8

Toggle v0.8's commit message

Verified

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

add - some packages to base Dockerfile

v0.7.4

Toggle v0.7.4's commit message
[pymongo] set dependency to v3.x

v0.7.3

Toggle v0.7.3's commit message
[flask/sessions] fix the way lti endpoint is checked

Co-authored-by: Anthony Gégo <[email protected]>