1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

Merge branch 'lj'

Conflicts:
	templates/repo_file_get.html
	utils.py
This commit is contained in:
xiez
2012-07-24 00:01:22 +08:00
30 changed files with 40777 additions and 12 deletions

View File

@@ -23,6 +23,7 @@ PREVIEW_FILEEXT = {
'Image': ('gif', 'jpeg', 'jpg', 'png'),
'SVG': ('svg',),
'Document': ('doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx'),
'PDF': ('pdf',),
}
def go_permission_error(request, msg=None):