summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Minor UI changes (#3078)Asaad Mahmood2016-05-241-12/+14
| | | | | Updating navbar dropdown Updating margin on login page
* PLT-2257 Reorganized System Console (#3003)Harrison Healey2016-05-1745-6236/+5157
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Merge branch 'release-3.0'Christopher Speller2016-05-122-112/+112
|\
| * Improving compliance stuff (#2963)Asaad Mahmood2016-05-112-110/+112
| | | | | | | | | | | | * Improving compliance stuff * Fixing padding on mobile
* | Updating client dependancies and ESLint (#2954)Christopher Speller2016-05-1213-247/+248
|/ | | | | | | | * Updating client dependancies * Fixing eslint errors with updates * Updating eslint
* Fixing compliance reporting (#2964)Corey Hulen2016-05-111-1/+1
|
* Fix compliance saving and reload page when enabling/disabling compliance (#2960)Joram Wilander2016-05-101-2/+6
|
* Fixing DM separator and margin on system console (#2944)Asaad Mahmood2016-05-101-1/+1
| | | Fixing margins on system console
* Improvements to system console and DM modal (#2930)Asaad Mahmood2016-05-094-6/+17
| | | | | | | Fixing audit and compliance table Changing prop Minor improvement to the DM modal
* Minor fix to refresh profiles in user list of system console (#2915)Joram Wilander2016-05-091-18/+3
|
* PLT-2697 Fixing team admins (#2900)Corey Hulen2016-05-062-24/+66
| | | | | | | | | | | | * PLT-2697 Fixing team admins * Fixing eslint error * Fixing loc issues * Fixing func * Fixing func
* Allow system admins to switch user accounts to email/password (#2893)Joram Wilander2016-05-052-17/+56
|
* PLT-2797 Remove LDAP Password Field Name setting (#2884)enahum2016-05-051-31/+0
|
* PLT-2707 Adding option to show DM list from all of server (#2871)Corey Hulen2016-05-041-0/+40
| | | | | | * PLT-2707 Adding option to show DM list from all of server * Fixing loc
* Port HPNS from 2.2 to master (#2863)Joram Wilander2016-05-032-155/+266
|
* Adding switch to teams in admin console (#2789)Corey Hulen2016-04-261-0/+49
|