summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[PLT-7475] Add S3 region to system console and add S3 validation ↵Saturnino Abril2017-09-061-21/+0
| | | | | | | | (#7373)" (#7387) This reverts commit 8d680cf64ec7fb6c8b242b8048989d0f0550cb68. Move to 4.3. Will discuss more if validation is necessary.
* Experimental plugin system console UI (#7338)Joram Wilander2017-09-054-2/+337
| | | | | | | | | | | | | | | | * 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-7475] Add S3 region to system console and add S3 validation (#7373)Saturnino Abril2017-09-061-0/+21
| | | | | | | | | | * 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-051-3/+21
| | | | | | | | | | | | * 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
* sort compliance report (#7326)Saturnino Abril2017-08-311-1/+5
|
* Manage version configurations client versions (#7220)Chris Duarte2017-08-282-0/+186
| | | | | | | | | | | | * 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-7417/PLT-7425 (#7278)Harrison Healey2017-08-251-6/+5
| | | PLT-7417/PLT-7425 Update config.json defaults and removed admin console link settings
* Multiple bug fixes (#7243)Asaad Mahmood2017-08-181-2/+6
| | | | | | | | | | | | | | | | * 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
* Rename SAML in the System Console to SAML 2.0 + access token string fixes ↵Jason Blais2017-08-182-4/+4
| | | | | | | | | | | | (#7182) * Update en.json * Update en.json * Update admin_sidebar.jsx * Update saml_settings.jsx
* Merge branch 'release-4.1'Christopher Speller2017-08-171-19/+25
|\
| * PLT-7360 Adding SSE to compliance (#7165)Corey Hulen2017-08-111-19/+25
| | | | | | | | | | | | | | | | * Adding SSE to E20 * Fixing UI bug * Fixing loc strings
* | Add note that users can be searched by token ID in the Users page (#7222)Jason Blais2017-08-162-2/+2
| | | | | | | | | | | | | | | | * Update en.json * Update custom_integrations_settings.jsx * Update logs.jsx
* | PLT-6358: Server HTTP client improvements (#6980)Chris2017-08-091-2/+25
|/ | | | | | | | | | | | | | | | * restrict untrusted, internal http connections by default * command test fix * more test fixes * change setting from toggle to whitelist * requested ui changes * add isdefault diagnostic * fix tests
* FIXES PLT-6648 Add support for Server Side Encryption on S3 (#6467)Tejay Cardon2017-08-081-1/+22
| | | | | Help from Jason Blais on wording Update storage_settings.jsx Update en.json
* Updating user access token UI (#7091)Asaad Mahmood2017-08-061-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updating user access token UI Updating help text Updating tokenlistClass Updating string for token Updating translations Updating translations Updating translations * Updating translations * Minor UI fix * Update manage_tokens_modal.jsx * Update user_settings_security.jsx * Update en.json * Fix merge conflicts
* System Console: Email notification content setting (#7122)Jonathan2017-08-061-1/+50
| | | | | | | | | | | | | | | | * PLT-7195: Added new config option, new license feature, and config UI to system console. Still need to implement behaviour change in email batching code * PLT-7195: Modified batch emails to respect email notification content type setting * PLT-7195: Tweaking the colours a bit * PLT-7195: Added support for email notification content type setting in immediate (non-batched) notification messages. Attempted to clean up the code somewhat. Unit tests coming in a future commit * PLT-7195: Added unit tests for non-batched emails * Checked license when applying email content settings * Changed return type of getFormattedPostTime
* Add beta tag to Elasticsearch (#7121)Eric Sethna2017-08-052-2/+2
| | | | | | | | * make Elasticsearch beta * make Elasticsearch beta * make Elasticsearch beta
* PLT-6924 Added ability to disable file uploads/downloads on old mobile apps ↵Harrison Healey2017-08-041-36/+48
| | | | (#7117)
* PLT-7287 Move access token text in user list to under the dropdown (#7099)Joram Wilander2017-08-052-31/+40
| | | | | | * Move access token text in user list to under the dropdown * Updating UI for token help text (#7107)
* PLT-7130 adding more generic push notificaiton message. (#7044)Corey Hulen2017-08-031-3/+3
| | | | | | * PLT-7130 adding more generic push notificaiton message. * Fixing strings
* Change refresh on version change to be after explicit click (#7090)Joram Wilander2017-08-022-1/+5
|
* PLT-6965 jira integration (plus plugin scaffolding) (#6918)Chris2017-08-022-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * plugin scaffolding / jira integration * add vendored testify packages * webhook fix * don't change i18n ids * support configuration watching * add basic jira plugin configuration to admin console * fix eslint errors * fix another eslint warning * polish * undo unintentional config.json commit >:( * test fix * add jira plugin diagnostics, remove dm support, add bot tag, generate web-safe secrets * rebase, implement requested changes * requested changes * remove tests and minimize makefile change * add missing license headers * add missing comma * remove bad line from Makefile
* PLT-6987 User access token UI (#7007)Joram Wilander2017-08-0113-141/+873
| | | | | | | | | | * Add user access token UI * Fix enter press and update mattermost-redux * Updating UI for access token stuff (#7066) * Revert segment key
* PLT-6595 (Client): Elasticsearch indexing system console UI (#6991)George Goldberg2017-08-014-8/+478
| | | | | | | | | | | | | | | | | | | | * 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-7177: Change the default email frequency to 15 minutes if batching is ↵Jonathan2017-07-311-4/+2
| | | | | | | | | | | | | | | | enabled on the server. (#7036) * PLT-7177: Found default preference that needs to be changed * PLT-7177: Front end behaves as desired * PLT-7177: Changed default batching interval on server side * PLT-7177: Added unit tests for new default interval * PLT-7177: Removed unused import * PLT-7177: Renamed constants to increase clarity
* PLT-7235 Fix broken links on System Console Mobile Push settings page (#7047)Jason Blais2017-07-311-4/+4
| | | | | | * Update push_settings.jsx * Update en.json
* [GH-6366] Add functionality to disable Authentication when connecting to ↵AJ Moon2017-07-312-49/+51
| | | | | | | | | | | | | | SMTP (#6639) * Issue #6366: Add feature to disable auth for Encrypted connections to SMTP settings. * Clean PLAIN AUTH Option * Reorder SMTP server setup and change helptext * remove unneeded setting and modify logic * text description change
* Multiple Ui improvements (#7029)Asaad Mahmood2017-07-312-4/+4
| | | | | | | | | | | | | | | | * PLT-7119 - Updating headings on compact view * PLT-7103 - Removing line below channel intro * PLT-7112 - Fixing system console banner * PLT-7144 - Adding ellipsis to system console boxes * PLT-7181 - Changing channel header opacity * PLT-6899 - Updating unread bar * Updating margin for new messages indicator
* PLT-6924 Added config options to disable file uploads/downloads on mobile ↵Harrison Healey2017-07-281-2/+42
| | | | (#7049)
* PLT-7040: Fix capitalisation of Elasticsearch in Config. (#7020)George Goldberg2017-07-271-12/+12
|
* [PLT-7219] Fix username as default for Teammate Name Display setting (#7023)Saturnino Abril2017-07-251-2/+2
| | | | | | * fix username as default for Teammate Name Display setting * update localizeMessage at UsersAndTeamsSettings
* match header of system console and normal header except profile popover (#6986)Saturnino Abril2017-07-221-1/+1
|
* PLT-6958: Update Email Auth System Console settings texts (#6948)Jason Blais2017-07-191-3/+3
| | | | | | * Update email_authentication_settings.jsx * Update en.json
* Merge branch 'release-4.0'Christopher Speller2017-07-182-5/+5
|\
| * PLT-7116/PLT-7126 Some final release fixes (#6933)Joram Wilander2017-07-141-3/+3
| | | | | | | | | | | | * Some final release fixes * Fix team switching with image in channel bug
| * Update System Console mobile app links (#6909)lfbrock2017-07-121-2/+2
| | | | | | | | | | | | * Update push_settings.jsx * Update en.json
* | PLT-6474 Basic Elasticsearch System Console Page (#6825)George Goldberg2017-07-132-0/+296
| | | | | | | | | | | | | | | | | | | | * PLT-6474: Basic System Console Elasticsearch Config. * Fix review comments. * More review fixes. * Review comments.
* | Minor fixes based on lgtm.com alerts (#6819)Alex Ford2017-07-072-4/+2
|/ | | | | | | | | | * Remove a couple of superfluous trailing arguments * Simplify assignment logic in a couple of places * Modify some potentially inconsistent setState calls to use the function form * Fix eslint errors
* [PLT-6969] System console setting for the emoji picker (#6809)Saturnino Abril2017-07-062-5/+24
| | | | | | | | * system console setting for the emoji picker * remove state.emojiPickerEnable * update url to /admin_console/customization/emoji
* PLT-6554 Add config setting to control enabling API version 3 (#6835)Joram Wilander2017-07-041-2/+21
| | | | | | | | | | * Add config setting to control enabling API version 3 * Update help text for APIv3 config setting (#6843) * Update configuration_settings.jsx * Update en.json
* Refactor system console buttons into RequestButton component. (#6808)George Goldberg2017-07-049-602/+401
| | | | | Since I was going to make yet another button for the ElasticSearch test config button, I refactored all of them to use a single common component and tidied that component up and gave it some unit tests.
* [PLT-5864] Move teammate name display setting to the System Console (#6681)Saturnino Abril2017-06-301-0/+24
| | | | | | | | | | * move teammate name display setting to the system console * update all the likes of TeammateNameDisplay names * fix gofmt error * rebase and fix conflict
* [PLT-6496] Remove System Console and config settings for image height and ↵Saturnino Abril2017-06-293-178/+3
| | | | | | | | | | width (#6688) * remove System Console and config settings for image height and width * add constants and update config.json * updated as per review
* [PLT-6655] Remove 1024 character limit with text settings at system console, ↵Saturnino Abril2017-06-291-3/+2
| | | | | | | | except sitename of custom branding (#6597) * remove 1024 character limit with text settings at system console, except sitename of custom branding * add ability to set textarea of TextSetting
* Update gorp to support query timeouts on postgres (#6730)Joram Wilander2017-06-281-1/+1
| | | | | | | | * Update gorp to support query timeouts on postgres * Update help text to remove postgres exception * Fix glide.lock
* Fix searching by user id in system console (#6763)Joram Wilander2017-06-281-7/+1
|
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-262-5/+8
|
* Fix places where we still refer to "/loadtest" (#6732)Jason Blais2017-06-231-1/+1
| | | | | | | | * Update README.md * Update developer_settings.jsx * Update command_loadtest_test.go
* Fixed incorrect formatting of numbers and plural words (#6696)Harrison Healey2017-06-221-2/+2
| | | | | | | | * Fixed incorrect formatting of numbers and plural words * Removed unused i18n strings * Fixed eslint errors
* PLT-6080 moving clustering to memberlist (#6499)Corey Hulen2017-06-192-57/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6080 adding cluster discovery service * Adding memberlist lib * Adding memberlist lib * WIP * WIP * WIP * WIP * Rolling back config changes * Fixing make file * Fixing config for cluster * WIP * Fixing system console for clustering * Fixing default config * Fixing config * Fixing system console for clustering * Tweaking hub setting * Bumping up time * merging vendor dir * Updating vendor dir * Fixing unit test * Fixing bad merge * Remove some testing code * Moving comment * PLT-6868 adding db ping retry * Removing unused loc strings * Adding defer to cancel