summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/configuration_settings.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-7/+19
| | | | | | | | | | | | | | | | * 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-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-4853 adding purge cache button to the UI. (#4811)Corey Hulen2016-12-211-0/+2
| | | | | | * PLT_4853 adding purge cache button to the UI. * Fixing loc stuff
* Be more explicit wrt. low level ports for newbies (#4158)William Gathoye2016-10-171-1/+1
|
* Adding ability to serve TLS directly from Mattermost server (#4119)Christopher Speller2016-10-031-2/+155
|
* SiteURL help text update (#3977)Eric Sethna2016-09-061-3/+3
|
* Fix typo in admin.service.siteURLDescription (#3818)Jason Blais2016-08-171-1/+1
| | | | | | * Fix typo in admin.service.siteURLDescription * Update configuration_settings.jsx
* PLT-3647 Email Batching (#3718)Harrison Healey2016-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-3647 Added config settings for email batching * PLT-3647 Refactored generation of email notification * PLT-3647 Added serverside code for email batching * PLT-3647 Updated settings UI to enable email batching * PLT-3647 Removed debug code * PLT-3647 Fixed 0-padding of minutes in batched notification * PLT-3647 Updated clientside UI for when email batching is disabled * Go fmt * PLT-3647 Changed email batching to be disabled by default * Updated batched email message * Added email batching toggle to system console * Changed Email Notifications > Immediate setting to a 30 second batch interval * Go fmt * Fixed link to Mattermost icon in batched email notification * Updated users to use 30 second email batching by default * Fully disabled email batching when clustering is enabled * Fixed email batching setting in the system console * Fixed casing of 'Send Email notifications' -> 'Send email notifications' * Updating UI Improvements for email batching (#3736) * Updated text for notification settings and SiteURL. * Prevented enabling email batching when SiteURL isn't set in the system console * Re-added a couple debug messages * Added warning text when clustering is enabled
* Changed autodetection of SiteURL (#3764)Harrison Healey2016-08-091-0/+20
| | | | | | * Changed autoconfiguration of SiteURL to be done on every request * Added SiteURL to system console
* PLT-3237 Update displayed config values in admin console after saving (#3506)Harrison Healey2016-07-061-8/+10
| | | | | | * Reloaded admin console data when settings are saved * Fixed attempting to save an invalid config setting overwriting the stored config
* Adding webserver mode to the system console. Automatic enabling of gzip on ↵Christopher Speller2016-07-061-2/+10
| | | | existing servers (#3458)
* PLT-3453 Reloading the configuration in the system console should ↵enahum2016-07-061-0/+6
| | | | immediately show config changes (#3496)
* PLT-3191 E20: Updates to Reload Configuration from Disk and Recycle Database ↵David Lu2016-06-281-1/+1
| | | | | | | | | | Connections (#3424) * added help text to reload configuration and recycle db * Update reload_config.jsx * Update en.json
* PLT-3010 - Updating system console (#3146)Asaad Mahmood2016-06-021-10/+3
| | | | | | | | * Updating system console * Updating system console stuff * Updating ldap settings
* Adding reload and recycle buttons to system console (#3102)Corey Hulen2016-05-261-0/+2
|
* PLT-2257 Reorganized System Console (#3003)Harrison Healey2016-05-171-0/+74
* 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