* Add report a problem type and allow logs config

* Improve device type logic

* Add tests and minor fixes

* Add texts

* Fix tests by avoiding circular dependencies

* Fix test

* Fix useexternallink updating mailtos, and changing the content of query parameters

* Fix texts

* Fix e2e test

* Fix tsc

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Daniel Espino García
2025-04-25 11:08:39 +02:00
коммит произвёл GitHub
родитель 29f7c895b8
Коммит 71334c6d8b
31 изменённых файлов: 866 добавлений и 539 удалений

Просмотреть файл

@@ -168,6 +168,9 @@ export type ClientConfig = {
PostEditTimeLimit: string;
PrivacyPolicyLink: string;
ReportAProblemLink: string;
ReportAProblemType: string;
ReportAProblemMail: string;
AllowDownloadLogs: string;
RequireEmailVerification: string;
RestrictDirectMessage: string;
RunJobs: string;
@@ -627,6 +630,9 @@ export type SupportSettings = {
AboutLink: string;
HelpLink: string;
ReportAProblemLink: string;
ReportAProblemType: string;
ReportAProblemMail: string;
AllowDownloadLogs: boolean;
ForgotPasswordLink: string;
SupportEmail: string;
CustomTermsOfServiceEnabled: boolean;