summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
Commit message (Collapse)AuthorAgeFilesLines
...
* Major update to System Console labelling (#3398)Eric Sethna2016-07-0521-77/+85
|
* Adding page size option to LDAP (#3439)Christopher Speller2016-07-041-0/+21
|
* enabled team creation for sysadmins (#3433)David Lu2016-06-301-1/+1
|
* fixed typo (#3450)David Lu2016-06-301-1/+1
|
* EE: Add the ability to restrict the user roles that can send team invites ↵Joram Wilander2016-06-293-10/+90
| | | | (#3442)
* PLT-3453 Reloading the configuration in the system console should ↵enahum2016-06-291-0/+3
| | | | immediately show config changes (#3446)
* PLT-3191 E20: Updates to Reload Configuration from Disk and Recycle Database ↵David Lu2016-06-283-4/+24
| | | | | | | | | | Connections (#3424) * added help text to reload configuration and recycle db * Update reload_config.jsx * Update en.json
* UI text upgrades (#3375)it332016-06-274-7/+7
| | | | | | | | | | | | | | | | | | | | | | * Clarifying auth user join button * Update team_general_tab.jsx * Update generated_setting.jsx * Update public_link_settings.jsx * Update signup_settings.jsx * Update login_settings.jsx * Update team_general_tab.jsx * Update en.json * Clarifying help text * Clarifying help text
* Fixed switching between user lists in system console (#3409)Harrison Healey2016-06-272-4/+17
|
* Fixed enabling compliance settings in the system console without reload (#3401)Harrison Healey2016-06-241-2/+3
|
* Adding webpack code splitting (#3377)Christopher Speller2016-06-225-5/+5
|
* PLT-3341 Add missing localization support for System Console (#3385)enahum2016-06-211-1/+1
|
* Fix typo: Attrubute (#3368)it332016-06-181-1/+1
| | | | | | * Fix typo: Attrubute * Fix typo: Attrubute
* Multiple UI fixes (#3357)Asaad Mahmood2016-06-161-1/+4
| | | | | | * Multiple UI fixes * Removing utils from tutorial file
* PLT-2971 Added email footer for address (#3319)David Lu2016-06-161-0/+21
| | | | | | | | | | * Added email footer for address * added default * Update html.go * Changed according to PM
* PLT-3344 Set Localization config to always have by default all languages ↵enahum2016-06-152-14/+5
| | | | available (#3339)
* PLT-3143 Added serverside code for custom Emoji (#3311)Harrison Healey2016-06-142-0/+101
| | | | | | | | | | | | | | * Added model objects for emoji * Added database tables for emoji * Added settings for custom emoji * Added serverside APIs and unit tests for custom emoji * Added additional validation to catch duplicate emoji names earlier on * Added additional validation to prevent users from adding emoji as another user
* Merge branch 'release-3.1'JoramWilander2016-06-134-31/+40
|\ | | | | | | | | Conflicts: webapp/components/create_comment.jsx
| * PLT-3270 Comment out max file size setting in system console (#3324)Joram Wilander2016-06-131-20/+21
| | | | | | | | | | | | * Comment out max file size settting in system console * Remove pending post after successful create post request
| * Add server restart note to LDAP sync setting (#3303)jasonblais2016-06-091-1/+1
| | | | | | | | | | | | * Add server restart note to LDAP sync setting * Add server restart note to LDAP sync setting
| * PLT-3236 Click in little x for admin console localization settings causes ↵enahum2016-06-091-0/+1
| | | | | | | | error (#3292)
| * PLT-3215 Moving custom branding in admin console (#3286)Corey Hulen2016-06-071-10/+17
| |
* | PLT-2058 Debugging incoming web hook content (#3150)Martin Schenck2016-06-101-1/+20
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-2058 Debugging incoming web hook content This change debugs contents of incoming webhooks using l4g. The problem is that in order to debug the request body, it neads to be read. And a Reader can only be read once. Hence, the body is only read for Debugging if it is actually enabled. Furthermore, a new reader is created from the content of the old reader in order for the rest of the method to work as usual (with or without debugging). The debug statement is wrapped in a closure, so that the content is only copied if Debug is actually enabled. It is not possible to return `(string, string)` from the closure to `l4g.Debug()`. That is the reason the debugging is not done with `=%v`, but the translations strings end with a space. I tested the change with a `application/json` HTTP header as well as `payload=` The debug method is extracted into util/log.go in order to be re-usable for debugging `io.Reader` * Added a config flag to turn off incoming webhook debugging Setting `EnableWebhookDebugging` to false in the `config.json` will disable the printing of the content of incoming webhooks to the console * Defaulting webhook debugging to true * Added the setting of debugging incoming webhooks to the system console
* Remove data source replica from system console UI (#3267)Joram Wilander2016-06-061-26/+2
|
* Removing outdated ldap note from system console (#3247)Christopher Speller2016-06-061-9/+0
|
* Update help text for localization settings (#3252)jasonblais2016-06-061-4/+4
| | | | | | * Update help text for localization settings * Add to en.json
* Edit to Segment help text to explain what it offers. (#3257)it332016-06-051-2/+2
| | | | | | | | | | * Update Segment text * Update Segment text * Correcting typo * Fixed typo
* PLT-3169 moving reload/recycle commands (#3223)Corey Hulen2016-06-042-0/+8
| | | | | | * PLT-3169 moving reload/recycle commands * Fixing eslint
* Adding LDAP Syncronization (#3219)Christopher Speller2016-06-031-0/+20
|
* Made all settings save on enter (#3221)David Lu2016-06-021-0/+16
|
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-023-0/+234
| | | | | | | | | | | | * 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
* PLT-3010 - Updating system console (#3146)Asaad Mahmood2016-06-0223-229/+136
| | | | | | | | * Updating system console * Updating system console stuff * Updating ldap settings
* Fix brand image not showing up after selecting it and before uploading (#3197)Joram Wilander2016-06-011-0/+14
|
* PLT-3152 Fix System Console scroll (#3198)enahum2016-06-011-3/+5
| | | | | | * PLT-3152 Fix System Console scroll * Fix direct url access
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-013-234/+0
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-013-0/+234
| | | | | | | | | | * 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
* PLT-3064 Add ErrorBar to System Console (#3189)enahum2016-06-011-6/+15
|
* PLT-3053 Fix Switching between Team pages in System Console (#3183)enahum2016-05-312-1/+4
|
* PLT-726 Update GitLab System Console placeholder text (#3174)lfbrock2016-05-311-4/+4
| | | | | | * Update gitlab_settings.jsx placeholder text * Update en.json
* Update support email help text (#3172)jasonblais2016-05-311-2/+2
| | | | | | * Update legal_and_support_settings.jsx * Update admin.support.emailHelp string
* Add license expiry messages (#3153)Joram Wilander2016-05-302-22/+55
|
* Revert "PLT-1800 Load server side locale from the config.json" (#3133)Christopher Speller2016-05-273-234/+0
|
* PLT-1800 Load server side locale from the config.json (#3092)enahum2016-05-273-0/+234
| | | | | | | | * 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
* Adding reload and recycle buttons to system console (#3102)Corey Hulen2016-05-264-0/+196
|
* PLT-2886 Added name properties to all radio buttons (#3112)Harrison Healey2016-05-263-738/+5
| | | | | | | | * Removed unused, deprecated system console page * Added name properties to all radio buttons * Removed unused english strings from admin console
* Refactor login, claim and create_team into views and add actions (#3110)Joram Wilander2016-05-261-1/+1
|
* Minor UI improvements (#3095)Asaad Mahmood2016-05-251-1/+1
| | | | | | | | | Updating config.json Updating config.json Updating config.json Updating config.json
* Revert "PLT-1800 Load server side locale from the config.json (#3076)"Christopher Speller2016-05-243-234/+0
| | | | This reverts commit 34beaa569bfb32f1607375f1d5a22859322060d2.
* Max_File_Size setting in System Console > File Settings (#3070)Thomas Balthazar2016-05-241-1/+21
|
* PLT-1800 Load server side locale from the config.json (#3076)enahum2016-05-243-0/+234
| | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics