Harrison Healey
086365fb84
PLT-7417/PLT-7425 ( #7278 )
...
PLT-7417/PLT-7425 Update config.json defaults and removed admin console link settings
2017-08-25 10:24:52 -04:00
Asaad Mahmood
b60cc5b28e
Multiple bug fixes ( #7243 )
...
* PLT-7320 - Fixing alignment of x icon
* PLT-7357 - Fixing close icon in compact view
* PLT-7322 - Fixing overflow for delete token modal
* PLT-7351 - Fixing flag icon alignment
* PLT-7393 - Fixing cursor on upload button
* PLT-7392 - Fixing scrollbar in admin console
* PLT-7376 - Fixing hover effect for mobile nav
2017-08-18 12:21:34 -07:00
Jason Blais
26ec8ffc3e
Rename SAML in the System Console to SAML 2.0 + access token string fixes ( #7182 )
...
* Update en.json
* Update en.json
* Update admin_sidebar.jsx
* Update saml_settings.jsx
2017-08-18 12:02:06 -07:00
Christopher Speller
fd1301779f
Merge branch 'release-4.1'
2017-08-17 09:35:36 -07:00
Jason Blais
cc3d8a9180
Add note that users can be searched by token ID in the Users page ( #7222 )
...
* Update en.json
* Update custom_integrations_settings.jsx
* Update logs.jsx
2017-08-16 10:18:06 -03:00
Corey Hulen
48741434aa
PLT-7360 Adding SSE to compliance ( #7165 )
...
* Adding SSE to E20
* Fixing UI bug
* Fixing loc strings
2017-08-11 09:44:28 +08:00
Chris
ffbf8e51fe
PLT-6358: Server HTTP client improvements ( #6980 )
...
* restrict untrusted, internal http connections by default
* command test fix
* more test fixes
* change setting from toggle to whitelist
* requested ui changes
* add isdefault diagnostic
* fix tests
2017-08-09 13:49:07 -07:00
Tejay Cardon
2105b10ccd
FIXES PLT-6648 Add support for Server Side Encryption on S3 ( #6467 )
...
Help from Jason Blais on wording
Update storage_settings.jsx
Update en.json
2017-08-08 10:15:20 -04:00
Asaad Mahmood
9eb8d93a0d
Updating user access token UI ( #7091 )
...
* Updating user access token UI
Updating help text
Updating tokenlistClass
Updating string for token
Updating translations
Updating translations
Updating translations
* Updating translations
* Minor UI fix
* Update manage_tokens_modal.jsx
* Update user_settings_security.jsx
* Update en.json
* Fix merge conflicts
2017-08-06 17:23:16 -07:00
Jonathan
178ccd16cb
System Console: Email notification content setting ( #7122 )
...
* PLT-7195: Added new config option, new license feature, and config UI to system console. Still need to implement behaviour change in email batching code
* PLT-7195: Modified batch emails to respect email notification content type setting
* PLT-7195: Tweaking the colours a bit
* PLT-7195: Added support for email notification content type setting in immediate (non-batched) notification messages. Attempted to clean up the code somewhat. Unit tests coming in a future commit
* PLT-7195: Added unit tests for non-batched emails
* Checked license when applying email content settings
* Changed return type of getFormattedPostTime
2017-08-06 07:52:35 +08:00
Eric Sethna
2ab2baba58
Add beta tag to Elasticsearch ( #7121 )
...
* make Elasticsearch beta
* make Elasticsearch beta
* make Elasticsearch beta
2017-08-05 03:29:29 +08:00
Harrison Healey
fb2022fb1c
PLT-6924 Added ability to disable file uploads/downloads on old mobile apps ( #7117 )
2017-08-04 11:05:33 -07:00
Joram Wilander
5a8c1c18e5
PLT-7287 Move access token text in user list to under the dropdown ( #7099 )
...
* Move access token text in user list to under the dropdown
* Updating UI for token help text (#7107 )
2017-08-05 01:51:08 +08:00
Corey Hulen
43c523e839
PLT-7130 adding more generic push notificaiton message. ( #7044 )
...
* PLT-7130 adding more generic push notificaiton message.
* Fixing strings
2017-08-03 08:38:17 -04:00
Joram Wilander
6ff7e4ea4b
Change refresh on version change to be after explicit click ( #7090 )
2017-08-02 08:44:25 -04:00
Chris
65817e13c7
PLT-6965 jira integration (plus plugin scaffolding) ( #6918 )
...
* plugin scaffolding / jira integration
* add vendored testify packages
* webhook fix
* don't change i18n ids
* support configuration watching
* add basic jira plugin configuration to admin console
* fix eslint errors
* fix another eslint warning
* polish
* undo unintentional config.json commit >:(
* test fix
* add jira plugin diagnostics, remove dm support, add bot tag, generate web-safe secrets
* rebase, implement requested changes
* requested changes
* remove tests and minimize makefile change
* add missing license headers
* add missing comma
* remove bad line from Makefile
2017-08-02 01:36:54 -07:00
Joram Wilander
5da5c0bbfb
PLT-6987 User access token UI ( #7007 )
...
* Add user access token UI
* Fix enter press and update mattermost-redux
* Updating UI for access token stuff (#7066 )
* Revert segment key
2017-08-01 11:06:53 -04:00
George Goldberg
00e8b6621a
PLT-6595 (Client): Elasticsearch indexing system console UI ( #6991 )
...
* PLT-6595: System Console for Elasticsearch Job Management.
* Fixing UI issues
* Fixing colors
* ESLint Fixes.
* Update test snapshots.
* Fixing cancel button
* Fix review comments.
* Config capitalisation.
* Review fixes.
2017-08-01 13:11:29 +01:00
Jonathan
d01261a228
PLT-7177: Change the default email frequency to 15 minutes if batching is enabled on the server. ( #7036 )
...
* PLT-7177: Found default preference that needs to be changed
* PLT-7177: Front end behaves as desired
* PLT-7177: Changed default batching interval on server side
* PLT-7177: Added unit tests for new default interval
* PLT-7177: Removed unused import
* PLT-7177: Renamed constants to increase clarity
2017-07-31 11:51:43 -04:00
Jason Blais
8d7dcf44e2
PLT-7235 Fix broken links on System Console Mobile Push settings page ( #7047 )
...
* Update push_settings.jsx
* Update en.json
2017-07-31 11:37:54 -04:00
AJ Moon
6f4e38d129
[GH-6366] Add functionality to disable Authentication when connecting to SMTP ( #6639 )
...
* Issue #6366 : Add feature to disable auth for Encrypted connections to SMTP settings.
* Clean PLAIN AUTH Option
* Reorder SMTP server setup and change helptext
* remove unneeded setting and modify logic
* text description change
2017-07-31 08:15:01 -07:00
Asaad Mahmood
860f2c8332
Multiple Ui improvements ( #7029 )
...
* PLT-7119 - Updating headings on compact view
* PLT-7103 - Removing line below channel intro
* PLT-7112 - Fixing system console banner
* PLT-7144 - Adding ellipsis to system console boxes
* PLT-7181 - Changing channel header opacity
* PLT-6899 - Updating unread bar
* Updating margin for new messages indicator
2017-07-31 08:10:43 -04:00
Harrison Healey
3c0f082506
PLT-6924 Added config options to disable file uploads/downloads on mobile ( #7049 )
2017-07-28 11:52:31 -06:00
George Goldberg
ff0a790516
PLT-7040: Fix capitalisation of Elasticsearch in Config. ( #7020 )
2017-07-27 08:48:02 +01:00
Saturnino Abril
6418e912df
[PLT-7219] Fix username as default for Teammate Name Display setting ( #7023 )
...
* fix username as default for Teammate Name Display setting
* update localizeMessage at UsersAndTeamsSettings
2017-07-25 21:55:21 +08:00
Saturnino Abril
10b7b96a29
match header of system console and normal header except profile popover ( #6986 )
2017-07-22 02:57:54 +08:00
Jason Blais
ecb82dbd12
PLT-6958: Update Email Auth System Console settings texts ( #6948 )
...
* Update email_authentication_settings.jsx
* Update en.json
2017-07-19 13:54:50 -07:00
Christopher Speller
97f34e483b
Merge branch 'release-4.0'
2017-07-18 15:45:23 -07:00
Joram Wilander
764ff4cb64
PLT-7116/PLT-7126 Some final release fixes ( #6933 )
...
* Some final release fixes
* Fix team switching with image in channel bug
2017-07-14 08:55:45 +09:00
George Goldberg
a1f17c1f84
PLT-6474 Basic Elasticsearch System Console Page ( #6825 )
...
* PLT-6474: Basic System Console Elasticsearch Config.
* Fix review comments.
* More review fixes.
* Review comments.
2017-07-13 13:00:59 -07:00
lfbrock
eb8a2e4fc8
Update System Console mobile app links ( #6909 )
...
* Update push_settings.jsx
* Update en.json
2017-07-12 22:14:58 +09:00
Alex Ford
b03b9d7362
Minor fixes based on lgtm.com alerts ( #6819 )
...
* Remove a couple of superfluous trailing arguments
* Simplify assignment logic in a couple of places
* Modify some potentially inconsistent setState calls to use the function form
* Fix eslint errors
2017-07-07 13:29:32 -04:00
Saturnino Abril
279c7b7fda
[PLT-6969] System console setting for the emoji picker ( #6809 )
...
* system console setting for the emoji picker
* remove state.emojiPickerEnable
* update url to /admin_console/customization/emoji
2017-07-06 08:48:34 +08:00
Joram Wilander
8ec8948c84
PLT-6554 Add config setting to control enabling API version 3 ( #6835 )
...
* Add config setting to control enabling API version 3
* Update help text for APIv3 config setting (#6843 )
* Update configuration_settings.jsx
* Update en.json
2017-07-04 16:12:02 -04:00
George Goldberg
0a3bb8fdb1
Refactor system console buttons into RequestButton component. ( #6808 )
...
Since I was going to make yet another button for the ElasticSearch test
config button, I refactored all of them to use a single common component
and tidied that component up and gave it some unit tests.
2017-07-04 00:00:17 -07:00
Saturnino Abril
eea64f8049
[PLT-5864] Move teammate name display setting to the System Console ( #6681 )
...
* move teammate name display setting to the system console
* update all the likes of TeammateNameDisplay names
* fix gofmt error
* rebase and fix conflict
2017-06-30 09:06:59 +01:00
Saturnino Abril
648f333850
[PLT-6496] Remove System Console and config settings for image height and width ( #6688 )
...
* remove System Console and config settings for image height and width
* add constants and update config.json
* updated as per review
2017-06-29 10:39:57 -04:00
Saturnino Abril
94e734c1bd
[PLT-6655] Remove 1024 character limit with text settings at system console, except sitename of custom branding ( #6597 )
...
* remove 1024 character limit with text settings at system console, except sitename of custom branding
* add ability to set textarea of TextSetting
2017-06-29 10:36:55 -04:00
Joram Wilander
005dd0754b
Update gorp to support query timeouts on postgres ( #6730 )
...
* Update gorp to support query timeouts on postgres
* Update help text to remove postgres exception
* Fix glide.lock
2017-06-28 07:34:00 -07:00
Joram Wilander
bc2cad397a
Fix searching by user id in system console ( #6763 )
2017-06-28 09:36:13 -04:00
Joram Wilander
23ccfc845c
Move remaining actions over to use redux and v4 endpoints ( #6720 )
2017-06-26 08:16:57 -04:00
Jason Blais
647d5b1b45
Fix places where we still refer to "/loadtest" ( #6732 )
...
* Update README.md
* Update developer_settings.jsx
* Update command_loadtest_test.go
2017-06-23 13:36:13 -04:00
Harrison Healey
ac4e9909fa
Fixed incorrect formatting of numbers and plural words ( #6696 )
...
* Fixed incorrect formatting of numbers and plural words
* Removed unused i18n strings
* Fixed eslint errors
2017-06-22 11:30:03 +01:00
Corey Hulen
36f216cb7c
PLT-6080 moving clustering to memberlist ( #6499 )
...
* PLT-6080 adding cluster discovery service
* Adding memberlist lib
* Adding memberlist lib
* WIP
* WIP
* WIP
* WIP
* Rolling back config changes
* Fixing make file
* Fixing config for cluster
* WIP
* Fixing system console for clustering
* Fixing default config
* Fixing config
* Fixing system console for clustering
* Tweaking hub setting
* Bumping up time
* merging vendor dir
* Updating vendor dir
* Fixing unit test
* Fixing bad merge
* Remove some testing code
* Moving comment
* PLT-6868 adding db ping retry
* Removing unused loc strings
* Adding defer to cancel
2017-06-19 08:44:04 -07:00
Christian Arnold
b978f6a61f
Unified quotation marks ( #6682 )
2017-06-19 10:57:42 -04:00
Joram Wilander
c0a0065472
Move user actions over to use redux and v4 ( #6649 )
2017-06-15 10:34:20 -04:00
Joram Wilander
1138dd6770
PLT-6657 Move system console to use v4 endpoints and redux ( #6572 )
...
* Move system console to use v4 endpoints and redux
* Rename logs dir to get past gitignore
* Fix test email
* Update brand unit test
* Updates per feedback
2017-06-14 08:56:56 -04:00
Jason Blais
08130096e5
Tweak System Console > Configuration note ( #6598 )
...
* Update configuration_settings.jsx
* Update en.json
2017-06-12 07:30:36 -04:00
lfbrock
91008ea2a5
Fix spelling of single sign-on ( #6621 )
...
* Create signup_controller.jsx
* Create email_authentication_settings.jsx
* Create en.json
2017-06-09 17:19:27 -04:00
Joram Wilander
6e7b912ec6
PLT-4257 Add pop-up asking if user wants to reset status ( #6526 )
...
* Add pop-up asking if user wants to reset status
* Update test snapshot
* Update prop name for old uses of confirm modal
* Updating checkbox (#6586 )
* Updating style for checkbox (#6596 )
2017-06-06 17:24:08 -04:00