Merge branch 'master' into rorcz
[girocco.git] / TODO
blobc3826cda5e396136bdfe6a098882c54537343c3e
1 === repo.or.cz-specific or urgent TODO items ===
3 * Allow user removal of a repository.
5 * Change the process of forking to set up the forkee refs in the forked
6   repository:
8   - The user can then simply fork first, then clone the fork.
10   - The initial push won't push redundant data.
11     Looking into why git won't send the have lines for the alternates
12     would be worthsome as well.
14 * Investigate why we have so many repos with invalid objects (and how many
15   do we actually have) and figure a way to deal with it.
18 === Generic Girocco TODO items ===
20 * Watches support - random strangers can ask to be notified each time
21   a certain project[#branch]:path changes; c.f.
23         http://repo.or.cz/w/girocco/ztw.git/commitdiff/e4fe8a5bed0f548187c7d2d9750254ef1205fa08
25   but probably with much simpler single-file state structure.
27 * Upload SSH key as a file instead of pasting it to a textarea
29 * Ratelimiting mail notifications
31 * Captcha instead of the Sun-check
33 * Content tags editor for project admins, or a way to disable them for
34   a project altogether
36 * Fixup daemon instead of cronjob
38 * Add GitHub hooks suite to the available notifications
41 [Maybe?]
43 * Personal mob branches:
45         Rename mob to mob/mob, anyone can create and push to mob/hislogin and
46         mob/hislogin.*. It is enough to add push perms to the mob user to
47         activate this.
49 * The notion of project forking:
51         * Make it possible to aggregate the forks in graphiclog and diff
52           between forks.
54         * Provide "server-side tracking branch" management service:
55           - Propogate changes in "tracking branches" to other forks that want them.
56           - Users pull their fork and know those tracking branches are current.