forked from altlinux/admc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
344 lines (332 loc) · 15.2 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
admc
CHANGELOG
-----------------------------------------------------------------------
VERSION 0.7.0 (Released 20-08-2021)
-----------------------------------------------------------------------
- Manual: Fixed manual not opening when app is installed
fresh. (#267)
- Manual: Improved how help pages are selected. Can now
single-click to select and also select using arrow keys.
- Policies: Fixed group policy tab not displaying policies
created on Windows. (#270)
- Policies: Fixed incorrect case in gplink strings outputted
by the app. Changed to use the same case style as Windows.
(#271)
- Policies: Added displaying of invalid GPO links in "Group
Policy" tab. Invalid links can be caused by slow
replication of recently created GPO's or delete GPO's or
incorrect deletiong of GPO's without unlinking. (#274)
- Policies: Fixed deletion of policies not unlinking them as
well. (#273)
- Policies: Fixed incorrect permissions of GPT of newly
created policies. (#269)
- Policies: Fixed incorrect deletion of GPT's (group policy
files on the sysvol share). (#277)
- Policies: Added a check for GPO permission mismatch. If
there's a mismatch, user is warned about it and offered to
sync permissions. (#281)
- Policies: Added "Refresh" action to policy tree. (#279)
- Properties: Added "Security" properties tab to all objects
that need it, not just users.
- Object tab: Added "Protect against deletion" feature which
allows enabling or disabling protection against deletion
for objects. Available in Object tab or in create dialog
for OU's. (#283)
- Misc: Added a toolbar. (#257)
-----------------------------------------------------------------------
VERSION 0.6.4 (Released 05-08-2021)
-----------------------------------------------------------------------
- Queries: Fixed query edit dialog not loading state
correctly. Was loading some fields as blank. (#255)
- Policies: Fixed policy creation dialog not closing. (#264)
- Policies: Fixed policy creation dialog not displaying
errors.
- Policies: Fixed policy results not loading
state(enforced/disabled) of links correctly. Was loading
blank every time. (#263)
- Policies: Fixed policy delete action not deleting GPO
files on sysvol.
- Policies: Disabled imprinting of policy security
descriptors on their sysvol files temporarily. For the
time being, sysvol files of newly created gpo's will have
default SD's. This is because the current process for
imprinting SD's causes problems.
- Misc: Fixed dialog titles.
- Misc: Added object count to description bar for queries.
(#256)
- Menubar: Added shortcuts for navigation actions and quit.
(#262)
-----------------------------------------------------------------------
VERSION 0.6.3 (Released 02-08-2021)
-----------------------------------------------------------------------
- Misc: Added manual generated from the wiki page. (#218)
-----------------------------------------------------------------------
VERSION 0.6.2 (Released 29-07-2021)
-----------------------------------------------------------------------
- Console: Added "Reset account" action for computer objects.
(#245)
- Console: Fixed "Advanced features" setting not hiding
advanced objects when the setting is turned off. (#247)
- UI: Implemented saving and restoring of state and geometry
of UI elements. Things like sizes of dialogs, column
customization and column widths. (#242)
- Options: Added connection options to "File" menu. (#248)
- Misc: Fixed crash on startup if there are no Kerberos
tickets. (#246)
- Misc: Fixed crash caused by threaded search when a
connection error happened. (#249)
- Misc: Fixed incorrect error message for account option
conflicts. Error message contained incorrect or empty
strings for account options. (#251)
- Misc: Fixed account option conflicts not being enforced
correctly. Was able to set conflicting account option
after closign the error message. (#252)
- Misc: Fixed expiry edit behaving incorrectly in some
timezones. The edit was setting the date to the next day.
(#253)
-----------------------------------------------------------------------
VERSION 0.6.1 (Released 20-07-2021)
-----------------------------------------------------------------------
- Action menu: Added "Enable account" and "Disable account"
actions for computer objects. (#236)
- Console: Fixed a bug where creating objects at domain
object did not add those objects in console. Also fixed
similar issue with moving objects to domain object. (#240)
- Console: Fixed results pane showing always showing all
columns. Now it hides non-default columns as it should. (#237)
- Console: Fixed changes to object properties not updating
objects in queries.(#241)
- Rename dialog: For the user version, updated the UPN edit
to the new version used everywhere else. (#238)
- Misc: Improved text in labels, titles and messages.
- Misc: Fixed "Close" button in error log dialog not closing
the dialog. (#235)
- Misc: Fixed empty text in some message boxes. (#234)
- Misc: Fixed crash caused by performing object operations
like delete, while "Saved Queries" is empty. (#239)
- Misc: Added .desktop file so that the app appears in app
list. (#231)
-----------------------------------------------------------------------
VERSION 0.6.0 (Released 08-07-2021)
-----------------------------------------------------------------------
- Properties dialog: Improved how connection failure is
handled. Dialog stays open and displays informative error
text.
- Properties dialog: Sped up dialog opening and applying
slightly.
- Manual dialog: Fixed manual path so it loads correctly.
- Connection: Fixed crash when getting domain name fails.
- Connection: Changed how domain name is determined. Before
it was determined from the default domain, now it is
determined from the default principal. Default domain has
to be specified manually and is not guaranteed to be
there.
- Console: Don't open context menu when clicking on empty
space in results pane.
- Console: Changed how target object for Action menu is
determined. If results is focused but has no selection,
use selection from scope.
- Action menu: Disable "New" menu if all new actions are
disabled.
- Action menu: Don't disable actions for items that are
fetching. This messed up context menu logic.
- Action menu: Enabled "Add to group" action for groups.
Groups can be added to groups.
- Select object dialog: Changed the base dialog to contain a
simpler search method. More advanced search is still available via another dialog opened from "Advanced" button.
- Select object dialog: Changed columns for the selected
list to be more informative.
- Account tab: Added "Logon hours" edit. Note that this
functionality is currently only working for Windows
clients. To work on Linux clients, it has to be
implemented in the client backend (not in ADMC).
- Account tab: Added "Logon computers" edit.
- UI: Improved button layout.
- UI: Added missing "Cancel" buttons to some dialogs.
- Security tab: Implemented addition of well-known trustee's.
-----------------------------------------------------------------------
VERSION 0.5.3 (Released 21-06-2021)
-----------------------------------------------------------------------
- Properties dialog: Added new "Security" tab for User objects.
- Properties dialog: Added new tabs for Computer objects:
"Delegation", "Managed by", "Member of" and "Operating
System".
- Properties dialog: Added "Location" field to General tab
for Computer objects.
- Create User dialog: Added "Can't change password" option.
- Filters: Removed "Cancel" button from class selection
dialog.
- Filters: Removed hidden feature where selecting all
classes in filter setup secretly changed filter to accept
ALL classes, even ones not listed in the class list.
- Console filtering dialog: Added more filtering options.
Now there's an option to: show all objects, show selected
classes and a custom filter.
- Console: Perform fetches of domain objects and queries in
a separate thread.
- Create query dialog: Fixed dialog not resetting between
multiple instances.
- Create query dialog: Fixed search base defaulting to being
empty. Default to domain instead like find dialog.
- Queries: Added "Edit" action to query items, which is
accessible from the action menu.
- Errors: Added more helpful error messages for the
connection process.
-----------------------------------------------------------------------
VERSION 0.5.2 (Released 12-05-2021)
-----------------------------------------------------------------------
- Translation: Fix translation of "Action" menu not loading.
- Properties: Added new properties dialog for multiple
objects which allows editing properties of multiple
objects at the same time.
- Message Log: Add option to show LDAP search operations.
- Message Log: Add option to show timestamps next to messages.
-----------------------------------------------------------------------
VERSION 0.5.1 (Released 23-04-2021)
-----------------------------------------------------------------------
- Console: Fixed a bug where when moving or deleting items,
some of the items were skipped.
- Select dialog: Fixed pressing return closing the Find the
dialog. Pressing return now presses "Find" button.
-----------------------------------------------------------------------
VERSION 0.5.0 (Released 22-04-2021)
-----------------------------------------------------------------------
- Console: Added new tree called "Group Policy Objects".
Lists all of the policies in the domain. Selecting a
policy shows all of the links to that policy in results
pane.
- Console: Added new tree called "Saved Queries". Displays a
tree of folders which contain "queries". Queries are saved
searches which display search results in results pane.
- Console: Display current domain controller in domain item
label.
- Console: Add additional way to "activate" results items by
selecting and pressing ENTER. Before could only activate
by double-clicking. Activating means switching scope to
selected results item or opening it's properties.
- Console: Items in scope pane are now sorted.
- Console: Change sorting of items in scope and results to
be case insensitive.
- Action menu: Added "Edit upn suffixes" action to domain
object. Opens menu to edit upn suffixes for this domain.
- Account tab: Added combobox for user logon name which
contains current upn suffixes.
- Attributes tab: Remember what attribute filters were
selected when app is closed.
- Move object dialog: Items are now sorted.
- Attributes tab: Prevent mixing changes in attributes tab
with changes in other tabs. When switching from/to
attributes tab while there are changes in tabs, open a
dialog which forces user to apply or discard those
changes.
- Create dialog: Added combobox for user logon name which
contains current upn suffixes.
- View menu: Added new results view types: Icons, Lists,
Detail.
- View menu: Added "Customize columns" option. Opens a
dialog where columns for results pane can be shown and
hidden.
- Preferences: Added toggles for some console widgets.
Replaces "toggle widgets dialog".
- Message log: Changed this to a docked widget. Can now be
repositioned to the sides or bottom of window as well as
floating.
- Find dialog: Fixed find dialog taking a long time to close
if find results contained many objects and they were
sorted by user.
- Find dialog: Fixed group scope and type not showing
correctly. Was always showing the default scope and type
(Distribution Group - Global).
- Properties: Added new tab called "Managed by",
which is shown for Organizational Units.
- Properties: Added new tab called "Group policy"
which displays and edits policies linked to selected
object.
- Manual: Added contents and index sectio. Still no actual content though.
- Misc: Drag and drop is now disabled for objects that can't
be moved. Before you were able to start drag process for
those objects but weren't able to drop them anywhere,
which is confusing.
-----------------------------------------------------------------------
VERSION 0.4.1 (Released 02-03-2021)
-----------------------------------------------------------------------
- Properties: Fixed "Apply"/"Reset" buttons being
incorrectly disabled after apply failure. They now stay
enabled if any error occured.
- Properties: Fixed edits and tabs applying old changes if
they were previously applied in the same Properties
dialog.
- Member Of/Members tab: Changed primary objects to be
selectable. When pressing "Remove" button, a warning opens
if any of selected objects are primary, remove action
fails.
- Member Of tab: Added "Primary Group" display.
- Console: Changed drag and drop process to not make server
requests while dragging. Dragging will now be smoother.
- Find dialog: Moved the find process to a separate thread.
This removes all lag.
- Find dialog: Fixed crashing when closing dialog while a
find is in progress.
- Find dialog: Removed results limit.
- Find dialog: Removed quick find option. Didn't work well.
- Misc: Implemented recursive delete so now you can delete
objects with children. Before this action caused a server
error.
- Misc: Fixed idle disconnect. The app now opens a new
connection to server for every set of operations instead
of keeping one connection open.
- Misc: Added message box that warns about connection
failure after trying to perform some operations that
require a connection.
-----------------------------------------------------------------------
VERSION 0.4.0 (Released 15-02-2021)
-----------------------------------------------------------------------
- Properties: Added more tabs to Properties dialog:
- general
- object
- account
- address
- organization
- telephones
- profile
- members
- member of
- Properties: Changed Properties to be a dialog instead of
docked widget.
- Properties: Tab titles are now displayed in a vertical
list to the left of tab content.
- Properties: Renamed from Details to Properties.
- Attributes Tab: Added new features:
- filtering
- attribute type column
- specialized editors for all attribute types
- Object Menu: Added most of the object actions.
- Object Menu: Actions can now be performed for multiple
objects. Select multiple objects to load object menu for
all of them. Can move, delete, rename and perform other
operations, depending on selection.
- Object Menu: Now available in menubar for accessibility.
- Object Menu: Added new dialogs:
- rename dialog
- find dialog
- create dialog
- select dialog
- Settings: Added more customization:
- showing/hiding widgets
- show non-container objects in containers widget
- Settings: Added Contents widget filtering
- Menubar: Added Navigation menu.
- Performance: Reduced lag when working with large amounts
of objects (1000s)
- Misc: Removed login dialog. New usage scheme is to do
authenticate via kerberos before starting the app using
"kinit" and then use the app. There's also an option to
attempt to connect after app has started.
- Misc: Implemented displaying busy indicator on cursor for
long operations.
- Misc: Implemented correct dialog modality for all dialogs.
- Misc: Selected better object icons.
- Misc: Enabled sorting of most object lists.
- Misc: Improved default column widths for object lists.
- Misc: Implemented saving of column widths between app
sessions.