Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-19 | Disable the send-notice form at the top of the page OStatus subscription ↵ | Brion Vibber | |
confirmation page to work around bugs in Cloudy theme. This is really just a hack for the broken CSS in the Cloudy theme, I think; copying from other non-notice-navigation pages that do this as well. There will be plenty of others also broken. | |||
2010-03-24 | Look for the first object in the Activity | Zach Copley | |
2010-03-22 | Some initial media parsing | Zach Copley | |
- Activity now returns a list of activity objects - Processing of photo objects | |||
2010-03-22 | Confirm 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-18 | Fix 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-17 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-16 | Change the workflow to get better discovery | Evan Prodromou | |
Tried to re-structure the workflow of discovery to get more and richer data and hints. | |||
2010-03-13 | Performing & allowing host-meta discovery by http url (in addition to ↵ | James Walker | |
webfinger acct) | |||
2010-03-13 | allow profile_url to be used in ostatus:attention | James Walker | |
2010-03-04 | OStatus: 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-04 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
2010-03-04 | update xrd -> userxrd | James Walker | |
2010-03-03 | Changed text for authorizing/confirming remote profile | Sarven Capadisli | |
2010-03-03 | refactor xrd to allow for ownerxrd - xrd document for the site owner. | James Walker | |
introduced $config['webfinger']['owner'] for a custom xrd subject | |||
2010-03-03 | Updated OStatus subscription error messages to be more user friendly. | Sarven Capadisli | |
Hopefully. | |||
2010-03-03 | Fix up catching of webfinger setup fails | Brion Vibber | |
2010-03-03 | Updated label and note text for user and group remote subscribe forms | Sarven Capadisli | |
2010-03-03 | OStatus: fix up remote join button on group profiles | Brion Vibber | |
2010-03-03 | Separate 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-02 | Just a label change. Since the user already went ahead with | Sarven Capadisli | |
subscribing, in this step we are just confirming the profile. | |||
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 | 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-26 | only put public keys in XRD | James Walker | |
2010-02-26 | updating to use latest salmon NS definitions | James Walker | |
2010-02-26 | bad merge.. cleaning up missing webfinger bits | James Walker | |
2010-02-26 | salmon actually fetching remote keypairs | James Walker | |
2010-02-25 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
Conflicts: plugins/OStatus/lib/webfinger.php | |||
2010-02-25 | use new hcard method for webfinger | Evan Prodromou | |
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 | 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 | 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-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 | OStatus: fix group delivery, send reply/group Salmon pings from background. | Brion Vibber | |
2010-02-23 | adding xfn, foaf and hcard rel's to our webfinger output | James Walker | |
2010-02-23 | OStatus: accept webfinger addresses as well as profile URLs in the explicit ↵ | Brion Vibber | |
remote subscribe form. | |||
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 | generate keypairs for users, and put them in the XRD for discovery | 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 | 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 | OStatus: use 'profile' consistently as param on ostatussub and ostatusinit ↵ | Brion Vibber | |
to help us stay sane. | |||
2010-02-22 | Added link to Subscriptions page to XHR get the ostatus sub form | Sarven Capadisli | |
2010-02-22 | Fixed error/warning message location in OStatus autorize subscription page | Sarven Capadisli | |
2010-02-22 | OStatus: fix remote subscription when putting webfinger address in the ↵ | Brion Vibber | |
little box | |||
2010-02-21 | some info code for usersalmon.php | Evan Prodromou | |