Skip to content

Releases: France-ioi/AlgoreaBackend

v2.14.0

04 Oct 07:00
Compare
Choose a tag to compare
  • jump from v1.x.y to v2.x.y to match how we usually name this backend
  • allow asynchronous permisssion and result propagation by calling an external endpoint
  • fix: getItem service should return can_request_help = true in its permissions when the user is an owner

v1.13.2

25 Sep 14:57
Compare
Choose a tag to compare
  • allow item owners to request help to any visible group
  • rename attribute name related with the request help permission in the getItem service

v1.13.1

19 Sep 13:36
Compare
Choose a tag to compare
  • small fixes, mainly to the doc, related with the thread services

v1.13.0

18 Sep 13:58
Compare
Choose a tag to compare
  • add can_request_help information into the getItem service

v1.12.0

14 Sep 13:44
Compare
Choose a tag to compare
  • fix services where ids were returned as numbers (instead of string)
  • fix duplication in the thread listing service
  • viewGrantedPermission: improve can_request_help_to support
  • updatePermissions: allow non-visible can_request_help_to value if unchanged
  • fix doc in general and for a few services

v1.11.0

07 Sep 13:31
Compare
Choose a tag to compare
  • implement request-help permission propagation
  • improve / fix the services to look for the path to some content, add info whether the path has been already been visited
  • fix doc

v1.10.0

17 Jul 08:31
Compare
Choose a tag to compare
  • get permission service: add can_request_help_to in granted permissions
  • updatePermissions: allow updating can_request_help_to
  • improve doc

v1.9.3

13 Jul 08:59
Compare
Choose a tag to compare
  • add parameter to the token refresh service to allow to create or not a temp user on refresh failure

v1.9.2

12 Jul 13:42
Compare
Choose a tag to compare
  • disable dynamic linking librairies in order to fix a deployment issue

v1.9.1

12 Jul 08:49
Compare
Choose a tag to compare
  • minor fixes