summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/policy_settings.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3466 E10: Add announcement bar feature (#6509)Joram Wilander2017-06-051-1/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * 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
* 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.
* 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
* PLT-2713/PLT-6028 Added System Users list to System Console (#5882)Harrison Healey2017-03-301-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* 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.
* Message Editing and Deleting permissions (#4692)Amit Yadav2017-01-181-0/+49
|
* Add missing targets to docs links. (#4978)George Goldberg2017-01-061-2/+10
|
* PLT-4990 (WebApp): Separate channel management permissions. (#4865)George Goldberg2017-01-021-9/+125
|
* Policy help text (#3681)Eric Sethna2016-07-291-3/+3
| | | | | | * Update policy_settings.jsx * Update en.json
* PLT-3237 Update displayed config values in admin console after saving (#3506)Harrison Healey2016-07-061-6/+8
| | | | | | * Reloaded admin console data when settings are saved * Fixed attempting to save an invalid config setting overwriting the stored config
* PLT-3346/PLT-3342/PLT-3360 EE: Add the ability to restrict channel ↵Joram Wilander2016-07-061-4/+52
| | | | | | | | management permissions (#3453) * EE: Add the ability to restrict channel management permissions * Always allow last user in a channel to delete that channel
* EE: Add the ability to restrict the user roles that can send team invites ↵Joram Wilander2016-06-291-0/+73
(#3442)