mattermost/api
Joram Wilander 528f2dc6c3 Merge release-3.10 into master (#6654)
* PLT-6787 Fixed being able to send a post before files finished uploading (#6617)

* Fix quick switcher for channels/users not stored locally (#6610)

* Fix button text on confirm mention modal (#6609)

* fix post delete permission of channel admin (#6608)

* open comment thread for the most recent reply-able message (#6605)

* Use mutex flag with yarn to prevent concurrent builds interfering (#6619)

* Use mutex flag with yarn to prevent concurrent builds interfering

* Remove yarn mutex file with clean

* Minor bug fixes (#6615)

* PLT-6774 - Fixing color for offline icon

* PLT-6784 - Fixing status icon

* Fixing icon margin

* Updating caret position

* PLT-6070 Have ChannelMentionProvider stop searching after a term returns no results (#6620)

* Fixing JS error (#6623)

* Minor bug fixes (#6622)

* PLT-6808 - Updating channel switcher on mobile

* PLT-6743 - Updating scrollbar styling

* Login instead of failing if user exists in OAuth sign-up flow (#6627)

* PLT-6802 Disable team switcher (#6626)

* Disable team switcher

* Fix ESLint errors

* PLT-6807 Ensured select teams page can scroll on iOS (#6630)

* Do not redirect from account switch pages on 401 (#6631)

* Fixing loadtest command and renaming to /test (#6624)

* PLT-6820 Update mattermost-redux dependency (#6632)

* translations PR 20170612 (#6629)

* Bump HTTP client timeout to 30 seconds (#6633)

* For team unreads return empty array instead of null (#6636)

* PLT-6831 Fix status modal localization IDs (#6637)

* Fix status modal localization IDs

* Update test snapshot
2017-06-15 11:05:43 -04:00
..
admin.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
admin_test.go Adding short unit tests by default (#6494) 2017-05-25 11:01:53 -04:00
api.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
apitestlib.go Implement v4 endpoints for OAuth (#6040) 2017-04-20 09:55:02 -04:00
channel.go Forward port 3.8.1 changes that missed master (#6362) 2017-05-09 16:01:06 -04:00
channel_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
cli_test.go Adding short unit tests by default (#6494) 2017-05-25 11:01:53 -04:00
command.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command_echo_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command_expand_collapse_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command_invite_people_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command_join_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command_loadtest_test.go Merge release-3.10 into master (#6654) 2017-06-15 11:05:43 -04:00
command_logout_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command_me_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command_msg_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command_shortcuts_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command_shrug_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command_statuses_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command_test.go Merge release-3.10 into master (#6654) 2017-06-15 11:05:43 -04:00
context.go Detach session activity update from statuses (#6379) 2017-05-10 09:48:50 -04:00
context_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
deprecated.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
deprecated_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
emoji.go [APIV4] GET /emoji/{emoji_id}/image for apiV4 (#6141) 2017-04-20 11:14:15 -04:00
emoji_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
file.go PLT-6262 Add config setting to disable file attachments (#6301) 2017-05-04 15:45:19 -04:00
file_test.go Support AWS Signature V2 for Mattermost for S3 storage. (#6462) 2017-05-30 16:12:24 -07:00
general.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
general_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
license.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
license_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
oauth.go Ability to use OAuth login from mobile (#6432) 2017-05-17 17:33:44 -04:00
oauth_test.go Creating common token store and moving email invites and verification to it (#6213) 2017-04-27 10:55:03 -04:00
post.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
post_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
preference.go PLT-1384 Added websocket event when preferences are updated/deleted (#6107) 2017-04-20 13:57:31 +01:00
preference_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
reaction.go APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name (#6117) 2017-04-22 08:52:03 -04:00
reaction_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
server_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
status.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
status_test.go Revert "Usernames must start with a letter (#5581)" 2017-04-18 17:37:25 -04:00
team.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
team_test.go Revert "Usernames must start with a letter (#5581)" 2017-04-18 17:37:25 -04:00
user.go Creating common token store and moving email invites and verification to it (#6213) 2017-04-27 10:55:03 -04:00
user_test.go Support AWS Signature V2 for Mattermost for S3 storage. (#6462) 2017-05-30 16:12:24 -07:00
webhook.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
webhook_test.go PLT-6581 breakup webhooks greater than 4K into multiple posts (#6530) 2017-06-02 12:08:04 -04:00
webrtc.go Implement GET /webrtc/token endpoint for APIv4 (#6046) 2017-04-16 21:14:31 -04:00
websocket.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
websocket_test.go PLT-6393: Fix Websocket CORS header check. (#6335) 2017-05-04 17:21:28 -04:00