Commit Graph

8573 Commits

Author SHA1 Message Date
Joram Wilander
1c9ec861fd Properly filter in more channels search (#6513) 2017-06-02 12:00:58 -04:00
Asaad Mahmood
2f88bcb223 Multiple Ui improvements (#6553)
* PLT-6729 - Fixing close button

* PLT-5216 - Updating mattermost theme

* PLT-6679 - Fixing styling for active state
2017-06-02 08:46:54 -07:00
Saturnino Abril
e7e59cc40f make channel admins able to delete channel member messages (#6550) 2017-06-02 08:46:38 -07:00
Harrison Healey
07c5f0bc2a PLT-6503 Updated error when invalid image is uploaded as profile picture (#6508) 2017-06-02 11:43:08 -04:00
Harrison Healey
e16da499b4 PLT-6380 Make team invite links open in the current tab (#6538)
* PLT-6380 Changed link formatting to make team invite links open within the current tab

* Fixed internal link parsing when site URL isn't set
2017-06-02 10:53:03 -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
Harrison Healey
3b74effacd Fixed debug message for push notifications (#6536) 2017-06-01 17:20:34 -04:00
Harrison Healey
b46320a089 PLT-6692 Removed wbr tags from single line markdown (#6539) 2017-06-01 17:20:04 -04:00
Joram Wilander
8ad057c2c7 Prevent re-rendering of sidebar when typing into channel switcher (#6547) 2017-06-01 14:16:51 -04:00
Joram Wilander
f662d0d632 Fix JS errors when receiving message when on no teams (#6533) 2017-06-01 08:15:47 -04:00
Joram Wilander
09e7ba23e3 PLT-6658 Ignore correct message types for setting unreads for teams (#6532)
* Ignore correct message types for setting unreads for teams

* Fix ESLint error
2017-05-31 18:05:17 -04:00
Harrison Healey
7ad1571701 PLT-6684 Fixed onClick handler for search autocomplete suggestions (#6540) 2017-05-31 17:15:47 -04:00
Joram Wilander
5aaedb9663 PLT-5699 Improvements to channel switcher (#6486)
* Refactor channel switcher to not wait on server results

* Change channel switcher to quick switcher and include team switching

* Add sections, update ordering and add discoverability button

* Fix styling error

* Use CMD in text if on mac

* Clean yarn cache on every install

* Various UX updates per feedback

* Add shortcut help text for team switcher

* Couple more updates per feedback

* Some minor fixes for GM and autocomplete race

* Updating UI for channel switcher (#6504)

* Updating channel switcher button (#6506)

* Updating switcher modal on mobile (#6507)

* Removed jQuery usage

* Rename function to toggleQuickSwitchModal
2017-05-31 16:51:42 -04:00
Saturnino Abril
8ce72aedc3 fix JS error when adding reaction when latest post is ephemeral (#6512) 2017-05-31 11:55:53 -04:00
Torsten Juergeleit
fdf1164aee PLT-5705 Created a single source of http.Client creation logic with internet proxy support, reasonable timeouts and optional insecure connections (#6503) 2017-05-31 10:34:05 -04:00
Carlos Tadeu Panato Junior
ddc996f33f [PLT-5465/APIV4] GET /system/health - Improve ping health check to have limits (#6331)
* implement PLT-5465 - Improve ping health check to have limits

* update /ping and delete /health

* remove permission check
2017-05-30 21:47:27 -07:00
Joram Wilander
0e4add96ae Do not re-register WS connection if already authenticated (#6511) 2017-05-30 21:35:21 -07: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
Carlos Tadeu Panato Junior
d409c7c1c6 Implement PLT-6246 - Confirm before sending (at)all, (at)channel message (#6250)
* implement PLT-6246 - Confirm before sending (at)all, (at)channel message

* refactor per review

* add constant to define the notify all modal
2017-05-30 16:46:18 -04:00
David Meza
eab6f74594 PLT-6485 Add ability to disable @here notifications (#6372) 2017-05-30 12:02:44 -04:00
Saturnino Abril
23ca4fe69c make username clickable on mobile view (#6519) 2017-05-30 08:19:48 -07:00
Asaad Mahmood
b2453735b2 Minor Ui improvements (#6515)
* PLT-6645 - Improving copy pasting behaviour

* PLT-6149 - Fixing edited indicator in search
2017-05-30 08:19:29 -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
enahum
f9843b3800 PLT-6643 Add Turkish to Mattermost (#6500) 2017-05-26 09:46:50 -04:00
enahum
c84bb160ce translations PR 20170522 (#6475) 2017-05-26 09:22:05 -04:00
Christopher Speller
00f48a1908 Adding short unit tests by default (#6494) 2017-05-25 11:01:53 -04:00
David Meza
554938a840 Add RedirectTo after login for Universal linking or deep linking to work (#6304) 2017-05-25 10:49:46 -04:00
Joram Wilander
b28227ff6b Update sidebar header dropdown to close properly (#6488) 2017-05-24 20:20:02 -04:00
Joram Wilander
f47dd2d36d Clean yarn cache when cleaning webapp (#6490)
* Clean yarn cache when cleaning webapp

* Add cache clean to .yarninstall target
2017-05-24 17:27:41 -04:00
doh5
ea390d7826 Update channel_header.jsx (#6470) 2017-05-24 10:56:16 -04:00
Corey Hulen
b9e57591bf Writing message to our logs when system panics and recovers (#6458) 2017-05-24 10:55:52 -04:00
Corey Hulen
42fb1c5693 PLT-6564 fixing system console message (#6440) 2017-05-24 10:55:27 -04:00
Harrison Healey
7ac8eaba92 PLT-6534 Rotated uploaded profile pictures to be upright (#6482) 2017-05-24 07:52:05 -07:00
Joram Wilander
b84891f654 Only update status when clicking onto app (#6435) 2017-05-24 09:42:35 -04:00
Joram Wilander
751469979a Set length for OriginalId for new installs (#6437) 2017-05-24 09:42:06 -04:00
Joram Wilander
14684ae785 Fix JS error when switching teams (#6484) 2017-05-24 09:16:27 -04:00
enahum
94fb9f6279 PLT-6654 Fix SAML page in System Console (#6480) 2017-05-24 09:04:26 -04:00
Carlos Tadeu Panato Junior
cb50fff3b7 change messages per PLT-6392 (#6481) 2017-05-23 19:15:25 -04:00
Harrison Healey
5c1049054e PLT-6471 Properly panic when translations can't be loaded (#6414)
* PLT-6471 Properly panic when translations can't be loaded

* Print usage messages when errors occur during CLI initialization

* Reverted behaviour of FindDir and added second return value to it

* Fixed merge conflict
2017-05-23 11:06:25 -04:00
Harrison Healey
69f3f2fdce PLT-6282 Make post list stay visible when post textbox height changes (#6323)
* PLT-6282 Changed post drafts to use an action when being stored

* PLT-6282 Triggered post list to update scroll position when post draft changes

* PLT-6282 Changed SuggestionBox to complete suggestions without an event
2017-05-23 10:17:06 -04:00
Asaad Mahmood
52f73c30ca PLT-6651 - Overlay issue modal (#6473)
* PLT-6651 - Overlay issue modal

* Fixing mentions badge
2017-05-22 11:17:29 -07:00
Harrison Healey
9eb9c115de Move SMTP HELO before authentication (#6464) 2017-05-19 16:57:36 -04:00
Joram Wilander
04cd7b1a89 Merge 3.9 RC5 fixes into master (#6459)
* UI fixes for 3.9 (#6400)

* UI fixes for header icon alignment

* PLT-6569 - Fixing pin icon in header

* PLT-6505 - Updating z-index for emoji picker

* Updating z-index for overlaying sidebar

* PLT-6134 - Fix for emoji picker on comments

* Reverting emoji picker fix

* Fixing alignment for header icons

* Removing channel title changes

* Don't show mention badge for active channel (#6411)

* PLT-6583 - Fixing RHS compact view (#6413)
2017-05-19 12:19:04 -04:00
Asaad Mahmood
c998fd4f52 Bug fixes (#6439)
* PLT-5863 - Fixing overflow in modals

* PLT-6545 - Fix for Code block tag on mobile

* PLT-6549 - Fixing integrations UI

* PLT-6506 - Large embedded images producting scroll
2017-05-19 09:34:27 -04:00
Joram Wilander
2a146766f0 Pull sessions after revoking one (#6436) 2017-05-19 09:33:29 -04:00
Harrison Healey
577ed27f1b PLT-6408 Framework for job server (#6404)
* Added initial job server

* Added job server to be ran as part of platform

* Added test job to the enterprise repo

* Fixed job server not loading license

* Renamed job package to jobs

* Fixed TE not being buildable

* Added JobStatus table to database

* Changed fields used by JobStatus

* Added APIs to query job status

* Added config change listener to server

* Added option to run job server from Makefile

* Added ability to enable/disable jobs from config

* Commented out placeholder for search indexing job

* Fixed govet

* Removed debug messages and fixed job api init message
2017-05-18 15:05:57 -04:00
Christopher Speller
920bc0d871 Cleanup yarn lockfile 2017-05-18 12:48:49 -04:00
George Goldberg
0db5e3922f PLT-6472: Basic Elastic Search implementation. (#6382)
* PLT-6472: Basic Elastic Search implementation.

This currently supports indexing of posts at create/update/delete time.
It does not support batch indexing or reindexing, and does not support
any entities other than posts yet. The purpose is to more-or-less
replicate the existing full-text search feature but with some of the
immediate benefits of using elastic search.

* Alter settings for AWS compatability.

* Remove unneeded i18n strings.
2017-05-18 11:26:52 -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
Kacper Kula
63e599c43b [PLT-4643] Don't show empheral messages on sidebar when it is reopened. (#6378) 2017-05-18 09:01:59 -04:00