Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-02 | Showing remote subscription button on the personal timeline | Sarven Capadisli | |
2010-03-02 | Generalized style for entity remote subscription action | Sarven Capadisli | |
2010-03-02 | Just a label change. Since the user already went ahead with | Sarven Capadisli | |
subscribing, in this step we are just confirming the profile. | |||
2010-03-01 | High-priority OStatus fixes: | Brion Vibber | |
* PuSHing out to multiple client services could fail; only first callback got reached * Correction for re-sub request to a known sub | |||
2010-03-01 | Merge branch 'work' into testing | Brion Vibber | |
2010-03-01 | OStatus: support @example.com/path/to/profile mentions as well as ↵ | Brion Vibber | |
@profile@example.com (latter requires webfinger, former doesn't) Plus misc warnings/notices cleanup in the submission path. | |||
2010-03-01 | Fix a bunch of notice & warning-level messages that were breaking my ↵ | Brion Vibber | |
inter-instance communications | |||
2010-03-01 | more output in updateostatus.php | Evan Prodromou | |
2010-03-01 | fix path for updateostatus.php | Evan Prodromou | |
2010-03-01 | Script to convert OMB subscriptions to OStatus subscriptions | Evan Prodromou | |
2010-03-01 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: db/08to09.sql locale/statusnet.po scripts/update_po_templates.php | |||
2010-03-01 | Localization tweak: include doc comments marked as 'TRANS' in .po file ↵ | Brion Vibber | |
output; these should now get automatically pulled through to the TranslateWiki interface as translator help hints. | |||
2010-02-27 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
2010-02-26 | renaming sha256 to prevent conflict | James Walker | |
2010-02-26 | better return check in Magicsig::staticGet() | James Walker | |
2010-02-26 | MagicEnvelope::parse shouldn't be called statically | James Walker | |
2010-02-26 | should be sequenceKey (singular) | James Walker | |
2010-02-26 | adding sequenceKeys() to magicsig | James Walker | |
2010-02-26 | removing some extraneous debug logging | James Walker | |
2010-02-26 | move salmon posting to send application/magic-envelope+xml per ↵ | James Walker | |
http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-salmon-00.html#RPF | |||
2010-02-26 | Discovery::lookup now throws an exception | James Walker | |
2010-02-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-26 | move signing to take a local actor profile and use local keys | James Walker | |
2010-02-26 | only put public keys in XRD | James Walker | |
2010-02-26 | updating to use latest salmon NS definitions | James Walker | |
2010-02-26 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-02-26 | more cleanup | James Walker | |
2010-02-26 | bad merge.. cleaning up missing webfinger bits | James Walker | |
2010-02-26 | remove webfinger.php | James Walker | |
2010-02-26 | salmon actually fetching remote keypairs | James Walker | |
2010-02-25 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
Conflicts: plugins/OStatus/lib/webfinger.php | |||
2010-02-25 | use a real keypair from discovery | James Walker | |
2010-02-25 | er. right. | James Walker | |
2010-02-25 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-25 | OStatus: clean up known-URL hinting during profile setup, saves some extra ↵ | Brion Vibber | |
HTTP hits we were getting when mentioning Buzz feeds. | |||
2010-02-25 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: OStatus: pull best-sized avatar image (96x96 if found, otherwise largest, otherwise if none labeled takes the first) info about discovery in Ostatus_profile::ensureWebfinger() cache Web responses in Webfinger library | |||
2010-02-25 | - Updates to use new activity object factories | Zach Copley | |
- Prune obsolete feed creation method | |||
2010-02-25 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-25 | OStatus: pull best-sized avatar image (96x96 if found, otherwise largest, ↵ | Brion Vibber | |
otherwise if none labeled takes the first) | |||
2010-02-25 | info about discovery in Ostatus_profile::ensureWebfinger() | Evan Prodromou | |
2010-02-25 | cache Web responses in Webfinger library | Evan Prodromou | |
2010-02-25 | cache results of webfinger lookups | Evan Prodromou | |
2010-02-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-25 | Parse an hcard for hints, if available | Evan Prodromou | |
2010-02-25 | use new hcard method for webfinger | Evan Prodromou | |
2010-02-25 | add hkit for hCard parsing | Evan Prodromou | |
2010-02-25 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: OStatus: if no <link> available and no profileurl hint passed in, use object id if it's an HTTP(S) URL. Fixes profile link for Google accounts. Tweak common_url_to_nickname to take the last path component; fixes pulling nicks from Google profile pages (path is "/profile/<nickname>") Fix bug on subscribe/unsubscribe in profile lists. Bogus call to nonexisting profile->getProfile() was masked by DB_DataObject | |||
2010-02-25 | Add lots of fun avatars to our Atom output | Zach Copley | |
2010-02-26 | OStatus: if no <link> available and no profileurl hint passed in, use object ↵ | Brion Vibber | |
id if it's an HTTP(S) URL. Fixes profile link for Google accounts. | |||
2010-02-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |