| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| | |
* Move instances of Client.leaveChannel() in components to an action
* create isFavoriteChannelId
|
| | |
|
| | |
|
| |
| |
| |
| | |
action (#5132)
|
| |
| |
| |
| | |
(#5096)
|
| |
| |
| |
| | |
Admins can now Promote/Demote channel members in the Channel Manage
Membersmodal.
|
| |
| |
| |
| | |
(#5098)
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This replaces the existing Channel Members UI with one based on the Team
Members UI, so that either a button, a role or a role with a menu can be
displayed.
Basic logic for which actions and roles are displayed is implemented,
although this doesn't change behaviour or functionality at all, as that
will come in later PRs. It does, however, add code to fetch the
ChannelMember objects as that is necessary to provide the full set of
actions and roles as intended.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* move Client.updatePost into an action
Client.updatePost where called from components so they needed to be moved inside action and call that action from component instead
fixes #4907
* move loadPost in updatePost callback
* Add loadPosts call in updatePost action
* Lint: remove trailing spaces
|
| | |
|
|\| |
|
| | |
|
| | |
|
|/
|
|
| |
(#5021)
|
| |
|
|
|
|
|
|
|
|
| |
* Removed note about unconfirmed race condition
* Fixed unit tests in client_channel.test.jsx
* Fixed updateActive unit test on client
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the message (#4839)
* on post delete remove the whole post for the owner of the post while other user will still see post deleted message
* now the deleter wont see the post while the other users will see deleted message
* removed fromSocket check and now calling PostStore.removePost instead of PostStore.deletePost from view
* fixed the bug which was causing to show message deleted until next action
* added remove post from store to global action
* moved removePostFromStore from global actions to post actions
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Fix team switch
* Fix channel switching by using BrowserStore
* Fixes plt-5076 and plt-5068
* Updating styles for Teams sidebar (#4875)
|
| |
|
|
|
| |
* #4697 Move instances of Client.createChannel() in components to an action
|
|
|
|
| |
action (#4870)
|
|
|
|
|
|
| |
* Add post queuing to the webapp
* Add more abstraction
|
|
|
|
|
|
|
|
| |
into a single API (#4840)
* Combine updateLastViewedAt, setLastViewedAt and setActiveChannel into a single API
* Remove preference DB writes
|
|
|
|
|
|
| |
* #4698 Move instances of Client.updateActive() in components to an action
* Use null for empty success function
|
|
|
|
| |
an action (#4862)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-4167 Team Sidebar
* Address feedback from PM
* change route from my_members to members
* bug fixes
* Updating styles for teams sidebar (#4681)
* Added PM changes
* Fix corner cases
* Addressing feedback
* use two different endpoints
* Bug fixes
* Rename model and client functions, using preferences to store last team and channel viewed
* Fix mobile notification count and closing the team sidebar
* unit test, fixed bad merge and retrieve from cached when available
* bug fixes
* use id for last channel in preferences, query optimization
* Updating multi team css (#4830)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Create MFA setup page and remove MFA setup from account settings modal
* Add enforce MFA to system console and force redirect
* Lockdown mfa required API routes, add localization, other changes
* Minor fixes
* Fix typo
* Fix some unit tests
* Fix more unit tests
* Minor fix
* Updating UI for MFA screen (#4670)
* Updating UI for MFA screen
* Updating styles for MFA page
* Add the ability to switch between email/sso with MFA enabled
* Added mfa change email
* Minor UI updates for MFA enforcement
* Fix unit test
* Fix client unit test
* Allow switching email to ldap and back when MFA is enabled
* Fix unit test
* Revert config.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-1598 Slash command works in RHS
* fix UserProfile in the reply for Slash Command
* fix some problem about the system messages in RHS
* system message in RHS isn't displayed as comment for root message
* remove status indicator for system message in RHS
* system message in RHS is colored to grey
* system messages don't count as commented post
* fix bug about cleaning draft in RHS
* remove unnecessary function
* implement new model for executing command
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Move instances of Client.createPost() in components to an action
* update per review, waiting for more review and see if this is the right way
* update per code review
* update code
* remove comment per request
|
| |
|
|
|
|
|
|
| |
* Move instances of Client.updateChannel() in components to an action
* update per code review
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Refactored emoji.json to support multiple aliases and emoji categories
* Added custom category to emoji.jsx and stabilized all fields
* Removed conflicting aliases for :mattermost: and :ca:
* fixup after store changes
* Added emoji reactions
* Removed reactions for an emoji when that emoji is deleted
* Fixed incorrect test case
* Renamed ReactionList to ReactionListView
* Fixed :+1: and :-1: not showing up as possible reactions
* Removed text emoticons from emoji reaction autocomplete
* Changed emoji reactions to be sorted by the order that they were first created
* Set a maximum number of listeners for the ReactionStore
* Removed unused code from Textbox component
* Fixed reaction permissions
* Changed error code when trying to modify reactions for another user
* Fixed merge conflicts
* Properly applied theme colours to reactions
* Fixed ESLint and gofmt errors
* Fixed ReactionListContainer to properly update when its post prop changes
* Removed unnecessary escape characters from reaction regexes
* Shared reaction message pattern between CreatePost and CreateComment
* Removed an unnecessary select query when saving a reaction
* Changed reactions route to be under /reactions
* Fixed copyright dates on newly added files
* Removed debug code that prevented all unit tests from being ran
* Cleaned up unnecessary code for reactions
* Renamed ReactionStore.List to ReactionStore.GetForPost
|
|
|
|
|
|
|
|
| |
posts, etc. (#4500)
* When internet reconnects, reconnect websocket and grab latest posts, etc.
* Rename internet connection variable
|
| |
|
|
|
|
|
|
| |
* Add autocomplete API for system-wide users
* Update channel switcher to autocomplete all users on the system
|
|
|
|
|
|
| |
* moved updateUserRoles to user_actions
* updated second updateUserRoles call
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add more channel paging API
* Add channel paging support to client
* Add DB channel search functions
* Add API for searching more channels
* Add more channel search functionality to client
* Add API for autocompleting channels
* Add channel autocomplete functionality to the client
* Move to be deprecated APIs to their own file
* Final clean-up
* Fixes related to feedback
* Localization changes
* Add unit as suffix to timeout constants
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
channel headers (#4584)
* Added all parameters to call tracker ids when getting profiles
* Changed channel header rendering to not depend on knowing all users in a DM channel
* Added comment about a race condition in UserActions.populateDMChannelsWithProfiles
* Added a fixed-height placeholder for the ChannelHeader when its state isn't valid for rendering
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Move instances of Client.updateTeam() in components to an action
* remove client from missing ones
* update code per review
* update per code review
|