1
0
mirror of https://github.com/altlinux/admc.git synced 2024-10-26 08:55:21 +03:00
Commit Graph

3489 Commits

Author SHA1 Message Date
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
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
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
1135fe5947 fix app icon used in .desktop
large size caused problems when downscaling text
spacing between two letters broke and second letter went out of bounds
2022-06-28 13:29:05 +04:00
Dmitry Degtyarev
1869e5fca4 add trimming to full name autofill 2022-06-28 11:22:31 +04:00
Dmitry Degtyarev
1c0194de97 add Gplink::get_gpo_order()
and tests
needed for other tests, not for normal usage
2022-06-27 09:53:31 +04:00
Dmitry Degtyarev
b07173bf8b improve tests for policy ou results
check gplink state in addition to checking app state
2022-06-27 09:52:19 +04:00
Dmitry Degtyarev
fe0a8148fd add more tests for policy ou results
tests for remove_link(), move_up(), move_down()
move column enum to private header so it can be shared with tests
check for policy_root validity in results widget because test
\ runs without policy tree in console
2022-06-27 09:52:12 +04:00
Dmitry Degtyarev
4c0f169af9 update translation 2022-06-23 12:10:16 +04:00
Dmitry Degtyarev
aa0e773dbf update translation 2022-06-23 12:10:05 +04:00
Dmitry Degtyarev
2a44590d11 Merge branch 'release/0-10-0-test' into sisyphus 2022-06-23 11:53:51 +04:00
Dmitry Degtyarev
41eec5af3d temporarily fill ru changelog
with en changelog
will translate later
2022-06-23 11:53:25 +04:00
Dmitry Degtyarev
e5044093c3 fix icons for "create" actions in toolbar
use get_object_icon() because it has fallback variants
add get_object_icon() variant that takes object category as arg
2022-06-22 12:49:45 +04:00
Dmitry Degtyarev
edc16ca32d fix description bar squishing scope pane
when selected item's name is too long and description bar
\ needs to display it, it got resized and ended up resizing
\ scope pane to it's minimum width
fix by word wrapping labels in description bar
2022-06-21 16:13:59 +04:00
Dmitry Degtyarev
077c65497f add "order" column to policy ou results
sort by this column by default
2022-06-20 13:39:02 +04:00
Dmitry Degtyarev
69cc76726d fix crash in policy tree
when changing properties for OU's
console_object_load() cannot be called on rows for policy OU's
\ because those rows are different widths from object tree ou rows
policy_ou_impl_load_row() already does what's necessary
2022-06-20 10:22:36 +04:00
Dmitry Degtyarev
0a7a0e645d fix incorrect isEmpty() call in console 2022-06-15 15:48:57 +04:00
Dmitry Degtyarev
e544b81ed2 fix incorrect isValid() calls
they were negated when they shouldn't be
2022-06-15 15:48:54 +04:00
Dmitry Degtyarev
2534e1bee5 fix incorrect isEmpty() call in console 2022-06-15 15:48:19 +04:00
Dmitry Degtyarev
ee332fedf0 fix incorrect isValid() calls
they were negated when they shouldn't be
2022-06-15 15:00:57 +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
29be65a42b add single versions of search_items()
use it where single results are expected
add missing validity check to console_object_move_and_rename()
2022-06-14 14:21:26 +04:00
Dmitry Degtyarev
aa0379c84b fix console_object_create()
fix apply() f-n skipping policy branch step if no parent in object
\ branch was found
fix apply() not checking list size before using search results
\ from policy branch
2022-06-14 12:56:24 +04:00
Dmitry Degtyarev
ba88f638fe remove the rest of workflow files 2022-06-14 11:13:28 +04:00
Dmitry Degtyarev
2386f32384 remove github workflow
because it's broken
2022-06-14 11:10:45 +04:00
Dmitry Degtyarev
947c9df271 fix warnings about unused vars 2022-06-10 16:59:28 +04:00
Dmitry Degtyarev
e142016d04 fix usage of deprecated version of QString::split 2022-06-10 16:57:11 +04:00
Dmitry Degtyarev
904becc8d1 remove usage of deprecated QSet::toList() 2022-06-10 16:52:57 +04:00
Dmitry Degtyarev
ab4a384444 fix test for string other edit 2022-06-10 16:32:59 +04:00
Dmitry Degtyarev
76e02da0e7 fix crash from PolicyOU properties
was using console_object_load() for PolicyOU's
use load() f-n specific to PolicyOU's instead
2022-06-10 16:04:42 +04:00
Dmitry Degtyarev
f5df31866a fix usage of invalid role for PolicyOU
PolicyOU's don't have "ObjectRole_ObjectClasses"
2022-06-10 15:58:41 +04:00
Dmitry Degtyarev
20cf248670 remove unused console_object_is_ou() 2022-06-10 15:20:46 +04:00
Dmitry Degtyarev
c5fbcb64e5 fix crash when renaming in policy tree
renaming ou's
happened because was using ObjectRole_ObjectClasses which PolicyOU's
\ don't have
2022-06-10 15:19:41 +04:00
Dmitry Degtyarev
64ac17bc46 remove calls to QList::toSet()
it's deprecated
2022-06-09 16:24:45 +04:00
Dmitry Degtyarev
690e66f47c fix test for policy ou results 2022-06-09 14:03:33 +04:00
Dmitry Degtyarev
982d9964ba fix tests that use string dialog
qlineedit changed to qplaintextedit
2022-06-09 14:00:39 +04:00
Dmitry Degtyarev
18d838d9d3 update changelog
reorder entries
2022-06-09 12:00:21 +04:00
Dmitry Degtyarev
fa17f68c1d update translation 2022-06-09 11:20:03 +04:00
Dmitry Degtyarev
e070ecb766 update changelog 2022-06-09 11:15:47 +04:00
Dmitry Degtyarev
b150dc888b fix policy icons
in select policy dialog and "all policies" folder
search for all attributes instead of just display name so that
\ "object category" is loaded. It's required to know which icon
\ to use
2022-06-08 13:36:48 +04:00
Dmitry Degtyarev
92f4fcf915 trim name input of query folder and items 2022-06-08 11:20:20 +04:00
Dmitry Degtyarev
9c270134f9 trim spaces in policy name input 2022-06-08 11:19:03 +04:00
Dmitry Degtyarev
bed87bbb76 fix unescaped names during renames
escape name in dn_rename() so that when renaming objects
\ and adding chars that need to be escaped, dn doesn't get broken
2022-06-08 11:07:29 +04:00
Dmitry Degtyarev
be3b850e20 fix scope view eliding long items
long items can now be fully viewed with a scrollbar
2022-06-07 15:44:30 +04:00