218 Commits (cbe9c0b51fb9733762388857fa8aa261e5dada0f)

Author SHA1 Message Date
Joachim Bauch cbe9c0b51f Don't use global "encodeURI". 10 years ago
Joachim Bauch 7cc196f4e0 Move sandbox code to own file, refactor common sandboxing code to service. 10 years ago
Joachim Bauch 6e54e7fc16 Added API to get absolute url. 10 years ago
Simon Eisenmann beff7439b8 Bumped copyright to 2015. 10 years ago
Simon Eisenmann 22c1e889cc Do not strip spaced in room path parts. 10 years ago
Simon Eisenmann 37ce3c6bfa Strip spurious slashes and white space in path segments of room names. 10 years ago
Simon Eisenmann e0fa8c8b43 Allow slashes unquoted in room names. This brings nested rooms. 10 years ago
Simon Eisenmann c5a91562fc Added selection to make screen, window and application possible in Firefox. 10 years ago
Simon Eisenmann 5bea610568 Bumped constraints support for HD to FF 40 to make sure MJPEG works fine. 10 years ago
Simon Eisenmann 0c6d47b38c Enable HD constraints for FF >= 38 as https://bugzilla.mozilla.org/show_bug.cgi?id=1151628 was fixed. Lets hope it will land in 38. 10 years ago
Simon Eisenmann ccdd51fd74 Worked to get screen sharing to FF. 10 years ago
Evan Theurer 5d2b7432da Revert incorrect changes made in 6332450 to the translation api. 10 years ago
Simon Eisenmann 9fd3826897 Use constraints service for TURN and STUN data. 10 years ago
Simon Eisenmann 9457c2d391 Removed obsolete code. 10 years ago
Evan Theurer 63324502c3 Update jed.js to 1.1.0 10 years ago
Simon Eisenmann 457eabf23f Contacts can now be disabled on server module level (server.conf). 11 years ago
Simon Eisenmann d12471445d Improved Firefox support for video layout and make use of object-fit support in FF>=36. 11 years ago
Simon Eisenmann 0223270ed4 Implemented client side checks of authorizeRoomJoin flag. 11 years ago
Simon Eisenmann 99ab9df509 Fixed a problem where user data of anonymous user is not loaded when a plugin uses the authorization api. 11 years ago
Simon Eisenmann 0e656d2add Make sure to show buddies which never set a status. 11 years ago
Simon Eisenmann 8e3bb1fad5 Make sure to reset prior room name when the default room is disabled. 11 years ago
Simon Eisenmann b1b55cb47e Avoid dead ends in room join code and avoid to join a room when connector is not connected. 11 years ago
Simon Eisenmann e595aa9dc0 Expose prior room joins through rooms API and also use it on PIN entry aborts. 11 years ago
Simon Eisenmann 18befa5a5c Changed rooms service to stay in prior room when failed to join a new room because of requires account. 11 years ago
Simon Eisenmann 238712ca97 Improved toastr styles. 11 years ago
Simon Eisenmann d838992731 Fixed room leaves to main room. 11 years ago
Simon Eisenmann 9a97bf5ca8 Removed debug. 11 years ago
Simon Eisenmann 0d8d2e4882 Implemented welcome screen to support different modes and added rooms history. 11 years ago
Simon Eisenmann 824a6e28e9 Moved welcome form to own directive and removed obsolete controller. 11 years ago
Simon Eisenmann 3b5a2467a7 Fixed a couple of asynchronousy related issues with room joins in various scenarios. 11 years ago
Simon Eisenmann 1deb430419 Use notify dialog to catch non ok callback too. 11 years ago
Simon Eisenmann 4b91795882 Use alertify service instead of alerts. 11 years ago
Simon Eisenmann 8d6c29a5cb Removed star icon from prompt dialogs. 11 years ago
Simon Eisenmann 12f38d2652 Show an alertify dialog when failed to join a room because not logged in. 11 years ago
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 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 bd6352f613 Fixed toastr to work without jQuery animation stuff. 11 years ago
Simon Eisenmann 0c88aeab0e Use strict javascript globally. 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 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
Simon Eisenmann aade700627 Fixed room join when not logged in by fixing authorizing flag (now in appData service). 11 years ago
Simon Eisenmann 8901b5c9ff Implemented constraints service and moved all contraints releated code there. 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