1133 Commits

Author SHA1 Message Date
Evgeny Sinelnikov
fe63894ad8 0.9.12.1-alt1
- Update file copy applier with substitution support
- Update translations for several logs
0.9.12.1-alt1
2022-12-13 19:02:05 +04:00
Valery Sinelnikov
1bf898f1d0 appliers/file_cp.py: fix file copy 2022-12-13 18:42:37 +04:00
Valery Sinelnikov
2c71b5e53a Translation for several logs 2022-12-13 18:38:00 +04:00
Evgeny Sinelnikov
601e8b1072
Merge pull request #183 from altlinux/addition_to_files
Improve file copy applier support
2022-12-13 13:11:50 +04:00
Valery Sinelnikov
2c15d1cea0 appliers/file_cp.py: added accounting for empty fromPath and using logs 2022-12-13 11:54:54 +04:00
Valery Sinelnikov
52fc6ea4de messages/__init__.py: added new logs for file_cp.py 2022-12-13 11:54:47 +04:00
Valery Sinelnikov
3621e80055 Typos fixed in file_cp.py 2022-12-13 11:51:42 +04:00
Evgeny Sinelnikov
d9191e47fa appliers/file_cp.py: fixes for refactored copy files algorithms 2022-12-13 11:51:42 +04:00
Evgeny Sinelnikov
87d873862a appliers/file_cp.py: refactor copy files algorithms 2022-12-13 11:51:42 +04:00
Evgeny Sinelnikov
9dc833a970 appliers/file_cp.py: improve delete files list calclulation 2022-12-13 11:51:42 +04:00
Evgeny Sinelnikov
45bf77a64a appliers/file_cp.py: change string to int argument for chmod to octal int 2022-12-13 11:51:42 +04:00
Evgeny Sinelnikov
5be7cc14b0 appliers/file_cp.py: fix choosing target directory path 2022-12-13 11:51:42 +04:00
Valery Sinelnikov
1f0e417ff1 Added the ability to use wildcards for delete files in appliers/file_cp.py 2022-12-13 11:51:42 +04:00
Valery Sinelnikov
1d31c72946 Added the ability to use wildcards in appliers/file_cp.py 2022-12-13 11:51:42 +04:00
Evgeny Sinelnikov
eb7538249f 0.9.12-alt2
- Update release with forgotten changes
0.9.12-alt2
2022-12-12 15:29:17 +04:00
Evgeny Sinelnikov
0dacf2f657 Merge remote-tracking branch 'origin/master' 2022-12-12 15:28:57 +04:00
Evgeny Sinelnikov
13f1529306 0.9.12-alt1
- Fixed mapped drive maps for user and add support for machine
 + Added label option support
 + Fixed letters collisions and assigning as Windows
- Replaced cifs applier mountpoints into shown gvfs directories:
 + /media/gpupdate/Drive - for system shares
 + /media/gpupdate/.Drive - for system hidden shares
 + /run/media/USERNAME/DriveUser - for user shares
 + /run/media/USERNAME/.DriveUser - for user hidden shares
- Added network shares support for user
- Fixed bug (closes: 44026) for chromium applier
- Added keylist handling when generating firefox settings (closes: 44209)
- Added a check of the need to scroll DC (scrolling DCs disabled by default!)
- Added the ability to generate rules for all polkit actions
- Added applier for Yandex.Browser
2022-12-11 20:52:57 +04:00
Evgeny Sinelnikov
3b2d0c0af2
Merge pull request #184 from altlinux/addition_to_networkshare
Samba usershares support for user settings
2022-12-11 15:12:10 +04:00
Evgeny Sinelnikov
aea8f6ed0a Simplify Networkshare initialization with username 2022-12-11 12:01:07 +04:00
Evgeny Sinelnikov
322f28baa7
Merge pull request #185 from altlinux/fix_bug_chromium
Fix bug ALT#44026 for chromium applier.
2022-12-11 02:18:45 +04:00
Valery Sinelnikov
3860bf6b74 Fix bug 44026 for chromium_applier.py 2022-12-09 17:59:43 +04:00
Valery Sinelnikov
abcc660118 Added interactivity to work with /usr/bin/net in netshare.py 2022-12-09 17:32:54 +04:00
Valery Sinelnikov
b7e61e4ab8 Added new logs for user networkshare 2022-12-09 17:32:47 +04:00
Valery Sinelnikov
ca50d7f73b Added the use of settings for creating common catalogs for the user 2022-12-09 17:32:40 +04:00
Valery Sinelnikov
d9f3bd3b8c The functionality of the creation of general catalogs was expanded for the user 2022-12-09 17:32:28 +04:00
Valery Sinelnikov
b4e50c2ef8 Correction of final paths for catalogs in autofs_auto.j2, autofs_auto_hide.j2, cifs_applier.py 2022-12-05 13:26:29 +04:00
Evgeny Sinelnikov
e46d717af8 Bump to 0.9.12... 2022-12-04 05:21:56 +04:00
Evgeny Sinelnikov
83c0395ee4
Merge pull request #179 from altlinux/fix_bug_44209_in_firefox_app
Added keylist handling when generating firefox settings
2022-12-04 04:57:25 +04:00
Evgeny Sinelnikov
eef4823e56
Merge pull request #170 from altlinux/DC_scrolling_with_full_Sysvol
Added a check of the need to scroll DC
2022-12-04 04:56:37 +04:00
Evgeny Sinelnikov
4100edcacf Set alt polkit group policy permissions more priority than windows 2022-12-04 04:52:04 +04:00
Evgeny Sinelnikov
89e72eeaff Merge remote-tracking branch 'origin/PolkitApplier_addition' 2022-12-04 04:22:07 +04:00
Evgeny Sinelnikov
ce54bae087
Merge pull request #181 from altlinux/fix_Mapped_Drive
Fix mapped drive for user and machine
2022-12-04 03:58:14 +04:00
Evgeny Sinelnikov
bbbde0c46a Replace cifs applier mountpoints into shown gvfs directories 2022-12-04 03:52:48 +04:00
Evgeny Sinelnikov
a43f47abd4 frontend/cifs_applier.py: add optimization improvements 2022-12-04 03:51:16 +04:00
Valery Sinelnikov
60ab746ce3 Added drive mapping support for computer 2022-12-02 16:31:16 +04:00
Valery Sinelnikov
418d182726 Signature usage added to autofs templates 2022-12-02 16:27:11 +04:00
Valery Sinelnikov
ccb3dd53a8 Added use of machine_cifs_applier to frontend_manager.py 2022-12-02 13:31:54 +04:00
Valery Sinelnikov
bb0beb4a92 Added support for hiding in templates for autofs 2022-12-02 12:29:07 +04:00
Valery Sinelnikov
dda3ca452b Added support for hide in cifs_applier.py 2022-12-01 14:33:23 +04:00
Valery Sinelnikov
0d54a2a0c8 Added deletion of drive sequence in cifs_applier.py 2022-11-30 14:35:06 +04:00
Valery Sinelnikov
c1a4e67ba3 Added new class to generate disk list in cifs_applier.py 2022-11-29 19:19:51 +04:00
Valery Sinelnikov
b10dde3b21 Added new fields (thisDrive, allDrives, label, persistent, useLetter)
to files drives.py, record_types.py, sqlite_registry.py
2022-11-23 17:19:44 +04:00
Valery Sinelnikov
c7b632fbb8 Added action handling to the autofs_mountpoints.j2 template 2022-11-22 17:40:32 +04:00
Valery Sinelnikov
a00366650a Added use of field action to cifs_applier.py 2022-11-22 17:38:09 +04:00
Valery Sinelnikov
a10beac915 Added a new action column to sqlite_registry.py 2022-11-22 17:37:28 +04:00
Valery Sinelnikov
d409d68052 Added new field action to record_types.py 2022-11-22 17:25:39 +04:00
Valery Sinelnikov
5fdefaecc0 Added new field action to gpt/drives.py 2022-11-22 17:22:48 +04:00
Valery Sinelnikov
0e3d3598f1 Added keylist handling when generating firefox settings 2022-11-16 13:47:48 +04:00
Valery Sinelnikov
556a8f833c Added removal of empty rules 2022-11-11 18:07:48 +04:00
Valery Sinelnikov
a17dd4a9b4 Added locks and optimized code 2022-11-11 12:55:01 +04:00