Commit Graph

8541 Commits

Author SHA1 Message Date
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
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
Carlos Tadeu Panato Junior
a123b54d5e remove notification as requested in PLT-6537 (#6412) 2017-05-18 08:58:40 -04:00
Asaad Mahmood
fc58174747 PLT-6614 - Mentions badge styling and dropdown icon style (#6426)
* Mentions badge styling and dropdown icon style

* PLT-6134 - Fixing emoji picker border in RHS
2017-05-18 08:57:19 -04:00
doh5
2df5f65f55 Add an ID to the Search Channel Field (#6427)
* Add an ID to the Search Channel Field

For UI Automation

* Update searchable_channel_list.jsx
2017-05-18 08:56:57 -04:00
enahum
5f9a28ed6f Ability to use OAuth login from mobile (#6432) 2017-05-17 17:33:44 -04:00
Christopher Speller
d103ed6ca9 Upgrading server dependancies (#6431) 2017-05-17 16:51:25 -04:00
Carlos Tadeu Panato Junior
cd23b8139a [PLT-4843] Add CLI tool for deleting channels (#6430)
* rename delete channel to archive channel

* add Permanently delete the channels

* fix typo
2017-05-17 11:12:37 -07:00
Carlos Tadeu Panato Junior
9a5f16924c use Hostname() instead of Host which will contain the port (#6429) 2017-05-17 08:30:21 -07:00
Joram Wilander
017cd2a957 PLT-6406 Migrate new channel modal to be pure and use redux (#6416)
* Migrate new channel modal to be pure and use redux

* Add component tests
2017-05-17 08:29:41 -07:00
Harrison Healey
a84a300947 PLT-6520 Add RhsDropdownButton component to avoid React-Bootstrap warning (#6405) 2017-05-17 08:26:22 -07: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
Carlos Tadeu Panato Junior
128eab2de4 Add "markdown help" and a preview option to "Edit Channel Header" modal (#6342) 2017-05-16 09:30:44 -04:00
Joram Wilander
9ffc1da556 Point webapp at redux webapp-master branch (#6415) 2017-05-16 09:11:24 -04:00
Robin Naundorf
0a20e8d326 PLT-6019: Add APIv4 Endpoint for restoring Channels (#6263) 2017-05-15 16:12:30 -04:00
doh5
34728f748b Add an ID to the sidebar channel more (#6399)
* Add an ID to the sidebar channel more

For UI Automation

* Add an ID to the Create New Channel button
2017-05-15 12:39:14 -04:00
Carlos Tadeu Panato Junior
ec2433a1e1 fix PLT-6522 - "Unknown prop align on tag" warning from EmojiPicker (#6391) 2017-05-15 12:38:53 -04:00
Carlos Tadeu Panato Junior
d07e4068b4 Implement Jira Ticket PLT-6555 - Enter should confirm deletion on delete modals (#6375) 2017-05-15 12:38:23 -04:00
Carlos Tadeu Panato Junior
a5d2d6503d [PTL-6301] debug randon failing test (#6161)
* debug randon failing test

* add another check.
2017-05-15 11:44:04 -04:00
David Rojas Camaggi
c60d4fe04b PLT-5671 Remove jquery from EmojiPicker component (#6281) (#6394) 2017-05-15 10:15:54 -04:00
chrismatteson
4da45c0e76 [PLT-1444] Created latinise function and updated cleanUpUrlable function to utilize (#6273) 2017-05-15 10:09:39 -04:00
Ryan Wang
375cdbdb13 Pressing Enter submits Leave Team Modal (#6096) 2017-05-15 10:08:25 -04:00
Christopher Speller
1397798f17 Merge pull request #6401 from mattermost/merge-3.9
Merge release-3.9 branch into master
2017-05-12 09:12:55 -04:00
JoramWilander
9d109b0700 Merge branch 'release-3.9' into merge-3.9 2017-05-12 08:00:28 -04:00
Carlos Tadeu Panato Junior
b1c39204a6 fix issue (#6393) 2017-05-12 09:18:24 +01:00
Harrison Healey
a21a06afd9 PLT-6556 Fixed last member of a channel not being able to delete channel with api v4 (#6397) 2017-05-11 16:32:14 -04:00
Asaad Mahmood
9ad61491d6 PLT-6569 - FIxing z-index for channel header (#6396) 2017-05-11 16:19:00 -04:00
Harrison Healey
e22bab5be0 PLT-6566 Prevented terms of service link from being blank (#6392) 2017-05-11 16:18:48 -04:00
William Gathoye
01fab5de94 Fix some issues in English (#5714) 2017-05-11 09:45:25 -04:00
Saturnino Abril
81b2fd9982 add IDs for reply arrows at center and RHS (#6311) 2017-05-11 08:12:33 -04:00
enahum
c789eeceb1 translations PR 20170509 (#6367) 2017-05-11 08:11:57 -04:00
Joram Wilander
cd9015a967 Fix channels getting marked unread again on channel switch (#6390) 2017-05-11 08:11:12 -04:00
Joram Wilander
be7c53ec7f Send status change event if status changes on channel view (#6389) 2017-05-11 08:10:59 -04:00