- 25 Apr, 2018 1 commit
-
-
Côme Chilliet authored
-
- 24 Apr, 2018 8 commits
-
-
Côme Chilliet authored
Resolve "Locale "ar" cannot be used" See merge request fusiondirectory/fd!247
-
Côme Chilliet authored
Renamed all languages to include a country as well, to match debian locale names. Also added a fallback on the 2-letter locale in all cases. (falling back still triggers a PHP error) issue #5819
-
Côme Chilliet authored
Resolve "HTTP header says "Content-Language: ar"" See merge request fusiondirectory/fd!246
-
Côme Chilliet authored
issue #5820
-
Côme Chilliet authored
issue #5820
-
Côme Chilliet authored
This adds back sorting on the configuration side so that selecting the language is easier. issue #5820
-
Côme Chilliet authored
When no language at all was asked by the browser and language was set to automatic FD would select Arabic because of sorting. Now it will default to English issue #5820
-
Côme Chilliet authored
This also fix the workflow to make sure the language in the header is correct in all cases. A PHP error is triggered if setlocale fails or if the wrong language header was sent. issue #5820
-
- 23 Apr, 2018 6 commits
-
-
bmortier authored
Resolve "merge the lighttpd from the debian package" Closes #5776 See merge request fusiondirectory/fd!244
-
Benoit Mortier authored
Signed-off-by:
Benoit Mortier <benoit.mortier@opensides.be>
-
bmortier authored
Revert "Merge branch '5764-update-locales-for-1-2-1' into '1.3-dev'" See merge request fusiondirectory/fd!242
-
bmortier authored
This reverts merge request !241
-
bmortier authored
Resolve "update locales for 1.2.1" Closes #5764 See merge request fusiondirectory/fd!241
-
Benoit Mortier authored
Signed-off-by:
Benoit Mortier <benoit.mortier@opensides.be>
-
- 19 Apr, 2018 2 commits
-
-
Côme Chilliet authored
Merge branch '5799-when-we-rename-a-department-foreignkeys-on-subobjects-dn-are-not-updated' into '1.3-dev' Resolve "When we rename a department foreignKeys on subobjects DN are not updated" See merge request fusiondirectory/fd!239
-
Côme Chilliet authored
When moving a node with subnodes, like a departement, this will use a filter like member=* to get references, meaning it will open all groups and roles and other objects which may reference DNs to make sure the foreign key is applied and the new DN is stored. This will be slow if there are a lot of those objects. Impacted fields are member, manager, roleOccupant and owner. This is needed because they do not allow SUBSTR searches by schema definition. issue #5799
-
- 18 Apr, 2018 6 commits
-
-
Côme Chilliet authored
Resolve "UID can be changed from the API" See merge request fusiondirectory/fd!238
-
Côme Chilliet authored
issue #5811
-
Côme Chilliet authored
Resolve "Unique DN creation may fail for audit plugin" See merge request fusiondirectory/fd!237
-
Côme Chilliet authored
issue #5817
-
Côme Chilliet authored
issue #5817
-
Côme Chilliet authored
Should fix Sonar warning issue #5817
-
- 17 Apr, 2018 7 commits
-
-
Côme Chilliet authored
issue #5817
-
Côme Chilliet authored
It’s not really removed so it’s useless log/audit issue #5817
-
Côme Chilliet authored
Resolve "UID can be changed from the API" See merge request fusiondirectory/fd!236
-
Côme Chilliet authored
It seems deserializeValue method in Attribute was actually unused, setValue being called directly by simplePlugin. Now it’s used and does about the same thing as setValue, just returns an error if the attribute is disabled. issue #5811
-
Côme Chilliet authored
Merge branch '5799-when-we-rename-a-department-foreignkeys-on-subobjects-dn-are-not-updated' into '1.3-dev' Resolve "When we rename a department foreignKeys on subobjects DN are not updated" See merge request fusiondirectory/fd!235
-
Côme Chilliet authored
Not directly related to #5799 but it was needed for debugging issue #5799
-
Côme Chilliet authored
issue #5799
-
- 16 Apr, 2018 4 commits
-
-
Côme Chilliet authored
Merge branch '5799-when-we-rename-a-department-foreignkeys-on-subobjects-dn-are-not-updated' into '1.3-dev' Resolve "When we rename a department foreignKeys on subobjects DN are not updated" See merge request fusiondirectory/fd!234
-
Côme Chilliet authored
issue #5799
-
Côme Chilliet authored
Resolve "Blacklist is not reset correctly for UserAttribute" See merge request fusiondirectory/fd!233
-
Côme Chilliet authored
issue #5816
-
- 12 Apr, 2018 4 commits
-
-
jswaelens authored
Resolve "Add artifcats to build" Closes #5774 See merge request fusiondirectory/fd!231
-
Jonathan Swaelens authored
Use changelog.md for script in build tarball too Signed-off-by:
Jonathan Swaelens <swaelens.jonathan@opensides.be>
-
jswaelens authored
Resolve "Add artifcats to build" Closes #5774 See merge request fusiondirectory/fd!228
-
Jonathan Swaelens authored
Use changelog.md for tarball release to make artifact Signed-off-by:
Jonathan Swaelens <swaelens.jonathan@opensides.be>
-
- 11 Apr, 2018 2 commits
-
-
Côme Chilliet authored
Resolve "Foreign key on IMAP server is failing" See merge request fusiondirectory/fd!226
-
Côme Chilliet authored
This avoids PHP errors due to missing classes in pluglist::infos issue #5810
-