Skip to main content
⭐ New Features
- The format of an event image URL is now validated directly on entry. (commit: 9f09f8ca, 0fc2c9e7)
- All pages display information faster during navigation to other pages, because static elements, such as the header, are no longer reloaded. These static elements are also no longer hidden for a short time during loading, but remain visible. Navigation feels much smoother as a result. (commit: 71aae4af)
- The community pages can handle unexpected errors much better and show the specific problem. In addition, the loading process is visibly displayed. (commit: 71aae4af)
- Many event changes, especially to the slot list, will be reflected more quickly in the Discord output in the future. (commit: 1750d9fe)
- All API endpoints have been revised and cleanly modeled. The objects and error message now contain all relevant information and fewer spelling errors. The documentation is now available here: API documentation. (commit: a797c7a4, 4a30ca60)
🐞 Bug Fixes
- Event notifications are sent again and at the right time.
(Thanks Mäxo for letting me know) (commit: 9742b822)
- Previously blocked slots no longer retain the old blocking text if a new one is not specified. Instead, the default fallback (“Gesperrt”) is used. (commit: 06cc9d1e)
🔨 Technical
- Support for the new Discord usernames. (commit: 7f6fbc6e)
- The scope of the
JSESSIONID cookie that is generated at login has been restricted. This provides a bit more protection against CSRF attacks. (commit: 2b48202b)