summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.cpp
AgeCommit message (Collapse)Author
2018-02-07MAINT-8229 Enable address entry in social connect floatersmaxim_productengine
2016-04-04merge with 4.0.3-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-09-18Set consistent terminology for yield/wait -> suspend for coroutines.Rider Linden
2015-09-16MAINT-5628: Set flicr state to "Posting" on all paths before image upload ↵Rider Linden
starts. Causes "Upload" button to be disabled and activity indicator to appear. Also made sure that setConnectionState is called correctly for Facebook and Twitter.
2015-07-10Backed out changeset bab1000e1b2d: restore 'selfless' changesNat Goodspeed
2015-07-07Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5Rider Linden
2015-07-01MAINT-5351: Remove 'self' parameter from coroutine functions.Nat Goodspeed
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested.
2015-06-29MAINT-5200: Correct new LLCore::HttpHeaders::ptr_t usage.Nat Goodspeed
The convention about how to construct an HttpHeaders::ptr_t has changed. Change new code to adapt to merged changes.
2015-06-29Automated merge with ssh://bitbucket.org/rider_linden/MAINT-4952-v-t-uNat Goodspeed
2015-06-29MAINT-4952: Use IntrusivePtr for BufferArray,HttpHeaders,HttpOptions.Nat Goodspeed
Specifically, change the ptr_t typedefs for these LLCore classes to use IntrusivePtr rather than directly using boost::intrusive_ptr. This allows us to use a simple ptr_t(raw ptr) constructor rather than having to remember to code ptr_t(raw ptr, false) everywhere. In fact, the latter form is now invalid: remove the now-extraneous 'false' constructor parameters.
2015-06-29MAINT-5200: Add DebugSlshareLogTag temp setting for developers.Nat Goodspeed
This allows engaging slshare-service debug logging for a particular viewer session without having to twiddle the slshare-service hosts. Also fix leaky LLCore::HttpHeaders::ptr_t construction.
2015-06-18MAINT-5200: Add debug headers to Facebook slshare-service calls.Nat Goodspeed
2015-06-17https://jira.secondlife.com/browse/MAINT-5283Rider Linden
The default behavior in the HTTP layer changed to follow redirects automatically. This was causing a problem with connecting to the SL share service which was attempting to riderect to the login page at the CURL level. Connections to SL Share will no longer redirect, corrected for Facebook, Flickr and Twitter.
2015-06-09Removed homelocation responder (rolled into llagent)Rider Linden
Removed sdhandler from llagent. Removed unused values from llacountingccostmgr Fixed smart pontier creation in llfacebook
2015-06-03Remove vestigial httpclient.h include from files that no longer need it.Rider Linden
2015-05-11Updated feature manager downloader to coroutine.Rider Linden
Added "raw" coroutine handler (returns raw result as LLSD::Binary) and split out the guts of the get, put, etc methods. Moved getStatusFromLLSD from HttpCoroHandler into HttpCorutineAdapter
2015-04-20Flickr conversion.Rider Linden
2015-04-17Removed the excluded code blocks.Rider Linden
2015-04-16Facebook conversion.Rider Linden
2014-06-17DRTVWR-354 : Rewrite Responders for Twitter and Flickr to conform to new ↵Merov Linden
LLHTTPClient interface. Fix merge error in Facebook connect as well
2014-06-17Pull merge from lindenlab/viewer-releaseMerov Linden
2014-05-14v-r -> s-e merge WIPBrad Payne (Vir Linden)
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2014-05-06Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile ↵Merov Linden
errors
2014-02-28Added FB+SL friends list to Friends tab in Facebook floater for ACME-1334Cho
2014-02-26Changed SLShare photo upload filename to Untitled for the sake of default ↵Cho
Flickr title
2014-02-06fixed SLShare connection state issues for ACME-1298Cho
2014-01-08Removed support for secondlife:///app/slshare for ACME-1263Cho
2013-12-18Cleaned up some code while investigated ACME-1152Cho
2013-12-18Added highlighting to SLShare tabs for ACME-1177Cho
2013-12-05mergeBrad Payne (Vir Linden)
2013-12-04Pull merge from lindenlab/viewer-acmeMerov Linden
2013-12-04ACME-1043 : WIP : Add an argument to open trusted content with js and other ↵Merov Linden
enabled options, bypassing prefs
2013-12-05Added slshare SLapp support for ACME-1214Cho
2013-12-03Pull merge from viewer-acmeMerov Linden
2013-11-11Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-11-06fixed some warningsRichard Linden
2013-11-06separated web floaters for Facebook, Flickr, and Twitter to fix ACME-1151Cho
2013-11-06fixed backwards-compatibility with FBC SLURL for ACME-1154Cho
2013-11-02added Flickr floater for ACME-1136, ACME-1137, ACME-1138, ACME-1140, and ↵Cho
ACME-1141
2013-11-01added LLFlickrConnect for ACME-1116Cho
2013-10-30ACME-1104 : Crash when getting a cap from an unset region. Extended ↵Merov Linden
ACME-1099 fix.
2013-10-29ACME-1099 : Prevent possible crashes on get connect URL for Twitter and FlickrMerov Linden
2013-10-29Merge viewer-release => sunshine-internalDon Kjer
2013-10-28Pull merge from lindenlab/viewer-fbcMerov Linden
2013-10-28ACME-1099 : Fix crash when getting the Facebook cap from a (potentially ↵Merov Linden
null) region
2013-10-09temporarily added test call for FlickrConnect and TwitterConnect for ACME-1014Cho
2013-09-06ACME-905 : Get the FacebookConnect cap each time we need it (it's not that much)Merov Linden
2013-09-03ACME-789: Remove SLShareHost setting from settings.xmlGilbert Gonzales