File TODO changed (mode: 100644) (index dffe47a..a520351) |
1 |
1 |
== Where I stopped last time == |
== Where I stopped last time == |
2 |
|
[ ] Add sha1sum of the images |
|
3 |
2 |
[ ] Creating git folder is not always working? |
[ ] Creating git folder is not always working? |
|
3 |
|
De verificat toate pe rocketgit.com. |
4 |
4 |
[ ] What if a user passed </textarea> or <xss> into a field for edit?! |
[ ] What if a user passed </textarea> or <xss> into a field for edit?! |
5 |
5 |
We may have a xss attack! Bad! Bad! |
We may have a xss attack! Bad! Bad! |
6 |
6 |
[ ] |
[ ] |
7 |
7 |
|
|
8 |
8 |
== BEFORE NEXT RELEASE == |
== BEFORE NEXT RELEASE == |
9 |
|
[ ] Leave alone the ssh key comment! |
|
|
9 |
|
[ ] First page can be cached at least 10 minutes? I think not because of |
|
10 |
|
logout token. What if the user is not logged in?! Yep, we can do it. |
|
11 |
|
ETag! What about the cookies?! |
|
12 |
|
Also, we may want to reuse the logout token? |
|
13 |
|
[ ] When sending mail with the new key, append also the fingerprints. |
|
14 |
|
[ ] Why 'not github' articles, should be integrated somewhere: |
|
15 |
|
http://www.valdyas.org/fading/index.cgi/2015/05/29#no-github |
|
16 |
|
http://www.adamhyde.net/why-github-is-bad-for-open-source/ |
|
17 |
|
[ ] Add sha1sum of the images |
|
18 |
|
[ ] Show user the entry that must be added for known_hosts |
|
19 |
|
[ ] LDAP: http://mageconfig.blogspot.ro/2014/06/configure-gitgerrit-with-open-ldap-for.html |
|
20 |
|
[ ] Leave alone the ssh key comment! More exactly, do not convert unk chars. |
10 |
21 |
[ ] Pass only uid to events, we already have it in cache! |
[ ] Pass only uid to events, we already have it in cache! |
11 |
22 |
[ ] 'confirmed' should be built in the event handlers not in callers. |
[ ] 'confirmed' should be built in the event handlers not in callers. |
12 |
23 |
It is already checked in rg_mail_template! |
It is already checked in rg_mail_template! |