Boris Grozev
aee5a9ca43
fix: Use https for links without a scheme.
8 years ago
Boris Grozev
b0eeb8a207
fix: Avoid tabnabbing
Reported by Manav.
8 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
isymchych
de9d991f98
do not use xmpp module in side_panels module
10 years ago
Boris Grozev
bd58e6c799
Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files.
10 years ago
Boris Grozev
27c297c034
Fixes or ignores (explicidly, as much as possible) jshint warnings.
10 years ago
George Politis
5f48e4cf9d
Revert "Updates the license headers."
This reverts commit 93648f361b .
10 years ago
George Politis
93648f361b
Updates the license headers.
10 years ago
hristoterezov
69b0e2ad32
Creates UI module.
11 years ago
fo
54946909e6
Change the css theme of the chat.
11 years ago
Matthew Duggan
8314936a14
jshint cleanups
- equality operators
- missing/excess semicolons
- trailing whitespace
11 years ago
Emil Ivov
93f010bd9f
Forces an update for replacement.js.
11 years ago
Emil Ivov
227007db54
Adds link and smileys recognition. Thanks to @deleolajide . Closes #25 . Closes #8
11 years ago