- 07 Mar, 2023 1 commit
-
-
dockx thibault authored
Changes the old naming convention of our tools to the new ones.
-
- 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
-
- 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
-
- 26 Aug, 2021 1 commit
-
-
Côme Chilliet authored
issue #6187
-
- 22 Jun, 2021 3 commits
-
-
Côme Chilliet authored
issue #6167
-
Côme Chilliet authored
issue #6167
-
Côme Chilliet authored
issue #6167
-
- 01 Feb, 2021 3 commits
-
-
Côme Chilliet authored
issue #6122
-
Côme Chilliet authored
issue #6122
-
Côme Chilliet authored
Checks, LDAP base and admin creation were broken issue #6122
-
- 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
-