summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* PLT-6213 Move team store and actions over to use redux (#6222)Joram Wilander2017-04-262-4/+39
| | | | | | * Move team store and actions over to user redux * Fix JS error when inviting by email
* Add confirmation modal for deactivating user (#6119)Ryan Wang2017-04-251-11/+71
|
* PLT-6283 Hide Preview Mode error bar after enabling email notifications (#6180)Harrison Healey2017-04-252-4/+14
|
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-251-61/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start moving webapp to Redux * Fix localforage import * Updates per feedback * Feedback udpates and a few fixes * Minor updates * Fix statuses, config not loading properly, getMe sanitizing too much * Fix preferences * Fix user autocomplete * Fix sessions and audits * Fix error handling for all redux actions * Use new directory structure for components and containers * Refresh immediately on logout instead of after timeout * Add fetch polyfill
* [PLT-2181] Change wording for deactivating a user from "Make Inactive" to ↵Carlos Tadeu Panato Junior2017-04-241-2/+2
| | | | | | | | | | "Deactivate" (#6106) * change text to fix issue PLT-2181 * update strings * update per review
* Add IDs to the system console boolean (#6138)doh52017-04-201-0/+4
| | | Currently under testing
* Add ID to the system console save button. (#6147)doh52017-04-201-0/+1
| | | under testing
* Merge branch 'release-3.8'Christopher Speller2017-04-172-2/+2
|\
| * [PLT-6232] Remove "(Beta)" tag from HA in System Console (#6008)Eric Sethna2017-04-071-1/+1
| |
| * remove beta on high availabilityEric Sethna2017-04-061-1/+1
| |
* | PLT-6298 fixing javascript error on HA system console page (#6080)Corey Hulen2017-04-171-0/+3
| |
* | Update error message when password is too long (#6001)Ryan Wang2017-04-161-4/+6
| |
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-1277-79/+79
| | | | | | | | | | | | | | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* | PLT-6259 Fix outdated help text in System Console > Developer settings (#6017)Jason Blais2017-04-071-1/+1
| |
* | Add ids to admin dropdown button, switch team button and logout button (#5973)doh52017-04-051-0/+5
|/ | | | | | | | * Add ids to admin dropdown button, switch team button and logout button For selenium automation - update the admin setting and switch to specific team or logout * updated the team nav button based on the suggestion
* PLT-5904 (WebApp): Config for skip email server cert verification. (#5991)George Goldberg2017-04-051-0/+19
|
* Fix missed string changes of "Invite New Member" to "Send Email Invite" (#5983)Jason Blais2017-04-041-1/+1
| | | | | | | | * Update invite_member_modal.jsx * Update policy_settings.jsx * Update en.json
* PLT-6139 (WebApp): Manage Private Channel Members (#5947)George Goldberg2017-04-041-1/+26
| | | | Honour the policy setting for add/remove members from private channels in the WebApp UI.
* Fixing race conditions in the code base (#5966)Corey Hulen2017-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding initial race detector * Remove setting of config twice * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue * Fixing makefile * Fixing race in config * Fixing race in status unit test * Adding EE race tests * Fixing race in cluster info * Removing code that's isn't needed * Fixing some more races * Fixing govet issue
* PLT-5906 Set logs path instead log filename (#5949)enahum2017-04-041-2/+2
| | | | | | * PLT-5906 Set logs path instead log filename * feedback review
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-042-7/+27
| | | | | | | | | | | | | | | | * Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)" This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47. * Removed automatic configuration of SiteURL * Reverted unintentional config changes * Updated help text * Added link to docs in Site URL warning * Fixed merge conflict
* PLT-6098 Added Manage Teams modal to System Console users list (#5914)Harrison Healey2017-04-035-2/+470
| | | | | | | | | | | | | | | | * Added Manage Teams modal to System Console users list * Localized ManageTeamsModal * Fixed borders between Manage Teams list items * Updated appearance of ManageTeamsModal * Fixed admin being redirected from system console when removing self from a team * Sorted teams in ManageTeamsModal * Updated Manage Teams styling
* PLT-5873 Renamed private groups to private channels (#5924)Harrison Healey2017-04-031-6/+6
| | | | | | * PLT-5873 Renamed private groups to private channels in web app * PLT-5873 Renamed private groups to private channels in server
* Add IDs to the Admin Sidebar Section (#5909)doh52017-04-031-0/+2
| | | | | | | | | | | | | | * Add IDs to the Admin Sidebar Section Under Testing * Update admin_sidebar_section.jsx * Update admin_sidebar_section.jsx * Update admin_sidebar_section.jsx * Update admin_sidebar_section.jsx
* Different 'name' value for system console LHS "Email" section + route name ↵doh52017-04-031-2/+2
| | | | | | | | | | | | | | | | | update (#5917) * Different 'name' value for system console LHS "Email" section Under Testing -This is to create a unique ID for the Selenium UI Automiation * Update the system console route because of the name change for unique selenium ID * Update admin_sidebar.jsx * Update route_admin_console.jsx
* PLT-2713/PLT-6028 Added System Users list to System Console (#5882)Harrison Healey2017-03-3048-1001/+796
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-2713 Added ability for admins to list users not in any team * Updated style of unit test * Split SearchableUserList to give better control over its properties * Added users without any teams to the user store * Added ManageUsers page * Renamed ManageUsers to SystemUsers * Added ability to search by user id in SystemUsers page * Added SystemUsersDropdown * Removed unnecessary injectIntl * Created TeamUtils * Reduced scope of system console heading CSS * Added team filter to TeamAnalytics page * Updated admin console sidebar * Removed unnecessary TODO * Removed unused reference to deleted modal * Fixed system console sidebar not scrolling on first load * Fixed TeamAnalytics page not rendering on first load * Fixed chart.js throwing an error when switching between teams * Changed TeamAnalytics header to show the team's display name * Fixed appearance of TeamAnalytics and SystemUsers on small screen widths * Fixed placement of 'No users found' message * Fixed teams not appearing in SystemUsers on first load * Updated user count text for SystemUsers * Changed search by id fallback to trigger less often * Fixed SystemUsers list items not updating when searching * Fixed localization strings for SystemUsers page