Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2010-02-22 | Removed unnecessary assignment to SN.C.I.OStatusProfile. It can be | Sarven Capadisli | |
brought back in the future if the value is to be set directly from the HTML script output. | |||
2010-02-22 | OStatus: initial hookup of remote group membership (notice delivery not yet ↵ | Brion Vibber | |
working quite right) - added a temp config var to disable salmon magic signatures until they're working consistently | |||
2010-02-22 | Removed extra comma | Sarven Capadisli | |
2010-02-22 | Minor JSLinting | Sarven Capadisli | |
2010-02-22 | Added licensing info and a note about migrating | Sarven Capadisli | |
2010-02-22 | Set and reuse a cookie with own profile value at a StatusNet instance | Sarven Capadisli | |
2010-02-22 | OStatus: use 'profile' consistently as param on ostatussub and ostatusinit ↵ | Brion Vibber | |
to help us stay sane. | |||
2010-02-22 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-02-22 | Added link to Subscriptions page to XHR get the ostatus sub form | Sarven Capadisli | |
2010-02-22 | Generalised Subscription XHR dialogbox | Sarven Capadisli | |
2010-02-22 | wiring in magicsig | James Walker | |
2010-02-22 | adding magic sig stuff | James Walker | |
2010-02-22 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
2010-02-22 | handle poco nicknames in Ostatus_profile | Evan Prodromou | |
2010-02-22 | Fixed error/warning message location in OStatus autorize subscription page | Sarven Capadisli | |
2010-02-22 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
2010-02-22 | adding extlib for Crypt_RSA | James Walker | |
2010-02-22 | OStatus: fix remote subscription when putting webfinger address in the ↵ | Brion Vibber | |
little box | |||
2010-02-21 | don't calculate replies for remote notices | Evan Prodromou | |
2010-02-21 | some info code for usersalmon.php | Evan Prodromou | |
2010-02-21 | don't save Notices that already exist in Salmon | Evan Prodromou | |
2010-02-21 | change erroneous common_sql_time() to common_sql_date() | Evan Prodromou | |
2010-02-21 | was using HTMLPurifier::purify() as a static method, which it is not | Evan Prodromou | |