Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Put passwords next to username to allow browser to cache username and not e-mail | 4e2d12ca5ce8f5420c3d51469386eda84724256a | Catalin(ux) M. BOIE | 2016-12-07 20:32:23 |
Raise the limits for the queries to 50 | 529edd633de2059eefd12afeb67847bbb72c4eed | Catalin(ux) M. BOIE | 2016-12-07 20:29:06 |
Added Gogs.io into comparison and added more criteria | 09bb2d793e67f732ff275ba72e42c71d54fd51d6 | Catalin(ux) M. BOIE | 2016-12-07 20:28:20 |
If session expires and the user presses logout, do not give errors | 5871b5cd6efae48655000b980f641b39ccc4a146 | Catalin(ux) M. BOIE | 2016-12-07 20:11:31 |
No need for AllowOverride All | 4b0cf4ec9663f0aa3cf4f8d55dfb4f7f3fd8614d | Catalin(ux) M. BOIE | 2016-11-20 08:17:15 |
Use getmyuid instead of posix_getuid to not depend on another extention | f6d6dcce4d565281e3d47079974b6d6a91a36ae4 | Catalin(ux) M. BOIE | 2016-11-20 07:15:04 |
CSS adjustments | 264821ffdde5ad2d9c196844ecd13fd689b7e353 | Catalin(ux) M. BOIE | 2016-11-19 14:13:02 |
Some rewording in Donate page | 58626a058176945e165ab0230bd1093e025a07ac | Catalin(ux) M. BOIE | 2016-11-19 14:08:20 |
Bump version to 0.64 | b414b4d454c2f37010d213cd23662f01b7fb3951 | Catalin(ux) M. BOIE | 2016-11-19 13:25:15 |
Do not set ServerName if it unknown; else will not match | 1b58474438fff06932d666f04f75581bfea7361b | Catalin(ux) M. BOIE | 2016-11-19 13:24:23 |
The build process nedds php | 681151c53be2922e9f2cedc20be5add1587e013d | Catalin(ux) M. BOIE | 2016-11-17 22:37:46 |
Bump version to 0.63 | cefea42530ef6ed4ddf8d2f36020b8e2d5dbf467 | Catalin(ux) M. BOIE | 2016-11-17 18:39:51 |
TODO updates | b11fde8c1548fe9b0968b4193ace5418516ef043 | Catalin(ux) M. BOIE | 2016-11-17 18:39:08 |
Do not show "My repositories" and "Suggestion" menus if admin | c2338a8b03a77618e7de86ebcc2ce80b4d4b5268 | Catalin(ux) M. BOIE | 2016-11-17 17:29:46 |
Update comparison | 5fc0290369207bcb063f5fad355a90e31b93c975 | Catalin(ux) M. BOIE | 2016-11-16 21:49:18 |
Added GNU Ethical Repository Criteria Evaluations results in compare.csv | e3cff3f25926df5d9860b95a82c928d527cb01eb | Catalin(ux) M. BOIE | 2016-11-15 20:59:41 |
Changed "FLOS" to "free (as in speech)" to reflect the reality. | 39d07466ab3f0c5dc10a9e950004e6ace285f377 | Catalin(ux) M. BOIE | 2016-11-15 20:57:25 |
Disable weak keys if admin says so. | 0afb8c5c5885ef504a28d02b07d040fd2c92c79a | Catalin(ux) M. BOIE | 2016-11-15 20:50:54 |
TODO changes | f25bd7cf263f651870d880d0bb745a4cc07450cb | Catalin(ux) M. BOIE | 2016-11-11 20:58:12 |
Add a link to the comparison on the front page | f854fce154ad713938959cd0d128f50d27711aa3 | Catalin(ux) M. BOIE | 2016-11-11 20:55:09 |
File | Lines added | Lines deleted |
---|---|---|
root/themes/default/user/add_edit.html | 10 | 10 |
File root/themes/default/user/add_edit.html changed (mode: 100644) (index edbf55d..c78c990) | |||
14 | 14 | <input type="text" name="username" id="username" value="@@username@@" /> | <input type="text" name="username" id="username" value="@@username@@" /> |
15 | 15 | </p> | </p> |
16 | 16 | ||
17 | <p> | ||
18 | <label for="realname">Name (not public)</label><br /> | ||
19 | <input type="text" name="realname" id="realname" value="@@realname@@" /> | ||
20 | </p> | ||
21 | |||
22 | <p> | ||
23 | <label for="email">E-mail (not public)</label><br /> | ||
24 | <input type="text" name="email" id="email" value="@@email@@" /> | ||
25 | </p> | ||
26 | |||
27 | 17 | @@if(@@ask_for_pass@@ == 1){{ | @@if(@@ask_for_pass@@ == 1){{ |
28 | 18 | <p> | <p> |
29 | 19 | <label for="pass">Password</label><br /> | <label for="pass">Password</label><br /> |
37 | 27 | }}{{ | }}{{ |
38 | 28 | }} | }} |
39 | 29 | ||
30 | <p> | ||
31 | <label for="realname">Name (not public)</label><br /> | ||
32 | <input type="text" name="realname" id="realname" value="@@realname@@" /> | ||
33 | </p> | ||
34 | |||
35 | <p> | ||
36 | <label for="email">E-mail (not public)</label><br /> | ||
37 | <input type="text" name="email" id="email" value="@@email@@" /> | ||
38 | </p> | ||
39 | |||
40 | 40 | @@if(@@login_ui::is_admin@@ == 1){{ | @@if(@@login_ui::is_admin@@ == 1){{ |
41 | 41 | <p> | <p> |
42 | 42 | <label for="is_admin">Admin?</label><br /> | <label for="is_admin">Admin?</label><br /> |