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.
8 лет назад
yanas
aacb39a439
Some css adjustments to settings and contact list.
8 лет назад
yanas
2919a60403
Adds blue badges to contact list and chat.
8 лет назад
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.
8 лет назад
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.
8 лет назад
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.
8 лет назад
damencho
e1512e3776
Fixes focusing on write area or nickname input when chat is open.
8 лет назад
damencho
d8dd564b06
Fixes clearing message counter on opening the chat.
8 лет назад
damencho
407b082780
Removes changing the message icon and flashing on new message.
8 лет назад
damencho
a671093489
Introduces chat_container_id variable.
8 лет назад
yanas
9ce83250da
Fixes console logs
8 лет назад
yanas
a9e31a2843
Fixes settings menu for non moderators
8 лет назад
yanas
45496b7592
Make settings sections configurable
8 лет назад
damencho
4c72833f5a
Adds an option and hide avatars in contact list.
8 лет назад
yanas
2aea6c4120
Remove unused dialog
8 лет назад
yanas
f811410b45
Settings re-design
8 лет назад
yanas
50e803f1a0
Fixes side toolbar container behavior
8 лет назад
yanas
b4c9816d9f
Rename side panels and implement toggle/untoggle policy
8 лет назад
yanas
8562d3d55d
Remove bottom toolbar and change side panel position and behavior
8 лет назад
damencho
0e27f471f1
Removes avatarURL from settings UI.
Removes storing avatarURL in localstorage and retrieving it.
8 лет назад
paweldomas
34a24ce290
Fix a crash on IE/Safari when plugin is not installed
8 лет назад
hristoterezov
7bf9a82f0b
Implements conference reload support
8 лет назад
hristoterezov
8deb003ef6
JWT client support
9 лет назад
Aaron van Meerten
e6385bb95d
make the chatArrow image reference relative, allows for better base href support
9 лет назад
tsareg
448fcf36b6
Show dialog for GUM errors
9 лет назад
Kostiantyn Tsaregradskyi
b270256a7a
Switch local audio and video track when list of available devices changes
9 лет назад
Kostiantyn Tsaregradskyi
474155ce9d
Added ability to notify about available media device list changes
9 лет назад
Kostiantyn Tsaregradskyi
5e027e0a91
Added ability to switch audio output device - changes after review
9 лет назад
Kostiantyn Tsaregradskyi
d34adb67dd
Added ability to switch audio output device
9 лет назад
Kostiantyn Tsaregradskyi
2bd600aeaf
Very raw version of ability to switch audio output device
9 лет назад
damencho
613569ff09
Checks whether we need to modify document, before change - on display name change.
9 лет назад
yanas
d9c3eec9a8
Fix the black stripe (another try)
9 лет назад
yanas
4990406010
Fix black stripe on the right of the screen
9 лет назад
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 лет назад
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 лет назад
damencho
3577f338cc
Does not do force-update when resizing.
9 лет назад
yanas
ad44cc518a
Fixes resizing problems introduced with previous resizing commit. Fixes side panel open/close code and resizing.
9 лет назад
isymchych
be0abf908e
auto-save setiings
9 лет назад
yanas
30f3da98e5
Fixes thumbnail resize and thumbnails going on a second row. Refactors code around the film strip and resize in general.
9 лет назад
isymchych
ebf57923ae
hide chat if local display name is empty
9 лет назад
isymchych
0bcbd105e3
escape nicknames before displaying them
9 лет назад
isymchych
f65d630ad8
allow user to select camera and microphone
9 лет назад
isymchych
d31aca4483
use lib to change chat subject
9 лет назад
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 лет назад
damencho
aed2d97c10
Fixes displayname on remote video on FF. Seems innerText is not working on FF, replace it with innerHTML.
9 лет назад
isymchych
0262917aa6
implementation of "start muted"
9 лет назад
isymchych
0fd0f5b633
refactoring of Etherpad and Prezi
9 лет назад
isymchych
fbe5ef7ee6
fix issue with nickname input in chat
9 лет назад
isymchych
4f91ac01fd
refactoring
9 лет назад
isymchych
de9d991f98
do not use xmpp module in side_panels module
9 лет назад