summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7379: Timestamp on deleted, ephemeral, or pending post is a permalink ↵Jonathan2017-08-304-17/+35
| | | | | | | | | | | | | | | | (#7295) * Removed permalink from system messages, general cleanup * Removed permalink from deleted messages * Removed permalink from pending messages * Fixed post_info tests * Changed permalink logic to remove permalinks from ephemeral messages, but leave them in place for system messages. * Fixed check style
* PLT-6403: Interactive messages (#7274)Chris2017-08-296-2/+76
| | | | | | | | | | * wip * finish first pass * requested changes * add DoPostAction to Client4
* Fix permalink loading for non-loaded posts (#7310)Joram Wilander2017-08-292-2/+2
|
* Show loading message if a team has been selected, in addition to showing it ↵Jonathan2017-08-291-1/+1
| | | | while loading the list of available teams. (#7307)
* PLT-3638: Fix re-opening of collapsed preview on refresh (#7301)atp2017-08-292-5/+15
| | | | In this change, user action for toggling the preview is stored in the browser localstorage. Hence If there us a preview visibility value is present in the localstorage, that will be given the preference compared to the overall preview setting.
* Experimental implementation for webapp plugins (#7185)Joram Wilander2017-08-2915-32/+354
| | | | | | | | | | * Start of experimental implementation for webapp plugins * Updates to webapp plugin architecture * Update pluggable test * Remove debug code
* Fix yarn.lock getting changed by make run (#7311)Joram Wilander2017-08-281-183/+29
|
* Manage version configurations client versions (#7220)Chris Duarte2017-08-284-0/+204
| | | | | | | | | | | | * Add config values for client versions. Return client versions in ping response. * Manage client version through System Console. * Added client versions to diagnostics * Added translations messages en.json file. * Hide Client Versions on System Console.
* PLT-7221 differentiate between RN and Classic sessions (#7303)enahum2017-08-282-16/+48
|
* update test snapshot for post_info (#7297)Saturnino Abril2017-08-251-8/+28
|
* PLT-7318 fixing focus issue with IPad (#7287)Corey Hulen2017-08-253-3/+3
| | | | | | * PLT-7318 fixing focus issue with IPad * Fixing for RHS
* PLT-5478: Hide collapse/expand arrow for image links when no image is ↵atp2017-08-251-1/+28
| | | | available (#7216)
* PLT-7224 - Updating post textbox UI (#7153)Asaad Mahmood2017-08-2513-195/+160
| | | | | | | | * PLT-7224 - Updating post textbox UI * Updating post textbox spacing * Updating emoji icon
* PLT-7417/PLT-7425 (#7278)Harrison Healey2017-08-251-6/+5
| | | PLT-7417/PLT-7425 Update config.json defaults and removed admin console link settings
* add attachments to rhs search results (#7290)Chris2017-08-251-1/+9
|
* Fixing logging errors for Franz (#7273)Corey Hulen2017-08-221-24/+26
|
* Fixed not being able to scroll down in message preview mode when using (#7194)Sudheer2017-08-221-0/+4
| | | only couple of sentences in edit mode.
* Hiding the rogue webkit file input button (#7130)Alex White2017-08-221-0/+4
|
* Add a + next to direct message on sidebar to open 'Direct Messages' modal ↵David Meza2017-08-221-0/+30
| | | | | | | | (#7159) * Add a + next to direct message on sidebar to open 'Direct Messages' modal * Change + cick to display direct message modal without group message.
* Updating client dependancies. (#7253)Christopher Speller2017-08-212-139/+396
|
* PLT-5747: Fixed inconsistent on-hover, tooltip, and active states for ↵Sudheer2017-08-218-20/+49
| | | | | | | | | | | buttons. (#7174) * Fixed LHS Team Sidebar on hover highlight. * Fixed LHS Main Menu on hover tooltip to show "Main menu". * Added On-hover highlight for Favorite button in channel heading. * Added active state for channel members icon. * Added active class based on internal react state with new changeCss rule. * Changed cursor to pointer on hovering a theme. * Fixed Invite New Member Add Button to have text-underline on hover.
* PLT-7256: Fix email rate selection when batching is disabled (#7202)atp2017-08-212-17/+39
|
* fix expand/collapse arrows for youtube videos (#7240)Saturnino Abril2017-08-213-2/+5
|
* Minor string changes for JIRA setting (#7264)Jason Blais2017-08-212-6/+6
| | | | | | * Update settings.jsx * Update en.json
* Multiple bug fixes (#7243)Asaad Mahmood2017-08-186-5/+41
| | | | | | | | | | | | | | | | * PLT-7320 - Fixing alignment of x icon * PLT-7357 - Fixing close icon in compact view * PLT-7322 - Fixing overflow for delete token modal * PLT-7351 - Fixing flag icon alignment * PLT-7393 - Fixing cursor on upload button * PLT-7392 - Fixing scrollbar in admin console * PLT-7376 - Fixing hover effect for mobile nav
* Added missing string for translation (#7203)Christian Arnold2017-08-181-0/+1
|
* PLT-6451 Migrate installed_oauth_app.jsx to be pure and use Redux (#7190)n1aba2017-08-188-49/+294
| | | | | | * Migrate installed_oauth_app.jsx to be pure and use Redux, add test * Fix behavior for the error case
* PLT-7397 Added loadImage function instead of Image.prototype.load (#7184)Harrison Healey2017-08-183-43/+46
|
* Rename SAML in the System Console to SAML 2.0 + access token string fixes ↵Jason Blais2017-08-183-8/+8
| | | | | | | | | | | | (#7182) * Update en.json * Update en.json * Update admin_sidebar.jsx * Update saml_settings.jsx
* PLT-6443 Migrate add_oauth_app.jsx to be pure and use Redux (#7232)n1aba2017-08-186-62/+762
| | | | | | * 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-1812-29/+554
| | | | | | | | | | | | | | | | | | * 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
* Merge branch 'release-4.1'Christopher Speller2017-08-1733-1112/+1307
|\
| * translations PR 20170814 (#7210)enahum2017-08-1514-1065/+1104
| |
| * [PLT-7180] Fix delete/edit not showing on DotMenu at parent post of RHS (#7214)Saturnino Abril2017-08-151-0/+9
| | | | | | | | | | | | * fix delete/edit not showing on DotMenu at parent post of RHS * remove unnecessary shouldComponentUpdate
| * PLT-7398 Removed flex-basis from search box (#7204)Harrison Healey2017-08-151-2/+0
| |
| * Adding default of EN to localization store (#7208)Christopher Speller2017-08-151-1/+1
| |
| * [PLT-7342] Add function and tests to specifically determine @all & @channel ↵Saturnino Abril2017-08-123-1/+108
| | | | | | | | | | | | | | | | (#7181) * add function and tests to specifically determine @all & @channel * uodate per comments - regex and tests
| * PLT-6609: Fix hashtag highlighting of search results (#7175)George Goldberg2017-08-112-6/+23
| | | | | | | | | | | | * PLT-6609: Don't highlight #hashtag.dot when searching for #hashtag * Fix bug that broke pre-release.
| * PLT-7323/PLT-7334 CSS fixes (#7155)Asaad Mahmood2017-08-113-4/+15
| | | | | | | | | | | | | | | | | | | | * PLT-7334 - Channel header cuts off list * PLT-7323 - Fixing alignment for attachments * PLT-7323 - Fixing close button for attachments * Changed header description to use margin instead of padding
| * Add character limit to channel header edit modal (#7179)Joram Wilander2017-08-112-7/+9
| |
| * PLT-7360 Adding SSE to compliance (#7165)Corey Hulen2017-08-111-19/+25
| | | | | | | | | | | | | | | | * Adding SSE to E20 * Fixing UI bug * Fixing loc strings
| * Update mattermost-redux to webapp-4.1 branch (#7170)Joram Wilander2017-08-112-3/+3
| |
| * Fix arrow keys when viewing images (#7161)Joram Wilander2017-08-111-1/+2
| |
| * Fix pinned posts not updating when list empty (#7164)Joram Wilander2017-08-101-3/+7
| |
| * reset post attachments on post prop change (#7158)Chris2017-08-091-0/+1
| |
* | Minor UI improvements (#7137)Asaad Mahmood2017-08-176-38/+78
| | | | | | | | | | | | | | | | | | | | | | | | * PLT-7303 - Fixing manage members button * Revert "PLT-7303 - Fixing manage members button" This reverts commit 7dcb68a8e333a2c95444d417ed9a244c9c30aa99. * PLT-7303 - Redesigning channel members popover * Updating font size and positioning
* | set ephemeral message ("message deleted") without ("Only visible to you") ↵Saturnino Abril2017-08-173-1/+715
| | | | | | | | visible to users other than the owner (#7201)
* | PLT-7353 Fixed being unable to use quotes in links (#7171)Harrison Healey2017-08-162-3/+3
| |
* | PLT-7368: Don't clear search box on ESC in Chrome. (#7215)George Goldberg2017-08-162-3/+9
| |
* | Add note that users can be searched by token ID in the Users page (#7222)Jason Blais2017-08-163-4/+4
| | | | | | | | | | | | | | | | * Update en.json * Update custom_integrations_settings.jsx * Update logs.jsx