- 08 Sep, 2020 14 commits
-
-
Côme Chilliet authored
There was a logic problem when calling readPost/update closes the dialog, the edit_finish POST value was read twice - by the opened dialog and by the copypasting logic. issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
Management dialogs tend to close themselves from readPost method, so after calling readPost we need to check the dialog is still there before calling update. issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
This replaces save_object and execute methods by 3 methods: readPost - Reads POST data update - Update object state render - Render HTML UI The point is to avoid reading POST and rendering HTML when this is not needed (when doing stuff through the webservice for instance). It’s also more consisent across FD with all classes handling some kind of dialog implementing the new interface FusionDirectoryDialog which makes sure these 3 methods are implemented. issue #6072
-
Côme Chilliet authored
Resolve "Add PHPStan configuration and CI" See merge request fusiondirectory/fd!809
-
Côme Chilliet authored
issue #6114
-
- 03 Sep, 2020 6 commits
-
-
Côme Chilliet authored
Resolve "Add PHPStan configuration and CI" See merge request fusiondirectory/fd!808
-
Côme Chilliet authored
issue #6114
-
Côme Chilliet authored
This was broken since migration from simpleManagement. Spotted thanks to PHPStan issue #6114
-
Côme Chilliet authored
issue #6114
-
Côme Chilliet authored
issue #6114
-
Côme Chilliet authored
issue #6114
-
- 28 Aug, 2020 2 commits
-
-
bmortier authored
Merge branch '6112-change-the-donate-part-to-add-all-the-crowfunding-possibilities' into '1.4-dev' See merge request fusiondirectory/fd!806
-
bmortier authored
Merge branch '6112-change-the-donate-part-to-add-all-the-crowfunding-possibilities' into '1.3-fixes' Resolve "change the donate part to add all the crowfunding possibilities" See merge request fusiondirectory/fd!800 (cherry picked from commit de7947ae) 5c52277b
feat(crowfunding) change the donate part to add all the crowfunding possibilities
-
- 27 Aug, 2020 2 commits
-
-
Côme Chilliet authored
Resolve "Groups of groups dynamic tab support" See merge request fusiondirectory/fd!804
-
Côme Chilliet authored
issue #5818
-
- 26 Aug, 2020 4 commits
-
-
Côme Chilliet authored
This means a group of group of users will have user tabs. This is not dynamically updated when editing a member, meaning if group1 contains group2 which contains users, removing all users from group2 will not update group1 gosaGroupObjects field, which will still contain U until group1 is open and saved. This seems like a small problem as most of the time this type detection is mainly useful to know which tabs to show, so when the object is open. It may be added later. issue #5818
-
Côme Chilliet authored
issue #5818
-
Côme Chilliet authored
Resolve "Add option ldif-wrap=no in class_ldap.inc" See merge request fusiondirectory/fd!803
-
Côme Chilliet authored
Will be used by ldapmanager plugin. issue #6105
-
- 25 Aug, 2020 4 commits
-
-
Côme Chilliet authored
Merge branch '6097-when-using-fusiondirectory-setup-with-write-vars-smarty-value-isn-t-correctly-set' into '1.4-dev' Resolve "when using fusiondirectory-setup with --write-vars, SMARTY value isn't correctly set" See merge request fusiondirectory/fd!802
-
Côme Chilliet authored
issue #6097
-
Côme Chilliet authored
Resolve "Search does not work on template" See merge request fusiondirectory/fd!801
-
Côme Chilliet authored
RFC4515 does not forbid an empty value equality filter for an attribute. issue #6107
-
- 20 Aug, 2020 5 commits
-
-
bmortier authored
Merge branch '6111-add-the-badge-for-https-bestpractices-coreinfrastructure-org' into '1.4-dev' See merge request fusiondirectory/fd!799
-
Côme Chilliet authored
Resolve "Search does not work on template" See merge request fusiondirectory/fd!797
-
Côme Chilliet authored
issue #6107
-
Côme Chilliet authored
This should allow to search in template fields issue #6107
-
- 19 Aug, 2020 3 commits
-
-
Jonathan Swaelens authored
Merge branch '6109-change-expiration-time-for-artifacts-and-trigger-plugin-ci-after-tarballs-building' into '1.4-dev' Resolve "Change expiration time for artifacts and trigger plugin CI after tarballs building" Closes #6109 See merge request fusiondirectory/fd!796
-
Jonathan Swaelens authored
The trigger job need to be alone in configuration
-
Côme Chilliet authored
Merge branch '6089-add-an-option-to-migrate-the-ip-and-mac-adress-to-the-new-interface-format-into' into '1.4-dev' Resolve "add an option to migrate the ip and mac adress to the new interface format into fusiondirectory-setup" See merge request fusiondirectory/fd!795
-