Merge branch 'master' of ssh://repo.or.cz/srv/git/girocco
[girocco/susan.git] / TODO
blobf3c89595a8148017d34513995ddf1e013dc37f7e
1 * Watches support - random strangers can ask to be notified each time
2   a certain project[#branch]:path changes; c.f.
4         http://repo.or.cz/w/girocco/ztw.git/commitdiff/e4fe8a5bed0f548187c7d2d9750254ef1205fa08
6   but probably with much simpler single-file state structure.
8 * Upload SSH key as a file instead of pasting it to a textarea
10 * Ratelimiting mail notifications
12 * Captcha instead of the Sun-check
14 * Content tags editor for project admins, or a way to disable them for
15   a project altogether
17 * Fixup daemon instead of cronjob
19 * Add GitHub hooks suite to the available notifications
22 [Maybe?]
24 * Personal mob branches:
26         Rename mob to mob/mob, anyone can create and push to mob/hislogin and
27         mob/hislogin.*. It is enough to add push perms to the mob user to
28         activate this.
30 * The notion of project forking:
32         * Make it possible to aggregate the forks in graphiclog and diff
33           between forks.
35         * Provide "server-side tracking branch" management service:
36           - Propogate changes in "tracking branches" to other forks that want them.
37           - Users pull their fork and know those tracking branches are current.