summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.cpp
AgeCommit message (Collapse)Author
2013-08-29ACME-866 User receives error when hitting Disconnect in Facebook floater, if ↵Gilbert Gonzales
access token was cleared manually on backend: Problem was that when the user was already disconnected the Facebook connection state was not being set to disconnected.
2013-08-14removed momentary error message upon connecting to FacebookCho
2013-08-13added read_from_master parameter for ACME-829Cho
2013-08-09ACME 824: Suggested Friends do not repopulate if you disconnect and ↵Gilbert Gonzales
reconnect to Facebook API in same viewer session
2013-08-06ACME-801: Adding a suggested friend as a friend does not remove them from ↵Gilbert Gonzales
the suggested friend list
2013-08-06ACME-744: Adjusted comment to be more clearGilbert Gonzales
2013-08-03Pull merge from lindenlab/viewer-fbcMerov Linden
2013-08-02ACME-796 : Do not flip the fbc state to failure while connecting through web ↵Merov Linden
browser. Handle the dismiss case as best as possible.
2013-08-02ACME-744: Temporary solution. The internal browser was not setting keyboard ↵Gilbert Gonzales
focus properly...as to why an investigation is needed. For now explicly setting keyboard focus to the internal browser after it is displayed.
2013-08-01ACME-761 : Use the cap for the service url unless overridden by the ↵Merov Linden
SLShareHost setting from settings.xml
2013-08-01Pull merge from lindenlab/viewer-fbcMerov Linden
2013-08-01ACME-785 : Use a specific notifytip message (without the OK button) for fbc ↵Merov Linden
success notification
2013-08-01ACME: add SLShareHost variable to settings.xml, which allows changing the fb ↵Gilbert Gonzales
service host location as needed.
2013-07-31ACME-778: Adjusted the facebook code so that isConnected() does not depend ↵Gilbert Gonzales
on state changes. Instead it returns true if the user successfully connected and false if the user successfully disconnected.
2013-07-31ACME-757: Switching back to pdp15 host for testing.Gilbert Gonzales
2013-07-30ACME-757 : Change the hard coded url to fbc service (still a hack)Merov Linden
2013-07-25ACME-773 Remove the 'Use another account...' in the ACCOUNT panelGilbert Gonzales
2013-07-24ACME-602 Remove logging code that reveals use of suggested friendsGilbert Gonzales
2013-07-23ACME-677 Make the 'Connect...', 'Disconnect' and 'Use another account...' ↵Gilbert Gonzales
buttons disabled upon clicking
2013-07-22ACME-729 Implement the 'Use another account...' buttonGilbert Gonzales
2013-07-19ACME-734 : Fix : Feed browsing history but without the query partMerov Linden
2013-07-19Pull merge from lindenlab/viewer-fbcMerov Linden
2013-07-19ACME-732 Create the viewer side info route responderGilbert Gonzales
2013-07-18ACME-734 : WIP : Implemented changes for https URL in the address bar and ↵Merov Linden
added options to web floater to hide history and disable buttons
2013-07-17created floater_fbc_web for ACME-734 and ACME-735Cho
2013-07-16switched FB auth to in-viewer browser for ACME-733Cho
2013-07-12added state parameter to PUT /connection route for ACME-692Cho
2013-07-04Replaced content change callback with an event in LLFacebookConnect for ↵Cho
ACME-648 (more or less)
2013-07-04Removed share callbacks from LLFacebookConnectCho
2013-07-04Added auto-connect upon 404 from a POST in LLFacebookConnect, and added ↵Cho
FB_POSTED state, for ACME-667
2013-07-03added FB_POSTING and PB_POST_FAILED states to LLFacebookConnect for ACME-663Cho
2013-07-03Implemented events for LLFacebookConnect state changes for ACME-662Cho
2013-07-02added callback to LLFacebookConnect upon connect for ACME-659Cho
2013-07-01Removed image URL callback from LLWebProfile for ACME-657Cho
2013-06-28removed old error popups and added better logging for ACME-653Cho
2013-06-28made it optional to autoconnect in ↵Cho
LLFacebookConnect::getConnectionToFacebook() for ACME-648
2013-06-27changed FBC photo sharing to use JPEG instead of PNG for ACME-636Cho
2013-06-25ACME-580, ACME-572, ACME-591 : Added a toast notification when posting to ↵Merov Linden
Facebook successfully
2013-06-19updated viewer to use new /friends route for ACME-534Cho
2013-06-17mergeGilbert Gonzales
2013-06-17ACME-558: Adding logging information, when a friends list is received the ↵Gilbert Gonzales
log message 'Facebook: Friends list received' will be displayed. When the suggested friends list is updated the log message 'Facebook: Updating Suggested Friends List' will be displayed.
2013-06-14Merge with viewer-fbcMerov Linden
2013-06-14ACME-520 : Add more extended state in LLFacebookConnect and handle it ↵Merov Linden
consistently and transparently from the public interface
2013-06-14ACME-558 Update LLPanelPeople to use the friends list callback and remove ↵Gilbert Gonzales
the timer dependencies
2013-06-13ACME-537: Prevented error code for showing up when disconnected from FB and ↵Gilbert Gonzales
opening the 'Friends' tab of the people panel.
2013-06-12cleaned up FBC snapshot feature and made it work with new direct upload ↵Cho
route on FBC API
2013-06-10ACME-464, ACME-509 : Skip 302 error when prompting the user for errorsMerov Linden
2013-06-07Pull merge from viewer-fbcMerov Linden
2013-06-07ACME-508 : Surface facebook connection errors in a modal notification dialogMerov Linden
2013-06-08added Facebook status update feature for ACME-502, ACME-503, and ACME-504Cho