Age | Commit message (Expand) | Author |
2009-07-30 | Implemented the "show" method of the laconica groups api | Craig Andrews |
2009-07-17 | Move the oembed endpoint to /main/oembed | Craig Andrews |
2009-07-15 | Added stub oembed api endpoint | Craig Andrews |
2009-07-12 | Add timeline tags API (RSS 2.0 and Atom feeds) | Craig Andrews |
2009-07-10 | Group timeline API method doesn't require auth | Zach Copley |
2009-07-06 | Add special basic auth handling for friendships/show. Other fixups. | Zach Copley |
2009-06-27 | log IP for API auth errors | Evan Prodromou |
2009-06-20 | Update copyright dates in files modified in 2009 | Evan Prodromou |
2009-06-20 | change Controlez-Vous to Control Yourself | Evan Prodromou |
2009-06-04 | Handle the ways Twitter accepts passing the user in the query string. | Dan Moore |
2009-05-28 | Warning log msg when http basic auth fails | Zach Copley |
2009-04-29 | Added 'mentions' the the list of API methods requiring bare auth | Zach Copley |
2009-04-13 | typo in api.php | Evan Prodromou |
2009-04-13 | isReadOnly() now takes arguments | Evan Prodromou |
2009-03-07 | More api actions which need no auth when called with parameter. | Adrian Lang |
2009-02-18 | Open the /api/laconica/config.format API method so clients can determine whet... | Zach Copley |
2009-01-23 | Merge branch 'master' of ssh://zach@dev.controlyourself.ca/var/www/trunk | Zach Copley |
2009-01-23 | Bring the Twitter compatible API inline with new uiredesign stuff | Zach Copley |
2009-01-23 | Merge branch 'master' of /var/www/mublog | Evan Prodromou |
2009-01-15 | All actions now use isReadOnly() | Evan Prodromou |
2009-01-15 | Convert use of common_server_error and common_user_error to methods on Action | Evan Prodromou |
2009-01-15 | Convert all actions to use new UI functions | Evan Prodromou |
2009-01-08 | Revert "Twitter-compatible API - update verify_credentials to return profile" | Evan Prodromou |
2008-12-15 | Twitter-compatible API - update verify_credentials to return profile | Zach Copley |
2008-12-30 | add laconica methods to unauthed ones | Evan Prodromou |
2008-12-23 | move opening brace of class declaration to next line | Evan Prodromou |
2008-12-23 | change function headers to K&R style | Evan Prodromou |
2008-12-23 | replace NULL with null | Evan Prodromou |
2008-12-23 | replace all tabs with four spaces | Evan Prodromou |
2008-12-03 | prepare the action obj for API | Evan Prodromou |
2008-12-03 | fine-tuning the privacy flag | Evan Prodromou |
2008-10-24 | Twitter-compatible API - removed debugging statement | zach |
2008-10-24 | Twitter-compatible API - checks for is_readonly() now work! | zach |
2008-10-24 | add is_readonly() to api.php | Evan Prodromou |
2008-10-16 | Twitter-compatible API: | zach |
2008-10-15 | Twitter-compatible API - added favorites/favorites to list of methods only re... | zach |
2008-09-30 | Twitter-compatible API - cleaned up sloppy control flow: exit() statements ev... | zach |
2008-08-19 | Twitter-compatible API - Added /statuses/followers to methods that | zach |
2008-07-30 | Twitter-compatible API: implemented /users/show.format method | zach |
2008-07-20 | Twitter-compatible API - Error handling that better matches Twitter's | zach |
2008-07-19 | correct handling of bareauth | Evan Prodromou |
2008-07-19 | bare auth for friends, too | Evan Prodromou |
2008-07-19 | try again with user_timeline auth | Evan Prodromou |
2008-07-18 | Twitter-compatible API - added missing double quotes to WWW-Authenticate header | zach |
2008-07-17 | Twitter-compatible API: white listed user_timeline and show as per twitter | zach |
2008-07-17 | Twitter-compatible API - /statuses/show and /statuses/update now work | zach |
2008-07-16 | Twitter-compatible API - code cleanup | zach |
2008-07-15 | Prepended 'Twit' to Twitter-compatible API actions (renamed action | zach |
2008-07-14 | Second shot at figuring out action dispatch for Twitter-compatible API | zach |
2008-07-12 | First volly at a Twitter-compatible API. Just working out the | zach |