summaryrefslogtreecommitdiffstats
path: root/web/html
AgeCommit message (Expand)AuthorFilesLines
2013-03-26Use minified typeahead JS from archwebLukas Fleischer4-313/+3
2013-03-21Return 404 error page if invalid package ID is usedLukas Fleischer1-0/+6
2013-03-19Enforce e-mail validation during registrationLukas Fleischer1-2/+2
2013-03-19Move reset key submission to a separate functionLukas Fleischer1-17/+5
2013-03-09pkgsubmit.php: Parse .AURINFO metadataLukas Fleischer1-4/+33
2013-03-05pkgsubmit.php: Move URL protocol check downLukas Fleischer1-14/+12
2013-03-05pkgsubmit.php: Simplify package name validationLukas Fleischer1-12/+6
2013-02-10Fix default selection on the account edit pageLukas Fleischer1-1/+1
2013-02-10Remove unneeded database connection callscanyonknight4-5/+0
2013-02-10Remove checks before calling connection methodcanyonknight1-3/+1
2013-02-10Remove unnecessary database connection parameter from all functionscanyonknight3-16/+16
2013-02-10Add database wrapper class and new connection methodcanyonknight4-4/+4
2013-01-30Merge branch 'maint'Lukas Fleischer1-5/+2
2013-01-30Replace permission check code with can_edit_account()canyonknight1-5/+2
2013-01-19Add description meta-element to package pagesMarcel Korpel1-4/+7
2013-01-19Implemented typeahead suggestMarcel Korpel3-1/+333
2012-12-07Merge branch 'maint'Lukas Fleischer1-3/+8
2012-12-07Split package flagging and unflagging into separate functionscanyonknight@gmail.com1-2/+2
2012-11-29Fix account editing and hijacking vulnerabilitycanyonknight1-3/+8
2012-11-24index.php: Move voter page token check to switch control structurecanyonknight1-6/+4
2012-11-24login.php: Properly link to logout page when already logged incanyonknight1-1/+1
2012-11-04Avoid use of "$_SERVER['REQUEST_URI']"Lukas Fleischer1-2/+2
2012-11-04pkgsubmit.php: Show a warning for split packagesLukas Fleischer1-0/+4
2012-11-04Add missing internationalization to a few stringsLukas Fleischer1-1/+1
2012-10-30Return 404 for invalid account/package subpagesLukas Fleischer1-8/+26
2012-10-29pkgsubmit.php: Check that there is one directory in a tarballcanyonknight1-0/+4
2012-10-28home.php: Remove unneeded tablesLukas Fleischer1-14/+2
2012-10-28Implement word-wrap for package statisticsLukas Fleischer1-0/+4
2012-10-22Use HTTPS links everywhere for Arch sitesDan McGee2-6/+6
2012-10-20home.php: Fix XHTML tag errorscanyonknight1-2/+3
2012-10-20Sync CSS with archwebLukas Fleischer1-11/+39
2012-10-20Display an error page if a virtual path doesn't existLukas Fleischer2-0/+18
2012-10-11pkgsubmit.php: Fix package version not updatingcanyonknight1-1/+1
2012-10-11Remove character limit on password lengthcanyonknight2-3/+3
2012-10-10tu.php: Fix page showing a user hasn't voted when they havecanyonknight1-2/+5
2012-10-03pkgsubmit.php: Fix PHP notice for depends processingcanyonknight1-2/+2
2012-09-28Move package merging to a separate pagecanyonknight2-0/+50
2012-09-28Move package deletion to a separate pagecanyonknight2-0/+47
2012-09-24Avoid use of "<b>"/"</b>"Lukas Fleischer3-10/+9
2012-09-24Use echo shortcut syntaxLukas Fleischer8-54/+54
2012-09-21rss.php: Update links to reflect URL changescanyonknight1-2/+2
2012-09-19Sync search result statistics with archwebLukas Fleischer1-0/+4
2012-09-19Wrap long lines in the "Recent Updates" sidebarLukas Fleischer1-0/+4
2012-09-18Fix category selectionLukas Fleischer1-1/+1
2012-09-18Do not set GET parameters in the routing frameworkLukas Fleischer2-13/+19
2012-09-18index.php: Fix undefined variable noticeLukas Fleischer1-1/+4
2012-09-18Overhaul ability to edit own accountcanyonknight2-26/+11
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 pagecanyonknight2-1/+7