Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-09 | New actions for blocks via API | Zach Copley | |
2009-10-08 | New action for test/help API method | Zach Copley | |
2009-10-08 | New actions for statusnet config and version API methods | Zach Copley | |
2009-10-07 | New individual actions for dealing with groups via API | Zach Copley | |
2009-10-06 | New action for group timelines via API | Zach Copley | |
2009-10-06 | New action for tag timelines in the API | Zach Copley | |
2009-10-05 | New actions for the account methods we have implemented | Zach Copley | |
2009-10-05 | New actions for favorites via the API | Zach Copley | |
2009-10-05 | Routes for friendships actions | Zach Copley | |
2009-10-02 | New actions for direct messaging through the API | Zach Copley | |
2009-10-02 | New action for /users/show | Zach Copley | |
2009-10-01 | Renamed and moved stuff around to better match Twitter's API organization | Zach Copley | |
2009-10-01 | A new action for /statuses/destroy | Zach Copley | |
2009-10-01 | Merge branch '0.9.x' into refactor-api | Zach Copley | |
* 0.9.x: change DB so OpenIDPlugin manages OpenID tables Some bug fixes check the schema add some more methods to Schema Added hook for Aside container Revert "Outputting UTF-8 charset in document header irrespective of mimetype." FOAF for Groups. use schema tool to create a table statusize schema-related modules test script for schema code make table def method of schema code work start a module for schema management | |||
2009-10-01 | New action for /statuses/update | Zach Copley | |
2009-09-30 | Add route for /statuses/show | Zach Copley | |
2009-09-30 | FOAF for Groups. | Toby Inkster | |
2009-09-30 | New actions for /statuses/friends and /statuses/followers + social graph methods | Zach Copley | |
2009-09-27 | Route aliases: replies -> mentions and home_timeline -> friends_timeline | Zach Copley | |
2009-09-27 | Forgot to commit the routes for the new actions | Zach Copley | |
2009-09-25 | Merge branch 'refactor-api' of ↵ | Zach Copley | |
git@gitorious.org:~zcopley/statusnet/zcopleys-clone into refactor-api | |||
2009-09-25 | Moved basic auth stuff into its own classes | Zach Copley | |
2009-09-24 | Merge branch '0.9.x' into refactor-api | Zach Copley | |
* 0.9.x: (88 commits) Left a couple debugging statements in (removed) Output If-Modified-Since header for all RSS 1.0 feeds (again) Revert "move scripts to just before </body>, add event for scripts that need to be in <head>" Implemented join and leave groups api methods implemented etag and last modified Fixed broken Piwik plugin - was not using the supplied site code move scripts to just before </body>, add event for scripts that need to be in <head> some UI fixes Using timeline string instead of title for WindowName because IE doesn't Added JavaScript to initialize the poped Window Some layout and rendering adjustment for Realtime plugin Created addPop() for Realtime plugin and added param to include iconurl move some stuff around for realtime hack around address hack in util.js Add some more realtime feeds Do realtime popup with PHP instead of Javascript JavaScript fixes for IE Revert "Added realtime streams for all and showstream timelines" Revert "Fixed indenting" Revert "Made it slighly more compact with less jQuery selection" ... | |||
2009-09-23 | Started refactoring API into individual actions | Zach Copley | |
2009-09-23 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/requesttoken.php classes/File.php install.php lib/noticeform.php | |||
2009-09-19 | Make statuses/home_timeline return the same thing as ↵ | Zach Copley | |
statuses/friends_timeline to support apps trying to use the new retweet API method. | |||
2009-09-19 | Make statuses/home_timeline return the same thing as ↵ | Zach Copley | |
statuses/friends_timeline to support apps trying to use the new retweet API method. | |||
2009-09-11 | Add a parameter named 'inreplyto' to the 'notice/new' page, so urls can ↵ | Craig Andrews | |
inclue 'inreplyto' id's. Also add 'inreplyto' to the urls sent in emails. | |||
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php | |||
2009-08-27 | add api/laconica for backwards compatibility | Evan Prodromou | |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-21 | Merge branch '0.9.x' into openidplugin | Evan Prodromou | |
Conflicts: actions/login.php actions/register.php | |||
2009-08-11 | oEmbed provider does not use the twitter api library classes any more | Craig Andrews | |
2009-08-10 | Merge branch 'twitter-oauth' into 0.8.x | Zach Copley | |
Conflicts: scripts/getvaliddaemons.php | |||
2009-08-07 | Implemented the list_all and list groups API methods as defined at ↵ | Craig Andrews | |
http://laconi.ca/trac/wiki/ProposedGroupsAPI Made the Autocomplete plugin also autocomplete groups | |||
2009-08-04 | incorrectly moved user xrds to OpenID plugin; fixing | Evan Prodromou | |
2009-08-04 | OpenIDPlugin sets up actions for router | Evan Prodromou | |
2009-08-03 | Merge branch '0.8.x' into twitter-oauth | Zach Copley | |
2009-08-01 | Twitter OAuth server dance working | Zach Copley | |
2009-07-30 | Fix the router entries for the oEmbed endpoint so they don't accidentally ↵ | Craig Andrews | |
catch too much | |||
2009-07-29 | move oEmbed router connection after plugins, so other endpoints (such as ↵ | Craig Andrews | |
main/facebooklogin) from plugins don't get accidentally intercepted | |||
2009-07-20 | allow full unicode into links for tags | Brenda Wallace | |
2009-07-17 | Moved oembed endpointer so openid no longer incorrectly prompts for ↵ | Craig Andrews | |
authentication | |||
2009-07-17 | Move the oembed endpoint to /main/oembed | Craig Andrews | |
2009-07-15 | Added stub oembed api endpoint | Craig Andrews | |