summaryrefslogtreecommitdiffstats
path: root/webapp/actions
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7220: Jumping to a GM from a flagged messages doesn't add the GM to your ↵Jonathan2017-08-301-1/+8
| | | | | | | | | | LHS (#7319) * Ensured that DM/GM channel is added to LHS when jump link is clicked in RHS * Moved sidebar channel loading logic into global_actions so that it happens after the users' channels have been loaded * Fixing checkstyle issues
* PLT-6403: Interactive messages (#7274)Chris2017-08-291-0/+4
| | | | | | | | | | * wip * finish first pass * requested changes * add DoPostAction to Client4
* PLT-6451 Migrate installed_oauth_app.jsx to be pure and use Redux (#7190)n1aba2017-08-181-14/+0
| | | | | | * Migrate installed_oauth_app.jsx to be pure and use Redux, add test * Fix behavior for the error case
* PLT-6443 Migrate add_oauth_app.jsx to be pure and use Redux (#7232)n1aba2017-08-181-23/+0
| | | | | | * Migrate add_oauth_app.jsx to be pure and use Redux, add tests * Remove unused flux code for OAuthApps
* [PLT-3377] Open up a shortcuts dialog instead of printing help text (#7064)Saturnino Abril2017-08-182-5/+10
| | | | | | | | | | | | | | | | | | * open up a shortcuts dialog instead of printing help text * Updating UI for keyboard shortcuts modal * update PR per PLT-7284 * fix typo error * fix mixed up shortcut keys * move to client side * fix shortcuts list, remove unused function and revert server side code for autocompletion * remove quick team switcher
* PLT-7309: Fix webook management when permitted for non-admins. (#7132)George Goldberg2017-08-081-0/+28
|
* PLT-7267 Refactored tracking of recent emojis to hide deleted emojis (#7102)Harrison Healey2017-08-041-2/+11
| | | | | | * Fixed local ESLint error * PLT-7267 Refactored tracking of recent emojis to hide deleted emojis
* PLT-6484 Add /leave command to leave a channel (#6402)David Meza2017-08-032-1/+43
| | | | | | | | | | | | | | | | | | * PLT-6484 Add /leave command to leave a channel * Text changes requeted on review. * PLT-6484 Display the right error message when trying to /leave town-square * PLT-6484 Be able to execute /leave command in direct and group message channels with the same effect as clicking x * PLT-6484 Refactor to create new leave_private_channel_modal.jsx * PLT-6484 Remove previous leave private channel logic to use new leave_private_channel_modal.jsx * Remove dot in command description. Change localized error when leaving Town square. * disable /leave command in reply threads on the right-hand sidebar, since it is not obvious which channel you should leave
* Do not show non-autocomplete commands for system admins (#7094)Joram Wilander2017-08-021-1/+5
|
* Change refresh on version change to be after explicit click (#7090)Joram Wilander2017-08-021-0/+13
|
* PLT-6595 (Client): Elasticsearch indexing system console UI (#6991)George Goldberg2017-08-012-0/+47
| | | | | | | | | | | | | | | | | | | | * PLT-6595: System Console for Elasticsearch Job Management. * Fixing UI issues * Fixing colors * ESLint Fixes. * Update test snapshots. * Fixing cancel button * Fix review comments. * Config capitalisation. * Review fixes.
* [PLT-6710] /rename [text] slash command: Rename the channel (#6570)Carlos Tadeu Panato Junior2017-07-311-0/+8
| | | | | | * /rename [text] slash command: Rename the channel * update strings per review
* PLT-6486 Add an `@username` button to the profile popover, that puts the ↵David Meza2017-07-311-0/+8
| | | | | | | | | | | | username in the post when clicked (#6349) * PLT-6486 Add an `@username` button to the profile popover, that puts the username in the post when clicked * PLT-6486 Display `@username` mention on the right text area on center or RHS. * Disable @mentions from profile popover on searches, mentions and pinned posts. Fix js errors. * Control undefined post in SearchStore that causes an exception.
* RN-152 Updated createGroupChannel's return value to match ↵Harrison Healey2017-07-272-9/+10
| | | | | | | | | | createDirectChannel (#7027) * RN-152 Updated createGroupChannel's return value to match createDirectChannel * Fixed handling of results from createDirectChannel * Updated yarn.lock
* Added websocket event and webapp handler for updating user roles (#6953)Nick Frazier2017-07-271-0/+9
|
* Add [...] menu to search results list (#6663)Saturnino Abril2017-07-212-2/+10
| | | | | | | | * Add [...] menu to search results list * fix updates on search results when post is pinned or edited * remove app dispatcher from component
* [PLT-6708] /purpose [text] slash command: Edit the channel purpose (#6569)Carlos Tadeu Panato Junior2017-07-211-0/+8
| | | | | | | | | | | | | | | | * /purpose [text] slash command: Edit the channel purpose * update command on server side to check for direct or group channels * update stings and block the dialog when is DM or GM * update per review * remove duplicate websocker event and apply the same for /header command * update per review * update
* Fixed notification text replace line feed to space (#6970)megos2017-07-191-1/+1
|
* Merge branch 'release-4.0'Christopher Speller2017-07-185-49/+79
|\
| * Add back blue bar error for editing post after time limit (#6939)Joram Wilander2017-07-151-0/+7
| |
| * Properly updated pinned/flagged posts on deletion (#6920)Joram Wilander2017-07-132-0/+13
| |
| * dismiss deleted message in RHS (#6914)Saturnino Abril2017-07-131-7/+0
| |
| * Properly load user statuses for posts in channel (#6907)Joram Wilander2017-07-121-10/+3
| |
| * make sidebar right menu Global actions and toggle that on leaving team (#6900)Saturnino Abril2017-07-111-0/+17
| |
| * PLT-7039 Use loadProfilesAndStatusesForPosts from the redux library ↵Harrison Healey2017-07-112-31/+7
| | | | | | | | | | | | | | | | (Resubmit) (#6892) * PLT-7039 Use loadProfilesAndStatusesForPosts from the redux library * Switched mattermost-redux to webapp-4.0 branch
| * Fix multiple pinned post issues (#6887)Joram Wilander2017-07-111-0/+20
| |
| * Deleting the focused post now sends user to normal channel view (#6890)Joram Wilander2017-07-111-0/+8
| |
| * Minor status updates (#6889)Joram Wilander2017-07-111-0/+3
| |
| * Fix out of order posts for admins plus two minor fixes (#6886)Joram Wilander2017-07-111-1/+1
| |
| * Revert "PLT-7039 Use loadProfilesAndStatusesForPosts from the redux library ↵Saturnino Abril2017-07-092-7/+31
| | | | | | | | | | (#6881)" (#6882) This reverts commit 250a344d04d8e682a98760bdc378d1a5c46f31e6.
| * PLT-7039 Use loadProfilesAndStatusesForPosts from the redux library (#6881)Harrison Healey2017-07-082-31/+7
| |
* | PLT-7117 Fixed copy paste error in file_actions.jsx (#6928)Harrison Healey2017-07-141-2/+4
| |
* | PLT-6474 Basic Elasticsearch System Console Page (#6825)George Goldberg2017-07-131-0/+13
|/ | | | | | | | | | * PLT-6474: Basic System Console Elasticsearch Config. * Fix review comments. * More review fixes. * Review comments.
* Fix MFA setup page (#6856)Joram Wilander2017-07-061-1/+1
|
* [PLT-6800] Clear center and rhs view on other window when leaving a channel ↵Saturnino Abril2017-07-051-0/+5
| | | | | | | | | | (#6723) * clear center and rhs view on other window when leaving a channel * move redirection to websocket actions * close sidebar at websocket action
* Do not scroll center channel to bottom when posting in RHS (#6852)Joram Wilander2017-07-051-2/+3
|
* Increase post visibility in current channel when receiving posts (#6848)Joram Wilander2017-07-051-20/+16
|
* add /search command (#6741)Chris2017-07-051-0/+4
|
* PLT-6935 Fixes issue when locale set to unknown (#6829)Corey Hulen2017-07-031-3/+3
|
* Join channel with permalink to public channel you're not in (#6795)Joram Wilander2017-06-291-7/+12
|
* PLT-6610 sending websocket event for last channel viewed (#6787)Corey Hulen2017-06-291-0/+13
|
* Various updates to match latest mattermost-redux (#6794)Joram Wilander2017-06-291-29/+21
|
* [PLT-6707] /header [text] slash command: Edit the channel header (#6566)Carlos Tadeu Panato Junior2017-06-292-5/+13
| | | | | | | | * add /header slash command * update websocket * updater per review
* PLT-6844 Change file uploading to use superagent (#6785)Harrison Healey2017-06-281-16/+69
| | | | | | * PLT-6844 Change file uploading to use superagent * Fixed handling of upload errors
* Fix account creation redirect (#6765)Joram Wilander2017-06-281-6/+6
|
* add attachments notification (#6769)megos2017-06-281-1/+17
|
* [PLT-6599] Add link to check Websocket port error message (#6743)Carlos Tadeu Panato Junior2017-06-281-3/+2
|
* fix JS errors in saving preferences - for user's display (including custom ↵Saturnino Abril2017-06-271-10/+3
| | | | theme vector) and advanced settings (#6764)
* PLT-6815 Do not disconnect websocket when joining a team (#6746)Joram Wilander2017-06-261-24/+17
| | | | | | * Do not disconnect websocket when joining a team * Fix eslint error
* Fix websocket URL when specifying port in the config (#6748)Joram Wilander2017-06-261-2/+5
|