indico v3.0.rc2 Release Notes

  • ๐Ÿš€ Released on July 09, 2021

    Major Features ^

    • โž• Add support for personal tokens. These tokens act like OAuth tokens, but are associated with a specific user and generated manually without the need of doing the OAuth flow. They can be used like API keys but with better granularity using the same scopes OAuth applications have, and a single user can have multiple tokens using various scopes. By default any user can create such tokens, but admins can restrict their creation. (:issue:1934, :pr:4976)

    ๐Ÿ‘Œ Improvements ^

    • โž• Add abstract content to the abstract list customization options (:pr:4968)
    • โž• Add CLI option to create a series (:pr:4969)
    • ๐ŸŒฒ Users cannot submit multiple anonymous surveys anymore by logging out and in again (:issue:4693, :pr:4970)
    • ๐Ÿ‘Œ Improve reviewing state display for paper reviewers (:issue:4979, :pr:4984)
    • ๐Ÿ‘‰ Make it clearer if the contributions/timetable of a conference are still in draft mode (:issue:4977, :pr:4986)
    • โž• Add "send to speakers" option in event reminders (:issue:4958, :pr:4966, thanks :user:Naveenaidu)
    • ๐Ÿ‘ Allow displaying all events descending from a category (:issue:4982, :pr:4983, thanks :user:omegak and :user:openprojects).
    • โž• Add an option to allow non-judge conveners to update an abstract track (:pr:4989)

    ๐Ÿ›  Bugfixes ^

    • ๐Ÿ›  Fix errors when importing events containing abstracts or event roles from a YAML dump (:pr:4995)
    • ๐Ÿ›  Fix sorting abstract notification rules (:pr:4998)
    • No longer silently fall back to the first event contact email address when sending registration emails where no explicit sender address has been configured (:issue:4992, :pr:4996, thanks :user:vasantvohra)
    • Do not check for event access when using a registration link with a registration token (:issue:4991, :pr:4997, thanks :user:vasantvohra)