webapp: Repository list is now included in the dashboard, and other UI tweaks.

This commit is contained in:
Joey Hess 2013-03-15 00:34:42 -04:00
parent 6c7ce8f193
commit 810a06b771
18 changed files with 77 additions and 108 deletions

View file

@ -1,8 +1,5 @@
/ DashboardR GET HEAD
/repositories RepositoriesR GET
/repositories/reorder RepositoriesReorderR GET
/noscript NoScriptR GET
/noscript/auto NoScriptAutoR GET
@ -20,6 +17,7 @@
/config/preferences PreferencesR GET
/config/xmpp XMPPR GET
/config/addrepository AddRepositoryR GET
/config/repository/new/first FirstRepositoryR GET
/config/repository/new NewRepositoryR GET
/config/repository/switcher RepositorySwitcherR GET
@ -55,6 +53,8 @@
/config/repository/enable/glacier/#UUID EnableGlacierR GET
/config/repository/enable/webdav/#UUID EnableWebDAVR GET
/config/repository/reorder RepositoriesReorderR GET
/transfers/#NotificationId TransfersR GET
/notifier/transfers NotifierTransfersR GET