| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-10 | 1.1 kB | |
| v4.4.0 source code.tar.gz | 2025-09-10 | 15.9 MB | |
| v4.4.0 source code.zip | 2025-09-10 | 16.5 MB | |
| Totals: 3 Items | 32.4 MB | 0 | |
What's Changed
📅 Better ICS lifecycle management
- Improved the formatting of the email that gets sent out when finalizing a poll so that it is recognized as a calendar invite by email clients
- Added uid to the ICS file so that event details are synchronized across all attendees when changes are made
- Added sequence so to keep track of changes to the event such as cancellation
✨ New environment variables for disabling email login and registration
- Added
EMAIL_LOGIN_ENABLEDwhich can be set tofalseto limit login to SSO - Added
REGISTRATION_ENABLEDwhich can be set tofalseto disable the registration page
🔒 Secure SMTP defaults
- Improved the default configuration to reject unauthorized certifications when using TLS
- Deprecated
SMTP_TLS_ENABLEDand introducedSMTP_REJECT_UNAUTHORIZEDinstead
New Contributors
- @ThisIsMissEm made their first contribution in https://github.com/lukevella/rallly/pull/1916
Full Changelog: https://github.com/lukevella/rallly/compare/v4.3.1...v4.4.0