mattermost/api4
George Goldberg fdbb6de3d5 MM-11520: Make entity ID checks consistent across api4. (#9395)
* MM-11520: Make entity ID checks consistent across api4.

* Update tests.
2018-09-14 08:21:05 -07:00
..
api.go Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-2 2018-05-17 07:53:16 -04:00
api_test.go Structured logging (#8673) 2018-04-27 12:49:45 -07:00
apitestlib.go Feature/search after before on (#9219) 2018-08-28 13:09:32 -04:00
brand.go Migrate all the api4 to handle errors in idiomatic way (#9143) 2018-08-01 16:55:18 +02:00
brand_test.go [MM-10718] Move custom branding to TE (#8871) 2018-06-02 06:33:59 +08:00
channel.go MM-11725: Add specific autocomplete endpoint for search autocomplete (#9337) 2018-09-11 22:45:31 +02:00
channel_test.go add megacheck as makefile target (#9288) 2018-09-03 14:08:40 +02: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 Migrate all the api4 to handle errors in idiomatic way (#9143) 2018-08-01 16:55:18 +02:00
command_help_test.go Reduce utils.Cfg references (#7650) 2017-10-18 15:36:43 -07:00
command_test.go MM-11895: Don't crush user-provided GET parameters on slash command URLs (#9372) 2018-09-11 15:58:57 -04:00
commands_test.go Restore config after finisht the test case (#9085) 2018-07-11 12:58:16 +02:00
compliance.go Removed mssola/user_agent library (#8417) 2018-03-12 10:21:20 -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 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 Migrate all the api4 to handle errors in idiomatic way (#9143) 2018-08-01 16:55:18 +02:00
emoji_test.go MM-12007 Add max dimensions to emoji images (#9379) 2018-09-10 07:38:04 -04:00
file.go Changing comparison method. (#9383) 2018-09-10 15:19:29 +02:00
file_test.go add megacheck as makefile target (#9288) 2018-09-03 14:08:40 +02:00
handlers.go Refactor context out of API packages (#8755) 2018-05-14 10:24:58 -04:00
image.go Migrate all the api4 to handle errors in idiomatic way (#9143) 2018-08-01 16:55:18 +02:00
image_test.go Restore config after finisht the test case (#9085) 2018-07-11 12:58:16 +02:00
job.go Migrate all the api4 to handle errors in idiomatic way (#9143) 2018-08-01 16:55:18 +02: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 MM-11520: Make entity ID checks consistent across api4. (#9395) 2018-09-14 08:21:05 -07:00
oauth_test.go MM-10573 Add error page if user doesn't authorize Mattermost for OAuth (#9402) 2018-09-14 11:32:25 +01:00
openGraph.go Fix opengraph images not going through the image proxy. (#8627) 2018-04-16 09:00:59 -04:00
openGraph_test.go Reduce logging data races, fix MySQL test race condition (#7994) 2017-12-22 12:09:33 +00:00
plugin.go unpack prepacked plugins on plugins initialization (#9149) 2018-07-26 08:45:26 -04:00
plugin_test.go Make plugin IDs case insensitive (#9117) 2018-07-16 16:56:55 -04:00
post.go MM-11520: Make entity ID checks consistent across api4. (#9395) 2018-09-14 08:21:05 -07:00
post_test.go add megacheck as makefile target (#9288) 2018-09-03 14:08:40 +02:00
preference.go Migrate all the api4 to handle errors in idiomatic way (#9143) 2018-08-01 16:55:18 +02:00
preference_test.go add megacheck as makefile target (#9288) 2018-09-03 14:08:40 +02:00
reaction.go Migrate all the api4 to handle errors in idiomatic way (#9143) 2018-08-01 16:55:18 +02:00
reaction_test.go MM-11270: Forbid react/de-react in archived channels (#9323) 2018-08-29 15:07:37 +02:00
role.go Migrate all the api4 to handle errors in idiomatic way (#9143) 2018-08-01 16:55:18 +02:00
role_test.go add megacheck as makefile target (#9288) 2018-09-03 14:08:40 +02: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
scheme.go Migrate all the api4 to handle errors in idiomatic way (#9143) 2018-08-01 16:55:18 +02:00
scheme_test.go MM-10757: Default roles from scheme should be keyed by name not ID. (#8894) 2018-06-01 12:49:02 +01:00
status.go MM-11520: Make entity ID checks consistent across api4. (#9395) 2018-09-14 08:21:05 -07:00
status_test.go MM-11520: Make entity ID checks consistent across api4. (#9395) 2018-09-14 08:21:05 -07:00
system.go MM-11786: Adds API endpoint to retrieve redirect locations. (#9284) 2018-08-24 08:49:31 -04:00
system_test.go MM-11786: Adds API endpoint to retrieve redirect locations. (#9284) 2018-08-24 08:49:31 -04:00
team.go MM-11520: Make entity ID checks consistent across api4. (#9395) 2018-09-14 08:21:05 -07:00
team_test.go MM-11520: Make entity ID checks consistent across api4. (#9395) 2018-09-14 08:21:05 -07:00
user.go MM-11520: Make entity ID checks consistent across api4. (#9395) 2018-09-14 08:21:05 -07:00
user_test.go add megacheck as makefile target (#9288) 2018-09-03 14:08:40 +02:00
webhook.go MM-11520: Make entity ID checks consistent across api4. (#9395) 2018-09-14 08:21:05 -07:00
webhook_test.go add megacheck as makefile target (#9288) 2018-09-03 14:08:40 +02: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 Structured logging (#8673) 2018-04-27 12:49:45 -07:00
websocket_test.go MM-10254 Add plugin APIs for getting/updating user statuses (#9101) 2018-07-16 15:49:26 -04:00