summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6474: Server: Add elasticsearch/test endpoint to API. (#6792)George Goldberg2017-06-297-0/+106
|
* PLT-6610 adding the view channel event as skippable (#6800)Corey Hulen2017-06-291-1/+3
|
* Fixes issues with the tutorial (#6786)Corey Hulen2017-06-294-24/+16
| | | | | | | | * PLT-6907 Increased hit area for tutorial * PLT-6907 Show the tutorial no matter what channel you're in * Fixing eslint issue
* fix slash command add / edit front-ends (#6799)Chris2017-06-292-2/+4
|
* Join channel with permalink to public channel you're not in (#6795)Joram Wilander2017-06-291-7/+12
|
* Add missing packages to govet. (#6793)George Goldberg2017-06-291-0/+3
|
* PLT-6610 sending websocket event for last channel viewed (#6787)Corey Hulen2017-06-299-3/+50
|
* More scrolling fixes (#6780)Joram Wilander2017-06-292-6/+14
| | | | | | | | * Added MarkdownImage component * Fixed unit tests * More scrolling fixes
* PLT-6882 Disable /invite_people when account creation is set to false (#6709)AJ Moon2017-06-292-1/+13
| | | | | | * 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
* [PLT-6496] Remove System Console and config settings for image height and ↵Saturnino Abril2017-06-2913-271/+30
| | | | | | | | | | width (#6688) * remove System Console and config settings for image height and width * add constants and update config.json * updated as per review
* [PLT-6847] If a message starts with a / but is not a slash command, put the ↵Carlos Tadeu Panato Junior2017-06-292-5/+6
| | | | | | | | | | 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
* Add /help slash command (#6650)Jaehyun, Park2017-06-295-1/+123
| | | | | | | | | | | | | | | | * 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
* [PLT-6655] Remove 1024 character limit with text settings at system console, ↵Saturnino Abril2017-06-292-4/+2
| | | | | | | | 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
* Fix bad merge (#6796)Joram Wilander2017-06-291-1/+1
|
* Various updates to match latest mattermost-redux (#6794)Joram Wilander2017-06-292-37/+29
|
* Fix sidebar status not updating (#6752)Joram Wilander2017-06-291-2/+5
|
* [PLT-5639] Show a message when invited addresses are blocked (#6691)Pieter Lexis2017-06-294-8/+48
| | | | | | | | | | | | | | | | * 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
* [PLT-6707] /header [text] slash command: Edit the channel header (#6566)Carlos Tadeu Panato Junior2017-06-298-8/+141
| | | | | | | | * add /header slash command * update websocket * updater per review
* PLT-6909 Remove deleted emojis from cache (#6757)Harrison Healey2017-06-292-5/+9
| | | | | | * PLT-6909 Remove deleted emojis from cache * Fixed unit tests
* PLT-3901 fixing push notificaiton with images message (#6783)Corey Hulen2017-06-292-2/+10
|
* Remove unneeded return and add logging for marking channels unread (#6788)Joram Wilander2017-06-281-3/+4
|
* PLT-6844 Change file uploading to use superagent (#6785)Harrison Healey2017-06-282-17/+70
| | | | | | * PLT-6844 Change file uploading to use superagent * Fixed handling of upload errors
* Make sure to log errors when failing to send emails (#6754)Joram Wilander2017-06-282-6/+4
|
* PLT-6456 Migrate installed_commands.jsx to be pure and use Redux (#6759)94117nl2017-06-287-31/+206
| | | | | | | | | | | | | | | | * 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
* Update gorp to support query timeouts on postgres (#6730)Joram Wilander2017-06-287-38/+19
| | | | | | | | * Update gorp to support query timeouts on postgres * Update help text to remove postgres exception * Fix glide.lock
* Added MarkdownImage component (#6774)Harrison Healey2017-06-284-26/+42
| | | | | | * Added MarkdownImage component * Fixed unit tests
* PLT-6920: Fix password reset email. (#6773)George Goldberg2017-06-281-1/+1
|
* PLT-6931 Properly parse request body in post search (#6768)Joram Wilander2017-06-282-10/+6
| | | | | | * Properly parse request body in post search * Update driver to use correct body
* PLT-6813 Removed misleading and outdated link tests (#6767)Harrison Healey2017-06-281-5/+2
| | | | | | * PLT-6813 Removed misleading tests using default ports * PLT-6813 Removed tests using basic authentication
* PLT-6937: Bulk Importing of Direct/Group channels and posts. (#6761)George Goldberg2017-06-284-32/+1146
| | | | | | * PLT-6937: Bulk Importing of Direct/Group channels and posts. * Show group/direct channels in sidebar.
* PLT-6796 - Regression: Code tag is empty for html code blocks (#6779)Carlos Tadeu Panato Junior2017-06-281-1/+1
|
* Fix account creation redirect (#6765)Joram Wilander2017-06-285-24/+10
|
* Update test-tables.md (#6775)lindalumitchell2017-06-281-1/+9
|
* Fix searching by user id in system console (#6763)Joram Wilander2017-06-281-7/+1
|
* add attachments notification (#6769)megos2017-06-282-1/+18
|
* Fixed error information being obscured when joining teams with API v4 (#6751)Harrison Healey2017-06-287-27/+10
|
* PLT-6799 Removed <wbr> tags from markdown links (#6766)Harrison Healey2017-06-283-16/+4
| | | | | | * PLT-6799 Removed <wbr> tags from markdown links * Fixed unit tests
* PLT-6900: Hide DotMenu container when DotMenu empty. (#6770)George Goldberg2017-06-282-1/+21
|
* [PLT-6599] Add link to check Websocket port error message (#6743)Carlos Tadeu Panato Junior2017-06-284-5/+12
|
* Remove unnecessary API calls on first page load (#6762)Joram Wilander2017-06-271-7/+6
|
* [PLT-6745] Fix action of SHIFT+UP by fixing latest replay-able post (#6738)Saturnino Abril2017-06-272-5/+6
| | | | | | * fix latest replayable post * use PostUtils.isSystemMessage instead of checkin that post.type is empty
* fix JS errors in saving preferences - for user's display (including custom ↵Saturnino Abril2017-06-273-16/+3
| | | | theme vector) and advanced settings (#6764)
* Stage 1 of caching layer. Framework (#6693)Christopher Speller2017-06-2738-1043/+1261
|
* Update to latest mattermost-redux (#6753)Joram Wilander2017-06-271-1/+1
|
* Fixing mean request time (#6760)Corey Hulen2017-06-261-1/+1
|
* fix permission app error with updatePost (#6749)Saturnino Abril2017-06-263-5/+6
|
* Update dialog help text of 'MoreDirectChannels' and 'AddUsersToTeam' modals ↵Saturnino Abril2017-06-264-10/+3
| | | | (#6744)
* verify for email domain for everything but ldap / saml (#6718)Chris2017-06-262-18/+10
|
* platform/model: Don't pull in the "testing" package in normal builds (#6735)Adrien2017-06-261-0/+0
| | | | | | | Rename all files importing the "testing" package in "platform/model" so that they only get compiled in test builds. This avoids the side effects of the testing package (notably, defining some command line flags with the "flags" package) for codebases importing the model package.
* PLT-6815 Do not disconnect websocket when joining a team (#6746)Joram Wilander2017-06-265-48/+37
| | | | | | * Do not disconnect websocket when joining a team * Fix eslint error