summaryrefslogtreecommitdiff
path: root/web/lib
AgeCommit message (Expand)Author
2014-04-27Fix the RPC interfaceLukas Fleischer
2014-04-26Support multiple licenses per packageLukas Fleischer
2014-04-26Display package groups on the details pageLukas Fleischer
2014-04-26Store package groups in the databaseLukas Fleischer
2014-04-26Display package relations on the details pageLukas Fleischer
2014-04-26Store conflicts, provides and replaces in the DBLukas Fleischer
2014-04-19Handle pkgbase array overrides gracefullyLukas Fleischer
2014-04-17Display dependency type of package dependenciesLukas Fleischer
2014-04-17Store {make,check,opt}depends in the databaseLukas Fleischer
2014-04-06Fix misuses of pkgbase_from_pkgid()Lukas Fleischer
2014-04-06Fix pkgbase_user_voted()Lukas Fleischer
2014-04-05Refactor pkgbase_categories()Lukas Fleischer
2014-04-05Refactor pkgbase_comments()Lukas Fleischer
2014-04-05Refactor pkgbase_comments_count()Lukas Fleischer
2014-04-05Fix searching by categoryLukas Fleischer
2014-04-05pkgbasefuncs.inc.php: Fix leftover bitsLukas Fleischer
2014-04-05pkgfuncs.inc.php: Remove several unused functionsLukas Fleischer
2014-04-05Split out package base functionsLukas Fleischer
2014-04-05Prefix package functions with pkg_/pkgbase_Lukas Fleischer
2014-04-05Use snake case for all package functionsLukas Fleischer
2014-04-05Move package actions to package basesLukas Fleischer
2014-04-05Allow for searching by package base nameLukas Fleischer
2014-04-05Factor out PKGBUILD parsingLukas Fleischer
2014-04-05Do not allow for overwriting arbitrary packagesLukas Fleischer
2014-04-05Add package base detail pagesLukas Fleischer
2014-04-05Add full support for the new .AURINFO formatLukas Fleischer
2014-04-05Make the delete function remove package basesLukas Fleischer
2014-04-05routing.inc.php: Add get_pkgbase_uri()Lukas Fleischer
2014-04-05Store comments on a per-package base basisLukas Fleischer
2014-04-05Add provisional support for package basesLukas Fleischer
2014-02-10Set Content-type header when sending UTF-8 mailsLukas Fleischer
2014-02-10Use CRLF to separate headers in mail()Lukas Fleischer
2014-02-09Remove LastVoted columnLukas Fleischer
2014-02-06Simplify canDeleteComment()Lukas Fleischer
2014-02-06Simplify valid_user() and valid_username()Lukas Fleischer
2014-02-06pkgfuncs.inc.php: Fix comment styleLukas Fleischer
2014-02-06acctfuncs.inc.php: Fix comment styleLukas Fleischer
2014-02-06Style fixes: Capitalization of "true" and "false"Lukas Fleischer
2014-02-06Do not allow unauthenticated users to delete commentsLukas Fleischer
2014-02-04Add support for anonymous commentsLukas Fleischer
2014-02-01Sort last TU votes by vote and by user nameLukas Fleischer
2014-01-22Further optimize voters.php to only need the package namecanyonknight
2014-01-20acctfuncs.inc.php: Allow translation of missing stringscanyonknight
2014-01-13Release 2.3.1Lukas Fleischer
2013-09-02Release 2.3.0v2.3.0Lukas Fleischer
2013-09-02Specify charset in Content-Type header when returning JSON data from API.Chris Down
2013-08-28Only include current TUs in the last votes listLukas Fleischer
2013-08-27Move package comment check to packages.phpLukas Fleischer
2013-08-27Add boolean return values to several pkg_*() functionsLukas Fleischer
2013-08-27Exclude running votes from "Last Votes by TU"Lukas Fleischer