summaryrefslogtreecommitdiffstats
path: root/web/lib/aurjson.class.php
AgeCommit message (Expand)AuthorFilesLines
2011-11-03RPC: Do not return an error on 0 resultsLukas Fleischer1-1/+1
2011-11-02aurjson: add result count to JSON resultDave Reisner1-5/+6
2011-10-24Escape wildcards in "LIKE" patternsLukas Fleischer1-2/+1
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer1-4/+4
2011-09-23RPC: Coerce numeric values into integersLukas Fleischer1-0/+12
2011-09-23RPC: Provide out-of-date timestampLukas Fleischer1-3/+2
2011-08-22RPC: Fix info queries when using package IDsLukas Fleischer1-1/+1
2011-08-10Segment the upload directory by package name prefixDan McGee1-1/+1
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij1-1/+1
2011-05-17add first submitted and last modified to rpc outputkachelaqa1-1/+2
2011-05-17add support for etag and conditional get (if-none-match)elij1-1/+29
2011-04-16rpc: unify methods return (fixes FS#17597)tuxce1-29/+19
2011-04-16rpc: introduce multiinfo query (fixes FS#17583)Dan McGee1-1/+66
2011-04-16rpc.php: be a bit more consistent in query buildingDan McGee1-10/+10
2011-04-16rpc.php overhaulDan McGee1-69/+44
2011-04-13Don't allow dl() of json moduleDan McGee1-4/+0
2011-04-03Remove Dummy Package conceptDan McGee1-2/+2
2011-02-01Drop PackageLocations table and referencesDan McGee1-1/+1
2011-01-28aurjson: Escape wildcards in "LIKE" patterns (fixes FS#18626).Lukas Fleischer1-0/+1
2011-01-24Build URLs from package names (fixes FS#15308, FS#19327).Lukas Fleischer1-4/+17
2010-11-10Add timestamp when a package is flagged out-of-date (FS#20848).Lukas Fleischer1-1/+1
2009-10-23aurjson: Only return an error string if utf8_encode returns an empty string.Loui Chang1-1/+1
2009-10-01Fix json info output.Loui Chang1-1/+1
2009-09-28Add maintainer search to json interface. Closes FS#15947elij1-9/+37
2009-09-28fix content-type when sending jsonpelij1-4/+8
2009-09-16Fix: FS#15526 non-UTF8 character in rpc outputGergely Imreh1-0/+9
2009-09-14aurjson: Use call_user_func to call functions.Loui Chang1-1/+1
2009-08-11Use include_once where applicableDan McGee1-2/+3
2009-06-25Remove excess whitespace.1.5.6.3Loui Chang1-1/+1
2009-04-13Remove author information from scripts.Loui Chang1-4/+0
2009-03-04Add LocationID to returned fields in json interface.Loui Chang1-1/+1
2009-02-15rpc: delay getting DB connection until absolutely necessaryDan McGee1-3/+4
2009-01-23Return CategoryID from the json interface.Loui Chang1-1/+1
2008-07-17Make JSON search return more information.Loui Chang1-14/+20
2008-06-06Added AurJson query length limit.eliott1-0/+4
2008-03-23One more json fixLoui Chang1-1/+1
2008-03-23Fixed a couple more lingering JSON bugsLoui Chang1-1/+1
2008-03-23Fixed operator precendence in aurjsonSimo Leone1-1/+1
2008-03-23Make JSON interface workSimo Leone1-5/+10
2008-01-20Add notify column in search results and notify buttonCallan Barrett1-1/+1
2008-01-20Modified to get details based on an exact package name, or based on a package...eliott1-8/+19
2008-01-20Removed reference to 'safe'eliott1-1/+1
2008-01-20Moved usage documentation out of the class.eliott1-21/+1
2008-01-20Added AurJSON code.eliott1-0/+145