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

121 Commits

Author SHA1 Message Date
Valery Sinelnikov
6353d682ac 0.13.0-alt1
- PDC-Emulator check option is added. If option is enabled, GPT-related
  moves like policy editing/creation/deletion will be prevented under
  non-PDC-Emulator DC connection.
- Fixed group policy link order value in organizational unit's
  results widget: order was sorted as string number earlier.
  It is sorted as a number now.
- Organizational unit's inherited policies are added to corresponing
  tab in organizational unit's result widget. Also inherited policies
  list is added to organizational unit's properties group tab.
- Enforce and disable checkable actions are added to policy link item
  context menu (group policy objects).
- Fixed organizational unit and user rename ok buttons availability
  with spaces only.
- Crashing after drag and drop attempt in organizational unit's results
  widget is fixed: drag and drop is disabled.
- User and group general tab read-only widgets are added as results
  widgets for corresponding group and user items.
- creationTime attribute's value display/edit fixed.
- Time span attribute value display fixed. Also time span attribute
  edit is added.forceLogoff and lockOutObservationWindow attributes
  are added as time span.
- Attribute userAccountControl, msDs-Supported and systemFlags values
  are displayed as hexadecimal.
- Fixed group policy link appearing after an unauthorized creation
  attempt.
2023-07-17 17:48:53 +04:00
Evgeny Sinelnikov
9154796ccf 0.12.0-alt1
- Indents at selected OU's widget with policies list are minimized.
- Ellipsis for too long names in description bar is added. Label is located to
  the right of the tree with chosen object. Tool tip for that label is added.
  Tool tip contains full object name.
- Attribute groupType display and edit are changed from decimal to hexadecimal.
  Attribute value also contains flag names that were set.
- Error dialog after critical policy selection is removed. Error is displayed
  in log now. Dialog error messages after critical policy deletion attempt are
  clarified.
- Russian language is removed from english logs and vice versa.
- Block inheritance indicator is added to OU's icon from group policy objects.
- Enforced link indicator is added to policy icon from group policy objects.
- Disabled policies appearence changing is added to policies from group policy
  objects. Policy item icon changes appearance (fades) after group policy link
  disabling.
- Policy link indicator is added to policy icon from group policy objects.
  Indicator is located in left bottom policy icon corner.
- Policies that are linked to domain is visible in group policy objects now.
- Group policy objects order is changed. Policies is placed higher than OUs now.
2023-03-22 21:05:00 +04:00
Evgeny Sinelnikov
5a24f61d2a 0.11.2-alt1
- Fix race condition problems with AdInterface.
2023-01-10 11:49:30 +04:00
Evgeny Sinelnikov
e16079867f 0.11.1-alt1
- Fix property tabs size policy to looks more pretty.
- Enable both user and machine attributes during GPO creating.
- Fix availability of the Ok button when:
 + a policy name is missing in the policy create dialog;
 + group name is missing in the renaming ou dialog;
 + user name is missing in rename user dialog.
2023-01-10 07:46:13 +04:00
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.
2022-12-13 09:05:47 +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
Evgeny Sinelnikov
fa07e25c44 0.10.0-alt2
- Build latest tested release.
- Adjust package summary and description.
2022-09-07 01:37:02 +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
3de4631cee add test for add_filter() 2022-06-24 12:06:13 +04:00
Dmitry Degtyarev
825ee99d3d bump 0.11.0 2022-06-15 13:30:10 +04:00
Dmitry Degtyarev
e08f50d8ec Merge branch 'release/0-10-0-test' into sisyphus 2022-06-15 11:31:42 +04:00
Dmitry Degtyarev
3b7c1f3eb1 add libsasl2-plugin-gssapi runtime req
probably wasn't caught because this package is a dependency
\ for sssd-krb5-common which is installed by most users
2022-06-15 11:30:01 +04:00
Dmitry Degtyarev
c6738e6ccc match test order in spec and cmakelists 2022-06-14 16:04:57 +04:00
Dmitry Degtyarev
ca6ee90199 add missing test binary to spec 2022-06-14 16:04:10 +04:00
Dmitry Degtyarev
7fce6acfb4 make a separate attribute dialog for numbers
basically a copy of string attribute dialog
need to separate because will be changing widget for string attribute
\ dialog to a QPlainTextEdit which is not appropriate for numbers
add test for number validation
2022-06-02 13:38:03 +04:00
kevl
4943a644fa add test for policy ou results 2022-05-25 10:59:23 +04:00
Dmitry Degtyarev
388e2dcce1 add russian changelog
closes #342
2022-04-05 11:43:40 +04:00
Dmitry Degtyarev
af5856cb88 0.9.0-alt1
- 0.9.0 (See CHANGELOG.txt for details)
2022-04-01 15:26:07 +04:00
Dmitry Degtyarev
9866a2fed7 Merge branch 'release/0-9-0-test' into sisyphus 2022-04-01 15:25:33 +04:00
Dmitry Degtyarev
4dda1211f1 0.8.3-alt1
- 0.8.3 (See CHANGELOG.txt for details)
- Removed auto-generated changelog entry in .spec
2022-03-31 10:53:37 +04:00
Dmitry Degtyarev
0f6d77f660 undo 0.10.0 bump 2022-01-28 15:55:49 +04:00
Dmitry Degtyarev
7d44a07a28 warn about bad chars in sam name
add tests for SamNameEdit that tests this functionality
2022-01-25 17:18:03 +04:00
Dmitry Degtyarev
94639c78f7 bump to 0.10.0 2022-01-18 15:08:50 +04:00
Dmitry Degtyarev
e60dbdeb26 remove release entries from spec changelog
master branch will now contain only the auto-generated entry
\ release branches will contain hand-written changelog entries
2022-01-18 12:54:00 +04:00
Dmitry Degtyarev
e2289c80d3 add test for select classes widget 2022-01-18 12:04:19 +04:00
Dmitry Degtyarev
65330fcdb7 add app icon 2021-12-27 12:16:23 +04:00
Dmitry Degtyarev
0d613996cf fix ad interface tests
remove unused security_tab tests, ad_security tests cover everything
2021-12-15 18:13:02 +04:00
Dmitry Degtyarev
66f8ff7bf2 add ad_security tests 2021-12-14 19:24:24 +04:00
Dmitry Degtyarev
56fbc58157 0.8.2 2021-11-22 12:35:18 +04:00
Dmitry Degtyarev
f415104b00 improve %changelog in spec
"Build for <version>" phrasing is confusing because it
\ looks like "Build for <repo>" convention used in other
\ packages with multiple branches for each repo
2021-11-22 11:49:10 +04:00
Dmitry Degtyarev
c059ee33f3 0.8.1 2021-11-22 09:53:50 +04:00
Dmitry Degtyarev
85f17f92ac bump 0.9.0 2021-11-10 16:59:20 +04:00
Dmitry Degtyarev
628af6bd1c 0.8.0 2021-11-10 12:48:47 +04:00
Dmitry Degtyarev
55e2e7c7e7 rename attribute editors to dialogs 2021-11-09 16:25:26 +04:00
Dmitry Degtyarev
48f433c499 change manual to online version 2021-11-08 09:58:05 +04:00
Dmitry Degtyarev
f2f2a90db4 split object menu tests
into tests for each dialog type
2021-10-28 16:51:34 +04:00
Dmitry Degtyarev
52a2413052 add changelog dialog 2021-09-29 13:37:45 +04:00
Dmitry Degtyarev
9b1435f2b2 bump 0.8.0 2021-08-20 16:31:20 +04:00
Dmitry Degtyarev
e10f6619b8 test protect deletion edit 2021-08-20 16:16:28 +04:00
Dmitry Degtyarev
af4b23c6d8 Merge branch 'master' into alt_release_process
# Conflicts:
#	.gear/admc.spec
2021-08-09 15:39:38 +04:00
Dmitry Degtyarev
2983fde7dd bump 0.7.0 2021-08-09 14:37:29 +04:00
Evgeny Sinelnikov
ce149ae2a1 VERSION: Bump version up to 0.6.4...
and re-enable development release.
2021-08-07 05:45:11 +04:00
Dmitry Degtyarev
2f2c870da1 re-add .gear
this is what used to be in the "master" branch
2021-08-07 04:58:27 +04:00
Dmitry Degtyarev
26920eccbd 0.6.4-alt1
- 0.6.4
- closes: 40653
- closes: 40654
2021-08-05 18:03:32 +04:00
Dmitry Degtyarev
a8b00bcee7 re-add .gear
this is what used to be in the "master" branch
2021-08-03 11:14:12 +04:00
Dmitry Degtyarev
bda98de9d2 delete .gear folder
this is now the "upstream" branch
.gear folder will be in the new "alt" folder
2021-08-03 11:13:20 +04:00
Dmitry Degtyarev
177df4718f 0.6.3-alt1
- 0.6.3
2021-08-02 15:57:22 +04:00
Dmitry Degtyarev
33d513382f 0.6.2-alt1
- 0.6.2 (closes: 40562)
2021-07-29 14:39:17 +04:00
Dmitry Degtyarev
31265a2ba0 add tests for gpoptions edit 2021-07-26 16:08:27 +04:00