- 11 Apr, 2019 2 commits
-
-
Côme Chilliet authored
issue #5980
-
Côme Chilliet authored
Will be used by services management issue #5980
-
- 10 Apr, 2019 1 commit
-
-
Côme Chilliet authored
Now all tabs of a simpleTabs instance have to implement the simpleTab interface. issue #5980
-
- 08 Apr, 2019 2 commits
-
-
Côme Chilliet authored
Resolve "Management should be a bit more flexible" See merge request fusiondirectory/fd!570
-
Côme Chilliet authored
Added a ManagementDialog class to be used as a base for Dialog class intended to be used in a Management class. Use it for snapshot dialogs and configuration dialog. Sadly it could not be merged with GenericDialog because of slightly different workflows. issue #5980
-
- 04 Apr, 2019 4 commits
-
-
Côme Chilliet authored
Resolve "Management should be a bit more flexible" See merge request fusiondirectory/fd!569
-
Côme Chilliet authored
FAI management has baseMode on but does want a fixed scope, so added a way to do that. issue #5980
-
Côme Chilliet authored
Resolve "Use only selectManagement for selection dialogs" See merge request fusiondirectory/fd!568
-
Côme Chilliet authored
issue #5965
-
- 03 Apr, 2019 5 commits
-
-
Côme Chilliet authored
Resolve "Management should be a bit more flexible" See merge request fusiondirectory/fd!567
-
Côme Chilliet authored
Used by FAI management issue #5980
-
Côme Chilliet authored
Resolve "Use only selectManagement for selection dialogs" See merge request fusiondirectory/fd!566
-
Côme Chilliet authored
There are still plugins using it, so putting it back waiting for full migration. issue #5965
-
Côme Chilliet authored
issue #5965
-
- 02 Apr, 2019 4 commits
-
-
Côme Chilliet authored
Resolve "Use only selectManagement for selection dialogs" See merge request fusiondirectory/fd!564
-
Côme Chilliet authored
Helps debugging issue #5965
-
Côme Chilliet authored
There was too many tricky cases of array or string value, now '*' is asked for all attributes so that all values are array. Also started to migrate MailsAttribute to selectManagement issue #5965
-
Côme Chilliet authored
Useful for selection classes mainly, for instance PhoneNumberAttribute dialog will now only list phones with a non-empty phone number. This will also be useful for samba. issue #5965
-
- 01 Apr, 2019 2 commits
-
-
Côme Chilliet authored
issue #5965
-
Côme Chilliet authored
issue #5965
-
- 27 Mar, 2019 5 commits
-
-
Côme Chilliet authored
-
Côme Chilliet authored
issue #5965
-
Côme Chilliet authored
issue #5965
-
Côme Chilliet authored
issue #5965
-
Côme Chilliet authored
ObjectsAttribute should be used instead issue #5965
-
- 26 Mar, 2019 5 commits
-
-
Côme Chilliet authored
Resolve "icons missing in filter selections in core" See merge request fusiondirectory/fd!563
-
Côme Chilliet authored
This sets ACL icon as plSmallIcon for aclAssignement so that it appears in Departement management in the tab filter element issue #5976
-
Côme Chilliet authored
Resolve "Use strict typing" (Attribute and management) See merge request fusiondirectory/fd!562
-
Côme Chilliet authored
issue #5956
-
Côme Chilliet authored
issue #5956
-
- 25 Mar, 2019 2 commits
-
-
Côme Chilliet authored
Resolve "Sonar errors in class_dialogAttributes.inc" See merge request fusiondirectory/fd!561
-
Côme Chilliet authored
issue #5975
-
- 22 Mar, 2019 2 commits
-
-
Benoit Mortier authored
Signed-off-by:
Benoit Mortier <benoit.mortier@opensides.be>
- 19 Mar, 2019 4 commits
-
-
Côme Chilliet authored
Resolve "Clean attributes var in columns" See merge request fusiondirectory/fd!559
-
Côme Chilliet authored
Column attributes are now always considered multivalued and returned value is always an array of values, which may be empty. Code has been adapted to support this. This means plugins will not need to specify '*' anymore for multivaluated attributes. issue #5973
-
Côme Chilliet authored
Merge branch '5971-reorganize-the-tabs-order-in-the-configuration-backend-to-be-more-logical' into '1.4-dev' Resolve "reorganize the tabs order in the configuration backend to be more logical" See merge request fusiondirectory/fd!558
-
Côme Chilliet authored
New order/priorities (most are on plugins side): * Configuration : 0 -> 0 * Plugins : 20 -> 2 * POSIX : 2 -> 4 * Mail : 3 -> 6 * Samba : 2 -> 8 * SupAnn : None -> 10 * SINAPS : None -> 12 * Password recovery : None -> 14 * User reminder : None -> 16 * Invitations : None -> 18 * Systems : None -> 20 * FAI configuration : None -> 22 Also renamed "Password recovery" to "Recovery" to avoid long tab names. issue #5971
-
- 14 Mar, 2019 2 commits
-
-
Côme Chilliet authored
Resolve "Allow plugins to easily take part in the user locking process" See merge request fusiondirectory/fd!557
-
Côme Chilliet authored
Autoloading was only working for classes, it now supports interfaces as well. issue #5970
-