Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-05 | updated copyright to 2014 | Arun Persaud | 1 | -1/+1 | |
2013-01-12 | updated copyright for 2013 | Arun Persaud | 1 | -1/+1 | |
2012-09-22 | updated to better password hash: use crypt instead of md5 | Arun Persaud | 1 | -7/+18 | |
the upgrade will be done automatically when a user logs in, password recovery is still based on md5, but that should be OK, since it's a random generated password anyway | |||||
2012-09-22 | marked more strings for translation | Arun Persaud | 1 | -6/+6 | |
2012-09-22 | replaces some more " with ' | Arun Persaud | 1 | -19/+19 | |
2012-02-10 | updated copyright notice for 2012 | Arun Persaud | 1 | -1/+1 | |
2011-10-05 | cleared up the look of the front page a bit | Arun Persaud | 1 | -69/+11 | |
2010-02-06 | added copyright notice and GPL reference | Arun Persaud | 1 | -0/+19 | |
2009-04-25 | NEW FEATURE: added OpenID support | Arun Persaud | 1 | -28/+75 | |
Users can add and delete OpenIDs on the settings page and then log in user those OpenIds. They can also use their OpenIDs to register. | |||||
2009-01-17 | NEW FEATURE: add a random math question to the registration progress to get ↵ | Arun Persaud | 1 | -5/+63 | |
rid of robots make it harder for robots to register | |||||
2008-10-18 | CELANUP: inform user who is registering that his email will be visible | Arun Persaud | 1 | -1/+4 | |
guess they should know ;) Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-08-17 | CLEANUP: some more comments, also removed some debug messages | Arun Persaud | 1 | -10/+11 | |
Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-05-10 | NEW FEATURE: new settings page, user can now change timezone | Arun Persaud | 1 | -7/+3 | |
rewrote the settings page, timezone can now be changed, the user menu shows up on the left on the pref page. Added a link to the pref-page in the left menu. Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-05-06 | CLEANUP: removed all calls to mysql functions and replaced them with calls ↵ | Arun Persaud | 1 | -4/+4 | |
to DB_xxx should be very easy now to change to a different database. also made the code look nicer ;) Signed-off-by: Arun Persaud <arun@nubati.net> | |||||
2008-04-26 | CLEANUP: moved register.php to the include directory | Arun Persaud | 1 | -0/+83 | |
new users are now also automatically logged in. Signed-off-by: Arun Persaud <arun@nubati.net> |