summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[PLT-7475] Add S3 region to system console and add S3 validation ↵Saturnino Abril2017-09-062-22/+1
| | | | | | | | (#7373)" (#7387) This reverts commit 8d680cf64ec7fb6c8b242b8048989d0f0550cb68. Move to 4.3. Will discuss more if validation is necessary.
* Configs for themes in `Display Settings`: hide themes options, hide custom ↵David Meza2017-09-054-82/+107
| | | | | | | | | | | | | | themes, specific list of themes (#7173) * Add configuration to enable or disable choosing themes in Display Settings. Only for Licensed servers. * Add configuration to enable or disable choosing custom themes in Display Settings. Only for Licensed servers. * Add configuration to enable or disable a specific list of themes to choose in Display Settings. Only for Licensed servers. * Added config value and logic for "DefaultTheme" * Fix problem with undefined values when the server is not licensed
* PLT-7300: Add use_user_icon prop to allow bots to just use their user icon ↵Chris2017-09-051-1/+1
| | | | | | | | (#7381) * add use_user_icon prop to allow bots to just use their user icon * revert unintentional change
* Experimental plugin system console UI (#7338)Joram Wilander2017-09-058-4/+379
| | | | | | | | | | | | | | | | * Add system console UI for uploading/listing/removing plugins * Add localization strings * Add banner to plugin settings * Updating UI for experimental plugins (#7362) * Text updates * Updating UI for experimental plugin stuff (#7377) * Properly clear file input after upload
* PLT-7468 Moved more error pages to use predefined error types (#7378)Harrison Healey2017-09-056-66/+138
| | | | | | | | * PLT-7468 Moved more errors to use error types * PLT-7468 Moved 404 error page to use error types * Made helper function for rendering external links on error page
* slight modifications to keyboards dialog and also fix error with non-Mac (#7367)Saturnino Abril2017-09-066-17/+306
|
* [PLT-7475] Add S3 region to system console and add S3 validation (#7373)Saturnino Abril2017-09-062-1/+22
| | | | | | | | | | * add S3 region to system console and add S3 validation * update translation message * add bool as return value to Validate* functions * update Validate* functions to be pure
* PLT-7517 Added setting to enable tracing of Amazon S3 connections (#7349)Harrison Healey2017-09-052-5/+23
| | | | | | | | | | | | * PLT-7517 Added setting to enable tracing of Amazon S3 connections * Removed unnecessary placeholders on boolean settings * Added AmazonS3Trace to diagnostics * Updated AmazonS3Trace setting name in system console * Removing extra colon
* Skip personal access token sessions in view sessions modal (#7350)Joram Wilander2017-09-051-0/+4
|
* Minor bug fixes (#7357)Asaad Mahmood2017-09-054-7/+7
| | | | | | | | * PLT-7514 - Adjusting help text * PLT-7499 - Fixing word wrapping in delete modal * PLT-7523 - Fixing autocomplete in header modal
* fix svg thumbnails and non-png copy/pastes (#7348)Chris2017-09-052-10/+15
|
* PLT-7474 Stopped requiring confirmation for mentions in code blocks (#7375)Harrison Healey2017-09-062-3/+63
| | | | | | * PLT-7474 Stopped requiring confirmation for mentions in code blocks * Stopped mentioning people from code blocks using ~~~
* fix email notifications settings appearing save despite cancel (#7359)Saturnino Abril2017-09-053-57/+81
|
* translations PR 20170904 (#7371)enahum2017-09-0514-251/+1413
|
* Fixed code blocks causing minor scroll pop on first load (#7288)Harrison Healey2017-09-041-0/+2
|
* Revert "[PLT-7471] Slight modifications to keyboards dialog (#7325)" (#7363)George Goldberg2017-09-042-35/+9
| | | This reverts commit 967a0df0f87e6fe942e9a7a1183014d299526e94.
* PLT-7518 Added unit tests for channel linking (#7352)Harrison Healey2017-09-043-7/+65
| | | | | | * PLT-7518 Added unit tests for channel linking * Removed unused escaping function
* PLT-7521: improve regex pattern (#7345)Chris2017-09-041-1/+1
| | | | | | * PLT-7521: improve regex pattern * style fix
* [PLT-6996] On "About Mattermost", add notes with links to notice.txt which ↵Saturnino Abril2017-09-044-4/+47
| | | | | | | | | | has list of copyrights of open source components used (#7315) * on "About Mattermost", add notes with links to notice.txt which has list of copyrights of open source components used * remove apps from link * Minor UI update
* [PLT-7471] Slight modifications to keyboards dialog (#7325)Saturnino Abril2017-09-042-9/+35
| | | | | | * slight modifications to keyboards dialog * Updating shortcuts modal
* only highlight relevant fields on ldap/email switch error (#7339)Chris2017-09-022-2/+28
|
* Add x to be able to leave public and private channels (#7145)David Meza2017-09-012-3/+46
| | | | | | | | | | * Add config value EnableXToLeaveChannelsFromLHS that if true displays x to the right of private and public channels on the LHS. * Displays x to the right of private and public channels on the LHS based on if EnableXToLeaveChannelsFromLHS=true. * change the tooltip for private and public channels to `Leave channel` * Add client-side event for when user clicks the "x" button. Different for public, private, DM.
* [PLT-7043] Update LDAP > Email help text (#7313)Eric Sethna2017-09-012-15/+7
| | | | | | | | * update help text * Update ldap_to_email.jsx * Update LDAP > email text
* Config to make town square read only (#7140)David Meza2017-09-011-0/+7
| | | | | | | | | | | | | | | | | | | | | | * Be able to make Town Square read-only (Disable typing messages for non admins). * Do not emit UserTypingEvent when TownSquareIsReadOnly and is Town Square. * Add unit tests for TownSquareIsReadOnly config value and logic. * Add TownSquareIsReadOnly to System console>Policy. Added Telemetry. * Add control for TownSquareIsReadOnly=true only for License Enterprise Edition E10 & E20. * Update en.json * Update en.json * Update policy_settings.jsx * Change config value from TownSquareIsReadOnly to ExperimentalTownSquareIsReadOnly. * Refactored to simplify. Avoid code repeat and multiple db calls.
* PLT-7448: Searching submits multiple API requests. (#7334)George Goldberg2017-08-311-2/+1
| | | | This fixes all the main cases where duplicate search API requests were issued.
* Update mattermost-redux to latest (#7333)Joram Wilander2017-08-311-1/+1
|
* sort compliance report (#7326)Saturnino Abril2017-08-311-1/+5
|
* Add minimum channel name length in rename modal (#7308)Joram Wilander2017-08-312-0/+12
|
* 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
* Minor bug fixes (#7305)Asaad Mahmood2017-08-306-22/+29
| | | | | | | | | | | | * PLT-7063 - Changing search bar bg and color * PLT-7064 - Adjusting info popover styling * PLT-7124 - Fixing sidebar with webrtc call ongoing * PLT-7400 - Fixing semi transparent options list * PLT-7491 - Showing send button on mobile
* PLT-7206: Remove the "Delete Channel" option for private channels if you're ↵Jonathan2017-08-302-4/+2
| | | | | | | | the last channel member and policy setting restricts channel deletion (#7314) * Removed restriction that prevented last occupant of a channel from leaving. Any user can now leave any channel, except for the default Town Square channel * Also removed last user leave limitation from navbar
* 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.