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