Releases: 45Drives/cockpit-file-sharing
Releases · 45Drives/cockpit-file-sharing
Cockpit File Sharing 3.2.3
Cockpit File Sharing 3.2.3-1
- Fixed issue saving NFS exports file when /etc/exports.d DNE
Cockpit File Sharing 3.2.2
Cockpit File Sharing 3.2.2-1
- Remove end of line comment in automatically inserted content of smb.conf
- Optimize getting users and groups from domain
Cockpit File Sharing 3.2.1
Cockpit File Sharing 3.2.1-1
- Fix bug where cockpit-ws kills session while querying too many groups with getent
Cockpit File Sharing 3.2.0
Cockpit File Sharing 3.2.0-1
- Add button to import configuration from /etc/samba/smb.conf, backup original smb.conf, and replace it to just include registry
Cockpit File Sharing 3.1.12
Cockpit File Sharing 3.1.12-1
- Try to get ceph layout pools with /etc/ceph/ceph.client.samba.keyring first
Cockpit File Sharing 3.1.11
Cockpit File Sharing 3.1.11-1
- Use fileDownload() and processOutputDownload() from cockpit-helpers for exporting configs
Cockpit File Sharing 3.1.10
Cockpit File Sharing 3.1.10-1
- Watch for newly added users, groups, and CTDB hosts and refresh lists automatically in NFS tab too
- Set cursor to
cursor: wait
while processing for user feedback
Cockpit File Sharing 3.1.9
Cockpit File Sharing 3.1.9-1
- Fixed getting users and groups from system and domain
Cockpit File Sharing 3.1.8
Cockpit File Sharing 3.1.8-1
- Remove realm and wbinfo dependencies by getting users and groups with
getent -s winbind -s sss -s ldap
- Handle directory permissions by numeric ID rather than user/group name
- Fixed yet another regex bug in validating smb.conf
Cockpit File Sharing 3.1.7
Cockpit File Sharing 3.1.7-1
- Use systemdUnitEscape() from cockpit-helpers to escape mount unit name instead of unreliable regex replace
- Fix regular expressions used to check for and insert 'include = registry' in smb.conf