Commit graph

147 commits

Author SHA1 Message Date
Mike de Boer
e37d62973d Bug 1092953: update the room delete button test to take the confirm dialog into account. r=Standard8 2014-11-28 11:45:21 +01:00
Nicolas Perriault
c1db8b5353 Bug 1090173 - Allow to rename a room from Loop panel. 2014-11-28 09:51:15 +01:00
Mark Banner
e5f2a33848 Bug 1098540 - Muting local video should display the default avatar image in Loop Rooms. r=nperriault 2014-11-27 11:57:11 +00:00
Nicolas Perriault
4fc8bdf986 Bug 1086512 - Added feedback form to Loop desktop room window. r=Standard8 2014-11-25 13:19:34 +01:00
Nicolas Perriault
10e52a81b8 Bug 1076754 - Moved Loop feedback flow to Flux. r=Standard8 2014-11-24 17:02:48 +01:00
Romain Gauthier
023d0a2865 Bug 1059756 - Add a link to Loop's help page in the gear menu. r=MattN 2014-11-24 09:57:44 +00:00
Jared Wein
f5d53a75af Bug 1101754 - Hide the rooms/contacts view until the Getting Started tour has been accessed or dismissed. r=mikedeboer 2014-11-21 15:53:54 -05:00
Mark Banner
91ae75dd05 Bug 1101494 Guest mode doesn't work for rooms on a fresh profile - handle late guest registration, and keep track of when rooms are created to know if to automatically register or not. r=MattN 2014-11-19 23:12:37 +00:00
Jared Wein
f9cfe19c63 Bug 1101006 - Refactor mozLoop.{get, set}LoopCharPref and mozLoop.{get, set}LoopBoolPref to mozLoop.{get, set}Pref that uses getPrefType. r=mikedeboer 2014-11-19 13:29:27 -05:00
Nicolas Perriault
538e169c18 Bug 1094137 - Create a common shared store creator for Loop. r=Standard8 2014-11-19 14:59:08 +00:00
Jared Wein
34f2343812 Bug 1083466 - Add a button to the Loop panel for the Getting Started tour. r=mikedeboer 2014-11-18 12:39:29 -05:00
Mark Banner
781163fac2 Bug 1074694 - Allow rooms to be renamed from the conversation window. r=nperriault 2014-11-17 22:12:27 +00:00
Mark Banner
07bb5e198f Bug 1074681 - When Loop "rooms" are enabled, hide the old call url generation UI. r=mikedeboer 2014-11-17 14:18:46 +00:00
Mike de Boer
9d020c6017 Bug 1074666 - Part 3 Play a sound when a participant joined a room. Updated by pkerr,r=Standard8 2014-11-17 13:28:59 +00:00
Jared Wein
fcd99471b4 Bug 1098251 - Allow a contact to be created with either a phone number or an email address. r=MattN 2014-11-14 10:58:57 -05:00
Jared Wein
418576917c Bug 1097742 followup - add comma to fix syntax error. r=me 2014-11-13 22:35:41 -05:00
Mark Banner
cfa103ca14 Bug 1097742 - Part 1 Handle access being denied to media, and prevent the sdk prompts from showing in Loop Rooms. r=nperriault 2014-11-13 22:45:23 +00:00
Nicolas Perriault
7220f8d88a Bug 1074709 - Notify Loop room users when the room is full. r=Standard8 2014-11-13 15:33:15 +00:00
Jared Wein
885c6858f3 Bug 1081322 - Add a phone number field to the Add/Edit Contact view. r=dmose
--HG--
extra : rebase_source : cbd5fbf8f1b4d26690c614ebb02d16e577fe9c3a
2014-11-11 18:40:54 -05:00
Mark Banner
ce7e3147b5 Bug 1074696 - Allow the user to copy and email Loop room urls from the room preview. r=nperriault 2014-11-11 22:15:44 +00:00
Mark Banner
ee90afcd25 Bug 1074686 - Part 5 Hook up the active room store to the sdk for Loop rooms on desktop to enable audio and video in rooms. r=nperriault 2014-11-11 14:48:56 +00:00
Nicolas Perriault
d384c380c8 Bug 1074686 - Part 3 Revamped view architecture for Desktop Loop rooms. r=Standard8 2014-11-11 09:33:05 +00:00
Nicolas Perriault
fe2614bfb8 Bug 1074686 - Part 2: Implement room views for Loop Desktop. r=Standard8 2014-11-10 14:42:39 +00:00
Dan Mosedale
6a56092839 Bug 1093931 - Update Loop mocha unit test framework to v2.0.1, which supports Promises, r=Standard8
--HG--
rename : browser/components/loop/test/shared/vendor/mocha-1.17.1.css => browser/components/loop/test/shared/vendor/mocha-2.0.1.css
rename : browser/components/loop/test/shared/vendor/mocha-1.17.1.js => browser/components/loop/test/shared/vendor/mocha-2.0.1.js
2014-11-07 13:59:09 -08:00
Mark Banner
d30c5fd387 Bustage fix from bug 1074688 part 3, conflicting with another patch. Fix the mocking of the tests to fix stubbing. rs+a=bustage-fix 2014-11-06 21:41:47 +00:00
Mark Banner
5716218663 Bug 1074688 - Part 3 Hook the new activeRoomStore into the standalone views, and also extend the store to manage joining rooms on the Loop server. r=nperriault,a=RyanVM 2014-11-06 20:53:49 +00:00
Romain Gauthier
002e180974 Bug 1065201: introduce new sounds for Hello standalone and desktop. r=mikedeboer 2014-11-06 14:51:50 +01:00
Matthew Noorenberghe
88fc1b627a Bug 1093500 - Cleanup Loop registration by pulling push URLs from the push handler. r=pkerr
--HG--
extra : rebase_source : 40639702a655b5e20eb7e00473c2f8c7676500dc
2014-11-05 13:58:52 -08:00
Mark Banner
f57a918889 Bug 1093475 When a Loop call URL is deleted/blocked, use the proper session. r=mikedeboer 2014-11-05 13:59:46 +00:00
Nicolas Perriault
8671517f49 Bug 1093620 - Using a single root store for Loop rooms. r=Standard8
--HG--
rename : browser/components/loop/content/shared/js/localRoomStore.js => browser/components/loop/content/shared/js/activeRoomStore.js
rename : browser/components/loop/content/shared/js/roomListStore.js => browser/components/loop/content/shared/js/roomStore.js
rename : browser/components/loop/test/shared/localRoomStore_test.js => browser/components/loop/test/shared/activeRoomStore_test.js
rename : browser/components/loop/test/shared/roomListStore_test.js => browser/components/loop/test/shared/roomStore_test.js
2014-11-05 13:59:46 +00:00
Mark Banner
b9a915d3e1 Bug 1074688 - Part 1 Rename the existing EmptyRoomView to be DesktopRoomView, and clean it up, in preparation for the Loop room view implementation. r=nperriault 2014-11-04 10:12:40 +00:00
Nicolas Perriault
1c0f91beb6 Bug 1074676 - Allow deleting a Loop room. r=Standard8 2014-11-03 21:53:56 +00:00
Mark Banner
08318f64c8 Bug 1074678 - Open a room window when the user selects the room in the Loop panel. r=mikedeboer 2014-11-03 16:34:03 +00:00
Mark Banner
c299359b02 Bug 1090209 - Part 2 Use MozLoopService to manage window ids centrally, and store the data for the window opening. r=mikedeboer
Use LoopCalls directly to handle busy statuses.
2014-11-03 16:34:03 +00:00
Mark Banner
6787686cbf Bug 1090209 - Part 1 Drop the window type from the url that opens a Loop conversation window, and pass it in the call data instead. r=nperriault
Also creates a ConversationAppStore for managing the overall window data and selection of the type of window it is for the views.
2014-11-03 16:34:02 +00:00
Nicolas Perriault
693053f7be Bug 1074680 - Create a Loop room, r=Standard8. 2014-10-31 16:28:33 +01:00
Dan Mosedale
bd670479a9 Bug 1074674 - add button to copy room location to clipboard, r=NiKo 2014-10-29 14:10:28 -07:00
Mark Banner
e3677253b1 Bug 1084228 Replace 'callId' with 'windowId' in a Loop conversation window so that it represents what it is and is distinct from the real 'callId'. r=mikedeboer 2014-10-29 14:21:27 +00:00
Nicolas Perriault
f2cd0b13fe Bug 1074672 Part 3 - Update the Loop room list to use the new mozLoop.rooms API. r=Standard8 2014-10-27 20:29:24 +00:00
Mark Banner
b6739406fa Bug 1047410 - Desktop client should display Call Failed if an incoming call fails during set-up. r=nperriault 2014-10-24 15:01:20 +01:00
Mark Banner
7115603c12 Bug 1088346 - Handle "answered-elsewhere" on incoming calls for desktop on Loop. r=nperriault 2014-10-24 14:22:59 +01:00
Adam Roach [:abr]
170a5d554d Bug 1033579 - Add channel to POST calls for Loop to allow different servers based on the channel. r=dmose 2014-10-23 20:37:58 +01:00
Mark Banner
f7c76f5450 Bug 1081023 - Handle call url changes to the format for Loop's call links. r=nperriault 2014-10-23 09:42:21 +01:00
Mark Banner
85e3cfa6ad Bug 1081959 - "Something went wrong" isn't displayed when the call fails in the connection phase, r=dmose 2014-10-20 11:10:23 -07:00
Nicolas Perriault
78face2506 Bug 1048162 Part 2 - Display an error message if fetching an email link fails r=standard8,darrin 2014-10-16 21:29:18 -04:00
Nicolas Perriault
9b7f6776df Bug 1048162 Part 1 - Add an 'Email Link' button to Loop desktop failed call view. r=Standard8 2014-10-16 18:58:59 +01:00
Dan Mosedale
c063427d7c Bug 1074686 - Test/impl EmptyRoomView, store, and actions, r=Standard8 2014-10-14 15:22:35 -07:00
Mark Banner
ebc9fbb967 Bug 1081066 Incoming call window stays open forever if the caller closes the window/tab or crashes. r=nperriault 2014-10-13 09:17:49 +01:00
Nicolas Perriault
f55ec03175 Bug 1080476 - Upgrade React to 0.11.2. r=mikedeboer
--HG--
rename : browser/components/loop/content/shared/libs/react-0.11.1-prod.js => browser/components/loop/content/shared/libs/react-0.11.2-prod.js
rename : browser/components/loop/content/shared/libs/react-0.11.1.js => browser/components/loop/content/shared/libs/react-0.11.2.js
2014-10-09 23:42:00 -04:00
Mark Banner
6cd85e9bcd Bug 1029433 When in a Loop call, the title bar should display the remote party's information. r=nperriault 2014-10-10 14:03:56 +01:00