Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-26 | Merge branch 'master' into testing | Brion Vibber | |
2010-02-26 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-26 | Fixed object name | Michele | |
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 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
2010-02-26 | salmon actually fetching remote keypairs | James Walker | |
2010-02-25 | Remove unnecessary requires | Zach Copley | |
2010-02-25 | Get ApiAction autoloading properly | Zach Copley | |
2010-02-25 | Remove unnecessary requires | Zach Copley | |
2010-02-25 | Get ApiAction autoloading properly | Zach Copley | |
2010-02-25 | Fix a few keys that got dropped from statusnet.ini by mistake | Brion Vibber | |
2010-02-25 | Fix for group timeline feeds by name | Brion Vibber | |
2010-02-25 | try/catch on omb profile pings | Brion Vibber | |
2010-02-25 | try/catch on omb profile pings | Brion Vibber | |
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 | update to beta6 | Evan Prodromou | |
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 | add beta5 to beta6 script | Evan Prodromou | |
2010-02-25 | Fix test to account for new way avatars are stored in ActivityObject | Zach Copley | |
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 git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-25 | remove linkback from default plugins | Evan Prodromou | |
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 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-25 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: init_conversation.php script to copy old notice conversations into the conversation table cache results of webfinger lookups Parse an hcard for hints, if available use new hcard method for webfinger add hkit for hCard parsing use new dedicated hcard method for Webfinger profile Add an hcard action | |||
2010-02-25 | Fix atom feed IDs in user and group atom feeds | Zach Copley | |
2010-02-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
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 | Set avatar height correctly | Zach Copley | |
2010-02-25 | init_conversation.php script to copy old notice conversations into the ↵ | Brion Vibber | |
conversation table | |||
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 | Tweak common_url_to_nickname to take the last path component; fixes pulling ↵ | Brion Vibber | |
nicks from Google profile pages (path is "/profile/<nickname>") | |||
2010-02-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-25 | use new dedicated hcard method for Webfinger profile | Evan Prodromou | |
2010-02-25 | Add an hcard action | Evan Prodromou | |
A dedicated hcard action for users. Our profile page includes an hcard, but it's so full of other hcards that it's ambiguous which one is the "real" one. So, this one make sense for meaning, "This is my hcard." |