- 05 Aug, 2022 7 commits
-
-
Matthew Newton authored
"finished" implies the entire setup process is complete. Or better may be "...when you have created it."
-
Matthew Newton authored
-
Matthew Newton authored
-
Matthew Newton authored
Possibly debatable, but otherwise should be hyphenated, e.g. "web-server"
-
Matthew Newton authored
-
Matthew Newton authored
-
Matthew Newton authored
"duplicated" implies it was deliberate
-
- 09 Sep, 2021 1 commit
-
-
Côme Chilliet authored
issue #6191
-
- 26 Aug, 2021 1 commit
-
-
Côme Chilliet authored
issue #6187
-
- 22 Jun, 2021 2 commits
-
-
Côme Chilliet authored
issue #6167
-
Côme Chilliet authored
issue #6167
-
- 12 Nov, 2020 2 commits
-
-
Côme Chilliet authored
issue #6122
-
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
-
- 24 Sep, 2020 1 commit
-
-
Côme Chilliet authored
register_globals was removed in PHP 5.4, and zend.ze1_compatibility_mode was removed in PHP 5.3, so it makes no sense checking for their value in the setup.
-
- 08 Sep, 2020 5 commits
-
-
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
-
- 09 Jul, 2020 6 commits
-
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
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
-
- 03 Dec, 2019 1 commit
-
-
Côme Chilliet authored
issue #6054
-
- 12 Nov, 2019 1 commit
-
-
Côme Chilliet authored
issue #6046
-
- 06 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 2 commits
-
-
Côme Chilliet authored
issue #2895
-
Côme Chilliet authored
issue #2895
-
- 11 Sep, 2019 1 commit
-
-
Côme Chilliet authored
This should allow migrate step to use groupRDN without trouble. 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
No more global_un_set, global_delete or delete issue #6024
-