Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | phpcs cleanup | 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 | Add in a check for proper format | Zach Copley | |
2009-10-05 | New actions for managing subscriptions (friendships) | 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 | Fix: last modified header wasn't showing | Zach Copley | |
2009-09-30 | Add route for /statuses/show | Zach Copley | |
2009-09-30 | New action for /statuses/show | Zach Copley | |
2009-09-30 | Declare some more variables; instance variable for format | Zach Copley | |
2009-09-30 | FOAF for Groups. | Toby Inkster | |
2009-09-30 | Merge branch '0.9.x' into refactor-api | Zach Copley | |
* 0.9.x: (39 commits) Timeout a little incase the notice item from XHR response is Relocated the button for pop up window for notice stream Script no longer needed for Realtime plugin Better check to see if the XML prolog should be outputted for XML Outputting UTF-8 charset in document header irrespective of mimetype. Switched Doctype to XHTML 1.0 Strict (which best reflects the current Twitter API returns server errors in preferred format move HTTP error code strings to class variables remove string-checks from code using Notice::saveNew() change string return from Notice::saveNew to exceptions stop overwriting created timestamp on group edit Forgot to add home_timeline to the list of methods that only require Forgot to add home_timeline to the list of methods that only require moderator can delete another user's notice show delete button when user has deleteOthersNotice right let hooks override standard user rights user rights Merge DeleteAction class into DeletenoticeAction Fix some bugs in the URL linkification, and fixed the unit test. Fix URL linkification test cases for addition of 'title' attribution with long URL in f3c8fccc ... | |||
2009-09-30 | Fix header comment | Zach Copley | |
2009-09-30 | Left opening double quotes off Etag | Zach Copley | |
2009-09-30 | New actions for /statuses/friends and /statuses/followers + social graph methods | Zach Copley | |
2009-09-29 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/twitapistatuses.php | |||
2009-09-29 | Twitter API returns server errors in preferred format | Evan Prodromou | |
2009-09-29 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-09-29 | remove string-checks from code using Notice::saveNew() | Evan Prodromou | |
2009-09-29 | stop overwriting created timestamp on group edit | Evan Prodromou | |
2009-09-27 | Forgot to add home_timeline to the list of methods that only require | Zach Copley | |
bareauth. | |||
2009-09-27 | Forgot to add home_timeline to the list of methods that only require | Zach Copley | |
bareauth. | |||
2009-09-27 | moderator can delete another user's notice | Evan Prodromou | |
2009-09-27 | Merge DeleteAction class into DeletenoticeAction | Evan Prodromou | |
The DeleteAction class checked for notice information, and only had one subclass: DeletenoticeAction. I couldn't figure out any other class that would subclass it, so I combined the two into a single class. | |||
2009-09-27 | Fix nickname in feed title | Zach Copley | |
2009-09-27 | Broke mentions API method out into its own action | Zach Copley | |
2009-09-27 | Broke out public_timeline and user_timeline into their own actions | Zach Copley | |
2009-09-27 | phpcs on apifriendstimeline.php, apiauth.php and apibareauth.php | Zach Copley | |
2009-09-27 | - Output entity tag | Zach Copley | |
- More comments for function blocks | |||
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-24 | Reorganize, make bare auth work, output If-Modified-Since header | Zach Copley | |
2009-09-24 | Left a couple debugging statements in (removed) | Zach Copley | |
2009-09-24 | Output If-Modified-Since header for all RSS 1.0 feeds (again) | Zach Copley | |
2009-09-24 | Merge remote branch 'statusnet/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: EVENTS.txt actions/requesttoken.php classes/File.php install.php lib/action.php lib/noticeform.php | |||
2009-09-24 | Implemented join and leave groups api methods | Craig Andrews | |
2009-09-23 | Started refactoring API into individual actions | Zach Copley | |
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-19 | Add missing parenthesis. | Adrian Lang | |
2009-09-19 | Fix merges. | Adrian Lang | |