Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-17 | OStatus: override source link with the source domain and link to original ↵ | Brion Vibber | |
message | |||
2010-02-17 | OStatus: moving parts of profile processing to Activity from feedmunger. ↵ | Brion Vibber | |
Pausing before refactoring DB schema a bit to clean up feed vs person vs group info | |||
2010-02-16 | OStatus: migrated notice parsing to use Activity helper classes; on the way ↵ | Brion Vibber | |
to killing FeedMunger | |||
2010-02-16 | OStatus: check only direct children in ActivityUtil::child; fixes pulling ↵ | Brion Vibber | |
actor's info when we wanted post info | |||
2010-02-16 | OStatus: fix up some recent regressions in subscription setup; fix state ↵ | Brion Vibber | |
checks and verification token, and avatar save on setup. Needs updates for new atom code next... | |||
2010-02-16 | OStatus: fix for low-level remote subscribe | Brion Vibber | |
2010-02-16 | restructure Activity classes to push more DOM stuff to ActivityUtils | Evan Prodromou | |
2010-02-16 | add a couple of FIXME comments | Evan Prodromou | |
2010-02-16 | change find() to staticGet() to use cache | Evan Prodromou | |
2010-02-14 | test parsing a default atom feed for activities | Evan Prodromou | |
2010-02-14 | update activity and salmon for previous commit | Evan Prodromou | |
2010-02-14 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-14 | More complete activity parsing | Evan Prodromou | |
Began the process of actually digging up activity information from an Atom entry. Added a test script to make sure parsing is working right. | |||
2010-02-13 | Dialogbox for OStatus remote subscription | Sarven Capadisli | |
2010-02-13 | Added dialogbox styles for OStatus subscribe form | Sarven Capadisli | |
2010-02-13 | Added XHR channel for OStatus Subscribe button | Sarven Capadisli | |
2010-02-13 | Updated feed subscription form markup | Sarven Capadisli | |
2010-02-13 | Updated OStatus form markup | Sarven Capadisli | |
2010-02-13 | Using the new remote subscription event and updated subscribe label | Sarven Capadisli | |
2010-02-12 | Add OStatus PuSH hub and Salmon links back into user and group feeds | Zach Copley | |
2010-02-12 | OStatus: prep work for sending notifications on ↵ | Brion Vibber | |
sub/unsub/join/leave/favorite/unfavorite via Salmon; needs to be completed and hooked up once feed gen is fixed. | |||
2010-02-12 | flesh out salmon endpoint | Evan Prodromou | |
2010-02-12 | stub for activities | Evan Prodromou | |
2010-02-12 | OStatus sub setup code cleanup and partial group fixes (needs more work ↵ | Brion Vibber | |
after the Atom updates are done) | |||
2010-02-12 | OStatus: renamed feedinfo table to ostatus_profile -- will cover remote ↵ | Brion Vibber | |
ostatus people and groups whether a subscription's active or not (maintains identity over unsub/resub, and between subscribers and subscribees) | |||
2010-02-11 | OStatus: correct parsing of georss:point for max interop (commas allowed, ↵ | Brion Vibber | |
whitespace not strictly defined) | |||
2010-02-11 | OStatus: save Salmon postback URI in feed subscription info, if provided. ↵ | Brion Vibber | |
Will need it for sub/unsub postbacks and other notifications. | |||
2010-02-11 | OStatus: fix salmon link on Atom feeds; add a url spec for group feeds as ↵ | Brion Vibber | |
well (endpoint needs impl) | |||
2010-02-11 | OStatus fix: include feed profile at notice text processing time, fixes replies | Brion Vibber | |
2010-02-11 | OStatus: garbage collect unused PuSH subscriptions when the last local ↵ | Brion Vibber | |
subscriber unsubs | |||
2010-02-10 | OStatus PuSH fixes: | Brion Vibber | |
* HMAC now calculated correctly - confirmed interop with Google's public hub * Can optionally use an external PuSH hub, set URL in $config['ostatus']['hub'] (may have issues in replication environment, and will ping the hub for every update rather than just those with subscribers) Internal hub will still function when this is set, but won't be advertised. Warning: setting this, then turning it off later will break subscriptions as that hub will no longer receive pings. | |||
2010-02-10 | OStatus update: now using standard save/delivery for incoming ostatus ↵ | Brion Vibber | |
messages -- they get reflected to realtime and everything! woooo Group delivery may still need some munging | |||
2010-02-10 | fix hubdistrib | Brion Vibber | |
2010-02-10 | fix up hub queueing to work w/ stomp queues | Brion Vibber | |
2010-02-10 | Filename case fix | Brion Vibber | |
2010-02-09 | removing the webfinger hack for Notice::asAtomEntry since salmon can use a ↵ | James Walker | |
profile URL | |||
2010-02-09 | moving salmon endpoint under 'main/' | James Walker | |
2010-02-09 | OStatus partial support for group subscriptions: | Brion Vibber | |
* detection of group feeds is currently a nasty hack based on presence of '/groups/' in URL -- should use some property on the feed? * listing for the remote group is kinda cruddy; needs to be named more cleanly * still need to establish per-author profiles (easier once we have the updated Atom code in) * group delivery probably not right yet * saving of group messages still triggering some weird behavior Added support for since_id and max_id on group timeline feeds as a free extra. Enjoy! | |||
2010-02-09 | in progress Salmon responses | James Walker | |
2010-02-09 | discovery piece - hand merged :P | James Walker | |
2010-02-08 | Pull GeoRSS locations over OStatus feeds | Brion Vibber | |
2010-02-08 | OStatus cleanup... | Brion Vibber | |
* Treat linkless feed posts as status updates; drop the "New post:" prefix and quotes on them. * Use stable user IDs for atom/rss2 feed links instead of unstable nicknames * Pull Atom feed preferentially when subscribing -- can now put the remote user's profile page straight into the feed subscription form and get to the right place. * Clean up naming for push endpoints | |||
2010-02-08 | First steps on converting FeedSub into the pub/sub basis for OStatus ↵ | Brion Vibber | |
communications: * renamed FeedSub plugin to OStatus * now setting avatar on subscriptions * general fixes for subscription * integrated PuSH hub to handle only user timelines on canonical ID url; sends updates directly * set $config['feedsub']['nohub'] = true to test w/ foreign feeds that don't have hubs (won't actually receive updates though) * a few bits of code documentation * HMAC support for verified distributions (safest if sub setup is on HTTPS) And a couple core changes: * minimizing HTML output for exceptions in API requests to aid in debugging * fix for rel=self link in apitimelineuser when id given This does not not yet include any of the individual subscription management (Salmon notifications for sub/unsub, etc) nor a nice UI for user subscriptions. Needs some further cleanup to treat posts as status updates instead of link references. |