Skip to content

Commit

Permalink
NAS-131363: Add link to forum (#10753)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 authored Sep 27, 2024
1 parent 2afce47 commit 9c40ce8
Show file tree
Hide file tree
Showing 91 changed files with 98 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/helptext/system/support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const helptextSystemSupport = {
message: {
placeholder: T('Share your thoughts on our product\'s features, usability, or any suggestions for improvement.'),
},
vote_for_new_features: T('You can also vote for new features <a target="_blank" href="https://forums.truenas.com/feature-requests">on our forum.</a>'),
},

token: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
></ix-file-input>
}
</form>

@if (!(isEnterprise$ | async)) {
<p [innerHTML]="voteForNewFeaturesText"></p>
}
</mat-dialog-content>

<mat-dialog-actions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { FeedbackService } from 'app/modules/feedback/services/feedback.service'
import { ImageValidatorService } from 'app/modules/forms/ix-forms/validators/image-validator/image-validator.service';
import { rangeValidator } from 'app/modules/forms/ix-forms/validators/range-validation/range-validation';
import { ErrorHandlerService } from 'app/services/error-handler.service';
import { SystemGeneralService } from 'app/services/system-general.service';

export const maxRatingValue = 5;
export const maxFileSizeBytes = 5 * MiB;
Expand All @@ -30,6 +31,8 @@ export class FileReviewComponent {

readonly isLoadingChange = output<boolean>();

protected isEnterprise$ = this.systemGeneralService.isEnterprise$;

protected form = this.formBuilder.group({
rating: [undefined as number, [Validators.required, rangeValidator(1, maxRatingValue)]],
message: ['', [Validators.maxLength(4067)]],
Expand All @@ -40,13 +43,15 @@ export class FileReviewComponent {
});

protected readonly messagePlaceholder = helptext.review.message.placeholder;
protected readonly voteForNewFeaturesText = helptext.review.vote_for_new_features;
protected readonly acceptedFiles = ticketAcceptedFiles;

constructor(
private formBuilder: FormBuilder,
private errorHandler: ErrorHandlerService,
private imageValidator: ImageValidatorService,
private feedbackService: FeedbackService,
private systemGeneralService: SystemGeneralService,
) {}

onSubmit(): void {
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/bn.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/br.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/bs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4027,6 +4027,7 @@
"Who this ACL entry applies to, shown as a <a href=\"https://docs.microsoft.com/en-us/windows/win32/secauthz/security-identifiers\" target=\"_blank\">Windows Security Identifier</a>. Either a <i>SID</i> or a <i>Domain</i> and <i>Name</i> is required for this ACL.": "",
"Who this ACL entry applies to, shown as a user name. Requires adding the user <i>Domain</i>.": "",
"Xen: Extent block size 512b, TPC enabled, Xen compat mode enabled, SSD speed": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"ZFS Errors": "",
"iXsystems does not audit or otherwise validate the contents of third-party applications catalogs. It is incumbent on the user to verify that the new catalog is from a trusted source and that the third-party properly audits its chart contents. Failure to exercise due diligence may expose the user and their data to some or all of the following:<br/> <ul>\n <li>Malicious software</li>\n <li>Broken services on TrueNAS host</li>\n <li>Service disruption on TrueNAS host</li>\n <li>Broken filesystem permissions on Host or within application</li>\n <li>Unexpected deletion of user data</li>\n <li>Unsafe service configuration in application</li>\n <li>Degradation of TrueNAS host performance and stability</li>\n </ul>": "",
"{n, plural, one {# CPU} other {# CPUs}}": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -3547,6 +3547,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/dsb.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@
"Yesterday": "",
"You are trying to open:<br>\n{url}<br><br>\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.<br>\nThis may create issues if app does not support secure connections.<br>\n<br>\nYou can try opening app url in an incognito mode.<br>\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "",
"You are using an insecure connection. <a href=\"{url}\">Switch to HTTPS</a> for secure access.": "",
"You can also vote for new features <a target=\"_blank\" href=\"https://forums.truenas.com/feature-requests\">on our forum.</a>": "",
"You can join the <a href=\"https://www.truenas.com/newsletter/\" target=\"_blank\" class=\"external-link\">TrueNAS Newsletter</a> for monthly updates and latest developments.": "",
"You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "",
"You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",
Expand Down
Loading

0 comments on commit 9c40ce8

Please sign in to comment.