summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/localization_settings.jsx
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-3793 Re-order languages in Account Settings (#3756)enahum2016-08-121-2/+2
|
* Clarify help text for available lanuages in localization_settings.jsx (#3776)Eric Sethna2016-08-111-1/+1
| | | | | | | | | | * Update localization_settings.jsx * Update en.json * Update localization_settings.jsx * Update en.json
* PLT-3767 Promote localizations on System Console and Account Settings (#3734)enahum2016-08-041-3/+3
|
* PLT-3237 Update displayed config values in admin console after saving (#3506)Harrison Healey2016-07-061-3/+8
| | | | | | * Reloaded admin console data when settings are saved * Fixed attempting to save an invalid config setting overwriting the stored config
* EE: Add the ability to restrict the user roles that can send team invites ↵Joram Wilander2016-06-291-10/+3
| | | | (#3442)
* PLT-3344 Set Localization config to always have by default all languages ↵enahum2016-06-151-10/+3
| | | | available (#3339)
* Update help text for localization settings (#3252)jasonblais2016-06-061-4/+4
| | | | | | * Update help text for localization settings * Add to en.json
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-021-0/+145
| | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency * Fix get locale on login_controller
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-011-145/+0
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-011-0/+145
| | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
* Revert "PLT-1800 Load server side locale from the config.json" (#3133)Christopher Speller2016-05-271-145/+0
|
* PLT-1800 Load server side locale from the config.json (#3092)enahum2016-05-271-0/+145
| | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text
* Revert "PLT-1800 Load server side locale from the config.json (#3076)"Christopher Speller2016-05-241-145/+0
| | | | This reverts commit 34beaa569bfb32f1607375f1d5a22859322060d2.
* PLT-1800 Load server side locale from the config.json (#3076)enahum2016-05-241-0/+145
* PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics