| .. |
|
api.go
|
Move to the mattermost/go-i18n fork (#10669)
|
2019-04-23 09:33:42 -04:00 |
|
apitestlib.go
|
Changes tests to use testify.require at api4/file_test.go fixe… (#12814)
|
2019-10-23 14:45:15 +02:00 |
|
bot.go
|
MM-16872 - Extend Plugin API to set LHS bot icon (#11601)
|
2019-07-11 12:00:12 -04:00 |
|
bot_test.go
|
MM-16872 - Extend Plugin API to set LHS bot icon (#11601)
|
2019-07-11 12:00:12 -04:00 |
|
brand.go
|
Moving app from singular to being created for every request (#9889)
|
2018-11-28 10:56:21 -08:00 |
|
brand_test.go
|
Merge branch 'master' into post-metadata
|
2018-11-22 13:11:55 -05:00 |
|
channel.go
|
[MM-16934] Add API endpoint to update channel privacy (#11993)
|
2019-09-16 19:34:36 +02:00 |
|
channel_test.go
|
MM-18651: no spurious mentions on leaving channels (#12527)
|
2019-10-21 14:56:08 -03:00 |
|
cluster.go
|
MM-14439: experimental restrict system admin (#10414)
|
2019-03-08 13:15:28 -05:00 |
|
cluster_test.go
|
MM-14439: experimental restrict system admin (#10414)
|
2019-03-08 13:15:28 -05:00 |
|
command.go
|
Verify team membership when returning command list (#11487)
|
2019-07-04 14:52:47 +02:00 |
|
command_help_test.go
|
Reduce utils.Cfg references (#7650)
|
2017-10-18 15:36:43 -07:00 |
|
command_test.go
|
MM-19468 Migrate tests from "api4/command_test.go" to use testify (#12809)
|
2019-10-24 09:32:31 -04:00 |
|
commands_test.go
|
MM-2954 - Add a separate post type for /me messages and update formatting (#11082)
|
2019-06-20 17:16:36 -04:00 |
|
compliance.go
|
Moving app from singular to being created for every request (#9889)
|
2018-11-28 10:56:21 -08:00 |
|
config.go
|
MM-15006: Returning informative errors on config validation (#10585)
|
2019-04-11 08:57:25 +02:00 |
|
config_test.go
|
MM-16725 Respect env var overrides when setting config (#11821)
|
2019-08-09 11:33:59 -04:00 |
|
cors_test.go
|
MM-11160 Adding proper CORS support. (#9152)
|
2018-07-26 08:31:22 -07:00 |
|
data_retention.go
|
Migrate all the api4 to handle errors in idiomatic way (#9143)
|
2018-08-01 16:55:18 +02:00 |
|
data_retention_test.go
|
Fix bad merge (#7553)
|
2017-10-02 13:25:33 -07:00 |
|
elasticsearch.go
|
MM-14439: experimental restrict system admin (#10414)
|
2019-03-08 13:15:28 -05:00 |
|
elasticsearch_test.go
|
MM-14439: experimental restrict system admin (#10414)
|
2019-03-08 13:15:28 -05:00 |
|
emoji.go
|
Split Emojis and Webhooks permissions (#10239)
|
2019-03-07 16:07:09 +01:00 |
|
emoji_test.go
|
Fixed some ineffective assignments (#12543)
|
2019-10-03 15:45:27 +03:00 |
|
file.go
|
MM-15480: Add server support for Range on files (#10892)
|
2019-05-23 16:46:28 +02:00 |
|
file_test.go
|
Changes tests to use testify.require at api4/file_test.go fixe… (#12814)
|
2019-10-23 14:45:15 +02:00 |
|
group.go
|
MM-14897: Changes to be able to add and remove groups from channels. (#10794)
|
2019-05-15 12:03:47 -04:00 |
|
group_test.go
|
MM-14897: Changes to be able to add and remove groups from channels. (#10794)
|
2019-05-15 12:03:47 -04:00 |
|
handlers.go
|
Add prometheous metrics for each api handler (#12254)
|
2019-09-20 15:09:58 +02:00 |
|
handlers_test.go
|
Use gzip for API responses [MM-11426] (#10602)
|
2019-04-22 08:22:08 -07:00 |
|
helpers.go
|
MM-17023: Plugin Marketplace (#12183)
|
2019-09-17 15:02:26 -04:00 |
|
image.go
|
MM-14686 Send all image proxy requests through /api/v4/image (#10775)
|
2019-05-06 09:22:37 -04:00 |
|
image_test.go
|
MM-14686 Send all image proxy requests through /api/v4/image (#10775)
|
2019-05-06 09:22:37 -04:00 |
|
integration_action.go
|
MM-15128 change openDialog to allow dialogs with no elements (#10755)
|
2019-04-30 15:08:52 +02:00 |
|
integration_action_test.go
|
MM-15219 Add support for introduction text in interactive dial… (#12029)
|
2019-09-11 11:31:51 -04:00 |
|
job.go
|
Moving app from singular to being created for every request (#9889)
|
2018-11-28 10:56:21 -08:00 |
|
job_test.go
|
Migrate Jobs store to sync by default (#11183)
|
2019-06-15 17:55:06 +02:00 |
|
ldap.go
|
MM-17477: Truncates group display name upon linking. (#12751)
|
2019-10-16 11:50:24 -04:00 |
|
ldap_test.go
|
MM-14590: Adds license check to LDAP test and LDAP sync API endpoints. (#10519)
|
2019-04-01 10:48:58 -04:00 |
|
license.go
|
MM-14439: experimental restrict system admin (#10414)
|
2019-03-08 13:15:28 -05:00 |
|
license_test.go
|
MM-14439: experimental restrict system admin (#10414)
|
2019-03-08 13:15:28 -05:00 |
|
main_test.go
|
MM-15276: Migrate Team.Update to sync by default (#10693)
|
2019-04-25 15:29:02 +02:00 |
|
oauth.go
|
GH-11192 Move non-API OAuth endpoints from api4 to web package (#11327)
|
2019-08-15 08:45:31 -04:00 |
|
oauth_test.go
|
GH-11192 Move non-API OAuth endpoints from api4 to web package (#11327)
|
2019-08-15 08:45:31 -04:00 |
|
openGraph.go
|
MM-10417 Add local image proxy and enable by default (#9967)
|
2019-01-24 16:11:32 -04:00 |
|
openGraph_test.go
|
MM-11931 Add support for AllowedUntrustedInternalConnections to be comma-separated (#11614)
|
2019-07-17 10:04:09 -04:00 |
|
plugin.go
|
MM-17023: Plugin Marketplace (#12183)
|
2019-09-17 15:02:26 -04:00 |
|
plugin_test.go
|
MM-18881 - Attempting to configure uninstalled plugins gets st… (#12687)
|
2019-10-10 15:01:39 -04:00 |
|
post.go
|
MM-18623 - invalid reply-count displayed (#12364)
|
2019-10-10 17:14:44 +03:00 |
|
post_test.go
|
MM-17412: update post incorrectly removing files (#11834)
|
2019-08-12 18:36:08 -03:00 |
|
preference.go
|
[MM-13820] Optimize flagged post handling in preferences and web handler (#10135)
|
2019-01-26 20:02:46 +01:00 |
|
preference_test.go
|
add megacheck as makefile target (#9288)
|
2018-09-03 14:08:40 +02:00 |
|
reaction.go
|
[GH-6798] added a new api endpoint to get the bulk reactions for posts (#10049)
|
2019-01-03 08:35:08 -05:00 |
|
reaction_test.go
|
Migrate Reactions store to Sync by default (#10737)
|
2019-04-30 12:34:26 -07:00 |
|
role.go
|
Guest accounts feature (#11428)
|
2019-07-22 22:13:39 +02:00 |
|
role_test.go
|
Guest accounts feature (#11428)
|
2019-07-22 22:13:39 +02:00 |
|
saml.go
|
Moving app from singular to being created for every request (#9889)
|
2018-11-28 10:56:21 -08:00 |
|
saml_test.go
|
Ensure unittest isolation (#9819)
|
2018-11-20 20:16:25 -05:00 |
|
scheme.go
|
Ldap groups phase1 (#9752)
|
2019-01-10 15:17:31 -05:00 |
|
scheme_test.go
|
MM-15354: Migrate Channel.Save to sync by default (#10871)
|
2019-05-27 17:54:04 +02:00 |
|
status.go
|
Moving app from singular to being created for every request (#9889)
|
2018-11-28 10:56:21 -08:00 |
|
status_test.go
|
Ensure unittest isolation (#9819)
|
2018-11-20 20:16:25 -05:00 |
|
system.go
|
Converting to structured logging the file api4/system.go (#12119)
|
2019-09-11 07:06:52 -04:00 |
|
system_test.go
|
Migrate tests from api4/system_test.go to use testify (#12812)
|
2019-10-17 17:25:13 +02:00 |
|
team.go
|
Fixing guest invites acceptance (#12698)
|
2019-10-11 16:20:55 +02:00 |
|
team_test.go
|
Not allowing to use team invite links by guest accounts (#12608)
|
2019-10-08 19:07:56 +02:00 |
|
terms_of_service.go
|
Moving app from singular to being created for every request (#9889)
|
2018-11-28 10:56:21 -08:00 |
|
terms_of_service_test.go
|
Migrate tests to use testify (#12811)
|
2019-10-17 10:41:45 -07:00 |
|
user.go
|
Fixing autocomplete endpoint for in/out of channels (#12147)
|
2019-09-18 20:27:32 +02:00 |
|
user_test.go
|
Fixed some ineffective assignments (#12543)
|
2019-10-03 15:45:27 +03:00 |
|
user_viewmembers_test.go
|
Adding new "VIEW_MEMBERS" permissions restrict the scope of users visibility (#10487)
|
2019-04-29 16:56:56 +02:00 |
|
webhook.go
|
MM-16990 - Fix webhooks visible to users without viewing permissions (#11698)
|
2019-07-29 12:32:26 -04:00 |
|
webhook_test.go
|
MM-16990 - Fix webhooks visible to users without viewing permissions (#11698)
|
2019-07-29 12:32:26 -04:00 |
|
websocket.go
|
Converting to structured logging the file api4/websocket.go (#12118)
|
2019-09-11 07:33:31 -04:00 |
|
websocket_test.go
|
Migrate tests from "api4/websocket_test.go" to use testify (#12896)
|
2019-10-24 09:04:06 -04:00 |