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
Jeff Schering
02f09b8af9
Updating Site URL help text in System Console ( #6582 )
...
* Updating Site URL help text in System Console
* Replacing single quotes with double quotes
* Corrected statement about non-standard ports
* Converted double quotes to single quotes
2017-06-06 16:37:39 -04:00
Corey Hulen
86fe96a6e2
Tweaking strings and adding them to the loc files for the signature v2 fix ( #6527 )
...
* Tweaking strings and adding them to the loc files
* Fixing spacing
* Removing V2 from config
2017-06-05 16:36:59 -04:00
Joram Wilander
abd0466a42
PLT-3466 E10: Add announcement bar feature ( #6509 )
...
* E10 - Add announcement bar feature
* Updates per feedback
* Add component tests and snapshots
* Update snapshots
* Updating color picker UI (#6543 )
* Add class to body tag when banner is not dismissable and clean up localstorage items when banner changes
* Fixing links (#6544 )
* Updating UI for fixed error bar (#6552 )
* Truncating text on fixed banner (#6561 )
* Plt 3466 - Error bar link states (#6577 )
* Updating error bar hover state
* Updating error bar link states
2017-06-05 12:49:38 -04:00
Harrison Healey
43c440e8a4
PLT-6552 Fixed system users list ignoring search term after changing teams ( #6537 )
2017-06-01 17:20:57 -04:00
Harshavardhana
f520aa1f4d
Support AWS Signature V2 for Mattermost for S3 storage. ( #6462 )
...
Certain S3 compatible servers only use Legacy Signature (AWS
Signature V2), current code only supports signature v4.
This PR adds facility to click a button on the UI to enable
legacy signature with S3 compatible servers.
2017-05-30 16:12:24 -07:00
Joram Wilander
860e5d483c
PLT-6341/PLT-6342 Update gorp to mattermost fork and add connection timeout setting ( #6410 )
...
* Update gorp to mattermost fork and add connection timeout setting
* Add go dependency
* Rename from connection timeout to query timeout
* Properly add gorp dependency
2017-05-29 15:46:35 -04:00
Corey Hulen
42fb1c5693
PLT-6564 fixing system console message ( #6440 )
2017-05-24 10:55:27 -04:00
enahum
94fb9f6279
PLT-6654 Fix SAML page in System Console ( #6480 )
2017-05-24 09:04:26 -04:00
Christopher Speller
2bbedd9def
Updating client dependencies. Switching to yarn. ( #6433 )
...
* Updating client dependancies. Switching to using yarn.
* Updating React
* Moving pure components to using function syntax (performance gains with newer react version)
* Updating client dependancies.
* Ignore .yarninstall
* Enabling pre-lockfile because it's the entire point of using yarn.
* Removing old webpack config
* Moving to new prop-types
* Fixing ESLint Errors
* Updating jest snapshots.
* Cleaning up package.json
2017-05-18 09:28:18 -04:00
Jason Blais
5f6a3a2cf8
Update legal and support help texts ( #6407 )
...
* Update legal_and_support_settings.jsx
* Update en.json
* Update en.json
* Update legal_and_support_settings.jsx
2017-05-18 08:59:58 -04:00
doh5
f13b2ffbe1
Add IDs to the system console user list, its name and email ( #6419 )
...
* Update system_users.jsx
* Update user_list.jsx
* Update user_list.jsx
* Update user_list.jsx
* Update user_list_row.jsx
* Update user_list_row.jsx
2017-05-17 09:19:17 -04:00
Ryan Wang
37586d26bc
[PLT-5440] Add Options to System Console Dropdown Menu ( #5939 )
...
* Add options to system console dropdown menu
* Updating modal css
2017-05-09 07:53:13 -05:00
Christopher Speller
010ec23af3
Removing password reset salt ( #6334 )
2017-05-04 16:36:51 -04:00
Joram Wilander
49481caf6d
PLT-6262 Add config setting to disable file attachments ( #6301 )
...
* Add config setting to disable file attachments
* Add unit tests
* Updating UI for no attachments (#6312 )
* Update UI text on file upload System Console setting (#6313 )
* Update storage_settings.jsx
* Update en.json
2017-05-04 15:45:19 -04:00
Corey Hulen
4f074fed0d
PLT-6444 switching SAML props to default true ( #6330 )
2017-05-04 14:11:28 -04:00
doh5
294bd08255
Add IDs to system_users_dropdown and manage_teams_dropdown ( #6274 )
...
* Add IDs to system_users_dropdown
* Add IDs to manage_teams_dropdown
For UI Automation
* Update system_users_dropdown.jsx
* Update manage_teams_dropdown.jsx
2017-05-02 07:50:41 -04:00