summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2010-02-12OStatus: 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-12flesh out salmon endpointEvan Prodromou
2010-02-12stub for activitiesEvan Prodromou
2010-02-12OStatus sub setup code cleanup and partial group fixes (needs more work ↵Brion Vibber
after the Atom updates are done)
2010-02-12OStatus: 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-11OStatus: correct parsing of georss:point for max interop (commas allowed, ↵Brion Vibber
whitespace not strictly defined)
2010-02-11OStatus: save Salmon postback URI in feed subscription info, if provided. ↵Brion Vibber
Will need it for sub/unsub postbacks and other notifications.
2010-02-11OStatus: fix salmon link on Atom feeds; add a url spec for group feeds as ↵Brion Vibber
well (endpoint needs impl)
2010-02-11OStatus fix: include feed profile at notice text processing time, fixes repliesBrion Vibber
2010-02-11OStatus: garbage collect unused PuSH subscriptions when the last local ↵Brion Vibber
subscriber unsubs
2010-02-10OStatus 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-10OStatus 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-10fix hubdistribBrion Vibber
2010-02-10fix up hub queueing to work w/ stomp queuesBrion Vibber
2010-02-10Filename case fixBrion Vibber
2010-02-10Fix to Realtime's repeat notice form legend and notice idSarven Capadisli
2010-02-09removing the webfinger hack for Notice::asAtomEntry since salmon can use a ↵James Walker
profile URL
2010-02-09moving salmon endpoint under 'main/'James Walker
2010-02-09OStatus 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-09in progress Salmon responsesJames Walker
2010-02-09discovery piece - hand merged :PJames Walker
2010-02-08Pull GeoRSS locations over OStatus feedsBrion Vibber
2010-02-08OStatus 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-08First 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.
2010-02-06Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingZach Copley
2010-02-06Delete old Twitter user record when user changes screen name instead of ↵Zach Copley
updating. Simpler.
2010-02-06Store Twitter screen_name, not name, for foreign_user.nickname when saving ↵Zach Copley
Twitter user.
2010-02-05Don't spew warnings on usage of MEMCACHE_COMPRESSED constant when memcache ↵Brion Vibber
PHP extension is not present. Switched to a locally-defined Cache::COMPRESSED, translating that to MEMCACHE_COMPRESSED in the plugin.
2010-02-04Moved hardcoded identica theme out of MobileProfile. In this case, itSarven Capadisli
will use whichever theme is loaded as its base and then add its own mobile styles. Of course, if a theme comes with its own mobile styles, it will use that instead as an addition to its own base.
2010-02-04- Fix cache handling in TwitterStatusFetcherZach Copley
- Other stability fixes
2010-02-02Removed entity flag stylesheet and icons from plugin to core.Sarven Capadisli
2010-02-02Added icon to Clear label for UserFlag pluginSarven Capadisli
2010-01-31Added missing concat of </li> in Realtime responseSarven Capadisli
2010-01-31Updated XHR binded events to work better in jQuery 1.4.1. UsingSarven Capadisli
.live() for event delegation instead of jQuery.data() and checking to see if an element was previously binded.
2010-01-31Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-01-30better handling of null responses from geonames.orgEvan Prodromou
2010-01-29plugin to limit number of registered usersEvan Prodromou
2010-01-29Adds notice author's name to @title in Realtime responseSarven Capadisli
2010-01-28'Sign in with Twitter' button imgZach Copley
2010-01-28Merge branch 'facebook-js-fix' into testingZach Copley
2010-01-28Move faceboookapp.js to the Facebook pluginZach Copley
2010-01-27fix for fix for bad realtime JS loadBrion Vibber
2010-01-27fix for fix for bad realtime JS loadBrion Vibber
2010-01-27Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-01-27move script into OpenXPlugin::showAd() so it worksEvan Prodromou
2010-01-27using an action for output in OpenX pluginEvan Prodromou
2010-01-27Plugin to enable OpenX adsEvan Prodromou
2010-01-27width and height should be integers in AdsensePluginEvan Prodromou
2010-01-27Plugin to support Google AdsenseEvan Prodromou
A plugin to easily add Google Adsense blocks to a StatusNet site.
2010-01-27Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou