* Add ids to admin dropdown button, switch team button and logout button
For selenium automation - update the admin setting and switch to specific team or logout
* updated the team nav button based on the suggestion
* PLT-6198: Use added to channel system message on default channels.
Use a different sytem message when a user was added to a default channel
by someone else than when they joined themselves.
* PLT-6023: Add Users to Team in WebApp.
* Fix string text.
* Handle added_to_team websocket message.
* Fix unread flag on new channel.
* Adding initial race detector
* Remove setting of config twice
* Fixing config file watch and config reload on license save
* Fixing config file watch and config reload on license save
* Fixing build error
* Fixing locking issue
* Fixing makefile
* Fixing race in config
* Fixing race in status unit test
* Adding EE race tests
* Fixing race in cluster info
* Removing code that's isn't needed
* Fixing some more races
* Fixing govet issue
* Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)"
This reverts commit a8e68bd890.
* Removed automatic configuration of SiteURL
* Reverted unintentional config changes
* Updated help text
* Added link to docs in Site URL warning
* Fixed merge conflict
* Added Manage Teams modal to System Console users list
* Localized ManageTeamsModal
* Fixed borders between Manage Teams list items
* Updated appearance of ManageTeamsModal
* Fixed admin being redirected from system console when removing self from a team
* Sorted teams in ManageTeamsModal
* Updated Manage Teams styling
* PLT-5849 - Code block wrap on IOS
* PLT-5972 - Comment has first line indented
* PLT-6048 - Adjusting UI for link previews
* PLT-5733 - Adding error text theme option
* Different 'name' value for system console LHS "Email" section
Under Testing
-This is to create a unique ID for the Selenium UI Automiation
* Update the system console route because of the name change
for unique selenium ID
* Update admin_sidebar.jsx
* Update route_admin_console.jsx
* Fixed @ not working on latest build due to...
On latest build the @ shortcut to search for mentions was not working due to missing parameters on the onListenerChange method, due to changes done previously to post_action and search_bar that were not made to the onListenerChange method.
* Update search_bar.jsx
added fix for when no notification options for mentions is defined by the user...