Age | Commit message (Expand) | Author | Files | Lines |
2014-02-06 | acctfuncs.inc.php: Fix comment style | Lukas Fleischer | 1 | -36/+28 |
2014-02-01 | Sort last TU votes by vote and by user name | Lukas Fleischer | 1 | -1/+1 |
2014-01-20 | acctfuncs.inc.php: Allow translation of missing strings | canyonknight | 1 | -2/+2 |
2013-08-28 | Only include current TUs in the last votes list | Lukas Fleischer | 1 | -3/+4 |
2013-08-27 | Exclude running votes from "Last Votes by TU" | Lukas Fleischer | 1 | -1/+4 |
2013-08-26 | Add "Last Votes by TU" list | Lukas Fleischer | 1 | -0/+19 |
2013-08-22 | Add a vote type to the TU proposal form | Lukas Fleischer | 1 | -3/+4 |
2013-08-22 | Store the number of TUs when starting a vote | Lukas Fleischer | 1 | -2/+8 |
2013-08-22 | Allow for setting an account's inactivity status | Lukas Fleischer | 1 | -6/+22 |
2013-04-24 | Remove superfluous search wrapper function | canyonknight | 1 | -10/+0 |
2013-03-25 | Show hint if password is empty during login | Lukas Fleischer | 1 | -2/+31 |
2013-03-24 | Implement IP banning for user registration and user login | canyonknight | 1 | -1/+34 |
2013-03-21 | Save last login IP address | Lukas Fleischer | 1 | -1/+2 |
2013-03-21 | process_account_form(): Highlight errors | Lukas Fleischer | 1 | -1/+1 |
2013-03-19 | process_account_form(): Allow using empty passwords | Lukas Fleischer | 1 | -13/+25 |
2013-03-19 | Move reset key submission to a separate function | Lukas Fleischer | 1 | -0/+26 |
2013-02-10 | Remove checks before calling connection method | canyonknight | 1 | -73/+24 |
2013-02-10 | Remove documentation references to database parameter | canyonknight | 1 | -24/+0 |
2013-02-10 | Remove unnecessary database connection parameter from all functions | canyonknight | 1 | -29/+29 |
2013-02-10 | Add database wrapper class and new connection method | canyonknight | 1 | -24/+24 |
2013-01-30 | acctfuncs.inc.php: Change wording of account editing message | canyonknight | 1 | -1/+1 |
2013-01-30 | Clear a user's active sessions following account suspension | canyonknight | 1 | -0/+19 |
2013-01-30 | acctfuncs.inc.php: Change return type of valid_username function | canyonknight | 1 | -6/+5 |
2012-11-29 | Fix account privilege escalation vulnerability | canyonknight | 1 | -2/+2 |
2012-11-29 | Fix account editing and hijacking vulnerability | canyonknight | 1 | -0/+29 |
2012-10-08 | Refactor TU voters list | Lukas Fleischer | 1 | -3/+3 |
2012-09-24 | Avoid use of "<b>"/"</b>" | Lukas Fleischer | 1 | -6/+6 |
2012-09-24 | acctfuncs.inc.php: Document all functions using PHPDoc format | canyonknight | 1 | -81/+270 |
2012-09-18 | Overhaul ability to edit own account | canyonknight | 1 | -18/+0 |
2012-09-18 | Use URL rewriting for user info page | canyonknight | 1 | -1/+1 |
2012-09-18 | Adjust user directions after registering to reflect new login page | canyonknight | 1 | -1/+1 |
2012-09-18 | Migrate all DB code to use PDO | canyonknight | 1 | -110/+119 |
2012-07-15 | Redirect to the home page after successful login | Lukas Fleischer | 1 | -1/+1 |
2012-07-15 | Use virtual path feature for links | Lukas Fleischer | 1 | -2/+2 |
2012-07-14 | Merge branch 'maint' | Lukas Fleischer | 1 | -1/+1 |
2012-07-14 | acctfuncs.inc.php: Make user_suspended() work correctly | canyonknight | 1 | -1/+1 |
2012-07-08 | acctfuncs.inc.php: Fix "Undefined variable" notices | Lukas Fleischer | 1 | -0/+4 |
2012-07-06 | acctfuncs.inc.php: Move XHTML to account_details.php template | canyonknight | 1 | -70/+0 |
2012-07-06 | acctfuncs.inc.php: Make user_is_privileged() work | canyonknight | 1 | -2/+2 |
2012-07-06 | acctfuncs.inc.php: Allow functions to take DB handle as argument | canyonknight | 1 | -10/+28 |
2012-07-06 | Pull out DB code from trusted user page | canyonknight | 1 | -0/+104 |
2012-07-06 | account.php: Pull out DB code | canyonknight | 1 | -0/+39 |
2012-07-06 | passreset.php: Pull out DB code | canyonknight | 1 | -0/+34 |
2012-07-06 | logout.php: Pull out DB code | canyonknight | 1 | -1/+16 |
2012-07-06 | account_search_results.php: Pull out DB code | canyonknight | 1 | -0/+6 |
2012-07-06 | addvote.php: Pull out DB code | canyonknight | 1 | -1/+37 |
2012-07-06 | acctfuncs.inc.php: Move XHTML to account_search_results.php template | canyonknight | 1 | -115/+1 |
2012-07-06 | acctfuncs.inc.php: Move XHTML to account_edit_form.php template | canyonknight | 1 | -123/+1 |
2012-06-24 | Implement token system to fix CSRF vulnerabilities | canyonknight | 1 | -0/+1 |
2012-03-24 | Unify function declaration style | Lukas Fleischer | 1 | -16/+8 |