summaryrefslogtreecommitdiffstats
path: root/web/lib/aurjson.class.php
AgeCommit message (Expand)AuthorFilesLines
2015-06-29Delete unused variableunused-varJohannes Löthberg1-1/+0
2015-06-27Add the popularity field to the RPC interfaceLukas Fleischer1-1/+13
2015-06-14Replace categories with keywordsLukas Fleischer1-4/+7
2015-06-11Reintroduce the URLPath fieldLukas Fleischer1-1/+1
2015-06-09aurjson.class.php: Exclude hidden package basesLukas Fleischer1-6/+13
2014-12-27Use Git repositories to store packagesLukas Fleischer1-1/+0
2014-10-24Use an INI-style configuration fileLukas Fleischer1-7/+6
2014-07-23Add typeahead suggest to the merge request formLukas Fleischer1-2/+26
2014-06-25Make results consistent in RPC repliesLukas Fleischer1-13/+28
2014-05-31aurjson: Add a PackageBaseID fieldLukas Fleischer1-2/+4
2014-05-18aurjson: Fix multiinfo when using package IDsLukas Fleischer1-1/+1
2014-04-28Use RPC API version 1 by defaultLukas Fleischer1-1/+1
2014-04-28Support versioned RPC queriesLukas Fleischer1-17/+45
2014-04-28aurjson.class.php: Style fixesLukas Fleischer1-347/+349
2014-04-28Add a version tag to RPC repliesLukas Fleischer1-1/+6
2014-04-28Add more fields to RPC info repliesLukas Fleischer1-0/+53
2014-04-27Fix the RPC interfaceLukas Fleischer1-10/+12
2013-09-02Specify charset in Content-Type header when returning JSON data from API.Chris Down1-0/+1
2013-02-10Add database wrapper class and new connection methodcanyonknight1-1/+1
2013-01-19Implemented typeahead suggestMarcel Korpel1-1/+21
2012-10-22aurjson.class.php: Limit number of RPC resultscanyonknight1-5/+17
2012-09-18Migrate all DB code to use PDOcanyonknight1-14/+12
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