Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d11bbcd
feat(CreateDomainModal): add additional volumes support and error han…
stephdl Jan 28, 2026
8872f5f
feat(AddInternalProviderModal): enhance volume selection and node man…
stephdl Jan 28, 2026
2a4e122
feat(AddInternalProviderModal): enhance error handling and node eligi…
stephdl Jan 28, 2026
a60d1b9
feat(CreateDomainModal): refine node eligibility checks and offline n…
stephdl Jan 28, 2026
ed91660
Apply suggestions from code review of copilot
stephdl Jan 29, 2026
5308e2b
feat(CreateDomainModal): remove skeleton loader for module list durin…
stephdl Jan 29, 2026
6960b8d
feat(AddInternalProviderModal): remove skeleton loader for module lis…
stephdl Jan 29, 2026
ae1b31d
[WIP] Update samba provider setup for additional volumes based on fee…
Copilot Jan 29, 2026
e22cd89
feat(AddInternalProviderModal): add check for existing file server pr…
stephdl Feb 3, 2026
9ad2d63
feat(AddInternalProviderModal, CreateDomainModal): enhance volume sel…
stephdl Feb 3, 2026
901e9ad
Apply suggestions from translation review of andrea
stephdl Feb 4, 2026
adfee16
refactor(AddInternalProviderModal): remove redundant module loading c…
stephdl Feb 4, 2026
f758dd0
refactor(AddInternalProviderModal, CreateDomainModal): optimize handl…
stephdl Feb 4, 2026
1627259
feat(AddInternalProviderModal, CreateDomainModal): add unique event I…
stephdl Feb 4, 2026
c351f51
chore(package): update @nethserver/ns8-ui-lib to version 1.12.0
stephdl Feb 5, 2026
7d0f6a2
fix(translation): update terminology for shared folders in Samba conf…
stephdl Feb 5, 2026
8a0447c
chore(dependencies): add package.json and yarn.lock for @nethserver/n…
stephdl Feb 5, 2026
d25479a
feat(modals): add isLastStep prop to various modals for improved step…
stephdl Feb 5, 2026
2cb3bb7
feat(CloneOrMoveAppModal): enhance isLastStep logic to account for sk…
stephdl Feb 5, 2026
0518df8
fix(CloneOrMoveAppModal): reset selected node and volume on modal sho…
stephdl Feb 5, 2026
aa88ccf
feat(InstallAppModal): enhance isLastStep logic and reset selected vo…
stephdl Feb 5, 2026
0070a29
feat(RestoreSingleInstanceModal): enhance isLastStep logic and reset …
stephdl Feb 5, 2026
4d1f7f8
feat(AddInternalProviderModal): update isLastStep logic to use hideBu…
stephdl Feb 5, 2026
89453d4
feat(CreateDomainModal): update isLastStep logic to use hideButtonIco…
stephdl Feb 5, 2026
4612a24
fix(NodeSelector): rename watch property from 'nodes' to 'disabledNodes'
stephdl Feb 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion core/ui/public/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,10 @@
"go_to_smtp_settings": "Go to Email notifications",
"password_expired": "Password expired",
"must_change_password_on_next_login": "Required password change",
"password_does_not_expire": "Password never expires"
"password_does_not_expire": "Password never expires",
"nodes_with_additional_storage_info": "Additional storage for shared folders",
"nodes_with_additional_storage_info_description": "Shared folders can be enabled in the next step. Only one domain controller per domain can host them",
"select_node_volume_for_installation": "Select the volume for shared folder data on {node}"
},
"samba": {
"adminuser": "Samba admin username",
Expand Down
Loading