1
0
mirror of https://github.com/altlinux/admc.git synced 2024-10-26 17:25:38 +03:00
Commit Graph

3409 Commits

Author SHA1 Message Date
Dmitry Degtyarev
2c6ad35026 fix select base widget
when selecting base that was already added, selection
\ didn't switch to it, which is wrong behavior
2022-03-23 12:27:12 +04:00
Dmitry Degtyarev
87dd079450 add "show password" checkbox
toggles visibility of password edits
in create user dialog and password dialog
save this setting
2022-03-22 15:28:52 +04:00
Dmitry Degtyarev
e525de82f8 check for leading question marks in object names
prohibit them
2022-03-22 15:13:19 +04:00
Dmitry Degtyarev
bcca43e047 fix sam name edit 2022-03-22 11:41:12 +04:00
Dmitry Degtyarev
3000bfa765 trim spaces from upn and sam name
leave the check for leading/trailing space in upn name
\ even though it's redundant because spaces are trimmed
2022-03-22 11:01:59 +04:00
Dmitry Degtyarev
dce5a544dc fix name of RU country in country combo
change order in country combo
2022-03-22 10:48:10 +04:00
Dmitry Degtyarev
21dccf0464 add legend to logon hours dialog 2022-03-21 16:05:28 +04:00
Dmitry Degtyarev
fdecd520db
Merge pull request #351 from altlinux/improve-object-creation
Improve object creation
2022-03-16 15:47:42 +04:00
Dmitry Degtyarev
c65ad18699 add icon for shared folders 2022-03-16 14:37:03 +04:00
Dmitry Degtyarev
ffa0549d5b add tests for new creation dialogs 2022-03-16 13:51:24 +04:00
Dmitry Degtyarev
8afa7fa715 fix uac for created inetOrgPerson 2022-03-16 13:51:10 +04:00
Dmitry Degtyarev
855e91715d fix required edits for create contact dialogs 2022-03-16 13:48:22 +04:00
Dmitry Degtyarev
eb45bbad48 add comment 2022-03-16 13:21:57 +04:00
Dmitry Degtyarev
547e89494c add creation of "contact" objects
move full name autofill to utils.cpp, so it's shared between
\ create user and create contact dialogs
2022-03-16 13:13:47 +04:00
Dmitry Degtyarev
47a0ede1bf add creation of inetOrgPerson
reuse CreateUserDialog for this
2022-03-16 12:08:52 +04:00
Dmitry Degtyarev
aab169ce84 implement visibility of "New" actions
before all "New" actions were always visible
now only valid "New" actions are visible, depending on object class
\ of target parent object
for example, OU's now can't be created in "container" objects
2022-03-16 11:08:00 +04:00
Dmitry Degtyarev
bb8acc127a add creation of shared folders
expand object_add() to be able to add initial attribute values of
\ not just objectClass
2022-03-16 10:27:06 +04:00
Dmitry Degtyarev
15e8e1d528 store new actions in a map 2022-03-14 17:23:17 +04:00
Dmitry Degtyarev
b415f45e02 add tests for creating computers 2022-03-11 16:32:36 +04:00
Dmitry Degtyarev
19d0e7048e fix logon hours not saving original value 2022-03-11 15:16:11 +04:00
Dmitry Degtyarev
59bed9c6c1 fix logon hours test
treating unset valut as "allow all logon times" is now
\ accomplished outside of get(), so get() now returns empty
\ qbytearray
2022-03-11 15:15:29 +04:00
Dmitry Degtyarev
00121a1da7 fix computer creation
set UAC to correct value, which also automatically sets
\ other attributes to correct values for computer objects
improve how final_success flag is processed
2022-03-11 14:16:01 +04:00
Dmitry Degtyarev
18bc548c75 append dollar sign to computer sam names 2022-03-10 16:39:10 +04:00
Dmitry Degtyarev
2bae36744e disable renaming for computers
change how rename action is enabled for objects, enable it
\ only for select classes, instead of blanket enabling it
2022-03-10 16:09:00 +04:00
Dmitry Degtyarev
a988f53176 make some fields for computers read only
in general tab
2022-03-10 15:10:11 +04:00
Dmitry Degtyarev
6053dff5df remove unused f-ns 2022-03-10 14:54:26 +04:00
Dmitry Degtyarev
f5f905c188 fix incorrect usage of &=
"&=" uses "&" operator, NOT "&&"
2022-03-10 14:07:29 +04:00
Dmitry Degtyarev
b7f10f4e0b load qtbase translations
just in case
2022-03-05 11:23:32 +04:00
Dmitry Degtyarev
ce39c8b9c0 fix qt translator
locale's name() was of the format "ru_RU", it somehow worked
\ due to qt pre-processing the filename but broke on other qt versions
2022-03-05 11:21:47 +04:00
Dmitry Degtyarev
e5fd34fc66 update translation 2022-03-04 11:47:48 +04:00
Dmitry Degtyarev
e6492381fb improve connection error text 2022-03-04 11:47:41 +04:00
Dmitry Degtyarev
649ff34b9c update translation 2022-03-04 11:37:28 +04:00
Dmitry Degtyarev
a4b8db5196 add textual shortcuts to menubars 2022-03-04 11:35:45 +04:00
Dmitry Degtyarev
330fba52c7 fix search thread crash
closes #349
2022-03-03 15:06:38 +04:00
Dmitry Degtyarev
7940b91650 fix street field for OU's 2022-03-03 15:06:34 +04:00
Dmitry Degtyarev
f1a7fd5f89 fix copy+paste into same parent 2022-03-03 15:06:30 +04:00
Dmitry Degtyarev
83faa3b7f0 fix dropping query folders on themselves 2022-03-02 14:37:41 +04:00
Dmitry Degtyarev
2f422024b7 fix incorrect actions for query root
closes #350
2022-03-02 14:30:01 +04:00
Dmitry Degtyarev
4d7d738834 make class filter dialog shorter 2022-03-01 16:15:18 +04:00
Dmitry Degtyarev
e2ca17b808 limit policy name length
in create and rename dialogs
2022-03-01 16:09:16 +04:00
Dmitry Degtyarev
b5cca26878 add confirmation to "reset account" operation 2022-03-01 15:49:34 +04:00
Dmitry Degtyarev
e2b60b9bfb fix "reset account" operation
add missing busy indicator and status message
2022-03-01 10:40:46 +04:00
Dmitry Degtyarev
6a9e98aeaf fix duplicates in select base widget
was possible to add duplicate bases
2022-02-28 17:33:41 +04:00
Dmitry Degtyarev
59d633d15e reduce default class filter dialog size 2022-02-28 15:57:47 +04:00
Dmitry Degtyarev
1947eacdd9 fix managed by tab not applying 2022-02-28 12:34:30 +04:00
Dmitry Degtyarev
8721765af6 update translation
includes right names
2022-02-11 14:35:10 +04:00
Dmitry Degtyarev
d4c8f5b994 add translation for rights
only the framework for translation, updates to .ts file will be added
\ after this commit
2022-02-11 14:35:04 +04:00
Dmitry Degtyarev
28022cde04 update changelog 2022-02-10 17:09:55 +04:00
Dmitry Degtyarev
9f1512b83a update translation 2022-02-10 17:05:57 +04:00
Dmitry Degtyarev
7c91c63db7 add feature flag for profile tab
add feature flag for logon computers
disable these features for now, since they are not finished
2022-02-10 16:18:35 +04:00