summaryrefslogtreecommitdiffstats
path: root/web
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Store comments on a per-package base basisLukas Fleischer2-40/+42
2014-04-05Add provisional support for package basesLukas Fleischer4-111/+181
2014-02-10passreset.php: Make error messages translatableLukas Fleischer1-2/+2
2014-02-10Set Content-type header when sending UTF-8 mailsLukas Fleischer2-4/+12
2014-02-10Use CRLF to separate headers in mail()Lukas Fleischer2-4/+16
2014-02-10Highlight the AUR link in the navigation barLukas Fleischer1-0/+4
2014-02-09Modernize the account search formLukas Fleischer1-72/+48
2014-02-09Show user's last login on the account details pageLukas Fleischer1-0/+8
2014-02-09Remove LastVoted columnLukas Fleischer5-18/+0
2014-02-06Simplify canDeleteComment()Lukas Fleischer1-10/+10
2014-02-06Simplify valid_user() and valid_username()Lukas Fleischer1-17/+10
2014-02-06pkgfuncs.inc.php: Fix comment styleLukas Fleischer1-52/+56
2014-02-06acctfuncs.inc.php: Fix comment styleLukas Fleischer1-36/+28
2014-02-06Style fixes: Capitalization of "true" and "false"Lukas Fleischer4-15/+15
2014-02-06Do not allow unauthenticated users to delete commentsLukas Fleischer1-1/+8
2014-02-04Add support for anonymous commentsLukas Fleischer2-6/+14
2014-02-03Hide intermediate voting resultsLukas Fleischer2-0/+8
2014-02-03tu_details.php: Fix unknown result checkLukas Fleischer1-1/+1
2014-02-03account_details.php: Add link to edit a user's accountcanyonknight2-3/+11
2014-02-01Sort last TU votes by vote and by user nameLukas Fleischer1-1/+1
2014-01-22Further optimize voters.php to only need the package namecanyonknight4-9/+10
2014-01-20voters.php: Remove extra call to pkgname_from_id()canyonknight1-3/+2
2014-01-20acctfuncs.inc.php: Allow translation of missing stringscanyonknight1-2/+2
2014-01-17pkgsubmit.php: Improve visibility of errorsLukas Fleischer1-4/+4
2014-01-17Add a warning for packages without .AURINFOLukas Fleischer1-0/+7
2014-01-17Promote the use of mkaurballLukas Fleischer1-1/+1
2014-01-17Detect split packages from .AURINFOLukas Fleischer1-0/+6
2014-01-17Strip whitespace from .AURINFO linesLukas Fleischer1-0/+1
2014-01-17Rename "depend" field to "depends" in .AURINFOLukas Fleischer1-1/+1
2014-01-13Release 2.3.1Lukas Fleischer1-1/+1
2014-01-11Fix split package error handlingLukas Fleischer1-6/+7
2014-01-11Forbid developers to voteBalló György1-0/+3
2014-01-11passreset.php: Error out if e-mail is emptyLukas Fleischer1-7/+12
2014-01-11passreset.php: Refactor HTMLLukas Fleischer1-13/+12
2014-01-11Typeahead workaround for having to press enter twiceJoris Steyn1-0/+9
2014-01-02Go to package when selecting a typeahead suggestionJoris Steyn1-1/+5
2013-09-08Convert adopt/disown package action link to formcanyonknight2-17/+23
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