summaryrefslogtreecommitdiffstats
path: root/web/lib
AgeCommit message (Expand)AuthorFilesLines
2011-04-03Add more stats to the front page tableDan McGee1-2/+16
2011-04-03Remove Dummy Package conceptDan McGee4-51/+16
2011-04-03Always set ModifiedTS including new packagesDan McGee2-3/+3
2011-03-24Bump up default per-page value to 50Dan McGee1-6/+6
2011-03-12Fix searching for orphans with "$LANG != 'en'" (fixes FS#23252).Lukas Fleischer1-1/+1
2011-03-11Fix broken XHTML.Lukas Fleischer1-38/+41
2011-03-10Perform a second query to find total search countDan McGee1-7/+11
2011-03-10Split package search query into partsDan McGee1-20/+20
2011-03-10More PHP Notice undefined fixupsDan McGee1-1/+2
2011-03-09Release 1.8.1.1.8.1Lukas Fleischer1-1/+1
2011-03-04Add a sanitize_ids function and use it in all pkg_* functionsDan McGee1-33/+22
2011-03-04Set a default timezoneDan McGee1-0/+2
2011-03-04Fix PHP notices in account pagesDan McGee1-0/+8
2011-03-04Remove dead dependency/required by link codeDan McGee1-5/+0
2011-03-04Ensure all variables are set in package search formDan McGee1-21/+13
2011-03-04Add action lookup helper functionDan McGee1-0/+5
2011-03-04Ensure all package ID values are coerced to integersDan McGee1-18/+22
2011-03-04Vastly simplify pkg_delete functionDan McGee1-58/+8
2011-03-04Ensure users can be deleted when foreign keys are presentDan McGee1-1/+0
2011-03-04Improve cookie handlingDan McGee1-12/+8
2011-02-27Set the character set when connecting to mysqlFlorian Pritz1-0/+2
2011-02-27Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL".Lukas Fleischer2-4/+4
2011-02-27Define "PackageComments.DelUsersID" as "NULL".Lukas Fleischer1-2/+2
2011-02-23Protect users against ZIP bombs (fixes FS#22991).Lukas Fleischer1-0/+5
2011-02-23Add a per-user session limit (fixes FS#12898).Lukas Fleischer2-1/+18
2011-02-22Add ability to search for non-out-of-date packages (fixes FS#17896).Lukas Fleischer1-1/+6
2011-02-21Fix typo in "web/lib/pkgfuncs.inc".Wieland Hoffmann1-2/+2
2011-02-21Make persistent cookie timeout configurable via "config.inc" (FS#22994).Lukas Fleischer2-1/+5
2011-02-21Automatically adopt when updating an orphan package (fixes FS#22992).Lukas Fleischer1-1/+1
2011-02-20Release 1.8.0.1.8.0Lukas Fleischer1-1/+1
2011-02-17pkg_search_results: rewrite of paginationPyroPeter1-0/+26
2011-02-11Add a package name blacklist.Lukas Fleischer1-0/+23
2011-02-09Minor bugfix in pkg_change_category().Lukas Fleischer1-1/+1
2011-02-01Drop PackageLocations table and referencesDan McGee3-69/+18
2011-01-28aurjson: Escape wildcards in "LIKE" patterns (fixes FS#18626).Lukas Fleischer1-0/+1
2011-01-25Replaced rm_rf() by rm_tree().Lukas Fleischer1-3/+15
2011-01-24Build URLs from package names (fixes FS#15308, FS#19327).Lukas Fleischer1-4/+17
2011-01-19Make external links in comments clickable (FS#20137).Lukas Fleischer1-0/+24
2010-12-05Add Danish translationJacob Bang1-0/+1
2010-11-21Auto redirect from confirmation screens.Dan Vratil1-0/+86
2010-11-10Add timestamp when a package is flagged out-of-date (FS#20848).Lukas Fleischer3-6/+11
2010-10-09acctfuncs: Make message translatable.Loui Chang1-1/+1
2010-10-02Fixing XSS vulnerabilityViktor Leonhardt1-15/+15
2010-09-20Version 1.7.01.7.0Loui Chang1-1/+1
2010-08-08Add Hebrew translation.Netanel Shine1-0/+1
2010-07-23Header and navbar consistent with Arch site redesignDenis Kobozev1-0/+8
2010-07-02Confirmation when deleting packagesLukas Fleischer1-1/+1
2010-06-16aur.inc: generate_salt() now uses mt_rand()Linas1-1/+1
2010-06-05Add sorting by "Voted" and "Notify" fieldsLukas Fleischer1-6/+20
2010-04-17Support for storing salted passwordsDenis2-20/+69