feat(core): Add SOGoDisableSharingAnyAuthUser option to disable sharing to any user authenticated for mail, contacts and calendar

This commit is contained in:
Hivert Quentin
2023-11-03 17:01:49 +01:00
parent 6e60b10755
commit e0ef59d5f2
5 changed files with 67 additions and 1 deletions
+1
View File
@@ -130,6 +130,7 @@ NSComparisonResult languageSort(id el1, id el2, void *context);
- (NSString *) JWTSecret;
- (NSArray *) disableSharing;
- (NSArray *) disableSharingAnyAuthUser;
@end