Skip to content

Releases: TruffeCendree/student-peer-review

v1.7.0

06 Nov 16:33
Compare
Choose a tag to compare

1.7.0 (2022-11-06)

Bug Fixes

  • only apply style to inline code tags (a0a4e86)

Features

  • add style for code blocks (44e5440)
  • add support of pdf files in submissions (40eb494)

v1.6.0

06 Nov 16:06
Compare
Choose a tag to compare

1.6.0 (2022-11-06)

Features

  • add support of markdown for instructions, no HTML support by default (1cafb40)

v1.5.0

06 Nov 13:47
Compare
Choose a tag to compare

1.5.0 (2022-11-06)

Bug Fixes

  • json-schema-to-typescript@11 changed interface names (3fdd6f6)
  • makes linter report green (d0c9d5f)
  • remove deprecation for typeorm (907b83d)
  • switch to @faker-js/faker (24741f6)
  • update dependencies (8980e1a)
  • update vulnerable and breaking changes dependencies (5fda948)

Features

  • handle 5 levels of comparison (7caa8c0)
  • improved sign in flow in U (f374cc0)
  • util sql script to compute grading (6b66d16)

v1.4.1

17 Nov 20:59
Compare
Choose a tag to compare

1.4.1 (2021-11-17)

Bug Fixes

  • assign project where clause was override (4e57c3e)
  • should filter submission by project in the ui (e0c284c)
  • should not assign twice the same reviewer (9842e1c)
  • should render the peer for download (a5daa1b)
  • should render the peer for download (ea38d8e)

v1.4.0

15 Nov 20:35
Compare
Choose a tag to compare

1.4.0 (2021-11-15)

Bug Fixes

  • env variable to configure listened IP address (71d9ed0)
  • meaningful message for not found entities (b9e77a9)

Features

  • assignSubmissions accepts the taret count of reviews as argument (dbc6bc4)
  • ui to request a connection link (6308ee3)

v1.3.1

15 Nov 18:46
Compare
Choose a tag to compare

1.3.1 (2021-11-15)

Bug Fixes

  • from missing in smtp enveloppe (430aeca)

v1.3.0

15 Nov 16:17
Compare
Choose a tag to compare

1.3.0 (2021-11-15)

Bug Fixes

  • cookies path should be / (0919bae)
  • fastify-multipart handle single-item array as non array (884b520)
  • invitation link for new session should be get http verb (0446d97)
  • send more self-explanatory message is session required (1e92dc8)
  • set maxage on cookies, so they are persistent (c5dc86a)
  • should only accept zip archive upload (19f633a)

Features

  • create a submission with associated users (3085541)
  • download assets (0c7cfa4)
  • frontend for sending and receiving reviews (6c72012)
  • global error management in frontend (1d127d4)
  • index of recieved and authored reviews (f77a50e)
  • prompt confirmation before upload (8cef667)
  • react frontend to upload a submission (45a6e51)
  • serve statically compiled react frontend (80a16dd)

v1.2.0

13 Nov 19:19
Compare
Choose a tag to compare

1.2.0 (2021-11-13)

Bug Fixes

  • catch unhandled promises using eslint (66d1e9b)
  • cookies signature was ignored, added policies (3803649)
  • wrong english sentense in error message (2c00938)

Features

  • 'npm run console' command for improved repl (9b58a30)
  • add console history (a2f0031)
  • add index of projects (41b987e)
  • add swagger autogenerated doc (be2ef77)
  • always expose ManyToOne is using RelationId (63f483d)
  • an user participates to many projects (7aad61a)
  • assign subscriptions for peer review (639feff)
  • create sessions using a token (b098995)
  • error handler (drop 500 message, support 422) (eb27683)
  • index of submissions (e2460f5)
  • json-schema validation and type generation (d681ce9)
  • send invite mail to verify email ownership (2fe69af)
  • strong response schema validation (c07f910)
  • submission owned by multiple users (4f178a9)
  • submission upload with multipart file and schema validation (ab2fafb)