Skip to content

Master Release 0.9.2 - 2020-10-28

Luis Arias requested to merge develop into master
  • rely 100% on rolify gem for role management system, instead of previous hybrid system with rolify and object.users array
  • force SSL on backend endpoint (production and develop)
  • space v0 backend implementation (copy of Programs)
  • serialization bug fixes
  • use simple initial recsys.yaml file for generating recommendations
  • members_count and members route for objects should now agree (and no longer include pending_users)
  • new pending_users route: /members?status=pending
  • users who have not confirmed their account will no longer show up in search results
  • users are limited to 5 private messages per month: the limit automatically resets at the start of each month
  • users can be removed from private objects again

to be run after release in production console: User.clear_index! User.reindex!

Edited by Kori Roys

Merge request reports