summaryrefslogtreecommitdiffstats
path: root/web/lib
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Move package actions to package basesLukas Fleischer1-32/+32
2014-04-05Allow for searching by package base nameLukas Fleischer1-1/+10
2014-04-05Factor out PKGBUILD parsingLukas Fleischer1-0/+139
2014-04-05Do not allow for overwriting arbitrary packagesLukas Fleischer1-0/+19
2014-04-05Add package base detail pagesLukas Fleischer2-1/+99
2014-04-05Add full support for the new .AURINFO formatLukas Fleischer1-0/+27
2014-04-05Make the delete function remove package basesLukas Fleischer1-28/+54
2014-04-05routing.inc.php: Add get_pkgbase_uri()Lukas Fleischer1-0/+4
2014-04-05Store comments on a per-package base basisLukas Fleischer1-39/+40
2014-04-05Add provisional support for package basesLukas Fleischer3-98/+167
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-09Remove LastVoted columnLukas Fleischer2-9/+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 Fleischer3-12/+12
2014-02-06Do not allow unauthenticated users to delete commentsLukas Fleischer1-1/+8
2014-02-04Add support for anonymous commentsLukas Fleischer1-5/+5
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 namecanyonknight1-5/+6
2014-01-20acctfuncs.inc.php: Allow translation of missing stringscanyonknight1-2/+2
2014-01-13Release 2.3.1Lukas Fleischer1-1/+1
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 Fleischer1-4/+0
2013-08-27Add boolean return values to several pkg_*() functionsLukas Fleischer1-42/+42
2013-08-27Exclude running votes from "Last Votes by TU"Lukas Fleischer1-1/+4
2013-08-26Add Japanese and Slovak languagesLukas Fleischer1-0/+2
2013-08-26Add "Last Votes by TU" listLukas Fleischer1-0/+19
2013-08-22Add a vote type to the TU proposal formLukas Fleischer1-3/+4
2013-08-22Store the number of TUs when starting a voteLukas Fleischer1-2/+8
2013-08-22Allow for setting an account's inactivity statusLukas Fleischer1-6/+22
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 functioncanyonknight1-10/+0
2013-03-26Release 2.2.0Lukas Fleischer1-1/+1
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-21Save last login IP addressLukas Fleischer1-1/+2
2013-03-21process_account_form(): Highlight errorsLukas Fleischer1-1/+1
2013-03-19process_account_form(): Allow using empty passwordsLukas Fleischer1-13/+25
2013-03-19Move reset key submission to a separate functionLukas Fleischer1-0/+26
2013-03-19Fix typo in delete permission warningConnor Behan1-1/+1
2013-03-18Release 2.1.0Lukas Fleischer1-1/+1
2013-02-10Remove checks before calling connection methodcanyonknight3-226/+75