summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/system_users
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Change refresh on version change to be after explicit click (#7090)Joram Wilander2017-08-021-1/+2
|
* PLT-6987 User access token UI (#7007)Joram Wilander2017-08-014-124/+184
| | | | | | | | | | * Add user access token UI * Fix enter press and update mattermost-redux * Updating UI for access token stuff (#7066) * Revert segment key
* 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
|
* 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-6657 Move system console to use v4 endpoints and redux (#6572)Joram Wilander2017-06-142-16/+24
| | | | | | | | | | | | * 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
* 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)
* PLT-6552 Fixed system users list ignoring search term after changing teams ↵Harrison Healey2017-06-011-3/+8
| | | | (#6537)
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-183-18/+24
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* 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
* Add IDs to system_users_dropdown and manage_teams_dropdown (#6274)doh52017-05-021-0/+9
| | | | | | | | | | | | * 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-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
|
* 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
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-123-3/+3
| | | | | | | | | | | | * 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-6098 Added Manage Teams modal to System Console users list (#5914)Harrison Healey2017-04-032-2/+56
| | | | | | | | | | | | | | | | * 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-2713/PLT-6028 Added System Users list to System Console (#5882)Harrison Healey2017-03-303-0/+1017
* 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