IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
- 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.
- 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.
- 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.
- 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.
- 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.
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
"Build for <version>" phrasing is confusing because it
\ looks like "Build for <repo>" convention used in other
\ packages with multiple branches for each repo