https://bugs.kde.org/show_bug.cgi?id=407975
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/kdenetwork-filesharing/ | |commit/869129c0c8e055d32450 | |4e24e38e236bd7fc1bc0 Resolution|--- |FIXED --- Comment #2 from Harald Sitter <sit...@kde.org> --- Git commit 869129c0c8e055d324504e24e38e236bd7fc1bc0 by Harald Sitter, on behalf of Slava Aseev. Committed on 24/03/2022 at 12:10. Pushed by sitter into branch 'master'. Add shared folder permissions helper The helper provides ability to resolve shared folder permissions on-demand. If shared folder's permissions (or its paths parts) are insufficient at some point for some user's ACE the helper suggests to change permissions and performs required changes after user's confirmation. Implementation of permissions resolutions tightly based on: https://invent.kde.org/network/kdenetwork-filesharing/-/merge_requests/16 M +1 -0 samba/filepropertiesplugin/CMakeLists.txt M +9 -0 samba/filepropertiesplugin/model.cpp M +5 -0 samba/filepropertiesplugin/model.h A +231 -0 samba/filepropertiesplugin/permissionshelper.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +78 -0 samba/filepropertiesplugin/permissionshelper.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +28 -0 samba/filepropertiesplugin/qml/ACLPage.qml A +130 -0 samba/filepropertiesplugin/qml/ChangePermissionsPage.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +2 -0 samba/filepropertiesplugin/qml/qml.qrc M +10 -0 samba/filepropertiesplugin/sambausershareplugin.cpp M +5 -0 samba/filepropertiesplugin/sambausershareplugin.h https://invent.kde.org/network/kdenetwork-filesharing/commit/869129c0c8e055d324504e24e38e236bd7fc1bc0 -- You are receiving this mail because: You are watching all bug changes.