1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

Fixed bug in cp/move and file/dir path

This commit is contained in:
zhengxie
2012-12-25 15:05:12 +08:00
parent 0ec2900bc4
commit 3b3f1231bb
7 changed files with 39 additions and 19 deletions

View File

@@ -164,14 +164,14 @@ CACHES = {
}
MAX_UPLOAD_FILE_SIZE = 100 * 1024 * 1024 # 100 MB
MAX_UPLOAD_FILE_NAME_LEN = 256
MAX_UPLOAD_FILE_NAME_LEN = 255
MAX_FILE_NAME = MAX_UPLOAD_FILE_NAME_LEN
MAX_PATH = 4096
# Set to True when user will be activaed after registration,
# and no email sending
ACTIVATE_AFTER_REGISTRATION = True
# In order to use email sending,
# ACTIVATE_AFTER_REGISTRATION MUST set to False
# In order to use email sending, `ACTIVATE_AFTER_REGISTRATION` must set to False
REGISTRATION_SEND_MAIL = False
# Seafile httpserver address and port