From 93f4729cdfc856d2a3b155bcf3e97f85b47ce760 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 04 Dec 2011 16:55:42 -0500 Subject: [PATCH] Implemented ConfigUserService. Fixed and deprecated FileUserService. --- docs/05_roadmap.mkd | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/docs/05_roadmap.mkd b/docs/05_roadmap.mkd index b29f622..e9d2dcb 100644 --- a/docs/05_roadmap.mkd +++ b/docs/05_roadmap.mkd @@ -29,8 +29,6 @@ * push-restricted repositories would have anonymous R git:// access * clone-restricted repositories would prohibit git:// access * view-restricted repositories would prohibit git:// access -* Gitblit: Consider using Git-style config file instead of Java properties file for user storage (users.config vs. users.properties) - * this would allow for additional fields per user without bringing in a database ### TODO (low priority) @@ -39,6 +37,7 @@ ### IDEAS +* Gitblit: consider user-subscribed email notifications for a repository branch * Gitblit: aggregate RSS feeds by tag or subfolder * Gitblit: Consider creating more Git model objects and exposing them via the JSON RPC interface to allow inspection/retrieval of Git commits, Git trees, etc from Gitblit. * Gitblit: Stronger ticgit integration (issue 8) -- Gitblit v1.9.1