aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/api.php
AgeCommit message (Expand)Author
2010-08-22Merged r6614:6617 from 1.7 branch into trunkcash
2010-05-14Merged 5928-6908 from 1.7 branch to trunk.brettp
2010-05-14merge -r5832:5898 from 1.7 to trunk.brettp
2010-02-21Apache's MultiViews was matching the rest page handler incorrectlycash
2010-02-12Fixes #1512: Using a helper function for mb_parse_str() instead of wrapping i...brettp
2010-02-12updated documentation on the REST API user authenticationcash
2010-02-11Fixes #1501: Setting ini for mbstring.internal_encoding to utf8 to work aroun...brettp
2010-02-07tweaked some documentation on the REST APIcash
2009-12-04fixes #1397 and updates unit tests - comma was missingcash
2009-12-03fixes #1396 - thanks for reporting thiscash
2009-11-14updated documentation of API functions - perhaps ready for developer previewcash
2009-11-13should fix #1364 and added relevant unit test cases for this bug (yeah for un...cash
2009-11-12fixed typo with handling web services request parameters cash
2009-11-12rest api parameters can now have default valuescash
2009-11-12added a nonce to hmac signature and header so same call in same second does n...cash
2009-11-10introducing a new web services handlercash
2009-11-09REST api hmac signature encoding now compatible with Amazon S3 and OAuthcash
2009-11-07combined the two different pams into one and fixed an issue with hmac authent...cash
2009-10-25cleaned up the web services unit testscash
2009-10-22more unit tests for REST apicash
2009-10-20more unit tests for REST apicash
2009-10-19first version of new REST apicash
2009-10-16Rewriting core debug messages to be more informative.nickw
2009-10-14Standardized engine/lib/api.phpbrettp
2009-10-14test commitcash
2009-08-31All line endings are now Unix-style.brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-07-13Closes #1119: If post data not initially found then input stream is used.marcus
2009-03-18Closes #844: API parameter test logic improvedmarcus
2009-03-09Minor api tweakmarcus
2009-01-23Refs #706marcus
2009-01-09Closes #668: Banning now works through a flag in the users_entity table. Data...marcus
2008-11-03* ElggCache interface improvedmarcus
2008-09-25git-svn-id: https://code.elgg.org/elgg/trunk@2140 36083f99-b078-4883-b0ff-0f9...marcus
2008-09-25Debugmarcus
2008-09-25Committing what I have at the end of the day, api still not 100%marcus
2008-09-25Fixing auth_token codemarcus
2008-09-25view now set by endpointmarcus
2008-09-24Minor improvements to failure mode.marcus
2008-09-24auth_token api call now functionalmarcus
2008-09-24git-svn-id: https://code.elgg.org/elgg/trunk@2119 36083f99-b078-4883-b0ff-0f9...marcus
2008-09-24git-svn-id: https://code.elgg.org/elgg/trunk@2116 36083f99-b078-4883-b0ff-0f9...marcus
2008-09-24Added endpoint page handler.marcus
2008-09-24Create keypair code addedmarcus
2008-09-24Added create_api_usermarcus
2008-09-24Added remove_api_user functionmarcus
2008-09-24Will now handle banned users marcus
2008-09-23The cache library is now loaded before the main library boot.ben
2008-09-22API improvement. Authentication via token now logs user in for that session.marcus
2008-09-17Load cache phpmarcus