summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix typo and missing messages (#5902)Yusuke Nemoto2017-03-301-1/+1
|
* Merge branch 'release-3.7' into master.George Goldberg2017-03-171-2/+3
|\
| * Remove race between clearing lists and search requests (#5686)Joram Wilander2017-03-091-2/+3
| |
* | Ui improvements (#5755)Asaad Mahmood2017-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5816 - Flagged posts tooltip fix * PLT-5766 - Link previews appearing outside the box * PLT-5795 - Fixing alignment user list in channel * PLT-5818 - Reset password error not aligned * PLT-5837 - Adjusting image preview max height * PLT-5778 - Updating word break for paragraphs * PLT-5848 - Updating label for file error * PLT-5846 - Markdown tables extra border on mobile * PLT-5662 - Pinned post UI improvement * Fixing eslint error * Updating tooltip eslint issue * PLT-5832 - Removing error styling on labels
* | Update eslint (#5752)Christopher Speller2017-03-131-8/+8
|/ | | | | | * Updating eslint * Updating eslint-plugin-react
* Add system console switch for enabling link previews (#5663)Joram Wilander2017-03-062-0/+76
|
* Move Performance Monitoring out of beta (#5616)Jason Blais2017-03-032-2/+2
| | | | | | | | * Update metrics_settings.jsx * Update admin_sidebar.jsx * Update en.json
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* PLT-5261 Update MFA help text (#5590)lfbrock2017-03-021-4/+4
| | | | | | | | * Update mfa_settings.jsx * Update mfa_settings.jsx * Update en.json
* PLT-5080 (WebApp): Channel Admin permission level. (#5047)George Goldberg2017-02-231-0/+4
| | | | | | | | | | * PLT-5080 (WebApp): Channel Admin permission level. For channel management and channel deletion. * Fix some incorrect showing/hiding of options. * Remove incorrect client calls that was overwriting my channel members.
* Update System Console > Privacy help texts (#5470)joannekoong2017-02-201-2/+2
|
* Use consistent Display Name sorting code throughout the webapp #5159 (#5213)Saturnino Abril2017-01-313-28/+8
| | | | | | * Use consistent Display Name sorting code throughout the webapp #5159 * fixed broken sorting of teams and channels
* Fix refresh on system console user page (#5222)Joram Wilander2017-01-301-20/+15
|
* Fix system admin resetMfa action (#5221)enahum2017-01-301-1/+2
|
* Move remaining client functions in components to actions (#5171)Carlos Tadeu Panato Junior2017-01-2714-48/+47
|
* Message Editing and Deleting permissions (#4692)Amit Yadav2017-01-183-0/+211
|
* Discard outdated results in modal searches (#5082)Joram Wilander2017-01-161-1/+7
|
* PLT-5149 Removing req for purge button to need license (#5066)Corey Hulen2017-01-151-4/+0
|
* Merge branch 'release-3.6'Christopher Speller2017-01-123-8/+12
|\
| * Allow resetting password regardless of signin/signup settings (#5025)Joram Wilander2017-01-091-4/+0
| |
| * SAML help text improvement (#5003)Christopher Speller2017-01-091-2/+2
| |
| * Update MFA help text documentation link (#4975)lfbrock2017-01-061-1/+1
| | | | | | | | | | | | * Update mfa help text with documentation link * Update en.json
| * Add missing targets to docs links. (#4978)George Goldberg2017-01-061-2/+10
| |
* | PLT-5118 moving to last_picture_update for the profile img (#4985)Corey Hulen2017-01-061-1/+1
| |
* | Set focus to server log control in System Console when loading panel (#4912)Carlos Tadeu Panato Junior2017-01-061-0/+3
| | | | | | remove import
* | Update MFA help text doc link (#4969)lfbrock2017-01-061-1/+1
|/ | | | | | * Update mfa help text with documentation link * Update en.json
* Add port 587 (used for STARTTLS) as an example SMTP port (#4893)Sebastiaan Lokhorst2017-01-031-1/+1
|
* PLT-4990 (WebApp): Separate channel management permissions. (#4865)George Goldberg2017-01-021-9/+125
|
* Fix console errors when logging out (#4915)Joram Wilander2016-12-291-1/+1
|
* Fix switching between team user lists in system console (#4898)Joram Wilander2016-12-261-2/+8
|
* #4695 Move instances of Client.updateTeamMemberRoles() in components to an ↵Björn Roland2016-12-221-8/+5
| | | | action (#4870)
* PLT-4853 adding purge cache button to the UI. (#4811)Corey Hulen2016-12-212-0/+114
| | | | | | * PLT_4853 adding purge cache button to the UI. * Fixing loc stuff
* Fix some typos in the English locale (fixes #4663) (#4793)Pierre Rudloff2016-12-213-5/+5
|
* #4698 Move Client.updateActive() in components to an action (#4858)Björn Roland2016-12-211-9/+3
| | | | | | * #4698 Move instances of Client.updateActive() in components to an action * Use null for empty success function
* PLT-4977 Sorting teams by display name on team list at system console's ↵Debanshu Kundu2016-12-192-24/+25
| | | | menue and select team modal. (#4797)
* PLT-5021 Order System Console Teams section by Display Name (#4831)enahum2016-12-193-9/+26
|
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-15/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830)