- 05 Aug, 2022 3 commits
-
-
Matthew Newton authored
-
Matthew Newton authored
-
Matthew Newton authored
"duplicated" implies it was deliberate
-
- 14 Jul, 2022 2 commits
-
-
dockx thibault authored
Fixing codestyle
-
dockx thibault authored
This reverts commit 46b03343.
-
- 12 Jul, 2022 1 commit
-
-
dockx thibault authored
Fixing codestyle
-
- 09 Sep, 2021 1 commit
-
-
Côme Chilliet authored
issue #6191
-
- 22 Jun, 2021 2 commits
-
-
Côme Chilliet authored
issue #6167
-
Côme Chilliet authored
issue #6167
-
- 01 Feb, 2021 2 commits
-
-
Côme Chilliet authored
issue #6122
-
Côme Chilliet authored
Checks, LDAP base and admin creation were broken issue #6122
-
- 12 Nov, 2020 1 commit
-
-
Côme Chilliet authored
issue #6122
-
- 05 Nov, 2020 1 commit
-
-
Côme Chilliet authored
Checks, LDAP base and admin creation were broken issue #6122
-
- 02 Nov, 2020 1 commit
-
-
Côme Chilliet authored
issue #6114
-
- 08 Sep, 2020 4 commits
-
-
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
-
- 09 Jul, 2020 3 commits
-
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
This avoids repeating parameters at each call, and makes sure the same parameters are used for escaping across fusiondirectory. This commit also adds escaping in some places where there was none. issue #6071
-
- 31 Mar, 2020 1 commit
-
-
Côme Chilliet authored
This avoids problems with templates not behaving like LDAP data. I tried to use the option in all cases where the array is stored for futur use, and of course especially for simplePlugin. issue #6080
-
- 12 Nov, 2019 1 commit
-
-
Côme Chilliet authored
issue #6046
-
- 16 Oct, 2019 1 commit
-
-
Côme Chilliet authored
Also added a check for misplaced groupOfNames, as this is what is used for groups in core. issue #2895
-
- 15 Oct, 2019 1 commit
-
-
Côme Chilliet authored
issue #2895
-
- 10 Sep, 2019 1 commit
-
-
Côme Chilliet authored
issue #2895
-
- 04 Sep, 2019 3 commits
-
-
Côme Chilliet authored
issue #2895
-
Côme Chilliet authored
The addressbook plugin is gone, so removing code for handling dc=addressbook dn as a special one in setup migration step. issue #2895
-
Côme Chilliet authored
Avoids using one checkbox for each object as there may be a lot of them. issue #2895
-
- 28 Aug, 2019 1 commit
-
-
Côme Chilliet authored
Also global_is_set to is_set. issue #6024
-
- 22 Aug, 2019 10 commits
-
-
Côme Chilliet authored
We cannot pass arguments by reference through ldapMultiplexer issue #2895
-
Côme Chilliet authored
issue #2895
-
Côme Chilliet authored
It seems it happens and $errmsg is empty when using pagination. issue #2895
-
Côme Chilliet authored
issue #2895
-
Côme Chilliet authored
issue #2895
-
Côme Chilliet authored
It was checking posixAccount instead of posixGroup. Accounts are allowed to have the same gidNumber when they use the same primary group. issue #2895
-
Côme Chilliet authored
Fixed an error about LDAP::fix being used, and a PHP error in the template when entry['after'] is not set. issue #2895
-
Côme Chilliet authored
If we cannot paginate and there are too much entries, bail out. issue #2895
-
Côme Chilliet authored
We cannot use objectClass for this as they may be missing, so we exclude uids ending with $. issue #2895
-
Côme Chilliet authored
issue #2895
-