Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-26 | Move user xrd action to core and use hooks to extend | Evan Prodromou | |
Moved the Webfinger user XRD action from the OStatus plugin to core. Added hooks to add OStatus-specific stuff, but kept general stuff in the core. | |||
2010-11-26 | move xrd and hostmeta out of the OStatus plugin and into core | Craig Andrews | |
add event for setting up hostmeta, and use them in the OStatus plugin | |||
2010-10-14 | accept profile URL as a LRDD identifier | Evan Prodromou | |
2010-10-08 | Normalize execution guards on OStatus php files; mostly helps cut down on ↵ | Brion Vibber | |
annoying 'class not found' errors when something spiders the dirs. :P | |||
2010-10-04 | Extra debug helper line in push callback | Brion Vibber | |
2010-09-27 | Add a comment in UserxrdAction warning future maintainers not to break ↵ | Brion Vibber | |
domain migrations if adding domain checking to the webfinger lookup in future. | |||
2010-09-19 | * i18n/L10n update | Siebrand Mazeland | |
* translator comments added * remove superfluous whitespace | |||
2010-09-03 | * i18n/L10n updates and FIXMEs added | Siebrand Mazeland | |
* whitespace fixes | |||
2010-09-01 | Revert "debugging replyToID" | Evan Prodromou | |
This reverts commit bb9353f6e04f863c50bca12247d1a70cb12350d5. | |||
2010-09-01 | debugging replyToID | Evan Prodromou | |
2010-09-01 | Correctly check for user's id in replies in user salmon post | Evan Prodromou | |
2010-09-01 | send a salmon slap to mentioned person when we reply to a notice | Evan Prodromou | |
2010-08-13 | fix use of activity rather than act in salmonaction subclasses, too | Evan Prodromou | |
2010-08-02 | fix #2478 - ensure all XRD documents get proper content-type headers | James Walker | |
2010-06-29 | Fix regression in OStatus remote group subscribe -- a bug was previously ↵ | Brion Vibber | |
masked silently (call to nonexistent getProfileUrl() method on User_group -- now replaced with homeUrl() which does the thing we wanted here) | |||
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 |