727 Commits (160d3bb17217804c20a98a9242cb13a3726d7783)

Author SHA1 Message Date
Simon Eisenmann 9d2c55abff Improved dialog font color and text sizes. 11 years ago
Simon Eisenmann 0f51026f35 Added comments to refactor service. 11 years ago
Simon Eisenmann 8e2fdf1d06 Fixed room link generation. 11 years ago
Simon Eisenmann e5bc4fb996 Switch to default room if ultimatively failed to join a room. 11 years ago
Simon Eisenmann 517dca28cc Removed debug. 11 years ago
Simon Eisenmann 9d047d68e7 Renamed classroom renderer to auditorium. 11 years ago
Simon Eisenmann 5f5e1e340a Added support to create a working audio or video only peer connection without either video or audio input device. 11 years ago
Simon Eisenmann 1e11486ab5 Added support to show peers who have no video in conferences (as novideo peers.) 11 years ago
Simon Eisenmann e5ab72d9cf Disabled stop function to support custom jQuery. 11 years ago
Simon Eisenmann ff540a0d50 Correctly handle bye in conferences. 11 years ago
Simon Eisenmann bd6352f613 Fixed toastr to work without jQuery animation stuff. 11 years ago
Simon Eisenmann 00d85d4b0c Removed debug. 11 years ago
Simon Eisenmann 7bbea5b521 Do not wait for localVideo when already active. 11 years ago
Evan Theurer c27aef693a Move pictureHover dom to a partials template. 11 years ago
Evan Theurer b01f14cb33 Add group chat buddyPicture hover functionality to show call/chat actions. 11 years ago
Simon Eisenmann af1524d60e Fixed DOM element access in Angular expression. 11 years ago
Simon Eisenmann 59bc20f466 Added docs about jquery building. 11 years ago
Simon Eisenmann ed279c707e Fixed jquery sourceMapping. 11 years ago
Simon Eisenmann 6bd2f87ca1 Updated to 1.2.27. 11 years ago
Simon Eisenmann 3fcca78182 Added support to enable Content-Security-Policy and Content-Security-Policy-Report-Only. 11 years ago
Simon Eisenmann 0c88aeab0e Use strict javascript globally. 11 years ago
Simon Eisenmann b2a72c52eb Updated jquery to smaller version. 11 years ago
Simon Eisenmann ec9252d708 Stream lined jQuery usage and ported code to Angular whenever possible. This changes plugin API as plugins now have to use Angular $q instead of jQuery Deferreds. 11 years ago
Simon Eisenmann 7652fcd19b Use custom build of Modernizr which only includes stuff we actually use. 11 years ago
Simon Eisenmann f8b20ecb10 Refactored automatic settings opener to open only once after user settings were loaded by adding the userSettingsLoaded event to appData service. 11 years ago
Evan Theurer 131e27ad8f Use correct aspect ratio when zooming in/out of picture. 11 years ago
Evan Theurer a2bc05af84 Invert vertical direction arrow moves uploaded image. 11 years ago
Simon Eisenmann aade700627 Fixed room join when not logged in by fixing authorizing flag (now in appData service). 11 years ago
Simon Eisenmann 6f174f8517 Fixed event and scope order/update issues created by rooms service. 11 years ago
Simon Eisenmann a491d17a4a Added more docs about constraints and fixed the googCpuOveruseDetection to be set on the peer connection. 11 years ago
Simon Eisenmann ca836f0088 Bumped api version because of new service. 11 years ago
Simon Eisenmann 8901b5c9ff Implemented constraints service and moved all contraints releated code there. 11 years ago
Evan Theurer 890b96ccc2 Add support for chat and call in contacts manager. 11 years ago
Simon Eisenmann 373df25be8 Expose main App to externalPlugin call. 11 years ago
Simon Eisenmann 9f8bb75f21 Fixed JSHint errors and warnings. 11 years ago
Lance Cooper 555bd61325 Add basic support for pin locked rooms to the web application. 11 years ago
Lance Cooper 5e14b3b5d2 Support handling room updates in web client. 11 years ago
Lance Cooper 910dd71b81 Use room document from Welcome rather than synthesizing a response. 11 years ago
Lance Cooper e7cda50b79 Send Hello with Iid from Javascript client, and use the data from the Welcome. 11 years ago
Lance Cooper 9118194e89 Refactor web app room logic into separate service. 11 years ago
Simon Eisenmann 4903fec5cd Disable enableRenegotiationSupport per default to make the stuff mergeable. 11 years ago
Simon Eisenmann 09eff1222b Add pc registry to usermedia to trigger media updates to all pcs where the usermedia stream is used. 11 years ago
Simon Eisenmann 4b6e9d27a6 Implemented negotiation workaround for Firefox. 11 years ago
Simon Eisenmann 76e562f31d Implemented offer/answer creation on renegotiationneeded event. 11 years ago
Simon Eisenmann 30888a5ce8 Implement workaround for FF not supporting onnegotiationneeded. 11 years ago
Simon Eisenmann d20dd4e957 Changed offer generation to generate offer when negotiation is required and signaling state is stable. 11 years ago
Simon Eisenmann 6f0ecdf390 Make sure to clear timeout after usermedia test. 11 years ago
Simon Eisenmann b9733d08ef Reduced animationFrame rate to 10fps (down from 60). 11 years ago
Evan Theurer 3d8dc4c120 Clear input type file value for uploaded pictures on cancel. 11 years ago
Simon Eisenmann 2d99116aa1 Make sure to stop stream after testing user media access. 11 years ago