summaryrefslogtreecommitdiffstats
path: root/web/html
AgeCommit message (Expand)AuthorFilesLines
2014-07-01Simplify code to bound integer valuesLukas Fleischer1-8/+2
2014-06-30Rename package request functions to pkgreq_*()Lukas Fleischer2-3/+3
2014-06-25Move package request form to a templateLukas Fleischer1-56/+1
2014-06-25Allow regular users to file package requestsLukas Fleischer1-5/+5
2014-06-25Add support for merge requestsLukas Fleischer3-3/+25
2014-06-25Add an accept button to the package request listLukas Fleischer2-4/+9
2014-06-25Allow for closing package requestsLukas Fleischer2-15/+23
2014-06-25Add a package request listLukas Fleischer1-0/+58
2014-06-25Add support for filing package requestsLukas Fleischer3-0/+60
2014-06-05Do not return "None" in user functionsLukas Fleischer1-1/+1
2014-06-05Collapse long source listsLukas Fleischer1-0/+1
2014-05-22Avoid overflow in updates tableLukas Fleischer1-0/+19
2014-05-22Be friendly to newly registered usersLukas Fleischer1-1/+2
2014-05-06Check permissions when uploading source packagesLukas Fleischer1-0/+6
2014-05-06pkgsubmit.php: Style fixesLukas Fleischer1-8/+4
2014-05-03Fix parsing of array overridesLukas Fleischer1-1/+1
2014-04-26pkgsubmit.php: Redirect to package base detailsLukas Fleischer1-1/+1
2014-04-26Support multiple licenses per packageLukas Fleischer1-6/+14
2014-04-26Store package groups in the databaseLukas Fleischer1-1/+8
2014-04-26Store conflicts, provides and replaces in the DBLukas Fleischer1-2/+16
2014-04-19Handle pkgbase array overrides gracefullyLukas Fleischer1-2/+2
2014-04-18Collapse long dependency listsLukas Fleischer1-0/+30
2014-04-17Store {make,check,opt}depends in the databaseLukas Fleischer1-14/+22
2014-04-05pkgbase.php: Append query string when redirectingLukas Fleischer1-1/+5
2014-04-05Do not show package base page of non-split packagesLukas Fleischer1-0/+6
2014-04-05Add full package list to the removal formLukas Fleischer2-2/+17
2014-04-05Prefix package functions with pkg_/pkgbase_Lukas Fleischer5-33/+33
2014-04-05Use snake case for all package functionsLukas Fleischer1-2/+2
2014-04-05Move package actions to package basesLukas Fleischer5-103/+108
2014-04-05Only parse PKGBUILD when requiredLukas Fleischer1-2/+2
2014-04-05Factor out PKGBUILD parsingLukas Fleischer1-141/+1
2014-04-05Do not allow for overwriting arbitrary packagesLukas Fleischer1-21/+23
2014-04-05Add package base detail pagesLukas Fleischer2-0/+71
2014-04-05Add full support for the new .AURINFO formatLukas Fleischer1-116/+153
2014-04-05Make the delete function remove package basesLukas Fleischer1-4/+4
2014-04-05Add provisional support for package basesLukas Fleischer1-13/+14
2014-02-10passreset.php: Make error messages translatableLukas Fleischer1-2/+2
2014-02-10Highlight the AUR link in the navigation barLukas Fleischer1-0/+4
2014-02-06Style fixes: Capitalization of "true" and "false"Lukas Fleischer1-3/+3
2014-02-03account_details.php: Add link to edit a user's accountcanyonknight1-0/+5
2014-01-22Further optimize voters.php to only need the package namecanyonknight2-3/+3
2014-01-20voters.php: Remove extra call to pkgname_from_id()canyonknight1-3/+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-11Fix split package error handlingLukas Fleischer1-6/+7
2014-01-11Forbid developers to voteBalló György1-0/+3