Age | Commit message (Expand) | Author | Files | Lines |
2014-02-10 | Set Content-type header when sending UTF-8 mails | Lukas Fleischer | 2 | -4/+12 |
2014-02-10 | Use CRLF to separate headers in mail() | Lukas Fleischer | 2 | -4/+16 |
2014-02-09 | Remove LastVoted column | Lukas Fleischer | 2 | -9/+0 |
2014-02-06 | Simplify canDeleteComment() | Lukas Fleischer | 1 | -10/+10 |
2014-02-06 | Simplify valid_user() and valid_username() | Lukas Fleischer | 1 | -17/+10 |
2014-02-06 | pkgfuncs.inc.php: Fix comment style | Lukas Fleischer | 1 | -52/+56 |
2014-02-06 | acctfuncs.inc.php: Fix comment style | Lukas Fleischer | 1 | -36/+28 |
2014-02-06 | Style fixes: Capitalization of "true" and "false" | Lukas Fleischer | 3 | -12/+12 |
2014-02-06 | Do not allow unauthenticated users to delete comments | Lukas Fleischer | 1 | -1/+8 |
2014-02-04 | Add support for anonymous comments | Lukas Fleischer | 1 | -5/+5 |
2014-02-01 | Sort last TU votes by vote and by user name | Lukas Fleischer | 1 | -1/+1 |
2014-01-22 | Further optimize voters.php to only need the package name | canyonknight | 1 | -5/+6 |
2014-01-20 | acctfuncs.inc.php: Allow translation of missing strings | canyonknight | 1 | -2/+2 |
2014-01-13 | Release 2.3.1v2.3.1 | Lukas Fleischer | 1 | -1/+1 |
2013-09-02 | Release 2.3.0v2.3.0 | Lukas Fleischer | 1 | -1/+1 |
2013-09-02 | Specify charset in Content-Type header when returning JSON data from API. | Chris Down | 1 | -0/+1 |
2013-08-28 | Only include current TUs in the last votes list | Lukas Fleischer | 1 | -3/+4 |
2013-08-27 | Move package comment check to packages.php | Lukas Fleischer | 1 | -4/+0 |
2013-08-27 | Add boolean return values to several pkg_*() functions | Lukas Fleischer | 1 | -42/+42 |
2013-08-27 | Exclude running votes from "Last Votes by TU" | Lukas Fleischer | 1 | -1/+4 |
2013-08-26 | Add Japanese and Slovak languages | Lukas Fleischer | 1 | -0/+2 |
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-08-17 | Merge branch 'maint' | Lukas Fleischer | 1 | -1/+1 |
2013-08-17 | Release 2.2.1 | Lukas Fleischer | 1 | -1/+1 |
2013-08-17 | Merge branch 'maint' | Lukas Fleischer | 1 | -18/+41 |
2013-08-17 | Upgrade Archive/Tar from PEAR to work with php 5.5v2.2.1 | Dave Reisner | 1 | -18/+41 |
2013-04-24 | Remove superfluous search wrapper function | canyonknight | 1 | -10/+0 |
2013-03-26 | Release 2.2.0v2.2.0 | Lukas Fleischer | 1 | -1/+1 |
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-03-19 | Fix typo in delete permission warning | Connor Behan | 1 | -1/+1 |
2013-03-18 | Release 2.1.0v2.1.0 | Lukas Fleischer | 1 | -1/+1 |
2013-02-10 | Remove checks before calling connection method | canyonknight | 3 | -226/+75 |
2013-02-10 | Remove documentation references to database parameter | canyonknight | 4 | -71/+0 |
2013-02-10 | Remove unnecessary database connection parameter from all functions | canyonknight | 5 | -115/+116 |
2013-02-10 | Add database wrapper class and new connection method | canyonknight | 6 | -98/+108 |
2013-01-30 | Merge branch 'maint' | Lukas Fleischer | 2 | -8/+26 |
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 |
2013-01-30 | aur.inc.php: Fix PHP undefined index notice for AURSID | canyonknight | 1 | -1/+1 |
2013-01-19 | Merge branch 'maint' | Lukas Fleischer | 2 | -5/+0 |
2013-01-19 | stats.inc.php: Remove unnecessary account type lookup | canyonknight | 1 | -3/+0 |