Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-03 | Fix for hcard parsing: typo caused notice spew accessing unset array index | Brion Vibber | |
2010-03-02 | OStatus: save file records for enclosures | Brion Vibber | |
Also stripping id from foreign HTML messages (could interfere with UI) and disabled failing attachment popup for a.attachment links that don't have a proper id, so you can click through instead of getting an error. Issues: * any other links aren't marked and saved * inconsistent behavior between local and remote attachments (local displays in lightbox, remote doesn't) * if the enclosure'd object isn't referenced in the content, you won't be offered a link to it in our UI | |||
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-02-26 | renaming sha256 to prevent conflict | James Walker | |
2010-02-26 | better return check in Magicsig::staticGet() | James Walker | |
2010-02-26 | should be sequenceKey (singular) | James Walker | |
2010-02-26 | adding sequenceKeys() to magicsig | James Walker | |
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 | updating to use latest salmon NS definitions | James Walker | |
2010-02-26 | more cleanup | James Walker | |
2010-02-25 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
Conflicts: plugins/OStatus/lib/webfinger.php | |||
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 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 | 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 | moving references to Webfinger to Discovery | James Walker | |
2010-02-25 | OStatus: fix remote groups to work with new user_groups/local_groups split. | Brion Vibber | |
- fix <activity:subject> generation so we get the profile info (what's available so far) - use id instead of nickname for group join/leave forms so we can join/leave remote groups while the rest of the groups UI remains limited to local groups (plugins are responsible for making sure remote notifications and permission checks are done) - fix remote notification when joining group through OStatus's remote subscribe form | |||
2010-02-25 | OStatus: save categories from the Atom entry as hashtags. | Brion Vibber | |
2010-02-24 | return attachement from saveHTMLFile() | Evan Prodromou | |
2010-02-24 | content_* to common_* | Evan Prodromou | |
2010-02-24 | if OStatus post is too long, show the summary and save it as an HTML attachment | Evan Prodromou | |
2010-02-24 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: Merge StatusNet core localization updates from 0.9.x branch Fix update_po_templates.php to support the plural and context variants of _m() in plugins Drop HTMLPurifier; we don't need its extra capabilities and we're already using htmLawed which is lighter-weight. OStatus: handle update-profile Salmon pings Revert "Updated jQuery Form Plugin from v2.17 to v2.36" OStatus: disable HTMLPurify cache unless we've configured a writable path for it. | |||
2010-02-24 | Populate more profile information when doing a remote subscribe | Zach Copley | |
2010-02-24 | Drop HTMLPurifier; we don't need its extra capabilities and we're already ↵ | Brion Vibber | |
using htmLawed which is lighter-weight. | |||
2010-02-24 | OStatus: handle update-profile Salmon pings | Brion Vibber | |
2010-02-24 | OStatus: disable HTMLPurify cache unless we've configured a writable path ↵ | Brion Vibber | |
for it. Updated plugin README with available config options. Cleanup for a bad element fallback lookup in Activity | |||
2010-02-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-24 | - break OMB profile update pings to a background queue | Brion Vibber | |
- add event hooks to profile update pings - send Salmon pings with custom update-profile event to OStatus subscribees and groups (subscribers will see it on your next post) - fix OStatus queues with overlong transport names, should work on DB queues now - Ostatus_profile::notifyActivity() and ::notifyDeferred() now can take XML, Notice, or Activity for convenience | |||
2010-02-24 | use Subscription::start() for remote subscribes | Evan Prodromou | |
2010-02-24 | OStatus: save updated profile bits when they come in over the wire; fix up ↵ | Brion Vibber | |
nicknames | |||
2010-02-24 | OStatus: fix group delivery, send reply/group Salmon pings from background. | Brion Vibber | |
2010-02-24 | OStatus: consolidate the low-level notice save code between Salmon and PuSH ↵ | Brion Vibber | |
input paths. Validation etc remains at higher levels. | |||
2010-02-23 | OStatus: fixes for link/id and text extraction gets import of Buzz feeds ↵ | Brion Vibber | |
working. | |||
2010-02-23 | OStatus: do PuSH subscription setup from subscribe/join event hooks, so ↵ | Brion Vibber | |
resubscribing directly from a profile/group list works correctly if there aren't active subscriptions at the moment. | |||
2010-02-22 | er typo | James Walker | |
2010-02-22 | clean up error logging | James Walker | |