| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| indico-3.3.11-py3-none-any.whl | 2026-02-27 | 37.6 MB | |
| README.md | 2026-02-27 | 2.4 kB | |
| v3.3.11 source code.tar.gz | 2026-02-27 | 12.1 MB | |
| v3.3.11 source code.zip | 2026-02-27 | 14.0 MB | |
| Totals: 4 Items | 63.7 MB | 1 | |
:warning: Security fixes
- Add missing access checks when managing event series (CVE-2026-28352, thanks @lighthousekeeper1212)
[!NOTE] While this issue allowed unauthorized changes to event series, the impact is rather low, since this cannot be used to tamper with events or deface them in any way. In case there are access-restricted events in a series, their title and category location could be disclosed though.
:tada: Improvements
- Show picture field validation status in the registration form (#7337, thanks @jbtwist, @unconventionaldotdev)
- Add a setting
CHECK_ACTION_PERMISSIONSto hide event creation/management buttons for guests and users who do not have access to them (#7332, thanks @jbtwist, @unconventionaldotdev) - Add option to filter room booking calendar to show only unused rooms (#7350)
:bug: Bugfixes
- Show event role dropdown when editing contribution/session ACLs (#7339)
- Fix error when loading category search results with extra query string params from external search plugins (#7345)
- Require management access to all events in a series to manage it (#7348)
- Fix deleting an event series that contains deleted events (#7348)
- Fix email validation error when entering speakers manually in an invited abstract while logged in (#7340)
:wheelchair: Accessibility
- Screen readers now announce the filtering state indicator descriptive text instead of just the short numeric label (#7335, thanks @foxbunny)
- Screen reader users can now identify the search field on the contribution list page (#7343, thanks @foxbunny)
- The contribution list is now announced as a list by screen readers, conveying the number of items (#7346, thanks @foxbunny)
- Contribution descriptions are no longer announced as links by screen readers (#7349, thanks @foxbunny)
- Contribution list description text, track badges, and type badges now meet WCAG AA color contrast requirements (#7351, thanks @foxbunny)
- Dialogs now announce their title to screen readers and return focus to the trigger element when closed (#7354, thanks @foxbunny)
:wrench: Internal Changes
- Require a modern Sentry version (at least v20.6.0) when using a self-hosted Sentry installation for error reporting (#7333)