Skip to content

Tags: INGInious/INGInious

Tags

v0.9.2

Toggle v0.9.2's commit message
update year

v0.9.1

Toggle v0.9.1's commit message
[tasks] do return raw data when migrating old tasks

v0.9.0

Toggle v0.9.0's commit message
[.github] update workflow file

v0.8.9

Toggle v0.8.9's commit message
[repo] update legacy links

v0.8.8

Toggle v0.8.8's commit message
[deploy] remove importlib backport

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 #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. (#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.