| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Sync search store when recieving pin/unpin event to keep pin
badges in RHS consistent with that in center channel.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-5860 Updated copyright date in about modal
* PLT-5860 Updated copyright notice in JSX files
* PLT-5860 Updated copyright notice in go files
* Fixed misc copyright dates
* Fixed component snapshots
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Update invite_member_modal.jsx
* Update policy_settings.jsx
* Update en.json
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
Honour the policy setting for add/remove members from private channels
in the WebApp UI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* PLT-5906 Set logs path instead log filename
* feedback review
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)"
This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47.
* Removed automatic configuration of SiteURL
* Reverted unintentional config changes
* Updated help text
* Added link to docs in Site URL warning
* Fixed merge conflict
|
| |
|
|
|
| |
under testing
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* Update user_settings_advanced.jsx
* Update en.json
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
load (#5942)
|
|
|
|
|
|
| |
* PLT-5873 Renamed private groups to private channels in web app
* PLT-5873 Renamed private groups to private channels in server
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add IDs to the Admin Sidebar Section
Under Testing
* Update admin_sidebar_section.jsx
* Update admin_sidebar_section.jsx
* Update admin_sidebar_section.jsx
* Update admin_sidebar_section.jsx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
update (#5917)
* 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
|
| |
|
|
|
|
|
|
|
|
| |
* Add sequence number to websocket connections and events
* Copy pointer instead of pass by value and use int64 over uint64
* Add more logging to missed events
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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...
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-2713 Added ability for admins to list users not in any team
* Updated style of unit test
* Split SearchableUserList to give better control over its properties
* Added users without any teams to the user store
* Added ManageUsers page
* Renamed ManageUsers to SystemUsers
* Added ability to search by user id in SystemUsers page
* Added SystemUsersDropdown
* Removed unnecessary injectIntl
* Created TeamUtils
* Reduced scope of system console heading CSS
* Added team filter to TeamAnalytics page
* Updated admin console sidebar
* Removed unnecessary TODO
* Removed unused reference to deleted modal
* Fixed system console sidebar not scrolling on first load
* Fixed TeamAnalytics page not rendering on first load
* Fixed chart.js throwing an error when switching between teams
* Changed TeamAnalytics header to show the team's display name
* Fixed appearance of TeamAnalytics and SystemUsers on small screen widths
* Fixed placement of 'No users found' message
* Fixed teams not appearing in SystemUsers on first load
* Updated user count text for SystemUsers
* Changed search by id fallback to trigger less often
* Fixed SystemUsers list items not updating when searching
* Fixed localization strings for SystemUsers page
|
| |
|
| |
|