Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-21 | hook in OStatusPlugin to return Ostatus_profile URIs where applicable | Evan Prodromou | |
2010-02-21 | slight rearrangement of getting profile URIs | Evan Prodromou | |
2010-02-21 | Add error info for missing URI in attention | Evan Prodromou | |
2010-02-21 | reversed in_array() arguments in UsersalmonAction | Evan Prodromou | |
2010-02-21 | Wasn't putting in namespaces for reply salmons | Evan Prodromou | |
2010-02-21 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-21 | Notice::getReplies() returns array of profile IDs | Evan Prodromou | |
2010-02-21 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-21 | OStatus: drop the remnants of feedsubsettings, replaced by ostatussub and no ↵ | Brion Vibber | |
longer linked in UI | |||
2010-02-21 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-21 | work harder to preserve info when creating new Ostatus_profile | Evan Prodromou | |
2010-02-21 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-21 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-21 | OStatus PuSH fixes: | Brion Vibber | |
- hub now defers subscription state updates until after verification, per spec - hub now supports synchronous verification when requested (if async is not requested after) - client now requests synchronous verification (it's a bit safer) - cleanup on subscription logging/error responses | |||
2010-02-21 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-21 | use some constants and do some extra output in webfinger output | Evan Prodromou | |
2010-02-21 | Do mention lookup for Webfinger accounts in OStatusPlugin | Evan Prodromou | |
2010-02-21 | Add OStatus_profile::ensureWebfinger() | Evan Prodromou | |
2010-02-21 | make some of the Webfinger magic strings constants | Evan Prodromou | |
2010-02-21 | Performance fix for FriendFeed sup interface: MySQL query optimizer was ↵ | Brion Vibber | |
doing a table scan on notice; explicit subquery makes it run much more efficiently, only scanning items within the period under consideration. Standard subquery should be PostgreSQL-compatible. | |||
2010-02-21 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-02-21 | Add PoCo namespace to notice feeds | Zach Copley | |
2010-02-21 | OStatus PuSH fixlets: | Brion Vibber | |
- set minimal error page output on PuSH callback - allow hub to retry ($config['ostatus']['hub_retries']), simplify internal iface a bit. Retries are pushed to end of queue but otherwise not delayed yet; makes delivery more robust to one-off transitory errors but not yet against downtime. | |||
2010-02-21 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-21 | fixup activity serialization so salmon notifications work | Evan Prodromou | |
2010-02-21 | OStatus feedsub fixlets: | Brion Vibber | |
- actually udpate feedsub.last_update when we get a new PuSH update in - move incoming PuSH processing to a queue handler to minimize time spent before POST return, as recommended by PuSH spec. When queues are disabled this'll still be handled immediately. | |||
2010-02-21 | include namespaces in posted activities in notifyActivity() | Evan Prodromou | |
2010-02-21 | Combine code that finds mentions into one place and add hook points | Evan Prodromou | |
Combined the code that finds mentions of other profiles into one place. common_find_mentions() finds mentions and calls hooks to allow supplemental syntax for mentions (like OStatus). common_linkify_mentions() links mentions. common_linkify_mention() links a mention. Notice::saveReplies() now uses common_find_mentions() instead of trying to parse everything again. | |||
2010-02-21 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-21 | use Ostatus_profile::ensureActivityObjectProfile() in ↵ | Evan Prodromou | |
SalmonAction::ensureProfile() | |||
2010-02-21 | slightly more robust remote profile creation | Evan Prodromou | |
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 | |