mattermost/server/channels/app
Miguel de la Cruz 809ad4f76d
Adds Remote Cluster related API endpoints (#27432)
* Adds Remote Cluster related API endpoints

New endpoints for the following routes are added:

- Get Remote Clusters at `GET /api/v4/remotecluster`
- Create Remote Cluster at `POST /api/v4/remotecluster`
- Accept Remote Cluster invite at `POST
/api/v4/remotecluster/accept_invite`
- Generate Remote Cluster invite at `POST
/api/v4/remotecluster/{remote_id}/generate_invite`
- Get Remote Cluster at `GET /api/v4/remotecluster/{remote_id}`
- Patch Remote Cluster at `PATCH /api/v4/remotecluster/{remote_id}`
- Delete Remote Cluster at `DELETE /api/v4/remotecluster/{remote_id}`

These endpoints are planned to be used from the system console, and
gated through the `manage_secure_connections` permission.

* Update server/channels/api4/remote_cluster_test.go

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>

* Fix AppError names

---------

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-07-04 10:35:26 +02:00
..
email [CLD-7421][CLD-7420] Deprecate Self Serve: First Pass (#26668) 2024-04-23 14:25:37 -04:00
featureflag Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
imaging Add WebP to MediaFormats #26628 (#26805) 2024-04-26 17:06:07 +02:00
imports [MM-57295] Bulk export: add roles and permission schemes (#26523) 2024-03-26 08:43:25 -06:00
layer_generators Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
oauthproviders/gitlab [MM-55409] Enable revive linter on enterprise code (#25391) 2023-11-10 15:24:12 +01:00
opentracing Adds Remote Cluster related API endpoints (#27432) 2024-07-04 10:35:26 +02:00
platform Adds Remote Cluster related API endpoints (#27432) 2024-07-04 10:35:26 +02:00
plugin_api_tests Pass remote address in WebSocketMessageHasBeenPosted plugin hook (#27332) 2024-06-13 09:01:49 +02:00
slashcommands Adds Remote Cluster related API endpoints (#27432) 2024-07-04 10:35:26 +02:00
teams Updated permanentDelete to receive user context as the first argument (#26884) 2024-04-29 10:44:55 +02:00
test_templates MM-53924 - Implement push notifications plugin hook and plugin api method (#24350) 2023-08-24 12:33:53 -04:00
users [MM-57942] Fix a panic on password is too long (#27449) 2024-07-03 17:58:26 -04:00
admin.go [GH-25492] Add the request context to all public methods in server/channels/app/admin.go (#25498) 2023-11-29 17:07:54 +01:00
admin_test.go [GH-25492] Add the request context to all public methods in server/channels/app/admin.go (#25498) 2023-11-29 17:07:54 +01:00
analytics.go [MM-57189] Ignore MaxUsersForStatistics when generating Support Packet (#26514) 2024-04-08 11:09:00 +02:00
app.go Move HTTP service to public for plugin use (#27284) 2024-06-05 09:58:04 -07:00
app_iface.go Adds Remote Cluster related API endpoints (#27432) 2024-07-04 10:35:26 +02:00
app_test.go Channel Bookmarks (#25449) 2024-03-12 08:36:05 -06:00
audit.go Support for additional audit config via env var (#26785) 2024-04-15 12:14:26 -04:00
authentication.go [MM-53935] Log message if user tries to login using wrong password (#25343) 2024-02-13 10:11:27 +01:00
authentication_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
authorization.go [MM-58355] Send invalidate cache message across the cluster so that websocket connections on other instances are invalidated correctly (#27204) 2024-06-07 09:38:53 -04:00
authorization_test.go [MM-58355] Send invalidate cache message across the cluster so that websocket connections on other instances are invalidated correctly (#27204) 2024-06-07 09:38:53 -04:00
auto_responder.go Add the request context and logger to all public methods in server/channels/app/auto_responder.go (#25295) 2023-11-07 19:25:52 +01:00
auto_responder_test.go [MM-55595] Use annotated logger in search layer (#25468) 2023-12-04 18:34:57 +01:00
bot.go Updated permanentDelete to receive user context as the first argument (#26884) 2024-04-29 10:44:55 +02:00
bot_test.go Updated permanentDelete to receive user context as the first argument (#26884) 2024-04-29 10:44:55 +02:00
brand.go [MM-55606]: add the request context to all public methods in server/channels/app/brand.go (#25542) 2023-11-29 17:07:16 +01:00
busy.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
busy_test.go MM-57152: Get webconn count from the whole cluster (#26813) 2024-04-30 19:28:55 +05:30
channel.go [MM-58355] Send invalidate cache message across the cluster so that websocket connections on other instances are invalidated correctly (#27204) 2024-06-07 09:38:53 -04:00
channel_bookmark.go Channel Bookmarks (#25449) 2024-03-12 08:36:05 -06:00
channel_bookmark_test.go Channel Bookmarks (#25449) 2024-03-12 08:36:05 -06:00
channel_category.go Migrate store methods to use request.Context instead of context.Context (#24836) 2023-10-11 13:08:55 +02:00
channel_category_test.go Updated permanentDelete to receive user context as the first argument (#26884) 2024-04-29 10:44:55 +02:00
channel_test.go Remove flaky test (#27041) 2024-05-17 13:48:36 +00:00
channels.go [MM-57085] Remove UseNewSAMLLibrary experimental setting (#26392) 2024-04-05 16:56:01 +02:00
cloud.go [CLD-7421][CLD-7420] Deprecate Self Serve: First Pass (#26668) 2024-04-23 14:25:37 -04:00
cluster.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
cluster_discovery.go Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
cluster_handlers.go [MM-53156] Remove Multi-Product architecture (#25669) 2024-02-15 13:01:44 +01:00
command.go Webapp - Outgoing OAuth Connections (#25507) 2024-02-09 14:49:49 -05:00
command_autocomplete.go Cleanup usage of global logger (#26835) 2024-04-24 11:52:33 +02:00
command_autocomplete_test.go Fix auto-complete in slash command for shared channel invite (#25524) 2023-11-25 09:21:06 +01:00
command_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
compliance.go Fix racy test issues (#24971) 2023-11-06 12:26:17 +01:00
config.go Rebuild channel index (#26080) 2024-03-13 10:26:06 +05:30
config_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
constants.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
context.go Fix racy test issues (#24971) 2023-11-06 12:26:17 +01:00
data_retention.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
desktop_login.go [MM-57826] Make sure the original errors are wrapped when AppErrors are returned (#26771) 2024-04-22 12:03:28 +02:00
desktop_login_test.go Fix flaky/incorrect desktop token test, clarify the parameter names (#24565) 2023-09-19 08:49:51 +02:00
download.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
download_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
draft.go [MM-57826] Make sure the original errors are wrapped when AppErrors are returned (#26771) 2024-04-22 12:03:28 +02:00
draft_test.go [MM-55631] Remove extra call to Draft().Get() (#25563) 2023-11-30 10:45:32 -05:00
elasticsearch.go Rebuild channel index (#26080) 2024-03-13 10:26:06 +05:30
email_test.go Cleanup usage of global logger (#26835) 2024-04-24 11:52:33 +02:00
emoji.go [MM-29240] Improve buffer handling of UploadEmojiImage (#25536) 2023-12-19 10:00:01 +01:00
emoji_bench_test.go [MM-29240] Improve buffer handling of UploadEmojiImage (#25536) 2023-12-19 10:00:01 +01:00
emoji_test.go MM-53669: Use the cache layer for EmojiStore.GetMultipleByName (#24030) 2023-07-18 20:27:48 +05:30
enterprise.go [MM-57085] Remove UseNewSAMLLibrary experimental setting (#26392) 2024-04-05 16:56:01 +02:00
enterprise_test.go [MM-57085] Remove UseNewSAMLLibrary experimental setting (#26392) 2024-04-05 16:56:01 +02:00
expirynotify.go [MM-57066][MM-57329] Added metrics for all notification stopping points, consolidated categories between metrics and logging (#26799) 2024-04-18 10:30:08 -04:00
expirynotify_test.go Migrate store methods to use request.Context instead of context.Context (#24836) 2023-10-11 13:08:55 +02:00
export.go [MM-57078] Adding progress logs for attachments to bulk export job (#26396) 2024-04-04 15:46:52 -04:00
export_converters.go [MM-57295] Bulk export: add roles and permission schemes (#26523) 2024-03-26 08:43:25 -06:00
export_test.go MM-57512: Disable content extraction during import (#26619) 2024-04-03 09:04:33 +05:30
extract_plugin_tar.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
extract_plugin_tar_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
file.go [MM-57826] Make sure the original errors are wrapped when AppErrors are returned (#26771) 2024-04-22 12:03:28 +02:00
file_bench_test.go MM-57512: Disable content extraction during import (#26619) 2024-04-03 09:04:33 +05:30
file_helper.go [MM-57826] Make sure the original errors are wrapped when AppErrors are returned (#26771) 2024-04-22 12:03:28 +02:00
file_helper_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
file_info.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
file_info_test.go server/public/ -- pre-requisite changes (#23278) 2023-05-09 13:30:02 -03:00
file_test.go MM-57512: Disable content extraction during import (#26619) 2024-04-03 09:04:33 +05:30
group.go [MM-57826] Make sure the original errors are wrapped when AppErrors are returned (#26771) 2024-04-22 12:03:28 +02:00
group_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
helper_test.go Add mobile metrics (#27045) 2024-06-12 11:33:04 +02:00
hosted_customer.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
image.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
import.go MM-57512: Disable content extraction during import (#26619) 2024-04-03 09:04:33 +05:30
import_functions.go [MM-57500] Streaming support for importing file attachments (#26629) 2024-04-19 15:49:33 -06:00
import_functions_test.go [MM-57500] Streaming support for importing file attachments (#26629) 2024-04-19 15:49:33 -06:00
import_test.go [MM-57500] Streaming support for importing file attachments (#26629) 2024-04-19 15:49:33 -06:00
import_utils.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
import_utils_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
integration_action.go MM-58038: Use context to call master for DeletePost (#27098) 2024-05-24 19:35:48 +05:30
integration_action_test.go MM-58038: Use context to call master for DeletePost (#27098) 2024-05-24 19:35:48 +05:30
ip_filtering.go [CLD-6630] Cleanup: Refactor IP Filters email notification logic into app layer (#26072) 2024-02-20 10:52:55 -05:00
job.go [MM-56074] mmctl job commands (#26855) 2024-06-17 12:07:05 -04:00
job_test.go Pass a logger instead of embedding on job (#24650) 2023-10-09 11:04:55 -03:00
ldap.go Fix MM-57090 (#26589) 2024-04-12 17:15:01 +02:00
license.go Add saml private key to gitignore, remove unused constants (#27391) 2024-06-19 10:03:28 -06:00
license_test.go [CLD-7567] Deprecate Self Serve: Second Pass (#26853) 2024-05-02 09:15:15 -04:00
limits.go Lower user limit soft warning to 5K (#27034) 2024-05-21 20:41:31 +03:00
limits_test.go Lower user limit soft warning to 5K (#27034) 2024-05-21 20:41:31 +03:00
login.go [MM-57826] Make sure the original errors are wrapped when AppErrors are returned (#26771) 2024-04-22 12:03:28 +02:00
login_test.go Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
main_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
mention_keywords.go MM-54201 Refactor mention parsing in preparation for multi-word mentions (#25030) 2023-10-23 12:37:58 -04:00
mention_keywords_test.go MM-54201 Refactor mention parsing in preparation for multi-word mentions (#25030) 2023-10-23 12:37:58 -04:00
mention_parser.go MM-54201 Refactor mention parsing in preparation for multi-word mentions (#25030) 2023-10-23 12:37:58 -04:00
mention_parser_standard.go MM-54201 Refactor mention parsing in preparation for multi-word mentions (#25030) 2023-10-23 12:37:58 -04:00
mention_parser_standard_test.go MM-54201 Refactor mention parsing in preparation for multi-word mentions (#25030) 2023-10-23 12:37:58 -04:00
mention_results.go MM-54201 Refactor mention parsing in preparation for multi-word mentions (#25030) 2023-10-23 12:37:58 -04:00
mention_results_test.go MM-54201 Refactor mention parsing in preparation for multi-word mentions (#25030) 2023-10-23 12:37:58 -04:00
metrics.go Add mobile metrics (#27045) 2024-06-12 11:33:04 +02:00
metrics_test.go Add mobile metrics (#27045) 2024-06-12 11:33:04 +02:00
migrations.go fix panic in migrations (#27494) 2024-07-02 09:08:23 -04:00
notification.go MM-58255 Ensure remote users do not get valid email addresses (#27421) 2024-06-25 09:26:08 -04:00
notification_email.go MM-56629 Render Markdown in batched email notifications (#26217) 2024-03-07 11:27:08 -05:00
notification_email_test.go MM-56629 Render Markdown in batched email notifications (#26217) 2024-03-07 11:27:08 -05:00
notification_push.go [MM-57489] Check for StatusCode when receiving responses from the push proxy (#27392) 2024-06-19 09:18:26 -04:00
notification_push_test.go Properly unset active channel in the server (#26846) 2024-05-06 11:59:49 +02:00
notification_test.go [MM-57067][MM-57006][MM-57328] Acknowledge websocket POSTED events that may result in a notification on the web client (#26604) 2024-04-11 20:18:14 +00:00
notify_admin.go Cleanup usage of global logger (#26835) 2024-04-24 11:52:33 +02:00
notify_admin_test.go [MM-55737] Add Request Context to UserStore.Save (#26109) 2024-02-16 17:12:49 +01:00
oauth.go Cleanup usage of global logger (#26835) 2024-04-24 11:52:33 +02:00
oauth_test.go MM-58349 Don't allow remote user to create sessions or reset password (#27215) 2024-06-03 17:11:30 +03:00
onboarding.go Cleanup usage of global logger (#26835) 2024-04-24 11:52:33 +02:00
onboarding_test.go Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00
opengraph.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
opengraph_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
options.go [MM-53156] Remove Multi-Product architecture (#25669) 2024-02-15 13:01:44 +01:00
permissions.go [MM-53156] Remove Multi-Product architecture (#25669) 2024-02-15 13:01:44 +01:00
permissions_migrations.go [MM-56074] mmctl job commands (#26855) 2024-06-17 12:07:05 -04:00
permissions_migrations_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
permissions_test.go Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
plugin.go Cleanup usage of global logger (#26835) 2024-04-24 11:52:33 +02:00
plugin_api.go Add support packet metadata (#27465) 2024-06-27 15:27:57 +02:00
plugin_api_test.go Centralize the GetPackagePath (#27004) 2024-05-15 12:05:13 -03:00
plugin_commands.go [MM-55595] Use annotated logger in search layer (#25468) 2023-12-04 18:34:57 +01:00
plugin_commands_test.go Remove support for unused product interfaces (#24965) 2023-10-17 11:55:41 -03:00
plugin_context.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
plugin_db_driver.go MM-56402: Introduce a pluginID to track RPC DB connections (#26424) 2024-04-16 18:53:26 +05:30
plugin_db_driver_test.go MM-56402: Introduce a pluginID to track RPC DB connections (#26424) 2024-04-16 18:53:26 +05:30
plugin_deadlock_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin_event.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin_health_check_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin_hooks_test.go MM-58038: Use context to call master for DeletePost (#27098) 2024-05-24 19:35:48 +05:30
plugin_install.go Cleanup usage of global logger (#26835) 2024-04-24 11:52:33 +02:00
plugin_install_test.go Mm 16623 fix all initialism errors in channels/app and channels/api4 and /store dir (#25787) 2024-01-22 14:35:16 +01:00
plugin_key_value_store.go Cleanup usage of global logger (#26835) 2024-04-24 11:52:33 +02:00
plugin_public_keys.go MM-52532: Fix golangci warnings (#23709) 2023-06-13 14:08:36 +05:30
plugin_reattach.go MM-57018: support reattaching plugins (#26421) 2024-04-11 11:10:25 -04:00
plugin_requests.go [MM-53156] Remove Multi-Product architecture (#25669) 2024-02-15 13:01:44 +01:00
plugin_requests_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin_shutdown_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin_signature.go [MM-57356] Make use of go1.21 features (#26620) 2024-04-04 13:44:03 +02:00
plugin_signature_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin_statuses.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin_test.go Cleanup usage of global logger (#26835) 2024-04-24 11:52:33 +02:00
post.go MM-58038: Use context to call master for DeletePost (#27098) 2024-05-24 19:35:48 +05:30
post_acknowledgements.go MM-58038: Use context to call master for DeletePost (#27098) 2024-05-24 19:35:48 +05:30
post_acknowledgements_test.go MM-58038: Use context to call master for DeletePost (#27098) 2024-05-24 19:35:48 +05:30
post_helpers.go Mm 16623 fix all initialism errors in channels/app and channels/api4 and /store dir (#25787) 2024-01-22 14:35:16 +01:00
post_helpers_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
post_metadata.go MM-58038: Use context to call master for DeletePost (#27098) 2024-05-24 19:35:48 +05:30
post_metadata_test.go Move HTTP service to public for plugin use (#27284) 2024-06-05 09:58:04 -07:00
post_persistent_notification.go [MM-56757] Expand NotificationsLog to include websocket and email, adding much more varied logging across the entire process (#26273) 2024-02-29 12:33:05 -05:00
post_persistent_notification_test.go [MM-58059] Remove PostPriority feature flag (#26929) 2024-05-06 10:11:28 +02:00
post_priority.go Removed Post Priority feature flag (#23735) 2023-07-07 11:42:57 -04:00
post_test.go MM-58038: Use context to call master for DeletePost (#27098) 2024-05-24 19:35:48 +05:30
preference.go [MM-53156] Remove Multi-Product architecture (#25669) 2024-02-15 13:01:44 +01:00
product_notices.go fix: Use version instead of build number for notices (#25435) 2023-11-17 14:37:09 +02:00
product_notices_test.go fix: Use version instead of build number for notices (#25435) 2023-11-17 14:37:09 +02:00
ratelimit.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
ratelimit_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
reaction.go MM-58038: Use context to call master for DeletePost (#27098) 2024-05-24 19:35:48 +05:30
reaction_test.go Shared channels auto-share DM & group messages (#26097) 2024-02-09 10:47:12 -05:00
remote_cluster.go Adds Remote Cluster related API endpoints (#27432) 2024-07-04 10:35:26 +02:00
remote_cluster_test.go Marks the RemoteTeamId field of RemoteClusters as deprecated (#27364) 2024-06-22 23:08:55 +02:00
report.go Cleanup usage of global logger (#26835) 2024-04-24 11:52:33 +02:00
report_test.go [MM-55726] Create batch report worker, add batch report job for exporting users to CSV (#25832) 2024-01-19 15:22:17 -05:00
response_transfer.go Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
role.go [MM-57356] Make use of go1.21 features (#26620) 2024-04-04 13:44:03 +02:00
role_test.go [MM-57356] Make use of go1.21 features (#26620) 2024-04-04 13:44:03 +02:00
saml.go MM-56752 (#26100) 2024-02-09 11:17:28 -05:00
scheme.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
searchengine.go Rebuild channel index (#26080) 2024-03-13 10:26:06 +05:30
security_update_check.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
server.go Add check to not send license expiration email when in Cloud (#27308) 2024-06-10 11:20:44 -04:00
server_test.go Fixed racy TestPanicLog test (#26802) 2024-04-23 10:27:57 +05:30
session.go MM-58349 Don't allow remote user to create sessions or reset password (#27215) 2024-06-03 17:11:30 +03:00
session_test.go Marks the RemoteTeamId field of RemoteClusters as deprecated (#27364) 2024-06-22 23:08:55 +02:00
shared_channel.go Log warning when plugin using Shared Channels APIs is uninstalled (#26262) 2024-02-20 14:10:08 -05:00
shared_channel_service_iface.go Shared channels auto-share DM & group messages (#26097) 2024-02-09 10:47:12 -05:00
shared_channel_test.go Shared channels auto-share DM & group messages (#26097) 2024-02-09 10:47:12 -05:00
slack.go MM-57512: Disable content extraction during import (#26619) 2024-04-03 09:04:33 +05:30
slack_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
status.go [MM-57826] Make sure the original errors are wrapped when AppErrors are returned (#26771) 2024-04-22 12:03:28 +02:00
status_test.go MM-55468 Ensure custom status emojis exist (#25501) 2023-12-08 10:35:15 -05:00
support_packet.go MM-57013 Added download button for downloading logs from server logs page in system console (#26389) 2024-06-24 14:05:23 -04:00
support_packet_test.go MM-57013 Added download button for downloading logs from server logs page in system console (#26389) 2024-06-24 14:05:23 -04:00
syncables.go [MM-51554] Make LDAP sync job more resilient against errors (#25496) 2024-04-25 12:38:19 +02:00
syncables_test.go [MM-51554] Make LDAP sync job more resilient against errors (#25496) 2024-04-25 12:38:19 +02:00
team.go MM-58038: Use context to call master for DeletePost (#27098) 2024-05-24 19:35:48 +05:30
team_test.go Cleanup usage of global logger (#26835) 2024-04-24 11:52:33 +02:00
telemetry.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
terms_of_service.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
upload.go [MM-55595] Use annotated logger in search layer (#25468) 2023-12-04 18:34:57 +01:00
upload_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
usage.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
usage_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
user.go [MM-57942] Fix a panic on password is too long (#27449) 2024-07-03 17:58:26 -04:00
user_agent.go [MM-57356] Make use of go1.21 features (#26620) 2024-04-04 13:44:03 +02:00
user_agent_test.go MM-55320 - Limit length of browser user agent version; ratelimit the /sessions endpoint (#25900) 2024-03-21 08:48:24 -04:00
user_terms_of_service.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
user_terms_of_service_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
user_test.go [MM-58560] Configurable session revocation during password resets (#27286) 2024-06-18 21:13:29 +02:00
user_viewmembers_test.go [MM 55591] - Add Request Context and logger to all public methods in server/channels/app/analytics.go (#26331) 2024-03-11 13:27:27 +01:00
web_broadcast_hooks.go [MM-58500] Turn off PostedAck when the connection is no longer registered (#27212) 2024-06-03 19:14:53 +05:30
web_broadcast_hooks_test.go [MM-58500] Turn off PostedAck when the connection is no longer registered (#27212) 2024-06-03 19:14:53 +05:30
web_conn.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
web_conn_test.go TRY 2: MM-56201, MM-56280: Suppress typing and emoji events (#26282) 2024-02-22 21:25:34 +05:30
web_hub.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
webhook.go Add post priority to incoming and outgoing webhook (#26671) 2024-04-17 13:32:32 +02:00
webhook_test.go Add post priority to incoming and outgoing webhook (#26671) 2024-04-17 13:32:32 +02:00
webhub_fuzz.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30