# SINCE 0.5.0 \r
web.allowAdministration = true\r
\r
-# Allows remote clients to list repositories and possibly administer the Gitblit\r
-# server, if the authenticated account has administrator permissions.\r
+# Allows rpc clients to list repositories and possibly manage or administer the \r
+# Gitblit server, if the authenticated account has administrator permissions.\r
+# See *web.enableRpcManagement* and *web.enableRpcAdministration*.\r
#\r
# SINCE 0.7.0 \r
web.enableRpcServlet = true\r
\r
-# Allows remote clients to manage repositories and users of the Gitblit instance,\r
+# Allows rpc clients to manage repositories and users of the Gitblit instance,\r
# if the authenticated account has administrator permissions.\r
# Requires *web.enableRpcServlet=true*.\r
#\r
# SINCE 0.7.0 \r
web.enableRpcManagement = false\r
\r
-# Allows remote clients to control the server settings of the Gitblit instance,\r
-# if the authenticated account has administrator permissions.\r
+# Allows rpc clients to control the server settings and monitor the health of this\r
+# this Gitblit instance, if the authenticated account has administrator permissions.\r
# Requires *web.enableRpcServlet=true* and *web.enableRpcManagement*.\r
#\r
# SINCE 0.7.0 \r
\r
### TODO (high priority)\r
\r
-* Eclipse plugin to browse and clone repositories\r
-* Support federation RPCs in Gitblit Manager\r
+* Eclipse: create plugin to enumerate repositories and delegate cloning to EGit\r
+* Manager: support federation RPCs\r
+* Manager: RSS feed reader tab \r
\r
### TODO (medium priority)\r
\r
-* Editable settings page in GO/WAR\r
-* Tag repositories and offer views of repositories by tag (issue 27)\r
-* Aggregate RSS feeds by tag or subfolder\r
-* Investigate create-on-push possibility\r
-* Create Repository by Cloning feature (issue 5)\r
+* Gitblit: editable settings page in GO/WAR\r
+* Gitblit: tag repositories and offer views of repositories by tag (issue 27)\r
+* Gitblit: aggregate RSS feeds by tag or subfolder\r
+* Gitblit: investigate create-on-push possibility\r
+* Gitblit: Clone Repository feature (issue 5)\r
* optional scheduled pulls\r
* optional automatic push to origin/remotes?\r
* optional manual push to origin/remotes?\r
-* Lucene integration with multi-repository search (issue 16)\r
+* Gitblit: Lucene integration with multi-repository search (issue 16)\r
\r
### TODO (low priority)\r
\r
-* Blame coloring by author (issue 2)\r
-* View binary files in blob page (issue 6)\r
+* Gitblit: Blame coloring by author (issue 2)\r
+* Gitblit: View binary files in blob page (issue 6)\r
\r
### IDEAS\r
\r
-* Stronger ticgit integration (issue 8)\r
+* Gitblit: Stronger ticgit integration (issue 8)\r