Commit Graph

16 Commits (65395ae59df06a0b908687dc371986c3eb60e451)

Author SHA1 Message Date
Barış Soner Uşaklı 320008cd49 feat: , don't scroll chat to bottom if user scrolled up
Barış Soner Uşaklı 46a6686300 fix: category search in selector
Barış Soner Uşaklı 067034082f fix: , update deleted/restored messages
Julian Lam 4fb271c684
System chat messages ()
* fix: removed duplicate checkContent call in addMessage

addMessage is called in one place (sendMessage), and the checks
are already contained there. addMessage is the lower level call
and so should be called only from within core itself.

* feat:  chat system messages for join, leave, rename

* fix: add back content checking in .addMessage();

* fix: tests, and added .addSystemMessage() method

Tests were relying on message indices that changed due to the
new system messages.

* feat: add tests for system chat messages

* refactor: rewrite half of src/messaging/rooms.js, fix tests

* feat:  messaging/room.js

* fix: tests for messaging/room.js, 

* fix: trying to fix tests

* fix: omg :rage2:
Baris Usakli 90f3e1281d up markdown
Julian Lam 506467ad6f closes
Barış Soner Uşaklı b0dad9bd7f closes
Julian Lam 43ffe3f9b5 updated text and fallbacks for
Julian Lam a08572b800 kick support for chats,
Julian Lam 19e53ab61b Lots o' chat changes
- Added chat room management (instead of tagsinput)
- Chat leave button in chat options dropdown
- Refreshing participants when user is added
- Updated autocomplete module so that it can be shown above a modal
  (z-index 100005 > 20000)
- Using cant-chat-with-yourself source string, which wasn't defined
  before, but was still used
Julian Lam b2b57d49bf WIP add user modal
Julian Lam eea124b312 room rename logic
Julian Lam d967201b2a drastically simplified main window resizing logic, some language changes
barisusakli b8c606cbbd closes
pichalite da8795f666 Add missing translations
Peter Jaszkowiak c5237443cd Standard language codes ()
* Use standard language codes. Fallback for plugins.

* Fix transifex config

* Tab vs space here for some reason

* Remove redundancies

* config.relative_path instead of allcaps

* added upgrade script for existing users' accounts