damencho
cfeb03740c
Moves the number in the code, not as a translation parameter.
There is sometimes problems with cache and late loading of the translations, this commit avoids showing translation key in the contactlist title, by moving the parameter into the code.
9 years ago
yanas
aacb39a439
Some css adjustments to settings and contact list.
9 years ago
yanas
2919a60403
Adds blue badges to contact list and chat.
9 years ago
Lyubomir Marinov
2ff77676e2
Fix incorrect JSON file
The extension of the file modules/UI/side_pannels/chat/smileys.json
suggests that the format of the file is JSON. However, it contains
JavaScript RegExp instances which do not represent valid JSON. Such
discrepancies between file extension and format cause failures in
certain tools such as Webpack. Convert the file (both extension and
format) into a valid ES2015 module.
9 years ago
damencho
1a0677cb59
Syncs contactlist display names with thumbnails.
Uses the same display names in the contact list as in the thumbnails, for local and remote.
9 years ago
damencho
c483587853
Fixes hiding toolbar.
Receiving messages docks the toolbar to be able to see number of unread messages. We need to undock it when we read the messages. We skip undocking if we are not in video mode (on large), cause stuff like youtube video share is docking/undocking the toolbar.
9 years ago
damencho
e1512e3776
Fixes focusing on write area or nickname input when chat is open.
9 years ago
damencho
d8dd564b06
Fixes clearing message counter on opening the chat.
9 years ago
damencho
407b082780
Removes changing the message icon and flashing on new message.
9 years ago
damencho
a671093489
Introduces chat_container_id variable.
9 years ago
yanas
9ce83250da
Fixes console logs
9 years ago
yanas
a9e31a2843
Fixes settings menu for non moderators
9 years ago
yanas
45496b7592
Make settings sections configurable
9 years ago
damencho
4c72833f5a
Adds an option and hide avatars in contact list.
9 years ago
yanas
2aea6c4120
Remove unused dialog
9 years ago
yanas
f811410b45
Settings re-design
9 years ago
yanas
50e803f1a0
Fixes side toolbar container behavior
9 years ago
yanas
b4c9816d9f
Rename side panels and implement toggle/untoggle policy
9 years ago
yanas
8562d3d55d
Remove bottom toolbar and change side panel position and behavior
9 years ago
damencho
0e27f471f1
Removes avatarURL from settings UI.
Removes storing avatarURL in localstorage and retrieving it.
9 years ago
paweldomas
34a24ce290
Fix a crash on IE/Safari when plugin is not installed
9 years ago
hristoterezov
7bf9a82f0b
Implements conference reload support
9 years ago
hristoterezov
8deb003ef6
JWT client support
9 years ago
Aaron van Meerten
e6385bb95d
make the chatArrow image reference relative, allows for better base href support
9 years ago
tsareg
448fcf36b6
Show dialog for GUM errors
9 years ago
Kostiantyn Tsaregradskyi
b270256a7a
Switch local audio and video track when list of available devices changes
9 years ago
Kostiantyn Tsaregradskyi
474155ce9d
Added ability to notify about available media device list changes
9 years ago
Kostiantyn Tsaregradskyi
5e027e0a91
Added ability to switch audio output device - changes after review
9 years ago
Kostiantyn Tsaregradskyi
d34adb67dd
Added ability to switch audio output device
9 years ago
Kostiantyn Tsaregradskyi
2bd600aeaf
Very raw version of ability to switch audio output device
9 years ago
damencho
613569ff09
Checks whether we need to modify document, before change - on display name change.
9 years ago
yanas
d9c3eec9a8
Fix the black stripe (another try)
9 years ago
yanas
4990406010
Fix black stripe on the right of the screen
9 years ago
yanas
d49dff4ae1
Fixes a config parameter name. Removes a console.log, which got there by mistake. Fixes some css properties of the chat unread messages.
9 years ago
yanas
cc761700fe
Extends the follow-me feature by adding the possibility to follow the pinned participant, the shared video and the shared document. Adds the possibility to enable disable follow-me from the settings panel. Some other small fixes throughout the UI.
9 years ago
damencho
3577f338cc
Does not do force-update when resizing.
9 years ago
yanas
ad44cc518a
Fixes resizing problems introduced with previous resizing commit. Fixes side panel open/close code and resizing.
9 years ago
isymchych
be0abf908e
auto-save setiings
9 years ago
yanas
30f3da98e5
Fixes thumbnail resize and thumbnails going on a second row. Refactors code around the film strip and resize in general.
9 years ago
isymchych
ebf57923ae
hide chat if local display name is empty
9 years ago
isymchych
0bcbd105e3
escape nicknames before displaying them
9 years ago
isymchych
f65d630ad8
allow user to select camera and microphone
9 years ago
isymchych
d31aca4483
use lib to change chat subject
9 years ago
yanas
27d509332a
Merges Boris Grozev's commit from Dec 8, 2015, named: Uses a single avatar URL, allows to override gravatar with a custom URL. Commit: a2c41392
9 years ago
damencho
aed2d97c10
Fixes displayname on remote video on FF. Seems innerText is not working on FF, replace it with innerHTML.
9 years ago
isymchych
0262917aa6
implementation of "start muted"
10 years ago
isymchych
0fd0f5b633
refactoring of Etherpad and Prezi
10 years ago
isymchych
fbe5ef7ee6
fix issue with nickname input in chat
10 years ago
isymchych
4f91ac01fd
refactoring
10 years ago
isymchych
de9d991f98
do not use xmpp module in side_panels module
10 years ago