Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-25 | Add lots of fun avatars to our Atom output | Zach Copley | |
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 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | 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-25 | OStatus: when finding webfinger @-replies, override a local profile match if ↵ | Brion Vibber | |
found at the same location (eg @someguy vs @someguy@example.org) Fixes inconsistent application of webfinger @-mentions in OStatus; once a local profile is set up the local name would often match first and ended up overriding in output. | |||
2010-02-25 | OStatus: abort processing of this PuSH in item if we got an exception, ↵ | Brion Vibber | |
rather than letting it be re-run. | |||
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 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | 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 | Moved StatusNetInstance into SN in util.js | Sarven Capadisli | |
2010-02-24 | Added processing indicator for .form_remote_authorize on ostatussub page | Sarven Capadisli | |
2010-02-23 | - Move ActivityParseTests to core | Zach Copley | |
- Add test for Portable Contacts stuff | |||
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 | adding xfn, foaf and hcard rel's to our webfinger output | James Walker | |
2010-02-23 | OStatus: fixes for link/id and text extraction gets import of Buzz feeds ↵ | Brion Vibber | |
working. | |||
2010-02-23 | some logging for OStatusPlugin::onStartFindMentions() | Evan Prodromou | |
2010-02-23 | OStatus: accept webfinger addresses as well as profile URLs in the explicit ↵ | Brion Vibber | |
remote subscribe form. | |||
2010-02-23 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
Conflicts: plugins/OStatus/OStatusPlugin.php | |||
2010-02-23 | move mention detection before default in OStatusPlugin | Evan Prodromou | |
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-23 | OStatus subscription UI tweak: if we're already subscribed/joined, say so ↵ | Brion Vibber | |
and don't offer a 'subscribe'/'join' button on the profile preview page. | |||
2010-02-23 | OStatus: fix for avatars, submit button in updated remote profile preview | Brion Vibber | |
2010-02-22 | er typo | James Walker | |
2010-02-22 | magicsig shuffling | James Walker | |
2010-02-22 | clean up error logging | James Walker | |
2010-02-22 | missing return value check | James Walker | |
2010-02-22 | generate keypairs for users, and put them in the XRD for discovery | James Walker | |
2010-02-22 | db_objectified magic sig - for persistence of local keypairs | James Walker | |
2010-02-22 | moving magicsig.php to classes - to add storage | James Walker | |
2010-02-23 | Refactored preview info and form for authorizing a remote subscription | Sarven Capadisli | |
2010-02-23 | OStatus: cleanup on ostatussub preparing for final UI work on the remote ↵ | Brion Vibber | |
sub/join forms. | |||
2010-02-22 | Merge branch 'rationalize-activity' into testing | Zach Copley | |
* rationalize-activity: Move ActivityObject and related stuff to core Add PoCo bits, avatar link, geo point, etc. to person activity obj output | |||
2010-02-22 | Move ActivityObject and related stuff to core | Zach Copley | |
2010-02-23 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-22 | Add PoCo bits, avatar link, geo point, etc. to person activity obj output | Zach Copley | |
2010-02-23 | OStatus group delivery initial implementation. | Brion Vibber | |
- added rel="ostatus:attention" links for group delivery - added events for plugins to override group profile/permalink pages - pulled Notice::saveGroups up to save-time so we can override; it's relatively cheap and gives us a clean list of target groups for distrib time even with customized delivery. - fixed notice::getGroups to return group objects as expected - added some doc on new parameters to Notice::saveNew - 'groups' list of group IDs to push to in place of parsing - messages that come in via PuSH and contain local group targets are delivered to local group members - messages that come in via PuSH and contain remote group targets are delivered to local members of the remote group Todo: - handle group posts that only come through Salmon - handle conflicts in case something comes in both through Salmon and PuSH - better source verification - need a cleaner interface to look up groups by URI - need a way to handle remote groups with conflicting names | |||
2010-02-22 | swapping pear error handling so Crypt_RSA can properly detect available | James Walker | |
math libraries | |||
2010-02-23 | Leaves the original URL alone and adds ? or & when it does the XHR. | Sarven Capadisli | |
2010-02-22 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |