1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

[repo] online GC.

This commit is contained in:
llj
2014-09-29 18:50:39 +08:00
parent bf9b3be2fb
commit c0553b304b
4 changed files with 122 additions and 1 deletions

View File

@@ -154,6 +154,7 @@ urlpatterns = patterns('',
url(r'^ajax/space_and_traffic/$', space_and_traffic, name='space_and_traffic'),
url(r'^ajax/my-shared-and-group-repos/$', my_shared_and_group_repos, name='my_shared_and_group_repos'),
url(r'^ajax/events/$', events, name="events"),
url(r'^ajax/repo/(?P<repo_id>[-0-9a-f]{36})/online_gc/$', repo_online_gc, name='repo_online_gc'),
### Organizaion ###
url(r'^pubinfo/libraries/$', pubrepo, name='pubrepo'),