summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix Utils importing in ChannelStore. (#5503)George Goldberg2017-02-221-6/+7
| | | | | | This fixes a whole load of bugs around Channel Members Modals, and elsewhere where the Channel Members are used. Most of those bugs have been alreay closed as "Cannot Reproduce" becaues the issue was a really nasty race condition in the javascript!
* Fix response for malformed command execute request (#5498)Joram Wilander2017-02-223-4/+10
|
* Fix system admin loading members for teams not on (#5496)Joram Wilander2017-02-221-6/+2
|
* APIv4: GET /teams/{team_id}/members (#5460)Saturnino Abril2017-02-223-0/+90
| | | | | | | | | | * APIv4: GET /teams/{team_id}/members * removed unecessary comment * changed route to session required, and logout test to unauthorized Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com>
* Fixing emoji reactions and Aurora read replica issue for master (#5499)Corey Hulen2017-02-221-39/+22
|
* Fixing double send of websocket hello message (#5490)Corey Hulen2017-02-221-1/+0
|
* Fix unreads appearing after some system messages posted (#5491)Joram Wilander2017-02-222-2/+3
|
* Implement create and get incoming webhook endpoints for APIv4 (#5407)Joram Wilander2017-02-2111-49/+412
| | | | | | | | * Implement POST /hooks/incoming endpoint for APIv4 * Implement GET /hooks/incoming endpoint for APIv4 * Updates per feedback
* Update RHS --> right-hand sidebar (#5483)Jason Blais2017-02-211-2/+2
|
* Fix permission grants for channel management. (#5478)George Goldberg2017-02-212-0/+49
| | | | When selecting the Channel, Team & System level for channel permissions, they must be explicitly granted to the Channel *and* the Team admins.
* Implement posts endpoints for APIv4 (#5480)Ruzette Tanyag2017-02-215-0/+356
| | | | | | | | | | * Implement delete post endpoint for apiv4 * Implement POST search post endpoint for APIv4 * removed delete post quotes * rearrange formatting
* Implement endpoint for APIv4: PUT /teams/{team_id}/members/{user_id}/roles ↵Saturnino Abril2017-02-213-0/+117
| | | | (#5471)
* Implement endpoint for APIv4: GET /users/{user_id}/audits (#5472)Saturnino Abril2017-02-217-55/+121
|
* Add help text for 'Words that trigger mentions' (#5459)joannekoong2017-02-202-1/+15
|
* PLT-5334: Show Create Team menu option to Sysadmins even when Team Creation ↵George Goldberg2017-02-201-1/+1
| | | | is disabled. (#5481)
* Various APIv4 fixes (#5474)Joram Wilander2017-02-203-1/+7
|
* Fix spacing between file uploads (#5333)Robin Naundorf2017-02-200-0/+0
|
* Fixing file info caching issue with Aurora for master (#5477)Corey Hulen2017-02-208-17/+39
|
* Implement a few channel member endpoints for APIv4 (#5444)Joram Wilander2017-02-205-33/+349
| | | | | | | | * Implement POST /channels/members/{user_id}/view endpoint for APIv4 * Implement PUT /channels/{channel_id}/members/{user_id}/roles endpoint for APIv4 * Implement DELETE /channels/{channel_id}/members/{user_id} endpoint for APIv4
* Corrected endpoint in email_to_oauth. (#5458)Zaicon2017-02-201-1/+1
|
* Update System Console > Privacy help texts (#5470)joannekoong2017-02-202-4/+4
|
* Implementation endpoint for APIv4: GET /teams/name/{name} (#5473)Saturnino Abril2017-02-204-0/+63
| | | | | | | | | | * APIv4: GET /teams/name/{name} Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com> * reorganized test with SystemAdminClient Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com>
* PLT-5573 - Fixing emoticons (#5461)Asaad Mahmood2017-02-192-5/+11
|
* Implement GET teams/{team_id}/stats - apiv4 (#5453)Saturnino Abril2017-02-174-1/+101
| | | | | | | | * api4 GET teams/{team_id}/stats * api4 GET teams/{team_id}/stats * moved TeamStats router to team.go
* Implement upload and get file endpoints for APIv4 (#5396)Joram Wilander2017-02-1711-63/+500
| | | | | | * Implement POST /files endpoint for APIv4 * Implement GET /files/{file_id} endpoint for APIv4
* Implement user sessions endpoints for APIv4 (#5449)Ruzette Tanyag2017-02-174-0/+173
| | | | | | | | | | | | | | * added get session and revoke session endpoints, unittests and drivers * removed BasicUser2 and added teardown * added badrequest unit test case for sessions * added session loop to check if user id and session user id matches * fixed indentation issues for user_test * match indentation from spaces to tabs
* translations PR 20170213 (#5393)enahum2017-02-1721-139/+197
|
* Move channel permission check back to using cache (#5454)Joram Wilander2017-02-171-7/+13
|
* config.json: remove duplicate "EnableUserTypingMessages" (#5445)laur892017-02-171-1/+0
|
* Simplify code (#5452)Josta Yee2017-02-171-1/+1
| | | https://github.com/mattermost/platform/blob/master/app/authentication.go#L149 has compared `user.AuthService` with `model.USER_AUTH_SERVICE_LDAP`, so this check is useless here.
* Rename channel (#5322)fengpan2017-02-177-31/+50
| | | | | | | | | | | | | | * fix react proptypes * Replace the handle field and label with url * Update rename channel url correctly * fix merge * fix after test-1 * update i18n
* Bumping base cache numbers for master (#5451)Corey Hulen2017-02-177-13/+13
|
* Fix issue with Aurora read replica (#5448)Corey Hulen2017-02-171-0/+30
|
* Add APIv4 /system/ping endpoint (#5443)Robin Naundorf2017-02-174-0/+53
|
* Added NewPostList constructor to set fields to be non-null (#5440)Harrison Healey2017-02-163-10/+15
|
* Fix load profile for new DM message (#5441)Joram Wilander2017-02-161-0/+4
|
* Multiple Ui improvements (#5398)Asaad Mahmood2017-02-1613-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5475 - Adjusting tutorials on mobile * PLT-5475 - Adjusting tutorials on mobile * PLT-5457 - Adjusting save button * PLT-5443 - Updating highllight on status compact * PLT-5413 - Team sidebar not scrolling * PLT-5358 - Maintaing aspect ratio for emojis * PLT-5411 - Removing help text from LDAP signin * PLT-5420 - Updating emoticon for headings * Updating emoji size * Updating emoji size * Removing emoticon tag * Updating emoticon sizes * Updating emoji size
* PLT-5521: Mandatory version in line 1 of bulk import. (#5400)George Goldberg2017-02-163-3/+66
|
* Bulk import success message not shown on error. (#5401)George Goldberg2017-02-161-5/+5
|
* Implement PUT /users/{user_id}/patch endpoint for APIv4 (#5418)Joram Wilander2017-02-165-4/+202
|
* Fix JS error on joining some channels (#5439)Joram Wilander2017-02-161-1/+1
|
* (at)-mention preceded by ^, $, # or & to trigger a mention (#5419)enahum2017-02-161-1/+1
|
* Ensured getPostsSince route doesn't return a null posts field (#5436)Harrison Healey2017-02-151-0/+2
|
* Fixing emoji bug (#5438)Corey Hulen2017-02-152-1/+7
|
* Clean-up unread counting and fix commenting (#5437)Joram Wilander2017-02-151-3/+13
|
* Adding emoji caching (#5433)Corey Hulen2017-02-154-5/+46
|
* Handle matching updateats for post list etag (#5435)Joram Wilander2017-02-151-0/+3
|
* Adding caching to profile images to master (#5428)Corey Hulen2017-02-152-8/+18
| | | | | | | | | | | | * Adding caching to profile images * Fixing break * Adding back in failed read * Fixing build break * Fixing break
* Remove MakeDirectChannelVisible and add client handling for showing DMs (#5430)Joram Wilander2017-02-158-104/+61
|
* Add .idea to gitignore (#5427)Robin Naundorf2017-02-151-0/+1
|