summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement PUT /users/{user_id}/roles endpoint for APIv4 (#5238)Joram Wilander2017-02-014-1/+80
|
* add modal next/prev button to be localized (#5245)Yusuke Nemoto2017-02-013-4/+20
|
* Fix logging in with MFA (#5248)Joram Wilander2017-02-011-1/+1
|
* fix cloning channels (#5242)Evgeniy2017-01-311-1/+3
| | | | | | * fix cloning channels * fix code-style
* Fix verifying a missing user panics (#5240)Christopher Speller2017-01-311-0/+1
|
* Use consistent Display Name sorting code throughout the webapp #5159 (#5213)Saturnino Abril2017-01-3111-90/+51
| | | | | | * Use consistent Display Name sorting code throughout the webapp #5159 * fixed broken sorting of teams and channels
* Added ability for system message username to be localized (#5239)Harrison Healey2017-01-316-5/+21
|
* Fixing websocket origin policyChristopher Speller2017-01-312-4/+25
|
* Clicking on email verification does not automatically fill in your email (#5140)Carlos Tadeu Panato Junior2017-01-311-1/+10
| | | | | | | | | | * implement Clicking on email verification does not automatically fill in your email * set the cursor to the password field * update per review * update per review
* Fix typos for model.config.is_valid...app_error (#5236)Jason Blais2017-01-311-2/+2
|
* Improve APIv4 test lib (#5237)Joram Wilander2017-01-313-23/+105
|
* Use Client APIs to resolve URLs (#5148)Akihiko Odaki2017-01-314-3/+11
|
* PLT-5365 Import of basic user properties. (#5231)George Goldberg2017-01-316-34/+569
|
* Stopped usernames from appearing on separate lines in system messages (#5228)Harrison Healey2017-01-311-9/+13
|
* Minor fix for system console menu (#5225)Asaad Mahmood2017-01-311-0/+5
|
* Implement POST /teams endpoint (#5220)Joram Wilander2017-01-318-19/+148
|
* Improvments to typing messages (#5230)Christopher Speller2017-01-307-43/+70
|
* Fix small bug in webhub. (#5229)Christopher Speller2017-01-301-1/+3
|
* Changing map to array for web_hub connections. (#5226)Christopher Speller2017-01-301-17/+30
|
* PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the ↵Harrison Healey2017-01-3013-51/+321
| | | | | | | | | | | | client (#5209) * Moved rendering of (message deleted) into PostMessageView * Added additional post types to constants on client * Changed system messages to be rendered in the client's language * Updated new system messages to have relevant usernames highlighted and have markdown rendered in header change messages
* Fix @ mentions not always highlighting (#5223)Joram Wilander2017-01-301-0/+5
|
* Fix refresh on system console user page (#5222)Joram Wilander2017-01-301-20/+15
|
* Fix system admin resetMfa action (#5221)enahum2017-01-301-1/+2
|
* Bug fixes (#5218)Asaad Mahmood2017-01-3015-142/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5319 - Fixing text alignment security modal * PLT-5280 - Fixing add comment button in RHS mobile * PLT-5397 - Fixing Floating timestamp on mobile * PLT-5129 - Hiding formatting help text * PLT-5242 - Adjusting team sidebar border on IE!! * PLT-5226 - Placing settings toggle over header * PLT-5222 - Placed team description tooltip on top * PLT-5201 - Account settings overlap on mobile * PLT-5138 - Adding bg to pending post actions * PLT-5286 - Adjusting play button on youtube videos * PLT-5313 - Adjusting space between emoji reactions * PLT-5187 - Adjusting text in channel switcher * PLT-5399 - Reverting button alignment in modal
* Add initial tests for app/team.go (#5208)Carlos Tadeu Panato Junior2017-01-301-0/+114
| | | | | | * . * add initial tests for app/team.go
* PLT-5122 - Switching to circular status icons (#5049)Asaad Mahmood2017-01-309-62/+72
| | | | | | | | | | * PLT-5122 - Switching to circular status icons * Adding profile pic crop for status indicators * Updating status indicators in LHS * Updating else statements
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-3031-272/+1826
| | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback
* Add Floating Timestamp to Right Hand Side on Mobile #5163 (#5201)Saturnino Abril2017-01-303-3/+85
|
* PLT-5225 Added separate post types for certain system messages (#5193)Harrison Healey2017-01-276-44/+119
| | | | | | | | | | | | * Added separate post types for system_join_leave and system_add_remove posts * Added username prop to channel deleted posts * Changed slack import to properly generate the new join/leave messages * Added username prop to channel update posts * Moved Post(AddTo/RemoveFrom)ChanneMessage into app package
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-2719-51/+173
| | | | | | | | | | * Add webhook cache * Add channel by name cache * Fxing profiles in channels cache * Fix merge
* Fixed pre-release invite link in README (#5207)Harrison Healey2017-01-271-1/+1
|
* Fixing various issues with markdown spacing (#5203)Asaad Mahmood2017-01-272-21/+28
|
* PLT-5366, PLT-5364, PLT-5363: Bulk Import Part 1. (#5204)George Goldberg2017-01-276-10/+974
| | | | | | | This commit provides the first part of the bulk import system. The CLI command is provided, complete with validation & apply modes. All the basic properties of Teams and Channels can be imported. Users & Posts will follow separately in a future commit.
* Notifications fix from 3.6 branchChristopher Speller2017-01-271-9/+7
|
* Merge branch 'release-3.6'Christopher Speller2017-01-276-16/+99
|\
| * Add functionality for refetching latest data after computer wakes up (#5120)Joram Wilander2017-01-192-1/+24
| |
| * Fixing CLI backwards compatibility (#5121)Christopher Speller2017-01-181-0/+6
| |
| * Removed index on Teams.Description column (#5095)Harrison Healey2017-01-183-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 Speller2017-01-161-5/+7
| |
* | #5108 Add datetime attribute to <time> elements (#5199)Björn Roland2017-01-273-3/+12
| | | | | | | | | | | | * #5108 Add datetime attribute to <time> elements * fix eslint errors
* | Move remaining client functions in components to actions (#5171)Carlos Tadeu Panato Junior2017-01-2732-141/+708
| |
* | Fix cluster logs (#5195)Joram Wilander2017-01-261-9/+18
| |
* | Add tests for app/email.go (#5187)Carlos Tadeu Panato Junior2017-01-261-0/+419
| | | | | | | | | | | | | | | | * Add tests for app/email.go * fix issue related with inbucket * applied go fmt
* | Fixed ChannelMentionProvider matching completed mentions (#5188)Harrison Healey2017-01-252-56/+72
| |
* | PLT-4378 Slack import when channel name is deleted (#4649)George Goldberg2017-01-255-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 Healey2017-01-251-1/+2
| |
* | PLT-4898 Fix emoji reaction position for image thumbnails (#5194)Björn Roland2017-01-251-1/+1
| |
* | Fix siteURL not being set correctly (#5189)Joram Wilander2017-01-251-0/+2
| |
* | More app code migration (#5170)Joram Wilander2017-01-2524-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 Junior2017-01-251-0/+35
| |