Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-06 | Better workaround for PHP returning empty $_POST and $_FILES when | Zach Copley | |
POST length > post_max_size in php.ini. I also added this check to avatar upload, which was failing with huge files. | |||
2009-11-05 | Add ChangePassword event | Craig Andrews | |
2009-11-05 | Merge commit 'refs/merge-requests/2006' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into integration | |||
2009-11-04 | Fix for Ticket #1957 - API methods are not accessible when site is private ↵ | Zach Copley | |
(0.8->0.9 regression) | |||
2009-11-04 | Remove ugly debugging statements | Zach Copley | |
2009-11-04 | Implement update avatar via API (/api/account/update_profile_image.format) | Zach Copley | |
2009-11-04 | Widgetized user profile rendering. | Shashi | |
2009-11-03 | Bug 1817: undefined property in registration form | Brion Vibber | |
http://status.net/trac/ticket/1817 | |||
2009-11-03 | Fix reference to sources class variable | Zach Copley | |
2009-11-02 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-11-01 | Updated XHR output to match newnotice | Sarven Capadisli | |
2009-10-31 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-31 | Revert "Revert "Actually commit the file this time"" | Evan Prodromou | |
This reverts commit ba89c891768b371e5358af4cdc76ff18e8b37672. | |||
2009-10-31 | merge from testing | Evan Prodromou | |
2009-10-31 | Revert "Actually commit the file this time" | Evan Prodromou | |
This reverts commit 3f06bfc042e34ce97e1f1476faadb67fc5edd282. | |||
2009-10-31 | Added XHR for direct messages. | Sarven Capadisli | |
2009-10-30 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-10-30 | IE has some issue with notices that are sent with file attachments. It | Sarven 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-30 | IE has some issue with notices that are sent with file attachments. It | Sarven 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-30 | Use nickname from profile, not user object, to avoid barfing warnings on ↵ | Brion Vibber | |
Twitter messages imported into the timeline. | |||
2009-10-30 | Redirect to login when trying to send a direct message while not logged in. | Craig Andrews | |
http://status.net/trac/ticket/1359 | |||
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 | |
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet]) | |||
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 ↵ | Brion Vibber | |
free services. | |||
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 ↵ | Zach Copley | |
error handler | |||
2009-10-28 | Merge branch 'api-media-upload' into 0.9.x | Zach 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-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 ↵ | 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-24 | Merge branch '0.9.x' into location | Evan Prodromou | |
2009-10-23 | update location while saving new profile | Evan Prodromou | |
2009-10-22 | Actually commit the file this time | Jeffery To | |
2009-10-20 | Extract out Facebook app stuff into a plugin | Zach Copley | |
2009-10-20 | Twitter now puts out an error msg when the status param is empty. | Zach Copley | |
Updated our API to match. | |||
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 | |
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-16 | Workaround for Facebook data store API behavior regression, fixes saving | Brion 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-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 | |