summaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Expand)Author
2011-08-20Add Portuguese (Brazilian) translationLukas Fleischer
2011-08-13Add Finnish and Dutch translationsLukas Fleischer
2011-08-12Use secure and httponly session cookiesLukas Fleischer
2011-08-11Add a configuration setting to disallow HTTP loginLukas Fleischer
2011-08-11Remove unnecessary atype and uid lookup from package_details()Dan McGee
2011-08-11Use 'true' instead of 'True' everywhereDan McGee
2011-08-11Make package creation and update atomicDan McGee
2011-08-11pkgfuncs.inc.php: allow all DB funcs to take handle argDan McGee
2011-08-11aur.inc.php: allow all functions using DB to take handle as argDan McGee
2011-08-11Allow for merging deleted packages into existing onesLukas Fleischer
2011-08-11Add "mergepkgid" argument to pkg_delete()Lukas Fleischer
2011-08-11Rename package_exists() to pkgid_from_name()Lukas Fleischer
2011-08-10Segment the upload directory by package name prefixDan McGee
2011-08-10Allow SQL_DEBUG to be undefinedDan McGee
2011-07-29Fix empty depends database insertLukas Fleischer
2011-06-28Replace split() invocations with explode()Lukas Fleischer
2011-06-25Simplify session ID generationLukas Fleischer
2011-06-25Stricter email address validationLukas Fleischer
2011-06-25Honor epoch field in PKGBUILD files.Slavi Pantaleev
2011-06-25fix incompatibility with php short open tagsFlorian Pritz
2011-06-25README: fix pacman callFlorian Pritz
2011-06-25Use sane ORDER BY clauses in package list queriesDan McGee
2011-06-22Do not redirect on single search resultsLukas Fleischer
2011-06-22Make cache type selectable based on config valueelij
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-06-22refactor apc code and move to aur.incelij
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-17add first submitted and last modified to rpc outputkachelaqa
2011-05-17add support for etag and conditional get (if-none-match)elij
2011-05-17fix case where user does not existelij
2011-05-17test return value from db_query before assuming it is validelij
2011-05-09Added label tags for login form fields.Karlis Lauva
2011-04-27add SQL_DEBUG variable and database loggingelij
2011-04-27create variable before referencing it with .=elij
2011-04-27stats: capitalize FROM in all SQL queriesDan McGee
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-20Use HTTPs for links in the main site navigation bar (fixes FS#23832).Lukas Fleischer
2011-04-20Use HTTPs for links in out of date notification mails.Lukas Fleischer
2011-04-19Use HTTPs for links in password reset confirmation mails.Lukas Fleischer
2011-04-19Use HTTPs for links in comment notification mails.Lukas Fleischer
2011-04-19urlencode() query args for main site package search (fixes FS#23774).Lukas Fleischer
2011-04-16rpc: unify methods return (fixes FS#17597)tuxce
2011-04-16rpc: introduce multiinfo query (fixes FS#17583)Dan McGee