summaryrefslogtreecommitdiffstats
path: root/webapp/actions
Commit message (Collapse)AuthorAgeFilesLines
* Move instances of Client.updateChannelPurpose() in components to an action ↵Carlos Tadeu Panato Junior2017-01-191-0/+19
| | | | (#5096)
* PLT-5050 (WebApp): Change channel member roles. (#5076)George Goldberg2017-01-182-32/+75
| | | | Admins can now Promote/Demote channel members in the Channel Manage Membersmodal.
* Move instances of Client.updateChannelHeader() in components to an action ↵Carlos Tadeu Panato Junior2017-01-171-0/+22
| | | | (#5098)
* Fix lodaing missing messages after search bug (#5080)Joram Wilander2017-01-162-1/+3
|
* PLT-5134 removing the async sending from update user (#5078)Corey Hulen2017-01-161-2/+2
|
* PLT-5049 (Webapp) New Channel Members UI. (#5036)George Goldberg2017-01-152-0/+111
| | | | | | | | | | | 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.
* GH-4907 Move Client.updatePost call into an action (#5045)Mika Andrianarijaona2017-01-131-0/+15
| | | | | | | | | | | | | | * 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
* PLT-5238: Show error on execute invalid slash command. (#5057)George Goldberg2017-01-131-1/+8
|
* Merge branch 'release-3.6'Christopher Speller2017-01-121-2/+5
|\
| * Reset unread counts for channels being switched to/away (#5037)Joram Wilander2017-01-101-0/+4
| |
| * Temporary fix for JS errors when logging out with non-english language (#4990)Joram Wilander2017-01-061-2/+1
| |
* | Move instances of Client.updatePassword() in components to an action (#4908) ↵AymaneKhouaji2017-01-101-0/+15
|/ | | | (#5021)
* Fixing errors on user updates (#4962)Christopher Speller2017-01-041-1/+2
|
* PLT-5109/PLT-5112 Fixed commented out unit tests (#4951)Harrison Healey2017-01-041-1/+0
| | | | | | | | * Removed note about unconfirmed race condition * Fixed unit tests in client_channel.test.jsx * Fixed updateActive unit test on client
* Fix console error when logging in with non-english language (#4941)Joram Wilander2017-01-031-8/+4
|
* Fix unread for your own message after logout (#4943)Joram Wilander2017-01-031-0/+1
|
* PLT-3960 Don't show (message deleted) placeholder to the user that deleted ↵khawerrind2017-01-031-0/+5
| | | | | | | | | | | | | | | | 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
* Clean up /logout command flow and errors (#4918)Joram Wilander2016-12-301-9/+13
|
* Fix console errors when logging out (#4915)Joram Wilander2016-12-292-10/+10
|
* On channel switch, only pull statuses the client doesn't have yet (#4894)Joram Wilander2016-12-261-1/+5
|
* Fix error after leaving team (#4888)enahum2016-12-261-0/+1
|
* Fix team switch (#4851)enahum2016-12-222-12/+25
| | | | | | | | | | * Fix team switch * Fix channel switching by using BrowserStore * Fixes plt-5076 and plt-5068 * Updating styles for Teams sidebar (#4875)
* Remove new user event handling on client (#4822)Joram Wilander2016-12-221-24/+0
|
* #4697 Move Client.createChannel() in components to an action (#4855)Björn Roland2016-12-221-0/+36
| | | * #4697 Move instances of Client.createChannel() in components to an action
* #4695 Move instances of Client.updateTeamMemberRoles() in components to an ↵Björn Roland2016-12-221-0/+17
| | | | action (#4870)
* PLT-4431 Add post queuing to the webapp (#4800)Joram Wilander2016-12-211-0/+49
| | | | | | * Add post queuing to the webapp * Add more abstraction
* PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel ↵Joram Wilander2016-12-214-4/+4
| | | | | | | | into a single API (#4840) * Combine updateLastViewedAt, setLastViewedAt and setActiveChannel into a single API * Remove preference DB writes
* #4698 Move Client.updateActive() in components to an action (#4858)Björn Roland2016-12-211-0/+17
| | | | | | * #4698 Move instances of Client.updateActive() in components to an action * Use null for empty success function
* #4699 Move instances of Client.updateChannelNotifyProps() in components to ↵Björn Roland2016-12-211-0/+15
| | | | an action (#4862)
* PLT-4167 Team Sidebar (#4569)enahum2016-12-193-5/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 (#4367)Yusuke Nemoto2016-12-091-3/+2
| | | | | | | | | | | | | | | | | | | | | * 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 (#4639)Carlos Tadeu Panato Junior2016-12-051-0/+34
| | | | | | | | | | | | * 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
* Fix react warnings and part of backstage (#4706)enahum2016-12-051-1/+1
|
* Move instances of Client.updateChannel() in components to an action (#4643)Carlos Tadeu Panato Junior2016-12-011-0/+18
| | | | | | * Move instances of Client.updateChannel() in components to an action * update per code review
* PLT-1378 Initial version of emoji reactions (#4520)Harrison Healey2016-11-302-1/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-4233 When internet reconnects, reconnect websocket and grab latest ↵Joram Wilander2016-11-291-4/+5
| | | | | | | | posts, etc. (#4500) * When internet reconnects, reconnect websocket and grab latest posts, etc. * Rename internet connection variable
* Fix more react warnings & fix saving theme (#4667)enahum2016-11-291-8/+10
|
* PLT-4697 Update channel switcher to autocomplete all users on the system (#4624)Joram Wilander2016-11-291-0/+18
| | | | | | * Add autocomplete API for system-wide users * Update channel switcher to autocomplete all users on the system
* Move instances of Client.updateUserRoles() in components to an action (#4657)Nick Frazier2016-11-291-0/+19
| | | | | | * moved updateUserRoles to user_actions * updated second updateUserRoles call
* PLT-4403 Add server-based channel autocomplete, search and paging (#4585)Joram Wilander2016-11-242-8/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Merge branch 'release-3.5'Christopher Speller2016-11-242-1/+11
|\
| * Fixed error logged when joining a team from another tab (#4620)Harrison Healey2016-11-211-0/+5
| |
| * Hotfix: PLT-4779 Fixing scrolling on loading a channel and missing DM ↵Harrison Healey2016-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * Properly load profile for new posts that have unloaded users (#4578)Joram Wilander2016-11-211-1/+5
| |
* | Move instances of Client.updateTeam() in components to an action (#4574)Carlos Tadeu Panato Junior2016-11-181-0/+18
| | | | | | | | | | | | | | | | | | | | * Move instances of Client.updateTeam() in components to an action * remove client from missing ones * update code per review * update per code review
* | Don't show desktop notifications for messages entering the channel th… (#4216)Pepijn2016-11-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't show desktop notifications for messages entering the channel the user is currently on Coding style fixes Allow notifications if browser tab is not focussed * Don't show desktop notifications for messages entering the channel the user is currently on Coding style fixes Allow notifications if browser tab is not focussed * Mute sound when a user doesn't get a desktop notification * Also play sound on desktop notifications * Fixed reviewer's remarks: * Removed double notification check * Removed direct links to browser store, created separate actions
* | PLT-4572 - Move instances of Client.updateUser() in components to an action ↵Carlos Tadeu Panato Junior2016-11-171-0/+18
| | | | | | | | | | (#4571) * Move instances of Client.updateUser() in components to an action
* | Merge branch 'release-3.5'Christopher Speller2016-11-151-11/+13
|\|
| * Fixed websocket to properly logout when logged out from another tab (#4546)Harrison Healey2016-11-141-5/+7
| |