16 Commits (67cf5e83b7177cc14551f41ed180580037dec7fc)

Author SHA1 Message Date
Barış Soner Uşaklı 320008cd49 feat: #8509, don't scroll chat to bottom if user scrolled up 5 years ago
Barış Soner Uşaklı 46a6686300 fix: category search in selector 5 years ago
Barış Soner Uşaklı 067034082f fix: #6422, update deleted/restored messages 5 years ago
Julian Lam 4fb271c684
System chat messages (#7771)
* 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: #7330 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: #7743 messaging/room.js

* fix: tests for messaging/room.js, #7743

* fix: trying to fix tests

* fix: omg :rage2:
6 years ago
Baris Usakli 90f3e1281d up markdown 6 years ago
Julian Lam 506467ad6f closes #6663 7 years ago
Barış Soner Uşaklı b0dad9bd7f closes #6369 7 years ago
Julian Lam 43ffe3f9b5 updated text and fallbacks for #6479 7 years ago
Julian Lam a08572b800 kick support for chats, #6479 7 years ago
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
7 years ago
Julian Lam b2b57d49bf WIP add user modal 7 years ago
Julian Lam eea124b312 room rename logic 7 years ago
Julian Lam d967201b2a drastically simplified main window resizing logic, some language changes 7 years ago
barisusakli b8c606cbbd closes #5519 8 years ago
pichalite da8795f666 Add missing translations 8 years ago
Peter Jaszkowiak c5237443cd Standard language codes (#5218)
* 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
8 years ago