mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 09:48:51 +00:00
1
NEWS
1
NEWS
@@ -17,6 +17,7 @@ Bug fixes
|
||||
- [core] correctly handle "Last day of the month" recurrence rule
|
||||
- [core] fixed yearly recurrence calculator with until date
|
||||
- [core] generalized HTML sanitization to avoid encoding issues when replying/forwarding mails
|
||||
- [core] don't expose web calendars to other users (#4331)
|
||||
- [eas] avoid sync requests for shared folders every second (#4275)
|
||||
|
||||
2.3.22 (2017-07-20)
|
||||
|
||||
@@ -659,7 +659,8 @@ static SoSecurityManager *sm = nil;
|
||||
for (count = 0; count < max; count++)
|
||||
{
|
||||
folder = [folders objectAtIndex: count];
|
||||
if ([folder folderPropertyValueInCategory: @"WebCalendars"])
|
||||
if ([folder folderPropertyValueInCategory: @"WebCalendars"
|
||||
forUser: [SOGoUser userWithLogin: owner]])
|
||||
{
|
||||
name = [folder nameInContainer];
|
||||
if (isWebRequest)
|
||||
|
||||
Reference in New Issue
Block a user