- 19 Jul, 2022 2 commits
-
-
dockx thibault authored
Full code style as been reworked to match 1.4
-
dockx thibault authored
Continuity of code style fixing
-
- 18 Jul, 2022 2 commits
-
-
dockx thibault authored
Parenthesis open in fnc call - code style part1
-
dockx thibault authored
Space parenthesis after fnc name fixed On function creation
-
- 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
-
- 04 Feb, 2021 1 commit
-
-
Côme Chilliet authored
issue #6145
-
- 11 Jan, 2021 1 commit
-
-
Côme Chilliet authored
This will avoid a unique template mask like %n|% returning a value already used by an archived object. issue #6119
-
- 02 Nov, 2020 1 commit
-
-
Côme Chilliet authored
This modifier stores a value in LDAP configuration object to make sure to always increment it each time the template is used. issue #6102
-
- 14 Apr, 2020 1 commit
-
-
Côme Chilliet authored
issue #6085
-
- 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
-
- 04 Feb, 2020 1 commit
-
-
Côme Chilliet authored
Date modifier was returning an array of array instead of an array of strings, causing problems later on. issue #6064
-
- 09 Oct, 2019 2 commits
-
-
Côme Chilliet authored
issue #6034
-
Côme Chilliet authored
issue #6034
-
- 08 Oct, 2019 1 commit
-
-
Côme Chilliet authored
Instead of PHP error + crash, use an Exception and catch it in management to show it to the user and cancel the operation. issue #6032
-
- 25 Jul, 2019 1 commit
-
-
Côme Chilliet authored
issue #6019
-
- 06 Jun, 2019 1 commit
-
-
Côme Chilliet authored
t is already in use for translit, to i will be used for Title Case issue #5905
-
- 04 Mar, 2019 1 commit
-
-
Côme Chilliet authored
This replaces our custom datepicker with the standard html5 one for date fields in plugins. This deprecates the defaultDate attribute which was used to set the starting point of the datepicker without setting a default value, because this is not possible in HTML5. This does not add support for min and max dates which are supported by the HTML5 input type and may be added later. This also changes the internal date format from DD.MM.YYYY to YYYY-MM-DD to match the HTML5 POST format, this should not have serious consequences. issue #5931
-
- 26 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5955
-
- 25 Feb, 2019 2 commits
-
-
Côme Chilliet authored
Fixes of spaces by php-cs-fixer issue #5955
-
Côme Chilliet authored
Basic fixes like identation issue #5955
-
- 19 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5956
-
- 13 Nov, 2018 2 commits
-
-
Côme Chilliet authored
issue #5882
-
Côme Chilliet authored
issue #5882
-
- 12 Nov, 2018 2 commits
-
-
Côme Chilliet authored
issue #5882
-
Côme Chilliet authored
This avoids calling array_merge on what could be a generator. It also changes a bit the logic behind modifier system issue #5882
-
- 08 Nov, 2018 1 commit
-
-
Côme Chilliet authored
issue #5882
-
- 07 Nov, 2018 2 commits
-
-
Côme Chilliet authored
This allows to use %n|% to add a number if needed for unicity. Args are mandatory, start, step. Default values for these are 0, 1, 1. issue #5882
-
Côme Chilliet authored
The code tries to support generators from modifiers so that random string and future number modifiers can return a generator and not store large arrays in memory. issue #5882
-
- 02 Sep, 2018 1 commit
-
-
Benoit Mortier authored
Signed-off-by:
Benoit Mortier <benoit.mortier@opensides.be>
-
- 27 Jun, 2018 1 commit
-
-
Côme Chilliet authored
It’s a bit less readable but we have to call array_values to avoid a fatal error. issue #5827
-
- 26 Jun, 2018 2 commits
-
-
Côme Chilliet authored
For PHP<7.0, we fall back on openssl_random_pseudo_bytes from openssl module. issue #5843
-
Côme Chilliet authored
Resolve "Security: Insecure Generation of Random Tokens" See merge request fusiondirectory/fd!301 (cherry picked from commit 3bb68492) b62266fa
fix(core) Use only random_int for pseudo-random int generation
-
- 25 Jun, 2018 1 commit
-
-
Côme Chilliet authored
For PHP<7.0, we fall back on openssl_random_pseudo_bytes from openssl module. issue #5843
-
- 02 May, 2018 1 commit
-
-
Côme Chilliet authored
Instead of less readable func_get_args and call_user_func_array issue #5827
-
- 25 Apr, 2018 1 commit
-
-
Côme Chilliet authored
-
- 15 Jan, 2018 1 commit
-
-
Côme Chilliet authored
Resolve "Using date modifier not work for unix password expiration" See merge request fusiondirectory/fd!101 (cherry picked from commit 9d3163f9) 37dba370
feat(template): Add special epoch format for date modifier
-
- 21 Dec, 2017 1 commit
-
-
Côme Chilliet authored
Useful for filling shadowExpire with templates, this works by giving 'epoch' as format in the date modifier. Result is the number of date since epoch, as is needed in shadowExpire field (Standard format U is number of seconds since epoch, aka timestamp) issue #5746
-
- 20 Dec, 2017 1 commit
-
-
Côme Chilliet authored
issue #5745
-