1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00

Fix api bug and refactor repo code

Conflicts:
	seahub/urls.py
	seahub/views/__init__.py
This commit is contained in:
zhengxie
2014-09-09 15:21:30 +08:00
parent 8653217e7a
commit da498f746d
4 changed files with 135 additions and 133 deletions

View File

@@ -7,7 +7,8 @@ from seahub.views import *
from seahub.views.file import view_file, view_history_file, view_trash_file,\
view_snapshot_file, file_edit, view_shared_file, view_file_via_shared_dir,\
text_diff, view_priv_shared_file, view_raw_file, view_raw_shared_file
from seahub.views.repo import repo, repo_history_view
from seahub.views.repo import repo, repo_history_view, view_shared_dir, \
view_shared_upload_link
from notifications.views import notification_list
from group.views import group_list
from message.views import user_msg_list, user_msg_remove, user_received_msg_remove