Skip to content

Tags: NethServer/ns8-samba

Tags

2.3.4

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Merge pull request #79 from NethServer/bug-7335

fix(migration): case-insensitive share migration

Refs NethServer/dev#7335

2.3.4-dev.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Merge pull request #79 from NethServer/bug-7335

fix(migration): case-insensitive share migration

Refs NethServer/dev#7335

2.3.3

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
fix: migration with no shares (#78)

If there are no shares, the setfacl command fails for a bad argument
(empty string). This commit ensures that setfacl always run with the
required argument corresponding to the share path.

Refs NethServer/dev#7295

2.3.3-dev.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
fix: migration with no shares (#78)

If there are no shares, the setfacl command fails for a bad argument
(empty string). This commit ensures that setfacl always run with the
required argument corresponding to the share path.

Refs NethServer/dev#7295

2.3.2

fix(tests): replace SSH calls

2.3.2-dev.2

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Check for user name conflicts with existing groups during validation (#…

…75)

NethServer/dev#7322

2.3.2-dev.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Specify object types for group member management (#74)

* fix(add-group): specify object types when adding members to group

* fix(group-management): specify object types when adding/removing members from group

NethServer/dev#7286

2.3.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Translated with Weblate (#68)

Translate-URL: https://hosted.weblate.org/projects/ns8/samba/ta/
Translate-URL: https://hosted.weblate.org/projects/ns8/samba/uk/
Translation: NS8/samba

Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org>
Co-authored-by: Максим Горпиніч <mgorpinic2005@gmail.com>
Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com>

2.3.1-dev.2

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Translated with Weblate (#68)

Translate-URL: https://hosted.weblate.org/projects/ns8/samba/ta/
Translate-URL: https://hosted.weblate.org/projects/ns8/samba/uk/
Translation: NS8/samba

Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org>
Co-authored-by: Максим Горпиніч <mgorpinic2005@gmail.com>
Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com>

2.3.1-dev.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
fix: hide list-modules notification (#66)

Ref NethServer/dev#7207