summaryrefslogtreecommitdiff
path: root/plugins/OStatus/actions
AgeCommit message (Collapse)Author
2010-03-24Look for the first object in the ActivityZach Copley
2010-03-22Some initial media parsingZach Copley
- Activity now returns a list of activity objects - Processing of photo objects
2010-03-22Confirm there's actually user and domain portions of acct string before ↵Brion Vibber
assigning things from output of explode(); avoids notice message when invalid input passed to main/xrd
2010-03-18Fix for xmpp/sms notification options appearing to be disabled on new ↵Brion Vibber
subscriptions. Base problem is that our caching-on-insert interferes with relying on column default values; the cached object is missing those fields, so they appear to be empty (null) when the object is retrieved from cache. Now explicitly setting them when inserting subscriptions, and cleaned up some code that had alternate code paths. May also have made auto-subscription work for remote OStatus subscribers, but can't test until magic sigs are working again.
2010-03-17Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-16Change the workflow to get better discoveryEvan Prodromou
Tried to re-structure the workflow of discovery to get more and richer data and hints.
2010-03-13Performing & allowing host-meta discovery by http url (in addition to ↵James Walker
webfinger acct)
2010-03-13allow profile_url to be used in ostatus:attentionJames Walker
2010-03-04OStatus: fix for remote group join via non-logged-in 'join' button.Brion Vibber
Bad lookup was sending us to the first group instead of the selected group.
2010-03-04Merge remote branch 'statusnet/testing' into testingJames Walker
2010-03-04update xrd -> userxrdJames Walker
2010-03-03Changed text for authorizing/confirming remote profileSarven Capadisli
2010-03-03refactor xrd to allow for ownerxrd - xrd document for the site owner.James Walker
introduced $config['webfinger']['owner'] for a custom xrd subject
2010-03-03Updated OStatus subscription error messages to be more user friendly.Sarven Capadisli
Hopefully.
2010-03-03Fix up catching of webfinger setup failsBrion Vibber
2010-03-03Updated label and note text for user and group remote subscribe formsSarven Capadisli
2010-03-03OStatus: fix up remote join button on group profilesBrion Vibber
2010-03-03Separate the UI paths for ostatussub and ostatusgroup. They'll redirect to ↵Brion Vibber
each other transparently if they find you've put a remote entity of the other type.
2010-03-02Just a label change. Since the user already went ahead withSarven Capadisli
subscribing, in this step we are just confirming the profile.
2010-03-01High-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-01Localization 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-26only put public keys in XRDJames Walker
2010-02-26updating to use latest salmon NS definitionsJames Walker
2010-02-26bad merge.. cleaning up missing webfinger bitsJames Walker
2010-02-26salmon actually fetching remote keypairsJames Walker
2010-02-25Merge remote branch 'statusnet/testing' into testingJames Walker
Conflicts: plugins/OStatus/lib/webfinger.php
2010-02-25use new hcard method for webfingerEvan Prodromou
2010-02-25Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-25use new dedicated hcard method for Webfinger profileEvan Prodromou
2010-02-25moving webfinger action to xrdactionJames Walker
2010-02-25moving references to Webfinger to DiscoveryJames Walker
2010-02-25replace webfinger usage in hostmeta.phpJames Walker
2010-02-25OStatus: 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-24- break OMB profile update pings to a background queueBrion 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-24OStatus: fix group delivery, send reply/group Salmon pings from background.Brion Vibber
2010-02-23adding xfn, foaf and hcard rel's to our webfinger outputJames Walker
2010-02-23OStatus: accept webfinger addresses as well as profile URLs in the explicit ↵Brion Vibber
remote subscribe form.
2010-02-23OStatus: 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-23OStatus 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-23OStatus: fix for avatars, submit button in updated remote profile previewBrion Vibber
2010-02-22generate keypairs for users, and put them in the XRD for discoveryJames Walker
2010-02-23Refactored preview info and form for authorizing a remote subscriptionSarven Capadisli
2010-02-23OStatus: cleanup on ostatussub preparing for final UI work on the remote ↵Brion Vibber
sub/join forms.
2010-02-22OStatus: 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-22OStatus: use 'profile' consistently as param on ostatussub and ostatusinit ↵Brion Vibber
to help us stay sane.
2010-02-22Added link to Subscriptions page to XHR get the ostatus sub formSarven Capadisli
2010-02-22Fixed error/warning message location in OStatus autorize subscription pageSarven Capadisli
2010-02-22OStatus: fix remote subscription when putting webfinger address in the ↵Brion Vibber
little box
2010-02-21some info code for usersalmon.phpEvan Prodromou
2010-02-21don't save Notices that already exist in SalmonEvan Prodromou