-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pick some recently fixes #2524
base: release/v23
Are you sure you want to change the base?
pick some recently fixes #2524
Conversation
itsXuSt
commented
Dec 26, 2024
- fix: [mount] passwd not clear when all unmounted.
- refactor: improve network mount password handling
- fix: refactoring the deletion logic for temporary passwords
- fix: add dmask fmask when mount device
- fix: Remove view mode settings when reset view mode
- fix: save last visited url in filedialog.
deepin pr auto review代码审查意见:
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: itsXuSt The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: itsXuSt The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- if directory is not setted when using FileDialog, use lastVisitedUrl as default; Log: as above.
saved password should be cleared when all associated smb share unmounted. Log: as above. Bug: https://pms.uniontech.com/bug-view-275557.html Change-Id: Ia2434bd4f2c47594aba24b6dbfa554cb324116a2
- Refactor password saving logic for network mounts - Change default password save mode to 'Never Save' instead of 'Save Before Logout' - Add temporary configuration file to track SMB password save mode - Optimize password cleanup when unmounting SMB shares This change improves security by making password saving more explicit and cleaning up credentials properly when unmounting network shares. Log: as above. Bug: https://pms.uniontech.com/bug-view-279371.html Change-Id: I09833084aba2f242d0e63502830dbe72e34846e7
- clear the password when the last smb of same host unmounted; - only clear the password saved in `session` collection. Log: fix samba password clean issue Bug: https://pms.uniontech.com/bug-view-294555.html Change-Id: I675584cff7907956d10b70889c0ecb71f5aaabbf
size update timer is not running in admin mode. Log: as above. Bug: https://pms.uniontech.com/bug-view-278679.html Change-Id: I5ae46ce6362656904e2ff5f74afa94d7bcdd45b7
show dialogs in cursor screen's center. Log: as above.
only for vfat/ntfs/exfat fs. make the mountpoint share in different users Log: as above. Change-Id: Iffc0315f65edc3d605b9cc730f799e181c0d2494
When resetting view mode, remove the view mode settings from FileViewState instead of setting it to default value. This ensures the view mode settings are completely cleared. Log: Fix view mode reset behavior by removing settings instead of setting default value Bug: https://pms.uniontech.com/bug-view-286389.html Change-Id: Ib5a6c04bd4ce1a8d6a81b985f4574f02b50c5f98
913c80d
to
001d5e7
Compare
TAG Bot New tag: 6.5.10.3 |