Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-10 | Fix to Realtime's repeat notice form legend and notice id | Sarven Capadisli | |
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. | |||
2010-02-06 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-02-06 | Delete old Twitter user record when user changes screen name instead of ↵ | Zach Copley | |
updating. Simpler. | |||
2010-02-06 | Store Twitter screen_name, not name, for foreign_user.nickname when saving ↵ | Zach Copley | |
Twitter user. | |||
2010-02-05 | Don'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-04 | Moved hardcoded identica theme out of MobileProfile. In this case, it | Sarven 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 TwitterStatusFetcher | Zach Copley | |
- Other stability fixes | |||
2010-02-02 | Removed entity flag stylesheet and icons from plugin to core. | Sarven Capadisli | |
2010-02-02 | Added icon to Clear label for UserFlag plugin | Sarven Capadisli | |
2010-01-31 | Added missing concat of </li> in Realtime response | Sarven Capadisli | |
2010-01-31 | Updated XHR binded events to work better in jQuery 1.4.1. Using | Sarven Capadisli | |
.live() for event delegation instead of jQuery.data() and checking to see if an element was previously binded. | |||
2010-01-31 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-01-30 | better handling of null responses from geonames.org | Evan Prodromou | |
2010-01-29 | plugin to limit number of registered users | Evan Prodromou | |
2010-01-29 | Adds notice author's name to @title in Realtime response | Sarven Capadisli | |
2010-01-28 | 'Sign in with Twitter' button img | Zach Copley | |
2010-01-28 | Merge branch 'facebook-js-fix' into testing | Zach Copley | |
2010-01-28 | Move faceboookapp.js to the Facebook plugin | Zach Copley | |
2010-01-27 | fix for fix for bad realtime JS load | Brion Vibber | |
2010-01-27 | fix for fix for bad realtime JS load | Brion Vibber | |
2010-01-27 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-01-27 | move script into OpenXPlugin::showAd() so it works | Evan Prodromou | |
2010-01-27 | using an action for output in OpenX plugin | Evan Prodromou | |
2010-01-27 | Plugin to enable OpenX ads | Evan Prodromou | |
2010-01-27 | width and height should be integers in AdsensePlugin | Evan Prodromou | |
2010-01-27 | Plugin to support Google Adsense | Evan Prodromou | |
A plugin to easily add Google Adsense blocks to a StatusNet site. | |||
2010-01-27 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-01-27 | wrong height for rectangle in BlankAd | Evan Prodromou | |
2010-01-27 | Add the moved BlankAdPlugin | Evan Prodromou | |
2010-01-27 | make BlankAd dir and change to use a 1x1 image | Evan Prodromou | |
2010-01-27 | move BlankAdPlugin to its own dir | Evan Prodromou | |
2010-01-27 | Add BlankAdPlugin to test ad layout in different themes | Evan Prodromou | |
2010-01-27 | move UAP plugin to core | Evan Prodromou | |
2010-01-27 | Lowercased switch cases in UAP Plugin | Sarven Capadisli | |
2010-01-27 | Plugin for Universal Ad Package. Outputs four most widely used ad types. | Sarven Capadisli | |
2010-01-27 | Set default 24-hour expiry on Memcached objects where not specified. | Brion Vibber | |
2010-01-27 | quick fix: use common_path() on realtime update JS so it works with the new ↵ | Brion Vibber | |
JS path code (will pull from main server for now) | |||
2010-01-27 | Optionally set a separate Javascript server and path | Evan Prodromou | |
We have about 10-12 JavaScript pages per Web page. They usually are based on the same server as the Web pages, but since they're static files, it makes sense to offload them to a lite server that handles static files well. This commit lets you set a separate Javascript server and path for the default Javascript code in StatusNet. Squashed commit of the following: commit 139d1622fdafe5ad00c820224416d9021efc3234 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 27 11:30:24 2010 -0500 modules that call htmloutputter::script() don't prescribe js/ path commit c6ca3174af73efed55eaed5ff1e2a3bdc77d2d87 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 27 11:28:07 2010 -0500 configurable server and path for javascript files | |||
2010-01-26 | Updated geolocation sharing in notice form for Realtime pop | Sarven Capadisli | |
2010-01-26 | Add Julien C to author comments | Zach Copley | |
2010-01-26 | - Remove redundant function | Zach Copley | |
- clean up log msgs | |||
2010-01-26 | Use "Sign in with Twitter" auth pattern and official Twitter button for ↵ | Zach Copley | |
Twitter-based login. See: http://apiwiki.twitter.com/Sign-in-with-Twitter |