mattermost/api4
2018-01-24 08:50:11 -05:00
..
api.go Add GET /emojis/name/{emoji_name} API endpoint (#8142) 2018-01-24 08:50:11 -05:00
api_test.go Refactoring cfg refs and load / save functions (#7749) 2017-10-31 10:39:31 -04:00
apitestlib.go Finally remove utils.Cfg (#8113) 2018-01-17 13:38:37 -05:00
brand.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
brand_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
channel.go PLT-3383: image proxy support (#7991) 2018-01-22 15:32:50 -06:00
channel_test.go [PLT-8430] Auto lowercase team and channel names in API requests (#7992) 2018-01-12 09:01:45 -05:00
cluster.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
cluster_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
command.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
command_help_test.go Reduce utils.Cfg references (#7650) 2017-10-18 15:36:43 -07:00
command_test.go Reduce utils.Cfg references (#7650) 2017-10-18 15:36:43 -07:00
compliance.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
context.go [XYZ-6] Add sampledata platform command (#8027) 2018-01-11 10:57:47 -05:00
context_test.go Adding functionality to get & delete incoming webhooks (#5648) 2017-03-11 19:40:56 -03:00
data_retention.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
data_retention_test.go Fix bad merge (#7553) 2017-10-02 13:25:33 -07:00
elasticsearch.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
elasticsearch_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
emoji.go Add GET /emojis/name/{emoji_name} API endpoint (#8142) 2018-01-24 08:50:11 -05:00
emoji_test.go Add GET /emojis/name/{emoji_name} API endpoint (#8142) 2018-01-24 08:50:11 -05:00
file.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
file_test.go more global config ref cleanup (#7802) 2017-11-09 14:46:20 -06:00
job.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
job_test.go fix job test race condition (#7647) 2017-10-18 12:23:41 -04:00
ldap.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
ldap_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
oauth.go redirect error uri when OAuth SSO is setup but account creation is disabled (#8086) 2018-01-11 19:18:16 -05:00
oauth_test.go Fix oauth app update (#7913) 2017-12-01 08:21:44 -05:00
openGraph.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
openGraph_test.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
params.go [PLT-8430] Auto lowercase team and channel names in API requests (#7992) 2018-01-12 09:01:45 -05:00
plugin.go PLT-8018: Bundled jira plugin (#7920) 2017-11-30 14:55:44 -06:00
plugin_test.go Add plugin slash command support (#7941) 2017-12-08 13:55:41 -06:00
post.go PLT-3383: image proxy support (#7991) 2018-01-22 15:32:50 -06:00
post_test.go Finally remove utils.Cfg (#8113) 2018-01-17 13:38:37 -05:00
preference.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
preference_test.go fix preference test races (#7645) 2017-10-18 12:21:28 -04:00
reaction.go [XYZ-6] Add sampledata platform command (#8027) 2018-01-11 10:57:47 -05:00
reaction_test.go fix reaction test (#7978) 2017-12-14 06:31:11 -06:00
saml.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
saml_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00
status.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
status_test.go [PLT-4341] add dnd command (#7694) 2017-10-25 11:51:13 -04:00
system.go Remove utils.ClientCfg and utils.ClientCfgHash (#8041) 2018-01-05 16:17:57 -06:00
system_test.go PLT-6896 per-paging for logs (#7903) 2017-12-13 13:04:55 -06:00
team.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
team_test.go Finally remove utils.Cfg (#8113) 2018-01-17 13:38:37 -05:00
user.go [PLT-7793] Add /users/tokens/search endpoint (#8088) 2018-01-11 16:30:55 -05:00
user_test.go Finally remove utils.Cfg (#8113) 2018-01-17 13:38:37 -05:00
webhook.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
webhook_test.go [PLT-8173] Strip the post_ prefix on incoming webhook overrides. (#8019) 2018-01-03 10:35:36 -05:00
webrtc.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
webrtc_test.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
websocket.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
websocket_test.go Don't use global app for api / api4 tests (#7528) 2017-10-02 09:50:56 +01:00