sscpac / chat-locker

Have your own Slack like online chat, built with Meteor and enhanced security.
MIT License
8 stars 2 forks source link

Upstream Merge #71

Closed bbrockman closed 9 years ago

bbrockman commented 9 years ago
rwakida commented 9 years ago

Reasons to merge:

  1. Administrative UI settings/pages are updated.
  2. Able to disable edit/delete messages in a conversation, disable new user registration, disable email verification
  3. Adds statistics, users, rooms information.
  4. Able to customize home page title/body via administration settings.
  5. Remove channel/private group name restrictions. I added this in myself as a side effect of their routing changes. It is NOT supported by RocketChat. We slugify the name and use it as the id. The raw name is saved as a separate displayName field. Only restriction is that we can't name a channel/group if the slugified value already exists. e.g. pg1.1 and pg1 1 would have the same slug value of pg1-1
  6. They added system backend methods that I requested for creating channels etc.
bbrockman commented 9 years ago

Awesome. Good info.

rwakida commented 9 years ago

Closed with #72