You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
images feat: revamp email templates to be more style agnostic (#7375) 6 years ago
language System chat messages (#7771) 6 years ago
less feat: ACP analytics API route (#7725) 6 years ago
src System chat messages (#7771) 6 years ago
uploads tweak gitignores, closes #5250 8 years ago
vendor Fix ACP alerts to use same system as client (#6396) 7 years ago
.eslintrc Remove public eslint `templates` global 8 years ago
.jshintrc ESlint no-undef, remove global comments 8 years ago
503.html fix mixed content warning on 503 status page and installer 9 years ago
favicon.ico
js-enabled.css fix: removal of scroll anchoring code in favour of browser handling 6 years ago
logo.png Pass tests 8 years ago