Age | Commit message (Expand) | Author |
2009-10-29 | Fix feed links which were broken when the API was restructured | Craig Andrews |
2009-10-29 | Moved the public XRDS from the OpenID plugin to core | Craig Andrews |
2009-10-29 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou |
2009-10-29 | fix uninitialized variables in showstream.php | Evan Prodromou |
2009-10-29 | Don't spew warnings for URL shortener plugins that don't declare if they're f... | Brion Vibber |
2009-10-29 | Don't include site in gettext | Sarven Capadisli |
2009-10-29 | Updated bookmarklet. Created its own action | Sarven Capadisli |
2009-10-28 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou |
2009-10-28 | Trap ClientExceptions from media upload process and hand them off to API erro... | Zach Copley |
2009-10-28 | Merge branch 'api-media-upload' into 0.9.x | Zach Copley |
2009-10-28 | Rearanged a couple things & removed debugging statements | Zach Copley |
2009-10-28 | Merge branch '0.9.x' into location | Evan Prodromou |
2009-10-27 | Implement media upload in the API | Zach Copley |
2009-10-27 | Extract media upload stuff into its own library class. | Zach Copley |
2009-10-27 | Shorten the notice text after command processing is done | Craig Andrews |
2009-10-26 | Make email domain checking optional, as some statusnet installations (such as... | Craig Andrews |
2009-10-24 | Merge branch '0.9.x' into location | Evan Prodromou |
2009-10-23 | update location while saving new profile | Evan Prodromou |
2009-10-20 | Extract out Facebook app stuff into a plugin | Zach Copley |
2009-10-20 | Merge branch '0.9.x' into TwitterBridgePlugin | Zach Copley |
2009-10-19 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou |
2009-10-16 | Merge branch '0.9.x' into TwitterBridgePlugin | Zach Copley |
2009-10-16 | Workaround for Facebook data store API behavior regression, fixes saving | Brion Vibber |
2009-10-15 | add more events to profile list | Evan Prodromou |
2009-10-13 | Fix syntax errors | Zach Copley |
2009-10-13 | remove inboxes option | Evan Prodromou |
2009-10-13 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou |
2009-10-13 | Merge branch '0.9.x' into pluginize-twitter-bridge | Zach Copley |
2009-10-13 | Include long-form attachment URL in notice if URL shortening is disabled. | Brion Vibber |
2009-10-13 | Merge branch '0.9.x' into pluginize-twitter-bridge | Zach Copley |
2009-10-12 | Added in credits. | Zach Copley |
2009-10-12 | Make apigroupcreate.php pass phpcs | Zach Copley |
2009-10-12 | Took out some unnecessary intializations | Zach Copley |
2009-10-12 | Moved group create API into its own action | Zach Copley |
2009-10-11 | Merge remote branch 'statusnet/0.8.x' into 0.9.x | Craig Andrews |
2009-10-11 | Implemented create group api | Craig Andrews |
2009-10-09 | CamelCase all function names in the API code | Zach Copley |
2009-10-09 | These same params are used in most API actions; moved to base API class | Zach Copley |
2009-10-09 | Missed some of the references to the old TwitterApiAction - removed | Zach Copley |
2009-10-09 | Remove more redundant $formats | Zach Copley |
2009-10-09 | Move all basic auth output and processing to base classes | Zach Copley |
2009-10-09 | $format is used by every API action. Set it in the base class. | Zach Copley |
2009-10-09 | Delete action/api.php and rename lib/twitterapi.php to lib/api.php | Zach Copley |
2009-10-09 | New actions for blocks via API | Zach Copley |
2009-10-09 | add lots of events to customize the profile page | Evan Prodromou |
2009-10-09 | add some hooks for the profile page | Evan Prodromou |
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-07 | Rationalize logic in showProfile() | Evan Prodromou |