Commit Graph

8746 Commits

Author SHA1 Message Date
Jason Blais
ac2c91c507 Fix EnablChannelViewedMessages typo (#6822)
* Update config.json

* Update config.go

* Update config.go

* Update channel.go

* Update post.go

* Update diagnostics.go

* Update config.go
2017-07-03 09:01:14 -04:00
Alex Ford
a6e9a7a38f Update the Developer Machine Setup link in the README (#6817) 2017-07-02 13:11:36 -04:00
George Goldberg
25aa7bd06a PLT-6955: Add new config fields to diagnostics. (#6791)
* PLT-6955: Add new config fields to diagnostics.

* Fix review comments.
2017-06-30 21:34:57 -04:00
Harrison Healey
2f83ea61c7 PLT-6830 Fixed updating profile image not invalidating cache (#6814) 2017-06-30 21:27:09 -04:00
Corey Hulen
093dfd6c7f Reverting tutorial fix (#6812) 2017-06-30 18:18:04 -07:00
Corey Hulen
d2eb10b7e6 Fixing JS error (#6813)
* Fixing JS error

* Fixing js error and storing issue
2017-06-30 17:19:04 -07:00
Joram Wilander
6e5b1b7cd4 Fix some JS errors (#6811) 2017-06-30 14:01:42 -07:00
Joram Wilander
5507154992 Add some basic sorting support for GET /users endpoint (#6801) 2017-06-30 12:07:23 -04:00
Saturnino Abril
6b77a054c2 remove font setting and default to Open Sans (#6643) 2017-06-30 23:29:14 +08:00
enahum
c2cef78f04 translations PR 20170626 (#6756)
* translations PR 20170626

* Include italian as UI option
2017-06-30 10:16:43 -04:00
Asaad Mahmood
31aeda363c PLT-6836 - Updating post spacing (#6745)
* PLT-6836 - Updating post spacing

* Updating post spacing

* Updating post margins
2017-06-30 09:18:03 +01: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
fb57b3dd53 update theme constants to have 6 hex format in lowercase (#6805) 2017-06-29 22:08:20 -07:00
George Goldberg
f2898927f1 PLT-6474: Server: Add elasticsearch/test endpoint to API. (#6792) 2017-06-29 17:40:14 -04:00
Corey Hulen
a4f363a50b PLT-6610 adding the view channel event as skippable (#6800) 2017-06-29 14:11:20 -07:00
Corey Hulen
f79101a279 Fixes issues with the tutorial (#6786)
* PLT-6907 Increased hit area for tutorial

* PLT-6907 Show the tutorial no matter what channel you're in

* Fixing eslint issue
2017-06-29 12:40:13 -07:00
Chris
5d239317dc fix slash command add / edit front-ends (#6799) 2017-06-29 11:05:16 -07:00
Joram Wilander
a3ece09262 Join channel with permalink to public channel you're not in (#6795) 2017-06-29 09:25:18 -07:00
George Goldberg
02019f154d Add missing packages to govet. (#6793) 2017-06-29 10:59:12 -04:00
Corey Hulen
eb7561e05b PLT-6610 sending websocket event for last channel viewed (#6787) 2017-06-29 07:51:15 -07:00
Joram Wilander
bf81fea9f8 More scrolling fixes (#6780)
* Added MarkdownImage component

* Fixed unit tests

* More scrolling fixes
2017-06-29 07:49:55 -07:00
AJ Moon
84d5f314a0 PLT-6882 Disable /invite_people when account creation is set to false (#6709)
* PLT-6882 Disable /invite_people when account creation is set to false

* Disable /invite_people when account creation or email notifications are set to false
2017-06-29 10:42:33 -04: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
Carlos Tadeu Panato Junior
e1168ab7cc [PLT-6847] If a message starts with a / but is not a slash command, put the text back in the input box when it fails to send (#6695)
* If a message starts with a / but is not a slash command, put the text back in the input box when it fails to send

* update string per review

* update per review
2017-06-29 10:39:13 -04:00
Jaehyun, Park
50b662040c Add /help slash command (#6650)
* Add /help slash command

* Fix copyright year

* go fmt

* Add help command test at api4

* Fix jasonblais's issue

* Update test code

* Fix unit test issue - keep config unchanged
2017-06-29 10:38:56 -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
fcc9a8e6ae Fix bad merge (#6796) 2017-06-29 10:14:51 -04:00
Joram Wilander
3cd8057d28 Various updates to match latest mattermost-redux (#6794) 2017-06-29 10:03:57 -04:00
Joram Wilander
bef07fc53e Fix sidebar status not updating (#6752) 2017-06-29 09:37:57 -04:00
Pieter Lexis
227586e09a [PLT-5639] Show a message when invited addresses are blocked (#6691)
* Show a message when invited addresses are blocked

When using the "Send Email Invite" functionality. Emails were sent to
domains that were not on the `RestrictCreationToDomains` list. This
would lead to users getting a message that they can't create an account
if they follow the link in the email.

This commit will check the email addresses before the mails are sent and
warn the user typing them in which ones are blocked.

* Add unit test for domain restrictions on invite

* Invite Member: Clear serverError on toggle
2017-06-29 09:04:14 -04:00
Carlos Tadeu Panato Junior
976030ea25 [PLT-6707] /header [text] slash command: Edit the channel header (#6566)
* add /header slash command

* update websocket

* updater per review
2017-06-29 08:06:17 -04:00
Harrison Healey
520cedea16 PLT-6909 Remove deleted emojis from cache (#6757)
* PLT-6909 Remove deleted emojis from cache

* Fixed unit tests
2017-06-29 11:06:45 +08:00
Corey Hulen
9e600fcdcc PLT-3901 fixing push notificaiton with images message (#6783) 2017-06-29 11:05:34 +08:00
Joram Wilander
2a96b7e15e Remove unneeded return and add logging for marking channels unread (#6788) 2017-06-28 20:56:14 -04:00
Harrison Healey
c6602ae2b8 PLT-6844 Change file uploading to use superagent (#6785)
* PLT-6844 Change file uploading to use superagent

* Fixed handling of upload errors
2017-06-28 15:42:54 -04:00
Joram Wilander
7bde11d21b Make sure to log errors when failing to send emails (#6754) 2017-06-28 12:07:52 -04:00
94117nl
28e0b8dc27 PLT-6456 Migrate installed_commands.jsx to be pure and use Redux (#6759)
* Add documentation to props, migrate to pure component

* Migrate commands_container and installed_commands to redux

* Partially move confirm_integration to redux

* Add more props to commands_container

* Fix identation issue

* Remove unused import

* Update command token to reference redux store
2017-06-28 07:38:57 -07: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
Harrison Healey
2dea567dcf Added MarkdownImage component (#6774)
* Added MarkdownImage component

* Fixed unit tests
2017-06-28 07:30:02 -07:00
George Goldberg
0f69920342 PLT-6920: Fix password reset email. (#6773) 2017-06-28 07:29:19 -07:00
Joram Wilander
e527b6bbe4 PLT-6931 Properly parse request body in post search (#6768)
* Properly parse request body in post search

* Update driver to use correct body
2017-06-28 07:28:17 -07:00
Harrison Healey
3e9b5c2776 PLT-6813 Removed misleading and outdated link tests (#6767)
* PLT-6813 Removed misleading tests using default ports

* PLT-6813 Removed tests using basic authentication
2017-06-28 07:27:32 -07:00
George Goldberg
37642a4f1e PLT-6937: Bulk Importing of Direct/Group channels and posts. (#6761)
* PLT-6937: Bulk Importing of Direct/Group channels and posts.

* Show group/direct channels in sidebar.
2017-06-28 07:26:38 -07:00
Carlos Tadeu Panato Junior
fb2ef7708b PLT-6796 - Regression: Code tag is empty for html code blocks (#6779) 2017-06-28 09:39:12 -04:00
Joram Wilander
5492ca28b1 Fix account creation redirect (#6765) 2017-06-28 09:38:19 -04:00
lindalumitchell
a32f6f7733 Update test-tables.md (#6775) 2017-06-28 09:37:43 -04:00
Joram Wilander
bc2cad397a Fix searching by user id in system console (#6763) 2017-06-28 09:36:13 -04:00
megos
58b3231916 add attachments notification (#6769) 2017-06-28 13:37:51 +01:00
Harrison Healey
c66799a839 Fixed error information being obscured when joining teams with API v4 (#6751) 2017-06-28 07:56:29 -04:00
Harrison Healey
4484c82b1b PLT-6799 Removed <wbr> tags from markdown links (#6766)
* PLT-6799 Removed <wbr> tags from markdown links

* Fixed unit tests
2017-06-28 13:47:51 +08:00