Simon Eisenmann
1e11486ab5
Added support to show peers who have no video in conferences (as novideo peers.)
11 years ago
Evan Theurer
e1fb7ccf3b
Remove font size for btn and use bootstrap class.
11 years ago
Evan Theurer
c27aef693a
Move pictureHover dom to a partials template.
11 years ago
Simon Eisenmann
af1524d60e
Fixed DOM element access in Angular expression.
11 years ago
Evan Theurer
890b96ccc2
Add support for chat and call in contacts manager.
11 years ago
Lance Cooper
9118194e89
Refactor web app room logic into separate service.
...
Contains the following major changes:
* Export connector, api, and webrtc mediastream objects as angular services.
* Export url formatter as a separate angular service.
* Move `authorizing` flag to a function on the root scope.
* Use directive to set the page title.
* Move buddy list visibility toggling into the buddy list directive.
* Room information is no longer exposed on the root scope.
* Use room.joined and room.left events instead of room.
* Treat rooms as an object identified by name, rather than a string id.
* Remove the following unused or semantically ambiguous events from the
connector: opened, helloed, closed
* Centralize all room state in an angular service.
* Move call to hello from connector to api.
11 years ago
Simon Eisenmann
76e562f31d
Implemented offer/answer creation on renegotiationneeded event.
11 years ago
Evan Theurer
c68b9f991c
Vertically align btn.
11 years ago
Evan Theurer
9193227ade
Add roombar to layout object.
11 years ago
Simon Eisenmann
eb7611e573
Removed audio mirror option as it does not seem to work in the wild.
11 years ago
Simon Eisenmann
9c347454ae
Added settings to control audio and video constraints. Some settings were added as experiments which are disabled per default).
11 years ago
Simon Eisenmann
4f9a4f1b27
Added onepeople layout back as large view and completed translation.
11 years ago
Simon Eisenmann
8a2c20f9d0
Implemented democrazy video layoyt and use it as default.
11 years ago
Simon Eisenmann
71a8eabcce
Removed selfview video layout.
11 years ago
Simon Eisenmann
a960d32da8
Added class around online indicator to allow customization with directive.
11 years ago
Simon Eisenmann
79e492238c
Implemented Classroom view.
11 years ago
Simon Eisenmann
6452184fd4
Implemented self portrait video layout.
11 years ago
Evan Theurer
85b2b3b944
Cleanup ids.
11 years ago
Simon Eisenmann
6d40d543a2
Fixed name conflicts between capture and upload of buddy picture.
11 years ago
Simon Eisenmann
c456dc22d0
Cleaned up file upload implementation and made it use the new model based parent scope.
11 years ago
Simon Eisenmann
f75173a96a
Made buddyPictureCapture a custom form field to make it work with dirty detection.
11 years ago
Simon Eisenmann
fb3d72ca83
Added option to use 8 fps for video.
11 years ago
Simon Eisenmann
ae0559c7a5
Enabled 1080p (Full HD) capturing as it is supported starting with Chrome 38.
11 years ago
Simon Eisenmann
eda1ad2e52
Added help text to contact manager and updated translation.
11 years ago
Simon Eisenmann
96f9468b21
Fixed HTML attribute.
11 years ago
Evan Theurer
ce090eeeba
Move sync down to footer. Add buddyPicture to edit screen.
11 years ago
Joachim Bauch
f33f20e3db
Make volume configurable for subscriber.
11 years ago
Simon Eisenmann
0768e17c05
Removed title from contact icon.
11 years ago
Simon Eisenmann
6ee03e47e6
Mark own sessions differently then contacts.
11 years ago
Simon Eisenmann
cd507e9ef3
Improved contact manager styles.
11 years ago
Simon Eisenmann
fadd9a9f48
Updated translation.
11 years ago
Simon Eisenmann
740f3cb99e
Added missing translation and updated German translation.
11 years ago
Simon Eisenmann
12e9a5da19
Reordered settings profile and account blocks and updated translations for this change.
11 years ago
Evan Theurer
db9caeec92
Improve contactsUpdate, update placeholder text, and required angular.
11 years ago
Evan Theurer
1364593c67
Use separate controllers for contactsmanager and contactsmanageredit.
11 years ago
Evan Theurer
14caf3dd96
Improve getting of session. Update display of unnamed contacts. Rework updateContacts.
11 years ago
Evan Theurer
6f7d236ed6
Connect onerror function to db actions. Cleanups.
11 years ago
Evan Theurer
239794f49b
Add edit contact modal. Support ability to customize contact name.
11 years ago
Evan Theurer
c0a15d4f09
Add formatBase1000 filter.
11 years ago
Evan Theurer
da229cd5a8
Update close button on defaultdialog to close @FS#1718.
11 years ago
Simon Eisenmann
967ce62f12
Fixed some HTML/CSS issues and updated english text.
11 years ago
Evan Theurer
2c117d97f5
Change pictureupload loader to spinner. Update text. Make picture area with utility buttons unselectable.
11 years ago
Simon Eisenmann
665618c6a7
Only safe user settings if form is dirty.
11 years ago
Evan Theurer
7b7d77205c
Use bootstrap.file-input. Disable image controls and improve interface before image uploaded.
11 years ago
Simon Eisenmann
61210a09d5
Added filter to avoid empty displayNames in additional sesions list.
11 years ago
Simon Eisenmann
a5581d02e6
Do not use two primary buttons next to each other.
11 years ago
Evan Theurer
65539721c4
Update class name.
11 years ago
Evan Theurer
66131f500c
Autofocus create room button. Hide settings when not in room.
11 years ago
Evan Theurer
bea99f7148
Move text outside of scope. Remove transclude. Improve method ordering.
11 years ago
Evan Theurer
c6d6d6f6e4
Add file upload progress visual.
11 years ago