summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/users_and_teams_settings.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-4429 disabling at_all at_channel metions mentions when channel has more ↵Corey Hulen2016-11-241-1/+21
| | | | | | | | | | | | than 1k users (#4627) * PLT-4429 disabling explicit mentions when channel has more than 1k users * Fixing test case * Adding setting to the admin console * Fixing bad translation
* PLT-4165 removing team name reserved words (#4289)Corey Hulen2016-10-211-19/+0
|
* HW 4139: Make channel limits configurable in the System Console (#4154)S4KH2016-10-211-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | * Auto Changes * 4139 Made channel limits configurable in the System Console as described in the issue * Removed error message entries from other locales, made maxChannelsPerteam type to pointer * Added * symbol to maxChannelsPerTeam inside isValid function * Update team_test.go * Restored to old test * Checked maximum number channels per team when creating channel * Fixed code to pass api/channel_test.go * Reverted changes on config except MaxChannelsPerTeam * Update channel.go * Ran gofmt -w . * Reverted vendor directoy
* Added default to max users per team (#3602)David Lu2016-07-181-1/+2
|
* PLT-3237 Update displayed config values in admin console after saving (#3506)Harrison Healey2016-07-061-9/+11
| | | | | | * Reloaded admin console data when settings are saved * Fixed attempting to save an invalid config setting overwriting the stored config
* Major update to System Console labelling (#3398)Eric Sethna2016-07-051-3/+3
|
* enabled team creation for sysadmins (#3433)David Lu2016-06-301-1/+1
|
* PLT-3010 - Updating system console (#3146)Asaad Mahmood2016-06-021-10/+3
| | | | | | | | * Updating system console * Updating system console stuff * Updating ldap settings
* PLT-2257 Reorganized System Console (#3003)Harrison Healey2016-05-171-0/+179
* Reorganized system console * Fixed the names of some components * Fixed timestamp for BrandImageSetting * Fixed merge issues * Updated push notification settings to match master branch * Removed top level setting pages and moved enable Gitlab/LDAP settings onto their respective pages * Re-added restrictDirectMessage setting to system console * Re-added email connection test and fixed some margins * Fixed ESLint errors * Renamed Authentication > Onboarding to Authentication > Email in the system console * Renamed Customization > Whitelabeling to Customization > Custom Branding in System Console * Re-added EnableOpenServer to system console