summaryrefslogtreecommitdiff
path: root/web/html
AgeCommit message (Expand)Author
2012-07-06voters.php: Overhaul to match archwebcanyonknight
2012-07-06index.php: Overhaul to match archwebcanyonknight
2012-07-06Remove all traces of "pgboxtitle"Lukas Fleischer
2012-07-06Add archweb style sheetLukas Fleischer
2012-07-06Be consistent in PHP logical operator usagecanyonknight
2012-06-24Implement token system to fix CSRF vulnerabilitiescanyonknight
2012-05-06web/html/packages.php: Remove duplicate codeLukas Fleischer
2012-05-06user_table optimizationDan McGee
2012-03-24Support canonical links to accountsLukas Fleischer
2012-03-24Support canonical links to packagesLukas Fleischer
2012-03-24Add field for PGP key in profile informationLukas Fleischer
2012-03-19web/html/pkgsubmit.php: Revamp tarball validationLukas Fleischer
2012-03-08Always set the "To:" header when sending mailLukas Fleischer
2011-12-17Set the title in the Trusted User pageAndrea Scarpino
2011-11-02Add a new AUR_LOCATION settingDan McGee
2011-10-25Wrap mysql_real_escape_string() in a functionLukas Fleischer
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer
2011-10-24Show last voted date on account details pageDan McGee
2011-10-24Require DB handle for most user account functionsDan McGee
2011-10-24Remove a boatload of inline table stylesDan McGee
2011-09-05Merge branch 'maint'Lukas Fleischer
2011-09-05web/html/pkgsubmit.php: Deal with unset category IDLukas Fleischer
2011-08-22Provide more examples on the RPC info pageLukas Fleischer
2011-08-20Use "%s" instead of "%h" in format stringsLukas Fleischer
2011-08-12Use secure and httponly session cookiesLukas Fleischer
2011-08-11Use 'true' instead of 'True' everywhereDan McGee
2011-08-11Make package creation and update atomicDan McGee
2011-08-11Allow for merging deleted packages into existing onesLukas Fleischer
2011-08-11Rename package_exists() to pkgid_from_name()Lukas Fleischer
2011-08-10Segment the upload directory by package name prefixDan McGee
2011-07-29Fix empty depends database insertLukas Fleischer
2011-06-28Replace split() invocations with explode()Lukas Fleischer
2011-06-25Honor epoch field in PKGBUILD files.Slavi Pantaleev
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij
2011-06-22make rss.php use the apc cache instead of a cache fileelij
2011-05-29Cleanup RPC usage output a bitLukas Fleischer
2011-05-29Properly encode ampersands in the RPC usage outputLukas Fleischer
2011-05-29fix two issues (php notice level) with html/rss.phpelij
2011-05-29restructure the html/rpc.php endpointelij
2011-05-17test return value from db_query before assuming it is validelij
2011-04-27create variable before referencing it with .=elij
2011-04-27SQL: treat all UID/ID values as numbers, not stringsDan McGee
2011-04-27SQL: use standard LIMIT/OFFSET syntaxDan McGee
2011-04-24pkgsubmit.php: Ensure the session is linked to a valid user.Lukas Fleischer
2011-04-24pkgsubmit.php: Remove redundant uid_from_sid() invocations.Lukas Fleischer
2011-04-19Use HTTPs for links in password reset confirmation mails.Lukas Fleischer
2011-04-16rpc: introduce multiinfo query (fixes FS#17583)Dan McGee
2011-04-13Remove "New Package Notify" option from user account settings.Lukas Fleischer
2011-04-05Remove File_Find PEAR module from code base.Lukas Fleischer
2011-04-04Fix PHP warning when browsing a non-existent package.Lukas Fleischer