Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-21 | Pulling PubSubHubbub plugin out of default list for 0.9.x; not compatible ↵ | Brion Vibber | |
with recent changes to Atom feed generation for OStatus. | |||
2010-02-21 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-21 | Fix for doc action on systems that return false for globbing in a ↵ | Brion Vibber | |
non-existing dir | |||
2010-02-21 | OStatus: debug aid - log the received Salmon post when it can't be parsed ↵ | Brion Vibber | |
properly as an <atom:entry> | |||
2010-02-21 | correct actor for OStatusPlugin::onEndUnsubscribe() | Evan Prodromou | |
2010-02-21 | correct call to time() in Ostatus_profile::notify() | Evan Prodromou | |
2010-02-21 | correct name check in ActivityObject::fromProfile() | Evan Prodromou | |
2010-02-21 | add activity:subject to atom feeds | Evan Prodromou | |
2010-02-21 | add feed-level author for user atom feeds | Evan Prodromou | |
2010-02-21 | try different ways to get a profile from a feed | Evan Prodromou | |
2010-02-21 | make avatar attribute explicit for ActivityObject | Evan Prodromou | |
2010-02-21 | remove unused profile code from salmonaction | Evan Prodromou | |
2010-02-21 | redirect ostatussub if not logged in | Evan Prodromou | |
2010-02-21 | use notifyActivity() for notifications in OStatusPlugin | Evan Prodromou | |
2010-02-21 | activity notification in Ostatus_profile | Evan Prodromou | |
2010-02-21 | let activities generate their own XML | Evan Prodromou | |
2010-02-21 | permalink on a note represented by rel=alternate | Evan Prodromou | |
2010-02-21 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
Conflicts: plugins/OStatus/lib/activity.php | |||
2010-02-21 | more tests for Activity parsing | Evan Prodromou | |
2010-02-21 | Save posted notices in usersalmon | Evan Prodromou | |
2010-02-21 | Notice::saveNew() accepts url and rendered options | Evan Prodromou | |
2010-02-21 | saving notices in salmon actions | Evan Prodromou | |
2010-02-21 | more complete content retrieval in ActivityObject::__construct() | Evan Prodromou | |
2010-02-20 | OStatus: fix regressions from merge | Brion Vibber | |
2010-02-20 | Subscription::start() should be enough, right? | Evan Prodromou | |
2010-02-20 | do some double-checks on favor and disfavor handlers in OStatusPlugin | Evan Prodromou | |
2010-02-20 | make sure argument to Fave::addNew() is a profile | Evan Prodromou | |
2010-02-20 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
Conflicts: plugins/OStatus/OStatusPlugin.php | |||
2010-02-20 | Add support for favor and disfavor notification | Evan Prodromou | |
Added support for favoring and disfavoring in OStatusPlugin. Needed to represent the Notice as an activity:object, so added some code for that in lib/activity.php. Also, made some small changes to OStatusPlugin so it handled having a non-default argument $object correctly. | |||
2010-02-20 | OStatus: Salmon favorite & unfavorite events now handled | Brion Vibber | |
2010-02-20 | OStatus: send favorite/unfavorite notifications to remote authors | Brion Vibber | |
2010-02-20 | Fixed incorrect link on registration successful page | Eric Helgeson | |
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 | Change to use TagURI::base() instead of common_config() | Evan Prodromou | |
I changed the way that tag: URIs are minted, so we now use the right base. Ideally most of these would use HTTP URIs instead, but for now at least they use the right base. | |||
2010-02-20 | OStatus: fix regressions in plugin & usersalmon action. Sub/unsub ↵ | Brion Vibber | |
notifications are working again. | |||
2010-02-20 | Add a library to mint tag URIs | Evan Prodromou | |
We've been making pretty crummy tag: URIs for a while. We should continue to favor HTTP URIs, since it's nice to be able to discover things about an object you've shared the ID of. Where that's not possible, this makes nicer tag URIs. | |||
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 | |