mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
Merge branch 'lj'
Conflicts: organizations/views.py templates/myhome.html templates/snippets/my_owned_repos.html views.py
This commit is contained in:
1
urls.py
1
urls.py
@@ -53,6 +53,7 @@ urlpatterns = patterns('',
|
||||
url(r'^repo/revert_dir/(?P<repo_id>[^/]+)/$', repo_revert_dir, name='repo_revert_dir'),
|
||||
url(r'^repo/upload_file/(?P<repo_id>[^/]+)/$', repo_upload_file, name='repo_upload_file'),
|
||||
url(r'^repo/update_file/(?P<repo_id>[^/]+)/$', repo_update_file, name='repo_update_file'),
|
||||
url(r'^repo/star_file/(?P<repo_id>[^/]+)/$', repo_star_file, name='repo_star_file'),
|
||||
(r'^repo/upload_error/(?P<repo_id>[^/]+)/$', upload_file_error),
|
||||
(r'^repo/update_error/(?P<repo_id>[^/]+)/$', update_file_error),
|
||||
url(r'^repo/file_revisions/(?P<repo_id>[^/]+)/$', file_revisions, name='file_revisions'),
|
||||
|
Reference in New Issue
Block a user