summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Allow listing all comments from a userJohannes Löthberg1-0/+2
2017-12-03Add route for /users.gzLukas Fleischer1-0/+1
2017-03-04index.php: Remove routes for dropped imagesLukas Fleischer1-3/+0
2016-03-13Remove code referencing non-existent and unused fileIan D. Scott1-4/+0
2016-01-23Add comment undeletion functionalityMarcel Korpel1-0/+1
2015-12-15Add link to flag OOD commentMark Weiman1-0/+3
2015-12-13Replace new package iconLukas Fleischer1-1/+1
2015-12-13Replace RSS feed iconLukas Fleischer1-1/+1
2015-12-13Remove old logosLukas Fleischer1-2/+0
2015-12-12Implement capability to pin comments above othersMark Weiman1-0/+2
2015-09-11Move package base flagging to a separate formLukas Fleischer1-2/+2
2015-08-08pkg_comments.php: Add JavaScript function to edit commentsMarcel Korpel1-0/+4
2015-08-08Add comment edit icon and formMarcel Korpel1-0/+4
2015-08-08Use SVG image for comment deletion iconMarcel Korpel1-0/+4
2015-06-11Support exceptions in the maintenance modeLukas Fleischer1-3/+5
2015-06-11Implement a maintenance modeLukas Fleischer1-0/+6
2015-05-22Move package disowning to a separate pageLukas Fleischer1-2/+2
2015-02-04Rename the AUR software to aurwebLukas Fleischer1-1/+1
2015-01-07Add support for package base co-maintainersLukas Fleischer1-0/+3
2014-12-29Use a custom logoLukas Fleischer1-0/+1
2014-12-28Add cgit configuration and style sheetLukas Fleischer1-0/+1
2014-10-10Add a script to generate package listsLukas Fleischer1-0/+6
2014-10-10Use readfile() instead of include for static filesLukas Fleischer1-4/+4
2014-07-25Add support for deleting user accountsLukas Fleischer1-0/+2
2014-07-04Allow for selecting a reason when closing a requestLukas Fleischer1-0/+19
2014-06-25Add support for filing package requestsLukas Fleischer1-0/+3
2014-04-05Prefix package functions with pkg_/pkgbase_Lukas Fleischer1-1/+1
2014-04-05Move package actions to package basesLukas Fleischer1-17/+17
2014-04-05Add package base detail pagesLukas Fleischer1-0/+16
2014-01-22Further optimize voters.php to only need the package namecanyonknight1-1/+1
2013-09-08Convert adopt/disown package action link to formcanyonknight1-0/+6
2013-08-27Re-add CRSF tokens to most package actionsLukas Fleischer1-4/+0
2013-03-26Use minified typeahead JS from archwebLukas Fleischer1-1/+1
2013-01-19Implemented typeahead suggestMarcel Korpel1-0/+4
2012-11-24index.php: Move voter page token check to switch control structurecanyonknight1-6/+4
2012-10-30Return 404 for invalid account/package subpagesLukas Fleischer1-8/+26
2012-10-20Display an error page if a virtual path doesn't existLukas Fleischer1-0/+4
2012-09-28Move package merging to a separate pagecanyonknight1-0/+3
2012-09-28Move package deletion to a separate pagecanyonknight1-0/+3
2012-09-18Do not set GET parameters in the routing frameworkLukas Fleischer1-2/+5
2012-09-18index.php: Fix undefined variable noticeLukas Fleischer1-1/+4
2012-09-18Overhaul ability to edit own accountcanyonknight1-1/+2
2012-09-18Use URL rewriting for user account update pagecanyonknight1-0/+2
2012-09-18Use URL rewriting for user editing pagecanyonknight1-1/+9
2012-09-18Use URL rewriting for user info pagecanyonknight1-0/+6
2012-09-18Use the "new" icon from archweb for the recent updates tablecanyonknight1-2/+2
2012-07-18Use virtual paths for voters pageLukas Fleischer1-0/+6
2012-07-17routing.inc.php: rtrim() path in get_route()Lukas Fleischer1-1/+1
2012-07-17aur.inc.php: Include routing backendLukas Fleischer1-2/+0
2012-07-17Add virtual path support for package actionsLukas Fleischer1-1/+31