summaryrefslogtreecommitdiff
path: root/web/lib/aurjson.class.php
AgeCommit message (Expand)Author
2016-11-22these changes were sitting herepurweb/master0Luke Shumaker
2015-07-04RPC: Add decimal_fields array for floating-point fieldsJohannes Löthberg
2015-06-27Add the popularity field to the RPC interfaceLukas Fleischer
2015-06-14Replace categories with keywordsLukas Fleischer
2015-06-11Reintroduce the URLPath fieldLukas Fleischer
2015-06-09aurjson.class.php: Exclude hidden package basesLukas Fleischer
2014-12-27Use Git repositories to store packagesLukas Fleischer
2014-10-24Use an INI-style configuration fileLukas Fleischer
2014-07-23Add typeahead suggest to the merge request formLukas Fleischer
2014-06-25Make results consistent in RPC repliesLukas Fleischer
2014-05-31aurjson: Add a PackageBaseID fieldLukas Fleischer
2014-05-18aurjson: Fix multiinfo when using package IDsLukas Fleischer
2014-04-28Use RPC API version 1 by defaultLukas Fleischer
2014-04-28Support versioned RPC queriesLukas Fleischer
2014-04-28aurjson.class.php: Style fixesLukas Fleischer
2014-04-28Add a version tag to RPC repliesLukas Fleischer
2014-04-28Add more fields to RPC info repliesLukas Fleischer
2014-04-27Fix the RPC interfaceLukas Fleischer
2013-09-02Specify charset in Content-Type header when returning JSON data from API.Chris Down
2013-02-10Add database wrapper class and new connection methodcanyonknight
2013-01-19Implemented typeahead suggestMarcel Korpel
2012-10-22aurjson.class.php: Limit number of RPC resultscanyonknight
2012-09-18Migrate all DB code to use PDOcanyonknight
2011-11-03RPC: Do not return an error on 0 resultsLukas Fleischer
2011-11-02aurjson: add result count to JSON resultDave Reisner
2011-10-24Escape wildcards in "LIKE" patternsLukas Fleischer
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer
2011-09-23RPC: Coerce numeric values into integersLukas Fleischer
2011-09-23RPC: Provide out-of-date timestampLukas Fleischer
2011-08-22RPC: Fix info queries when using package IDsLukas Fleischer
2011-08-10Segment the upload directory by package name prefixDan McGee
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij
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-04-16rpc: unify methods return (fixes FS#17597)tuxce
2011-04-16rpc: introduce multiinfo query (fixes FS#17583)Dan McGee
2011-04-16rpc.php: be a bit more consistent in query buildingDan McGee
2011-04-16rpc.php overhaulDan McGee
2011-04-13Don't allow dl() of json moduleDan McGee
2011-04-03Remove Dummy Package conceptDan McGee
2011-02-01Drop PackageLocations table and referencesDan McGee
2011-01-28aurjson: Escape wildcards in "LIKE" patterns (fixes FS#18626).Lukas Fleischer
2011-01-24Build URLs from package names (fixes FS#15308, FS#19327).Lukas Fleischer
2010-11-10Add timestamp when a package is flagged out-of-date (FS#20848).Lukas Fleischer
2009-10-23aurjson: Only return an error string if utf8_encode returns an empty string.Loui Chang
2009-10-01Fix json info output.Loui Chang
2009-09-28Add maintainer search to json interface. Closes FS#15947elij
2009-09-28fix content-type when sending jsonpelij
2009-09-16Fix: FS#15526 non-UTF8 character in rpc outputGergely Imreh
2009-09-14aurjson: Use call_user_func to call functions.Loui Chang