summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2009-11-04Implement update avatar via API (/api/account/update_profile_image.format)Zach Copley
2009-11-03Bug 1817: undefined property in registration formBrion Vibber
http://status.net/trac/ticket/1817
2009-11-03Fix reference to sources class variableZach Copley
2009-11-02Added 'login' command that gives you a link that can be used to login to the ↵Craig Andrews
website
2009-11-01Updated XHR output to match newnoticeSarven Capadisli
2009-10-31Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-31Revert "Revert "Actually commit the file this time""Evan Prodromou
This reverts commit ba89c891768b371e5358af4cdc76ff18e8b37672.
2009-10-31merge from testingEvan Prodromou
2009-10-31Revert "Actually commit the file this time"Evan Prodromou
This reverts commit 3f06bfc042e34ce97e1f1476faadb67fc5edd282.
2009-10-31Added XHR for direct messages.Sarven Capadisli
2009-10-30Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-10-30IE has some issue with notices that are sent with file attachments. ItSarven Capadisli
doesn't like the XHR response with XHTML DTD. New notices without the file attachment work fine. The rendered content (the anchor for the file attachment link) doesn't appear to be the issue. To fix this problem, I removed the XHTML DTD line from newnotice's XHR response. This is unnecessary for text/xml outputs that's intended for XHR responses any way. It just happens to fix an IE issue. Still a mystery to me as to why it is particular to notices with file attachments.
2009-10-30IE has some issue with notices that are sent with file attachments. ItSarven Capadisli
doesn't like the XHR response with XHTML DTD. New notices without the file attachment work fine. The rendered content (the anchor for the file attachment link) doesn't appear to be the issue. To fix this problem, I removed the XHTML DTD line from newnotice's XHR response. This is unnecessary for text/xml outputs that's intended for XHR responses any way. It just happens to fix an IE issue. Still a mystery to me as to why it is particular to notices with file attachments.
2009-10-30Use nickname from profile, not user object, to avoid barfing warnings on ↵Brion Vibber
Twitter messages imported into the timeline.
2009-10-30Redirect to login when trying to send a direct message while not logged in.Craig Andrews
http://status.net/trac/ticket/1359
2009-10-29Fix feed links which were broken when the API was restructuredCraig Andrews
2009-10-29Moved the public XRDS from the OpenID plugin to coreCraig Andrews
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet])
2009-10-29Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-29fix uninitialized variables in showstream.phpEvan Prodromou
2009-10-29Don't spew warnings for URL shortener plugins that don't declare if they're ↵Brion Vibber
free services.
2009-10-29Don't include site in gettextSarven Capadisli
2009-10-29Updated bookmarklet. Created its own actionSarven Capadisli
2009-10-28Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-28Trap ClientExceptions from media upload process and hand them off to API ↵Zach Copley
error handler
2009-10-28Merge branch 'api-media-upload' into 0.9.xZach Copley
* api-media-upload: Rearanged a couple things & removed debugging statements Rework MailDaemon to use the MediaFile class for uploads Implement media upload in the API Extract media upload stuff into its own library class.
2009-10-28Rearanged a couple things & removed debugging statementsZach Copley
2009-10-28Merge branch '0.9.x' into locationEvan Prodromou
2009-10-27Implement media upload in the APIZach Copley
2009-10-27Extract media upload stuff into its own library class.Zach Copley
2009-10-27Shorten the notice text after command processing is doneCraig Andrews
2009-10-26Make email domain checking optional, as some statusnet installations (such ↵Craig Andrews
as those behind restrictive corporate firewalls, or on home systems on restrictive connections) cannot connect to any mail systems, and this check will always fail.
2009-10-24Merge branch '0.9.x' into locationEvan Prodromou
2009-10-23update location while saving new profileEvan Prodromou
2009-10-22Actually commit the file this timeJeffery To
2009-10-20Extract out Facebook app stuff into a pluginZach Copley
2009-10-20Twitter now puts out an error msg when the status param is empty.Zach Copley
Updated our API to match.
2009-10-20Merge branch '0.9.x' into TwitterBridgePluginZach Copley
2009-10-19Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-16Merge branch '0.9.x' into TwitterBridgePluginZach Copley
2009-10-16Workaround for Facebook data store API behavior regression, fixes savingBrion Vibber
of empty notice prefix text in facebook settings. Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110 Per documentation, saving a pref value of "" or "0" will delete the pref key: http://wiki.developers.facebook.com/index.php/Data.setUserPreference which used to do what we want... Now Facebook throws back an error "Parameter value is required" when we do this. Workaround appends a space to empty string or "0" at save time, then trims the string when we load it. The input string was already trimmed at pref save time, so this won't alter any user-visible behavior. Thanks to ^demon in #mediawiki for pointing out the behavior regression after testing the identi.ca Facebook app!
2009-10-16Workaround for Facebook data store API behavior regression, fixes savingBrion Vibber
of empty notice prefix text in facebook settings. Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110 Per documentation, saving a pref value of "" or "0" will delete the pref key: http://wiki.developers.facebook.com/index.php/Data.setUserPreference which used to do what we want... Now Facebook throws back an error "Parameter value is required" when we do this. Workaround appends a space to empty string or "0" at save time, then trims the string when we load it. The input string was already trimmed at pref save time, so this won't alter any user-visible behavior. Thanks to ^demon in #mediawiki for pointing out the behavior regression after testing the identi.ca Facebook app!
2009-10-15add more events to profile listEvan Prodromou
2009-10-13Fix syntax errorsZach Copley
2009-10-13remove inboxes optionEvan Prodromou
2009-10-13Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-13Merge branch '0.9.x' into pluginize-twitter-bridgeZach Copley
* 0.9.x: Include long-form attachment URL in notice if URL shortening is disabled. Updated default theme to use the CSS Sprites method for common icons Added a new plugin that requires a user to have a validated email address before being allowed to post notices Don't trigger E_NOTICE when looking for commands in the notice input
2009-10-13Include long-form attachment URL in notice if URL shortening is disabled.Brion Vibber
Previously, the attachment URL would simply be dropped when shortening returned false instead of a short URL... the attachment was present if you clicked through to notice details but didn't appear in the timeline, making it nigh-impossible to see the attachment.
2009-10-13Include long-form attachment URL in notice if URL shortening is disabled.Brion Vibber
Previously, the attachment URL would simply be dropped when shortening returned false instead of a short URL... the attachment was present if you clicked through to notice details but didn't appear in the timeline, making it nigh-impossible to see the attachment.
2009-10-13Merge branch '0.9.x' into pluginize-twitter-bridgeZach Copley
* 0.9.x: (247 commits) Added in credits. Use site's name for basic auth realm Make apigroupcreate.php pass phpcs Took out some unnecessary intializations Implemented create group api CamelCase all function names in the API code These same params are used in most API actions; moved to base API class Missed some of the references to the old TwitterApiAction - removed Remove more redundant $formats Remove dead code Move all basic auth output and processing to base classes $format is used by every API action. Set it in the base class. Delete action/api.php and rename lib/twitterapi.php to lib/api.php New actions for blocks via API fix FBConnect so it doesn't muffle EndPrimaryNav don't write session if it's unchanged Fixed facebook connect primary nav to hide search option when site is private and user is not logged in Fixed facebook connect primary nav to obey sms/twitter/openid settings Fixed facebook connect login nav to obey openid settings Fixed facebook connect nav to obey sms/twitter disabled ...
2009-10-12Added in credits.Zach Copley