Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-20 | OStatus: send favorite/unfavorite notifications to remote authors | Brion Vibber | |
2010-02-20 | OStatus subscription page fixups; works but needs lots of UI loving! | Brion Vibber | |
- ostatussub via subscribe button now works again (changed to take profile instead of feed, patched up to the new discovery) - added a quickie hack to allow putting your remote profile URI in place of webfinger acct through the remote-sub button (needs to be patched up to do proper discovery via XRDS or a link or something) | |||
2010-02-20 | OStatus: fix regressions in plugin & usersalmon action. Sub/unsub ↵ | Brion Vibber | |
notifications are working again. | |||
2010-02-20 | drop no-longer-used XML_Feed_Parser extlib package from OStatus plugin | Brion Vibber | |
2010-02-20 | Add events for favor and disfavor | Evan Prodromou | |
Added events to core code for when someone favors or disfavors a notice. | |||
2010-02-20 | add hooks for OStatus notification on subscribe/unsubscribe | Evan Prodromou | |
2010-02-20 | adjust URI, URL, and location in Ostatus_profile::processPost | Evan Prodromou | |
2010-02-20 | Add HTMLPurifier to extlib | Evan Prodromou | |
HTMLPurifier defangs arbitrary submitted HTML. We're using it in the OStatus plugin, but it may be valuable for other parts of the codebase (I think OEmbed might benefit, for example). | |||
2010-02-20 | Cool bug! Technically good PHP syntax | Evan Prodromou | |
2010-02-20 | Move some salmon processing to a superclass | Evan Prodromou | |
Moved some salmon processing to a superclass so we could handle group salmon posts, too. | |||
2010-02-19 | OStatus: Salmon notifications now being generated moderately correctly. :) ↵ | Brion Vibber | |
Needs to be an <entry> not a <feed>. | |||
2010-02-19 | OStatus: sub/unsub notifications working again. Fixed up autodetection of ↵ | Brion Vibber | |
feed info at profile setup time | |||
2010-02-19 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
Conflicts: plugins/OStatus/actions/salmon.php | |||
2010-02-19 | some more salmon stuff | Evan Prodromou | |
2010-02-19 | OStatus: hooked up follow/unfollow events on Salmon endpoint to ↵ | Brion Vibber | |
create/destroy remote subscriber relationships | |||
2010-02-19 | OStatus: fix up Salmon endpoint detection/saving, timestamp fixes. | Brion Vibber | |
2010-02-19 | remove unused subs_(un)subscribe_user functions | Evan Prodromou | |
2010-02-19 | replace calls to subs_(un)subscribe_user with Subscription methods | Evan Prodromou | |
2010-02-19 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-02-19 | Refactor subs_* functions for remote use | Evan Prodromou | |
The subs_* functions in subs.php have made a lot of assumptions about users versus profiles. I've refactored the functions to be methods of the Subscription class instead, and to use Profile objects throughout. Some of the checks for blocks or existing subscriptions depended on users or profiles, so I've moved those methods around a bit. I've left stubs for the subs_* functions until we get time to replace them. | |||
2010-02-19 | Using inlineScript instead for clickjacking check | Sarven Capadisli | |
2010-02-19 | Only load json2.js if native JSON is not supported | Sarven Capadisli | |
2010-02-18 | add ActivityContext class and test it | Evan Prodromou | |
2010-02-18 | add type='text/html' to alternate link in Notice Atom | Evan Prodromou | |
2010-02-18 | OStatus refactoring to clean up profile vs feed and fix up subscription issues. | Brion Vibber | |
PuSH subscription maintenance broken back out to FeedSub, letting Ostatus_profile deal with the profile level (user or group, with unique id URI) | |||
2010-02-18 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-18 | OStatus sub/unsub updates: | Brion Vibber | |
- fix for PuSH unsub verification - send Salmon notification on unsub | |||
2010-02-18 | Minor adjustment to edit icon position | Sarven Capadisli | |
2010-02-18 | Fixes long strings from not breaking | Sarven Capadisli | |
2010-02-18 | always distribute to inbox of author immediately | Evan Prodromou | |
2010-02-18 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-18 | more work on salmon | Evan Prodromou | |
2010-02-17 | Merge branch 'master' into testing | Brion Vibber | |
2010-02-17 | Queues: redid the breakout control model so we can start up and subscribe to ↵ | Brion Vibber | |
queues without running through the complete site list, which is ok at 1k sites but too slow at 10k. All breakout queues that we're going to need to listen to now need to be explicitly listed in $config['queue']['breakout']. Until XMPP is moved to component model, this setting will let the individual processes work with their own queues: $config['queue']['breakout'][] = 'xmpp/xmppout/' . $config['site']['nickname']; | |||
2010-02-17 | Twitter bridge - fix for Ticket #2192 | Zach Copley | |
2010-02-17 | Better logging for Twitter bridge account linking process | Zach Copley | |
2010-02-17 | Upgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allows | Zach Copley | |
us to automatically send in a callback url instead of having to manually configure one for each StatusNet instance. | |||
2010-02-17 | Twitter bridge - fix for Ticket #2192 | Zach Copley | |
2010-02-17 | Better logging for Twitter bridge account linking process | Zach Copley | |
2010-02-17 | Merge branch 'master' into testing | Brion Vibber | |
2010-02-17 | Fix exception on bad plugin load | Brion Vibber | |
2010-02-17 | parse_url returns an associative array - not an object | Craig Andrews | |
2010-02-17 | PostDebug plugin - saves POST data to debug log or directory to help debug ↵ | Brion Vibber | |
form submission and server-to-server communications. Some sensitive items are sanitized but not all - don't just shove out the log results publicly! | |||
2010-02-17 | - Set the root of a new local conversation to a new conversation.id | Zach Copley | |
- Output conversation URIs from conversation.uri | |||
2010-02-17 | - conversation.uri needs to be nullable | Zach Copley | |
- factory method for creating new local conversations | |||
2010-02-16 | New Conversation DO to handle remote notices as conversation roots | Zach Copley | |
2010-02-16 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: OStatus: override source link with the source domain and link to original message OStatus: moving parts of profile processing to Activity from feedmunger. Pausing before refactoring DB schema a bit to clean up feed vs person vs group info | |||
2010-02-16 | More sensical profile::getUri() | Zach Copley | |
2010-02-17 | OStatus: override source link with the source domain and link to original ↵ | Brion Vibber | |
message | |||
2010-02-17 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |