Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
9 年之前
yanas
bb0f6e0989
Remove unused variable.
9 年之前
yanas
2919a60403
Adds blue badges to contact list and chat.
9 年之前
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 年之前
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 年之前
damencho
e1512e3776
Fixes focusing on write area or nickname input when chat is open.
9 年之前
damencho
d8dd564b06
Fixes clearing message counter on opening the chat.
9 年之前
damencho
407b082780
Removes changing the message icon and flashing on new message.
9 年之前
damencho
a671093489
Introduces chat_container_id variable.
9 年之前
yanas
b4c9816d9f
Rename side panels and implement toggle/untoggle policy
9 年之前
yanas
8562d3d55d
Remove bottom toolbar and change side panel position and behavior
9 年之前
Aaron van Meerten
e6385bb95d
make the chatArrow image reference relative, allows for better base href support
9 年之前
yanas
d9c3eec9a8
Fix the black stripe (another try)
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 年之前
isymchych
ebf57923ae
hide chat if local display name is empty
10 年之前
isymchych
0bcbd105e3
escape nicknames before displaying them
10 年之前
isymchych
d31aca4483
use lib to change chat subject
10 年之前
isymchych
fbe5ef7ee6
fix issue with nickname input in chat
10 年之前
isymchych
de9d991f98
do not use xmpp module in side_panels module
10 年之前
isymchych
c50151d85d
do not use NicknameHandler
10 年之前
isymchych
4152106a06
listen to CONNECTION_INTERRUPTED and CONNECTION_RESTORED events
10 年之前
Boris Grozev
bd58e6c799
Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files.
10 年之前
Boris Grozev
27c297c034
Fixes or ignores (explicidly, as much as possible) jshint warnings.
10 年之前
Issac Gerges
fc6f5717cb
Refactor toolbar to add separators via css and remove unneeded containers
10 年之前
Boris Grozev
67a52e6f72
Cleanup and formatting fixes in the UI module.
10 年之前
Zalmoxisus
7a54537bee
Fixes chat messages timestamp according to XEP-0203. Fixes #305.
10 年之前
George Politis
5f48e4cf9d
Revert "Updates the license headers."
This reverts commit 93648f361b .
10 年之前
George Politis
93648f361b
Updates the license headers.
10 年之前
hristoterezov
9eb2873cfa
Removes the bundles for every module and add bundle for the whole application.
11 年之前
hristoterezov
899f0ee83d
Removes UI dependancies in the xmpp module.
11 年之前
hristoterezov
29b3ea07e0
Removes util.js. Fixes prezi.
11 年之前
hristoterezov
4c661ffca6
Removes nickname global variable.
11 年之前
hristoterezov
e4e66a03d7
Creates initial version of xmpp module.
11 年之前
hristoterezov
27502d3fa8
Removes some dependancies from functions in app.js.
11 年之前
hristoterezov
69b0e2ad32
Creates UI module.
11 年之前