summaryrefslogtreecommitdiffstats
path: root/web
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Sync CSS with archwebLukas Fleischer3-146/+159
2013-09-03tu_list.php: Hide table if no results are foundLukas Fleischer1-12/+13
2013-09-03Move "Add Proposal" link to "Current Votes"Lukas Fleischer2-9/+8
2013-09-02Release 2.3.0Lukas Fleischer1-1/+1
2013-09-02Specify charset in Content-Type header when returning JSON data from API.Chris Down1-0/+1
2013-08-28Only include current TUs in the last votes listLukas Fleischer1-3/+4
2013-08-27Move package comment check to packages.phpLukas Fleischer2-4/+6
2013-08-27Use POST-Redirect-GET for most package actionsLukas Fleischer1-0/+6
2013-08-27Add boolean return values to several pkg_*() functionsLukas Fleischer2-54/+55
2013-08-27Exclude running votes from "Last Votes by TU"Lukas Fleischer1-1/+4
2013-08-27Pick sane default registration languageLukas Fleischer1-1/+1
2013-08-27Re-add CRSF tokens to most package actionsLukas Fleischer2-4/+6
2013-08-27pkg_details: Convert most action links to formsLukas Fleischer2-6/+49
2013-08-26Add Japanese and Slovak languagesLukas Fleischer1-0/+2
2013-08-26tu_details.php: Avoid division by zeroLukas Fleischer1-1/+5
2013-08-26Move "Past Votes" navigation to "Past Votes" boxLukas Fleischer2-14/+17
2013-08-26Add "Last Votes by TU" listLukas Fleischer3-0/+61
2013-08-22tu_details.php: Display vote resultLukas Fleischer1-0/+20
2013-08-22tu_details.php: Avoid inline computationsLukas Fleischer1-6/+15
2013-08-22Add a vote type to the TU proposal formLukas Fleischer2-15/+38
2013-08-22Show participation in vote detailsLukas Fleischer1-0/+6
2013-08-22Store the number of TUs when starting a voteLukas Fleischer1-2/+8
2013-08-22Allow for setting an account's inactivity statusLukas Fleischer4-8/+36
2013-08-17Merge branch 'maint'Lukas Fleischer1-1/+1
2013-08-17Release 2.2.1Lukas Fleischer1-1/+1
2013-08-17Merge branch 'maint'Lukas Fleischer1-18/+41
2013-08-17Upgrade Archive/Tar from PEAR to work with php 5.5Dave Reisner1-18/+41
2013-04-24Remove superfluous search wrapper functioncanyonknight2-11/+1
2013-04-20Retrieve package details after package actions are processedcanyonknight1-4/+7
2013-03-26Release 2.2.0Lukas Fleischer1-1/+1
2013-03-26Use minified typeahead JS from archwebLukas Fleischer4-313/+3
2013-03-25Show hint if password is empty during loginLukas Fleischer1-2/+31
2013-03-24Implement IP banning for user registration and user logincanyonknight1-1/+34
2013-03-21Return 404 error page if invalid package ID is usedLukas Fleischer1-0/+6
2013-03-21Save last login IP addressLukas Fleischer1-1/+2
2013-03-21process_account_form(): Highlight errorsLukas Fleischer1-1/+1
2013-03-19Enforce e-mail validation during registrationLukas Fleischer2-4/+4
2013-03-19process_account_form(): Allow using empty passwordsLukas Fleischer1-13/+25
2013-03-19Move reset key submission to a separate functionLukas Fleischer2-17/+31
2013-03-19Fix typo in delete permission warningConnor Behan1-1/+1
2013-03-18Release 2.1.0Lukas Fleischer1-1/+1
2013-03-09pkgsubmit.php: Parse .AURINFO metadataLukas Fleischer1-4/+33
2013-03-05pkgsubmit.php: Move URL protocol check downLukas Fleischer1-14/+12
2013-03-05pkgsubmit.php: Simplify package name validationLukas Fleischer1-12/+6
2013-02-10Fix default selection on the account edit pageLukas Fleischer2-4/+4
2013-02-10Remove unneeded database connection callscanyonknight4-5/+0
2013-02-10Remove checks before calling connection methodcanyonknight4-229/+76
2013-02-10Remove documentation references to database parametercanyonknight4-71/+0
2013-02-10Remove unnecessary database connection parameter from all functionscanyonknight8-131/+132
2013-02-10Add database wrapper class and new connection methodcanyonknight10-102/+112