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
..
admin feat: ACP analytics API route (#7725) 6 years ago
client System chat messages (#7771) 6 years ago
installer fix: #7472 6 years ago
modules Change post owner (#7752) 6 years ago
ajaxify.js fix: sitemap ajaxify 6 years ago
app.js fix(deps): update to eslint@6 6 years ago
overrides.js fix(deps): update to eslint@6 6 years ago
require-config.js eliminate waitSeconds in rjs config 7 years ago
sockets.js fix(deps): update to eslint@6 6 years ago
utils.js feat: add utils.promiseParallel 6 years ago
widgets.js feat: change widget-* to data-widget-* (#7703) 6 years ago