mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
[ share-repo ] can share repo to any groups
This commit is contained in:
@@ -315,6 +315,9 @@ DISABLE_SYNC_WITH_ANY_FOLDER = False
|
||||
|
||||
ENABLE_TERMS_AND_CONDITIONS = False
|
||||
|
||||
# Enable or disable sharing to all groups
|
||||
ENABLE_SHARE_TO_ALL_GROUPS = False
|
||||
|
||||
# File preview
|
||||
FILE_PREVIEW_MAX_SIZE = 30 * 1024 * 1024
|
||||
OFFICE_PREVIEW_MAX_SIZE = 2 * 1024 * 1024
|
||||
@@ -700,4 +703,5 @@ CONSTANCE_CONFIG = {
|
||||
'ENABLE_TWO_FACTOR_AUTH': (ENABLE_TWO_FACTOR_AUTH,''),
|
||||
|
||||
'TEXT_PREVIEW_EXT': (TEXT_PREVIEW_EXT, ''),
|
||||
'ENABLE_SHARE_TO_ALL_GROUPS': (ENABLE_SHARE_TO_ALL_GROUPS, ''),
|
||||
}
|
||||
|
Reference in New Issue
Block a user