1
0
mirror of https://github.com/altlinux/admc.git synced 2025-02-09 01:57:26 +03:00

3564 Commits

Author SHA1 Message Date
Evgeny Sinelnikov
93bc75ea7d 0.11.0-alt1
- Action menu: Block inheritance feature is added to organizational
  unit context menu. Also limited group policy tab is returned.
- Console: Bug with empty group policy object crushing is fixed.
- Console: Non-deletable group policy containers dont dissapear
  from GUI after deletion attempt now. Warning message popups instead
  of error log dialog.
- Misc: "Order" column is added to policy organizational unit results.
  Sort is performed with this column by default.
- Console: Fix crash in policy tree after changing properties
  for organizational units.
- Misc: Fix description bar squishing scope pane, when selected
  item's name is too long and description bar needs to display it.
- Toolbar: Fix icons for "create" actions for organizational units,
  users and groups in toolbar.
- Misc: Add trimming to full name autofill.
- Misc: Add trimming to attribute sAMAccountName edit in create
  dialog for computers.
- Misc: Add "find gpo" action to policy tree. It implements group
  policy objects search functional.
- Misc: Improve "Import Query" action. So it's possible to
  import multiple queries at the same time.
0.11.0-alt1
2022-12-13 09:05:47 +04:00
Semyon Knyazev
86945b359b Update changelog for release 0.11.0 2022-12-13 09:00:30 +04:00
Evgeny Sinelnikov
fede9d878e Update translations to "find gpo" action 2022-12-13 08:58:06 +04:00
Evgeny Sinelnikov
ba27fd07f0 Revert "Fixes on incorrect word wrapping"
This reverts commit 0876c1a91499c4efea776edc5797ef54cd1e90e3.
2022-12-13 08:58:02 +04:00
Evgeny Sinelnikov
5cc7bbb043 Merge branch 'bugfix/default_policy_deletion' 2022-12-13 00:34:12 +04:00
Evgeny Sinelnikov
15eceea1ab Update translations if group policy delete failed 2022-12-13 00:32:04 +04:00
Semyon Knyazev
79b88bea82 Translations for message box are added 2022-12-12 23:59:47 +04:00
Evgeny Sinelnikov
07462ef853 Clipped translations for group policy tab is updated. 2022-12-12 23:47:23 +04:00
Evgeny Sinelnikov
6f4ccf86eb Revert "Translations for group policy tab is updated."
This reverts commit 38710a486b5e0401b4da3990b19176a23ab85e38.
2022-12-12 23:40:59 +04:00
Evgeny Sinelnikov
64f294f5ab
Merge pull request #377 from Samael340/feature/block-inheritance-check
Feature/block inheritance check
2022-12-12 23:05:41 +04:00
Semyon Knyazev
9d6418fc1d Copyright year is changed. group_policy_tab.ui is removed from CMakeLists.txt 2022-12-09 18:45:27 +04:00
Evgeny Sinelnikov
2e2390e575
Merge pull request #378 from Samael340/bugfix/empty-item-crushing
Empty item bug is fixed
2022-12-09 12:51:03 +04:00
Semyon Knyazev
93d5b0dfbc Functions for display errors to status log without dialogs 2022-12-09 03:47:44 +04:00
Semyon Knyazev
0861d6b003 Message box for default policy deletion is added. 2022-12-09 03:42:35 +04:00
Semyon Knyazev
5c36d65d8f Empty item bug is fixed
Empty ad objects is not added to console. Its fixed at first sight.
2022-12-03 01:48:25 +04:00
Semyon Knyazev
38710a486b Translations for group policy tab is updated. 2022-11-28 21:18:00 +04:00
Semyon Knyazev
8371e125b0 update_gp_options_check_state() function removed from slots. 2022-11-28 21:15:43 +04:00
Semyon Knyazev
e58777eb8c Group policy tab is returned.
Group policy tab had been returned with single block inheritance checkbox.
2022-11-28 21:09:21 +04:00
Semyon Knyazev
4b8ccac0a0 Block inheritance checkbox is removed from object tab.
Block inheritance checkbox is removed from object tab (object properties).
Change checkbox visibility signal is removed from gpoptions_edit class.
2022-11-28 21:01:52 +04:00
Semyon Knyazev
52991bcccb update_gp_options_action_check signal is removed 2022-11-28 14:46:23 +04:00
Semyon Knyazev
9726a8ec4c Added translations for block inheritance feature. 2022-11-25 19:20:33 +04:00
Semyon Knyazev
0d93c3d828 Block inhertiance checkable action and checkbox had been added.
Block inheritance checkable action had been added to group policy objects with policy OU item type.
Also had been added block inheritance checkbox to object tab in properties of objects with OU and Domain classes.
2022-11-25 17:52:44 +04:00
Evgeny Sinelnikov
2caf439615 Merge remote-tracking branch 'origin/master' into sisyphus 2022-10-25 08:20:15 +04:00
a43e0ca181 0.10.0-alt3
- Cleanup Requires and BuidRequires.
2022-09-12 15:08:18 +03:00
ea7e28c079 glib2 not requires for build 2022-09-12 15:05:17 +03:00
Evgeny Sinelnikov
fa07e25c44 0.10.0-alt2
- Build latest tested release.
- Adjust package summary and description.
2022-09-07 01:37:02 +04:00
Evgeny Sinelnikov
2b8f69c7af Clean CHANGELOG.txt from previous unmerged typos 2022-09-07 01:25:01 +04:00
august-alt
bfe43817ce
Merge pull request #367 from CaMoCBaJL/bugfix/#75112
Fixes on incorrect word wrapping
2022-08-04 17:33:16 +04:00
0876c1a914 Fixes on incorrect word wrapping 2022-08-04 17:18:41 +04:00
Dmitry Degtyarev
3dadd70b25 change how policy f-ns use buddy console
change args to list of consoles
remove nullptr checks for buddy console
2022-07-08 13:05:30 +04:00
Dmitry Degtyarev
b23929a989 fix test for find policy dialog
closes #366
2022-07-08 11:40:32 +04:00
Dmitry Degtyarev
1c0623480d change how buddy console is stored in object impl
store it as a list and change arg format of object f-ns to accept
\ console list
don't need nullptr checks this way
2022-07-07 16:34:09 +04:00
Dmitry Degtyarev
39ff76c65e improve "Import Query" action
so it's possible to import multiple queries at the same time
closes #365
2022-07-07 15:41:36 +04:00
Dmitry Degtyarev
23ec5e9fa9 move set_drag_drop_enabled() call
for find object impl, to impl's file
2022-07-06 14:10:47 +04:00
Dmitry Degtyarev
5d38c641b3 disable drag drop for find policy view 2022-07-06 14:09:45 +04:00
Dmitry Degtyarev
8cc6ea6399 rename FindImpl to FindObjectImpl 2022-07-06 14:08:54 +04:00
Dmitry Degtyarev
fb5619d53e fix octet editing in list attribute dialog
list dialog failed to open octet dialog when adding octet values
add AttributeDialog::make() that is shared between attribute_tab
\ and list_attribute_dialog
2022-07-06 13:52:14 +04:00
Dmitry Degtyarev
8a4c5c3131 add ru changelog text 2022-07-06 13:52:11 +04:00
Dmitry Degtyarev
387f90edb4
Merge pull request #364 from altlinux/find-policy
Find policy dialog
2022-07-06 13:51:32 +04:00
Dmitry Degtyarev
86c05e7087 remove unused decl's 2022-07-06 13:45:45 +04:00
Dmitry Degtyarev
4e3eee1675 trim includes in FoundPolicyImpl 2022-07-06 11:25:29 +04:00
Dmitry Degtyarev
36afb90437 implement side effects from find policy dialog
side effects from all the actions that are possible for policies
straighten out how policy results is refreshed
add FoundPolicyImpl, can't use PolicyImpl in find dialog
2022-07-05 17:11:45 +04:00
Dmitry Degtyarev
7bbf4dfdb4 speed up update() in policy results
move check of gpo perms to PolicyImpl::selected_as_scope()
don't need to re-check perms when results is updated
2022-07-04 13:45:01 +04:00
Dmitry Degtyarev
a55d47a2bc make find button default 2022-07-01 14:58:51 +04:00
Dmitry Degtyarev
3526ac6a9c 0.10.0-alt1
- Properties: Removed "Group tab". Not necessary because
  policy tree replaces it.
- Policies: Improved policy tree. Tree now contains OU's in
  addition to policies. OU's display their child OU's and
  linked policies. Viewing all policies is still possible in
  "All policies" folder.
- Misc: Fixed eliding of long items in scope view. Scope
  view now correctly displays a scroll bar so that long
  items can be viewed fully.
- Misc: Added trimming of spaces from names when creating or
  renaming policies, query folders and query items.
- Misc: Fixed a bug where object became unloaded if during
  rename character '?' was added to it's name.
- Misc: Increased size of editor for string attributes,
  which is available in "Attributes" tab. Long strings are
  now easier to view and edit.
- Misc: Removed ability to drag and drop policies onto OU's
  in object tree. This action now can be performed inside
  policy tree.
2022-06-30 15:20:33 +04:00
Dmitry Degtyarev
cfe017cd94 Merge branch 'release/0-10-0-test' into sisyphus 2022-06-30 15:19:51 +04:00
Dmitry Degtyarev
289697ac9a add trimming to computer sam name edit
fixes lack of trimming of sam name in create dialog for computers
2022-06-30 11:50:54 +04:00
Dmitry Degtyarev
6e6213789d add trimming to computer sam name edit
fixes lack of trimming of sam name in create dialog for computers
2022-06-29 14:29:56 +04:00
Dmitry Degtyarev
0a67b3fe03 move admc.svg icon to "share" dir
more appropriate there because it's installed in share dir
/src/data is for data bundled with the app binary
2022-06-28 13:32:15 +04:00
Dmitry Degtyarev
d97138b6a7 move admc.svg icon to "share" dir
more appropriate there because it's installed in share dir
/src/data is for data bundled with the app binary
2022-06-28 13:32:04 +04:00