summaryrefslogtreecommitdiffstats
path: root/webapp/components/webrtc
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6689: fix user image requests (#6946)Chris2017-07-192-6/+4
| | | | | | * fix user image requests * fix eslint errors and a few more cache busters
* Minor fixes based on lgtm.com alerts (#6819)Alex Ford2017-07-071-1/+3
| | | | | | | | | | * Remove a couple of superfluous trailing arguments * Simplify assignment logic in a couple of places * Modify some potentially inconsistent setState calls to use the function form * Fix eslint errors
* PLT-6905 - Updating channel header design (#6789)Asaad Mahmood2017-07-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6905 - Updating channel header design * Updating border-radius * Updating radius for wide icons * Updating trigger for overlay * Updating UI for channel header * Updating channel header sizing * Updating channel header css * Updating sidebar css * Updating status icons * Adjusting border * Updating comment * Removing type from status icon * Fixing UI issues for the channel header/sidebar * make "Add a channel description" open the channel header modal * Updating status and opacity * Updating stauts icon positioning * Updating description and heading size * Updating UI changes * Updating UI changes * add a focused class to the parent div .search__form and then remove when hover away * Fix active state for pinned posts icon * Updating UI changes * Update channel header text
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-262-6/+6
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-182-83/+85
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-124-4/+4
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Corrected 'hangup' to 'hang up' (#5930)Harrison Healey2017-03-311-3/+3
|
* PLT-5071: Client side component of Telemetry. (#5516)George Goldberg2017-02-241-0/+5
|
* Move remaining client functions in components to actions (#5171)Carlos Tadeu Panato Junior2017-01-271-1/+1
|
* PLT-5118 moving to last_picture_update for the profile img (#4985)Corey Hulen2017-01-062-4/+4
|
* PLT-4617 - UI Improvements to webrtc (#4946)Asaad Mahmood2017-01-031-7/+1
|
* PLT-4788 Fixed video on remote toggle (#4949)enahum2017-01-031-5/+2
|
* PLT-4644 Update webrtc client (#4922)enahum2017-01-031-6/+31
| | | | | | | | * PLT-4644 Update webrtc client * update webrtc-adapter * Use default ice server if none is provided
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830)
* Fix react warnings and part of backstage (#4706)enahum2016-12-052-3/+3
|
* Multiple UI Improvements (#4200)Asaad Mahmood2016-10-121-5/+11
| | | | | | * Multiple UI Improvements * Adjusting return to call position on mobile
* PLT-4298 Remove "Return to ongoing call" (#4101)enahum2016-09-281-0/+2
|
* Updating ESLint (#4085)Christopher Speller2016-09-231-1/+1
|
* PLT-4239 fixes getUserMedia (#4038)enahum2016-09-201-6/+6
|
* Webrtc client side (#4026)enahum2016-09-164-0/+1767
* WebRTC Server side * WebRTC client side * Bug fixes and improvements * Pushing UI improvements for webrtc (#3728) * Pushing UI improvements for webrtc * Updating webrtc css * PLT-3943 WebRTC P1: bug fixes and improvements * Video resolution set to std, reduce volume of ringtone and flip video horizontally * Fix calling a user B while WebRTC RHS is still opened * Leave RHS opened when call ends, Fix isBusy on popover and channel_header * Fix pre-release feature, RHS & System Console * PLT-3945 - Updating UI for webrtc (#3908) * PLT-3943 Webrtc p1 * Add ongoing call indicator when RHS is opened * UI updates to to webrtc notifcation (#3959)