sogo
sogo copied to clipboard
SOGo is a very fast and scalable modern collaboration suite (groupware). It offers calendaring, address book management, and a full-featured Webmail client along with resource sharing and permission h...
SOGo uses the name of calendar categories verbatim to construct a CSS selector without escaping characters such as "/". This patch ensures those selector names are properly escaped so calendar...
In case of an calendar event conflict the form submit button was not disabled on use, allowing it to be clicked again. This could have resulted in a double creation...
Fix various type differences (BOOL vs. BOOL* etc.) that cause compile failures with clang 18.1.8 https://bugs.sogo.nu/view.php?id=5997