Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Notifications fix from 3.6 branch | Christopher Speller | 2017-01-27 | 1 | -9/+7 | |
| | ||||||
* | Merge branch 'release-3.6' | Christopher Speller | 2017-01-27 | 6 | -16/+99 | |
|\ | ||||||
| * | Add functionality for refetching latest data after computer wakes up (#5120) | Joram Wilander | 2017-01-19 | 2 | -1/+24 | |
| | | ||||||
| * | Fixing CLI backwards compatibility (#5121) | Christopher Speller | 2017-01-18 | 1 | -0/+6 | |
| | | ||||||
| * | Removed index on Teams.Description column (#5095) | Harrison Healey | 2017-01-18 | 3 | -15/+69 | |
| | | | | | | | | | | | | | | | | * Removed index on Teams.Description column * Fixed RemoveIndexIfExists when running with MySQL * Fixed RemoveIndexIfExists when running Postgres and added unit tests | |||||
| * | Fixing performance issue with notifications (#5083) | Christopher Speller | 2017-01-16 | 1 | -5/+7 | |
| | | ||||||
* | | #5108 Add datetime attribute to <time> elements (#5199) | Björn Roland | 2017-01-27 | 3 | -3/+12 | |
| | | | | | | | | | | | | * #5108 Add datetime attribute to <time> elements * fix eslint errors | |||||
* | | Move remaining client functions in components to actions (#5171) | Carlos Tadeu Panato Junior | 2017-01-27 | 32 | -141/+708 | |
| | | ||||||
* | | Fix cluster logs (#5195) | Joram Wilander | 2017-01-26 | 1 | -9/+18 | |
| | | ||||||
* | | Add tests for app/email.go (#5187) | Carlos Tadeu Panato Junior | 2017-01-26 | 1 | -0/+419 | |
| | | | | | | | | | | | | | | | | * Add tests for app/email.go * fix issue related with inbucket * applied go fmt | |||||
* | | Fixed ChannelMentionProvider matching completed mentions (#5188) | Harrison Healey | 2017-01-25 | 2 | -56/+72 | |
| | | ||||||
* | | PLT-4378 Slack import when channel name is deleted (#4649) | George Goldberg | 2017-01-25 | 5 | -7/+82 | |
| | | | | | | | | | | This fixes the issue where the channel fails to Import from Slack if there is already a channel with the same name on Mattermost that has been deleted. | |||||
* | | Disabled mangling of email addresses in markdown autolinks (#5192) | Harrison Healey | 2017-01-25 | 1 | -1/+2 | |
| | | ||||||
* | | PLT-4898 Fix emoji reaction position for image thumbnails (#5194) | Björn Roland | 2017-01-25 | 1 | -1/+1 | |
| | | ||||||
* | | Fix siteURL not being set correctly (#5189) | Joram Wilander | 2017-01-25 | 1 | -0/+2 | |
| | | ||||||
* | | More app code migration (#5170) | Joram Wilander | 2017-01-25 | 24 | -1072/+1457 | |
| | | | | | | | | | | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package | |||||
* | | Add initial tests for urlencoded (#5178) | Carlos Tadeu Panato Junior | 2017-01-25 | 1 | -0/+35 | |
| | | ||||||
* | | PLT-4858: Allow system admin to delete all channels. (#5180) | George Goldberg | 2017-01-25 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | The app-package refactor means that the check for a Channel Member object before allowing to delete the channel is now redundant, as the check is already carried out by using HasPermissionToChannel() on the user requesting it. As a result, System Admins can now delete channels through the API even if they aren't members. | |||||
* | | translations PR 20170123 (#5174) | enahum | 2017-01-25 | 22 | -287/+907 | |
| | | ||||||
* | | #4967 Fixed issue of post not getting updated after edit, if the post was ↵ | Debanshu Kundu | 2017-01-25 | 2 | -10/+21 | |
| | | | | | | | | focused. (#5149) | |||||
* | | Adding test case for lines before & after bullets (#5155) | it33 | 2017-01-25 | 1 | -0/+29 | |
| | | ||||||
* | | Remove unused % parameter in a server log error (#5185) | Jason Blais | 2017-01-25 | 1 | -1/+1 | |
| | | ||||||
* | | Closing response body when fetching link previews (#5181) | Christopher Speller | 2017-01-24 | 3 | -8/+9 | |
| | | ||||||
* | | add initial tests for utils/mail.go (#5176) | Carlos Tadeu Panato Junior | 2017-01-24 | 1 | -0/+61 | |
| | | ||||||
* | | Move instances of Client.resendVerification() in components to an action (#5169) | Carlos Tadeu Panato Junior | 2017-01-24 | 2 | -2/+19 | |
| | | ||||||
* | | Move instances of Client.resetPassword() in components to an action (#5167) | Carlos Tadeu Panato Junior | 2017-01-24 | 2 | -4/+25 | |
| | | ||||||
* | | Move instances of Client.verifyEmail() in components to an action (#5166) | Carlos Tadeu Panato Junior | 2017-01-24 | 2 | -9/+23 | |
| | | ||||||
* | | Fix adding user to team and add test check (#5172) | Joram Wilander | 2017-01-23 | 2 | -1/+5 | |
| | | ||||||
* | | Adding stderr to client tests output. Exiting with error so make will fail. ↵ | Christopher Speller | 2017-01-23 | 1 | -0/+16 | |
| | | | | | | | | (#5168) | |||||
* | | Move instances of Client.uploadFile() in components to an action (#5165) | Carlos Tadeu Panato Junior | 2017-01-23 | 2 | -9/+38 | |
| | | ||||||
* | | Move instances of Client.deleteChannel() in components to an action (#5164) | Carlos Tadeu Panato Junior | 2017-01-23 | 2 | -12/+22 | |
| | | ||||||
* | | Moved code to change direction of dropdown to run when dropdown is shown (#5100) | Harrison Healey | 2017-01-23 | 1 | -6/+10 | |
| | | ||||||
* | | Move permissions code into app package (#5146) | Joram Wilander | 2017-01-23 | 28 | -554/+702 | |
| | | | | | | | | | | | | * Move permissions code into app package * Revert getPosts permission | |||||
* | | Random fixes (#5145) | enahum | 2017-01-23 | 2 | -4/+14 | |
| | | | | | | | | | | | | * Fix OVERLAY_TIME_DELAY in sidebar_header * Fix webhook channel selection by adding a filter | |||||
* | | Move instances of Client.inviteMembers() in components to an action (#5154) | Saturnino Abril | 2017-01-23 | 2 | -2/+18 | |
| | | ||||||
* | | Move instances of Client.updateUserNotifyProps() in components to an action ↵ | Saturnino Abril | 2017-01-23 | 2 | -4/+21 | |
| | | | | | | | | (#5156) | |||||
* | | Update chanel_header.addMembers --> channel_header.addMembers (#5144) | Jason Blais | 2017-01-20 | 2 | -2/+2 | |
| | | | | | | | | | | | | * Update channel_header.jsx * Update en.json | |||||
* | | translations PR 20170116 (#5086) | enahum | 2017-01-20 | 22 | -807/+637 | |
| | | ||||||
* | | Adding active users statistics to system console (#5141) | Christopher Speller | 2017-01-20 | 7 | -2/+98 | |
| | | ||||||
* | | Account settings text updates (#5143) | Jason Blais | 2017-01-20 | 3 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | * Update en.json * Update user_settings_display.jsx * Update en.json * Update user_settings_advanced.jsx | |||||
* | | #4257 Added functionality to create previews for post links using open ↵ | Debanshu Kundu | 2017-01-20 | 26 | -534/+1241 | |
| | | | | | | | | graph data from those links. (#4890) | |||||
* | | Support explicit image sizes in markdown (#4803) | Jürgen Haas | 2017-01-20 | 1 | -2/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support explicit image sizes in markdown * Cleanup code * Add support for missing second dimension * Overwrite height style attribute if available, use "auto" otherwise * Fix syntax * Do not set the height style if its value is auto * Re-calculate width and height, if given height is bigger than max-height * Make formulas more explicit | |||||
* | | Move Slack Import to App Layer. (#5135) | George Goldberg | 2017-01-20 | 8 | -215/+215 | |
| | | ||||||
* | | Move instances of Client.leaveChannel() in components to an action (#5131) | Carlos Tadeu Panato Junior | 2017-01-20 | 4 | -38/+34 | |
| | | | | | | | | | | | | * Move instances of Client.leaveChannel() in components to an action * create isFavoriteChannelId | |||||
* | | PLT-5284 Fix webhook notifications for channel creator is not in (#5119) | Joram Wilander | 2017-01-20 | 3 | -17/+15 | |
| | | | | | | | | | | | | * Fix webhook notifications for channel creator is not in * Fix unit test | |||||
* | | Move instances of Client.getInviteInfo() in components to an action (#5130) | Carlos Tadeu Panato Junior | 2017-01-20 | 3 | -3/+20 | |
| | | ||||||
* | | Fixed channel mention autocomplete to not match completed mentions (#5101) | Harrison Healey | 2017-01-20 | 1 | -0/+12 | |
| | | ||||||
* | | Move instances of Client.deletePost() in components to an action (#5129) | Carlos Tadeu Panato Junior | 2017-01-19 | 2 | -18/+33 | |
| | | ||||||
* | | Move instances of Client.addUserToTeamFromInvite() in components to an ↵ | Carlos Tadeu Panato Junior | 2017-01-19 | 4 | -12/+39 | |
| | | | | | | | | action (#5132) | |||||
* | | Migrate functions to app package (#5106) | Joram Wilander | 2017-01-19 | 34 | -1657/+1931 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback |