File TODO changed (mode: 100644) (index d608cd4..259c7b1) |
1 |
1 |
== Where I stopped last time == |
== Where I stopped last time == |
2 |
2 |
[ ] |
[ ] |
3 |
3 |
|
|
|
4 |
|
|
4 |
5 |
== BEFORE NEXT RELEASE == |
== BEFORE NEXT RELEASE == |
|
6 |
|
[ ] rg_ssh_host/rg_git_host must be set also in admin web page. |
|
7 |
|
[ ] When a file is empty, show it in a special way to not be tempted to click |
|
8 |
|
on it. |
|
9 |
|
[ ] LDAP |
|
10 |
|
http://mageconfig.blogspot.ro/2014/06/configure-gitgerrit-with-open-ldap-for.html |
|
11 |
|
add groups support |
|
12 |
|
[ ] hostname problems: |
|
13 |
|
We may want to add a new state (hostname_real) which will be set by |
|
14 |
|
admin and will have precedence over 'hostname', which is only |
|
15 |
|
guessed by first access. If 'hostname_real' is not set, add a warning |
|
16 |
|
on all pages for admin user to set the correct hostname. |
|
17 |
|
[ ] compare: add number of lines of the project. |
|
18 |
|
[ ] For repo stats, add also the number of lines. |
5 |
19 |
[ ] Add a minimum password length and enforce it everywhere. |
[ ] Add a minimum password length and enforce it everywhere. |
6 |
20 |
[ ] Never redirect if the Host:'s port is different from SERVER_PORT. |
[ ] Never redirect if the Host:'s port is different from SERVER_PORT. |
7 |
21 |
(see docker with redirects) |
(see docker with redirects) |
|
28 |
42 |
[ ] promise to not sell user data (tos/main page). |
[ ] promise to not sell user data (tos/main page). |
29 |
43 |
[ ] admin settings: disable reports by e-mail. |
[ ] admin settings: disable reports by e-mail. |
30 |
44 |
[ ] web: How can you help: sponsor us! |
[ ] web: How can you help: sponsor us! |
31 |
|
[ ] ldap: add groups support |
|
32 |
45 |
[ ] repo stats: at least generate the log into a file and parse the file? |
[ ] repo stats: at least generate the log into a file and parse the file? |
33 |
46 |
[ ] Should 'logout' be a form to not be followed by browser automatically? |
[ ] Should 'logout' be a form to not be followed by browser automatically? |
34 |
47 |
[ ] mail template mail/user/rename seems to not have the files! |
[ ] mail template mail/user/rename seems to not have the files! |
|
... |
... |
to add a worker? Also, no hint is presented. |
1229 |
1242 |
http://www.valdyas.org/fading/index.cgi/2015/05/29#no-github |
http://www.valdyas.org/fading/index.cgi/2015/05/29#no-github |
1230 |
1243 |
http://www.adamhyde.net/why-github-is-bad-for-open-source/ |
http://www.adamhyde.net/why-github-is-bad-for-open-source/ |
1231 |
1244 |
[ ] ssh: Show user the entry that must be added for known_hosts |
[ ] ssh: Show user the entry that must be added for known_hosts |
1232 |
|
[ ] LDAP: http://mageconfig.blogspot.ro/2014/06/configure-gitgerrit-with-open-ldap-for.html |
|
1233 |
1245 |
[ ] Pass only uid to events, we already have it in cache! |
[ ] Pass only uid to events, we already have it in cache! |
1234 |
1246 |
[ ] When we push by ssh, we have the user, so we can give more info about |
[ ] When we push by ssh, we have the user, so we can give more info about |
1235 |
1247 |
why the push failed. Carefull, not too much info. For example: |
why the push failed. Carefull, not too much info. For example: |
File TODO.vm changed (mode: 100644) (index 7639972..9bb3652) |
|
1 |
|
[ ] We should wait for database to be ready before starting cron. |
|
2 |
|
Else, we get an err- file! |
1 |
3 |
[ ] Use 'qcow2 (prealloc metadata)', it is only 6.5MiB. |
[ ] Use 'qcow2 (prealloc metadata)', it is only 6.5MiB. |
2 |
4 |
Maybe is faster. |
Maybe is faster. |
3 |
5 |
[ ] Use 'virsh domifaddrs' to find out the IP addresses? |
[ ] Use 'virsh domifaddrs' to find out the IP addresses? |
4 |
6 |
[ ] Add an install method to stream the image dirrectly + copy-on-read? |
[ ] Add an install method to stream the image dirrectly + copy-on-read? |
5 |
7 |
[ ] Check other filesystems: nils2 etc for virtual machine. |
[ ] Check other filesystems: nils2 etc for virtual machine. |
6 |
|
[ ] Use guestmount when building VM images? |
|
7 |
8 |
[ ] Add sha1sum of the VM images |
[ ] Add sha1sum of the VM images |
8 |
9 |
[ ] Sign vm images. |
[ ] Sign vm images. |
9 |
10 |
[ ] Document that is a i386 image to be able to be run on a lot of machines? |
[ ] Document that is a i386 image to be able to be run on a lot of machines? |