File TODO changed (mode: 100644) (index 48e2f69..53bf108) |
1 |
1 |
== Where I stopped last time == |
== Where I stopped last time == |
2 |
2 |
[ ] test docker |
[ ] test docker |
|
3 |
|
[ ] robots.txt: disallow diffs to show in search engines. Makes not sense. |
|
4 |
|
[ ] Disallow big diffs. How to do this? Forbit the operation or used files |
|
5 |
|
to generate the output? |
|
6 |
|
Get stats from old, then for new and do the difference. If bigger than X |
|
7 |
|
do not show that diff? |
3 |
8 |
[ ] |
[ ] |
4 |
9 |
|
|
5 |
10 |
== BEFORE NEXT RELEASE == |
== BEFORE NEXT RELEASE == |
|
11 |
|
[ ] Rate limit rg.com (both connlimit and x) |
|
12 |
|
[ ] ETag must not contain the inode (per vhost) |
|
13 |
|
Apache goes with a sane default. |
|
14 |
|
[ ] postgres: activate log_temp_files and log_lock_waits |
|
15 |
|
[ ] Limit the size of files at commit (in the rights section) |
|
16 |
|
[ ] Investigate X-Content-Type-Options: "nosniff" |
|
17 |
|
[ ] Use w3af to scan the application. |
|
18 |
|
[ ] See https://communityblog.fedoraproject.org/ for design. |
|
19 |
|
[ ] design: compare: add "?" to places where a mouse-over is available. |
|
20 |
|
[ ] design: contrast is not good (Stig) (check e-mail) |
|
21 |
|
[ ] Big files creates problems. For example: |
|
22 |
|
/user/coria/coria-backend/source/tree/branch/master/blob/nohup.out |
|
23 |
|
We should check the size and output only a part of the file. |
6 |
24 |
[ ] Use --timeout=<n> for git-upload-pack. Maybe others! |
[ ] Use --timeout=<n> for git-upload-pack. Maybe others! |
7 |
25 |
What about --strict? |
What about --strict? |
8 |
26 |
[ ] Should I login the user if s/he pushes by https?! |
[ ] Should I login the user if s/he pushes by https?! |