Evgeny Sinelnikov
8b82278934
0.9.12.4-alt1
...
- Fixed an implementation of replace action in folder applier
- Improve file cache store() with copy in temporary file before saving
- Added implementation of using executable bit in file copy applier
- Fixed debug messages typos in file copy applier
0.9.12.4-alt1
2023-03-20 18:49:35 +04:00
Valentin Sokolov
4b4adbf3e1
Fixed an implementation of replace action in folder applier
2023-03-20 18:49:35 +04:00
Evgeny Sinelnikov
0e6c3bb6aa
Improve file cache store() with copy in temporary file before saving
2023-03-20 18:49:20 +04:00
Evgeny Sinelnikov
fa315bb599
Added implementation of using executable bit in file copy applier
2023-03-19 01:52:33 +04:00
Valentin Sokolov
d54cd790b1
Added executable attribute to table for files
2023-03-19 01:39:11 +04:00
Evgeny Sinelnikov
c729b8a6d6
Fix debug messages typos in file copy applier
2023-03-19 01:19:59 +04:00
Evgeny Sinelnikov
142d6eda50
Fix set executable logic in file copy applier
2023-03-19 01:18:31 +04:00
Evgeny Sinelnikov
ae8dd798ab
0.9.12.3-alt1
...
- Add support of set copyied files to be executed by paths and suffixes (extensions).
- Add support of saving comments in ini files.
- Add support samba-4.17 python interface for gp.gpclass instead of gpclass.
2023-02-28 22:16:08 +04:00
Evgeny Sinelnikov
8121eb8d6f
Add support samba-4.17 python interface for gp.gpclass instead of gpclass.
2023-02-28 22:05:51 +04:00
Evgeny Sinelnikov
be15051ba5
Merge pull request #190 from altlinux/addition_paths_and_suffixes_to_files_app
...
Add support of set copyied files to be executed by paths and suffixes (extensions)
2023-02-21 20:12:59 +04:00
Evgeny Sinelnikov
7f7a154e1b
Merge pull request #189 from altlinux/save_comments_in_ini_files
...
Save comments in ini files
2023-02-21 19:25:41 +04:00
Valery Sinelnikov
72c34a7475
appliers/file_cp.py: changes the mode bits for the file only
2023-02-21 14:29:51 +04:00
Valery Sinelnikov
abc3a3f609
Added implementation to set execute permissions
2023-02-21 12:40:07 +04:00
Valery Sinelnikov
ce2d1c6e05
Added the ability to set execution permissions
2023-02-21 11:23:53 +04:00
Valery Sinelnikov
58cff92891
Added new requires python3-module-configobj
2023-01-17 18:26:48 +04:00
Valery Sinelnikov
6bcd916203
Replaced ini-file editing module
2023-01-17 18:23:01 +04:00
Valery Sinelnikov
c924adc4b0
0.9.12.2-alt2
...
- Fixed a typo in cifs_applier.py
2022-12-29 12:44:40 +04:00
Valery Sinelnikov
9e1760ae9d
frontend/cifs_applier.py: added object pointer
2022-12-29 12:41:24 +04:00
Evgeny Sinelnikov
1a90996259
0.9.12.2-alt1
...
- Add support of create and delete symlinks in user home directory for mapped
network drives in cifs applier
- Fix file copy applier support of delete files with substitution
2022-12-29 05:46:46 +04:00
Evgeny Sinelnikov
11768248e4
Merge pull request #188 from altlinux/addition_mapped_drive
...
Create symlinks in user home directory for mapped network drives
2022-12-29 05:33:55 +04:00
Evgeny Sinelnikov
34d7124a46
Update translation debug logs for create symlinks mountpoints in cifs_applier
2022-12-29 05:29:53 +04:00
Evgeny Sinelnikov
c5c80b9091
frontend/cifs_applier.py: replace create symlinks logic to separate method
2022-12-29 05:29:39 +04:00
Evgeny Sinelnikov
1b3d046d05
frontend/cifs_applier.py: add separated symlinks for hidden mountpoints
2022-12-29 04:38:41 +04:00
Evgeny Sinelnikov
5c2e4fe356
frontend/cifs_applier.py: fix state variable names
2022-12-29 04:26:04 +04:00
Evgeny Sinelnikov
ff5645ef73
frontend/cifs_applier.py: generalize mountpoints names
2022-12-29 03:40:16 +04:00
Evgeny Sinelnikov
3fb3f2e857
Merge pull request #187 from altlinux/fix_delete_action_file_cp
...
appliers/file_cp.py: fix file delete for substitutions
2022-12-29 03:13:16 +04:00
Valery Sinelnikov
f75c79cbeb
frontend/cifs_applier.py: added forgotten argument to get_hkcu_entry
2022-12-28 17:07:30 +04:00
Valery Sinelnikov
43c8031da5
messages/__init__.py: added logs for drive link display policies
2022-12-28 16:22:02 +04:00
Valery Sinelnikov
4f1c2f288e
frontend/cifs_applier.py: added support for drive link display policies
2022-12-28 16:14:02 +04:00
Valery Sinelnikov
26908178d3
appliers/file_cp.py: fix file delete for substitutions
2022-12-27 17:35:53 +04:00
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