Skip to content

v2.11.0

Latest
Compare
Choose a tag to compare
@krulis-martin krulis-martin released this 25 May 13:10

Changelog

  • Adding exam flags to groups and assignment
  • Implementing a secure mode for exams in groups (including user IP lock mode)
  • Improving notification and filtering of solutions suspected of plagiarism
  • Better loading error visualization (especially in 403 cases)
  • Disabling SSR (causing more trouble than benefit)
  • Security dependencies and bugs fixed

Commits

d479088 Bump ip from 1.1.8 to 1.1.9
6d7f377 Bump es5-ext from 0.10.53 to 0.10.63
b9e4a4e Bump follow-redirects from 1.15.4 to 1.15.6
c3905a0 Bump webpack-dev-middleware from 6.1.1 to 6.1.2
36d3641 Bump express from 4.18.2 to 4.19.2
e711b61 Bump tar from 6.1.11 to 6.2.1
46df0b0 Merge pull request #524 from ReCodEx/dependabot/npm_and_yarn/ejs-3.1.10
9beeb8e Merge pull request #526 from ReCodEx/exam-groups
6be2f25 Merge branch 'master' into exam-groups
9a454df #! v2.11.0
c6ba2cd Fixing bugs, improving error reporting.
08fdca5 Improving visualization of exam groups (adding indicators to tree and lists).
52199d6 Implementing loading and visualization of group-exam locks.
416675e Fixing "access denied" visualization for locked-in students.
d61146d Improving resource error management (in redux) and page loading failures.
41c37f2 Bump ejs from 3.1.9 to 3.1.10
91cb1d2 Adding sycl-intel runtime into known simple environments (like regular C++).
ad88159 Updating permission checks on group and assignment pages so that locked users are handled correctly.
3b4b80b Adding exam checkbox indicator in the (sub)group creation form.
4c4d3b5 Enforcing page reload when user locks himself in a group.
e31a49d Adding participating students list (for exam term) with unlock buttons so the teacher can release them.
87acb2f Implementing group exams table which lists past exams.
1fa02a0 Implementing a pending exam callout (info panel) with locking button for students.
68e609c Updating messages for 1st April.
7497ab5 Creating group exam notification bar with locking button.
9d8f997 Adding the isExam flag in assignment edit form.
6ce16c2 Creating a group exams page with group exam status and create/update form.
4f096a9 Implementing button for (un)setting the group exam flag.
966a04c Appearance modifications to prepare for exam-group settings.
0437e0c Disabling SSR for the time being.
786361e Fixing plagiarism icon permissions checking.
b4b931f Improving notification and filtering of solutions suspected from plagiarism.
9b687f6 Bump follow-redirects from 1.14.8 to 1.15.4
137ce75 Fixing typo in property identifier, which caused a bug in user solutions overview.