Merge branch 'master' into rorcz
[girocco.git] / TODO
blobe35e8b6c087093ba0cd043b97f861f6bde0f15e6
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 * Allow users to change their email addresses. Probably should be done
30   in the same form which is used for changing SSH keys.
32 * Ratelimiting mail notifications
34 * Captcha instead of the Sun-check
36 * Content tags editor for project admins, or a way to disable them for
37   a project altogether
39 * Fixup daemon instead of cronjob
41 * Add GitHub hooks suite to the available notifications
44 [Maybe?]
46 * Personal mob branches:
48         Rename mob to mob/mob, anyone can create and push to mob/hislogin and
49         mob/hislogin.*. It is enough to add push perms to the mob user to
50         activate this.
52 * The notion of project forking:
54         * Make it possible to aggregate the forks in graphiclog and diff
55           between forks.
57         * Provide "server-side tracking branch" management service:
58           - Propogate changes in "tracking branches" to other forks that want them.
59           - Users pull their fork and know those tracking branches are current.