Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Plugin to restrict too many registrations from one IP | Evan Prodromou | |
We throttle registrations by IP. We record IP address of each registration, and if too many registrations have been done by the same IP address in the time interval, we reject the registration. | |||
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 | 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 'blacklistplus' into testing | Evan Prodromou | |
Conflicts: EVENTS.txt | |||
2010-02-26 | Blacklist user nickname and password on delete | Evan Prodromou | |
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 | 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 | |
2010-02-25 | use new dedicated hcard method for Webfinger profile | Evan Prodromou | |
2010-02-25 | typo | James Walker | |
2010-02-25 | moving webfinger action to xrdaction | James Walker | |
2010-02-25 | moving references to Webfinger to Discovery | James Walker | |
2010-02-25 | replace webfinger usage in hostmeta.php | James Walker | |
2010-02-25 | removing the webfinger lib | James Walker | |