summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Unified quotation marks (#6682)Christian Arnold2017-06-191-2/+2
|
* Move user actions over to use redux and v4 (#6649)Joram Wilander2017-06-151-2/+2
|
* PLT-6657 Move system console to use v4 endpoints and redux (#6572)Joram Wilander2017-06-1415-253/+396
| | | | | | | | | | | | * Move system console to use v4 endpoints and redux * Rename logs dir to get past gitignore * Fix test email * Update brand unit test * Updates per feedback
* Tweak System Console > Configuration note (#6598)Jason Blais2017-06-121-1/+1
| | | | | | * Update configuration_settings.jsx * Update en.json
* Fix spelling of single sign-on (#6621)lfbrock2017-06-091-1/+1
| | | | | | | | * Create signup_controller.jsx * Create email_authentication_settings.jsx * Create en.json
* PLT-4257 Add pop-up asking if user wants to reset status (#6526)Joram Wilander2017-06-061-2/+2
| | | | | | | | | | | | * Add pop-up asking if user wants to reset status * Update test snapshot * Update prop name for old uses of confirm modal * Updating checkbox (#6586) * Updating style for checkbox (#6596)
* Updating Site URL help text in System Console (#6582)Jeff Schering2017-06-061-1/+1
| | | | | | | | | | * Updating Site URL help text in System Console * Replacing single quotes with double quotes * Corrected statement about non-standard ports * Converted double quotes to single quotes
* Tweaking strings and adding them to the loc files for the signature v2 fix ↵Corey Hulen2017-06-051-22/+1
| | | | | | | | | | (#6527) * Tweaking strings and adding them to the loc files * Fixing spacing * Removing V2 from config
* PLT-3466 E10: Add announcement bar feature (#6509)Joram Wilander2017-06-053-6/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | * E10 - Add announcement bar feature * Updates per feedback * Add component tests and snapshots * Update snapshots * Updating color picker UI (#6543) * Add class to body tag when banner is not dismissable and clean up localstorage items when banner changes * Fixing links (#6544) * Updating UI for fixed error bar (#6552) * Truncating text on fixed banner (#6561) * Plt 3466 - Error bar link states (#6577) * Updating error bar hover state * Updating error bar link states
* PLT-6552 Fixed system users list ignoring search term after changing teams ↵Harrison Healey2017-06-011-3/+8
| | | | (#6537)
* Support AWS Signature V2 for Mattermost for S3 storage. (#6462)Harshavardhana2017-05-301-1/+22
| | | | | | | Certain S3 compatible servers only use Legacy Signature (AWS Signature V2), current code only supports signature v4. This PR adds facility to click a button on the UI to enable legacy signature with S3 compatible servers.
* PLT-6341/PLT-6342 Update gorp to mattermost fork and add connection timeout ↵Joram Wilander2017-05-291-1/+21
| | | | | | | | | | | | setting (#6410) * Update gorp to mattermost fork and add connection timeout setting * Add go dependency * Rename from connection timeout to query timeout * Properly add gorp dependency
* PLT-6564 fixing system console message (#6440)Corey Hulen2017-05-241-1/+1
|
* PLT-6654 Fix SAML page in System Console (#6480)enahum2017-05-241-27/+28
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-1833-297/+347
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* Update legal and support help texts (#6407)Jason Blais2017-05-181-4/+4
| | | | | | | | | | * Update legal_and_support_settings.jsx * Update en.json * Update en.json * Update legal_and_support_settings.jsx
* Add IDs to the system console user list, its name and email (#6419)doh52017-05-171-0/+1
| | | | | | | | | | | | | | * Update system_users.jsx * Update user_list.jsx * Update user_list.jsx * Update user_list.jsx * Update user_list_row.jsx * Update user_list_row.jsx
* [PLT-5440] Add Options to System Console Dropdown Menu (#5939)Ryan Wang2017-05-091-1/+68
| | | | | | * Add options to system console dropdown menu * Updating modal css
* Removing password reset salt (#6334)Christopher Speller2017-05-041-30/+2
|
* PLT-6262 Add config setting to disable file attachments (#6301)Joram Wilander2017-05-041-0/+20
| | | | | | | | | | | | | | * Add config setting to disable file attachments * Add unit tests * Updating UI for no attachments (#6312) * Update UI text on file upload System Console setting (#6313) * Update storage_settings.jsx * Update en.json
* PLT-6444 switching SAML props to default true (#6330)Corey Hulen2017-05-041-2/+2
|
* Add IDs to system_users_dropdown and manage_teams_dropdown (#6274)doh52017-05-022-3/+21
| | | | | | | | | | | | * Add IDs to system_users_dropdown * Add IDs to manage_teams_dropdown For UI Automation * Update system_users_dropdown.jsx * Update manage_teams_dropdown.jsx
* PLT-6268 Clear blue bar correctly when removing expiring license (#6247)Joram Wilander2017-04-271-0/+2
| | | | | | | | * Don't sanitize license for system admin * Clear blue bar error whe removing expiring license * Fix unit test
* PLT-3885 Add help text to System Console > Logs page (#6252)Eric Sethna2017-04-271-0/+8
| | | | | | | | * Add help text about user ID lookup * logs banner * Update logs.jsx