- 06 Mar, 2023 1 commit
-
-
dockx thibault authored
Adds the possibility to use CAS 1.6. Add new options in backend configuration.
-
- 10 Jan, 2023 1 commit
-
-
bmortier authored
fix: English - remove apostrophe because simple quote are used and php bugs need to check if double quotes can be used in simple plugin Signed-off-by:Benoit Mortier <benoit.mortier@fusiondirectory.org>
-
- 05 Aug, 2022 3 commits
-
-
Matthew Newton authored
Simplify statement about passwords
-
Matthew Newton authored
The DN belongs to the user
-
Matthew Newton authored
Should be either "in LDAP" or "inside/in the LDAP directory"
-
- 23 Aug, 2021 1 commit
-
-
Côme Chilliet authored
issue #6181
-
- 29 Jul, 2021 1 commit
-
-
bmortier authored
Make display errors tell its php errors Signed-off-by:
Benoit Mortier <benoit.mortier@fusiondirectory.org>
-
- 17 Jun, 2021 1 commit
-
-
Côme Chilliet authored
This is easy to check as management classes respect the size limit option. issue #6169
-
- 15 Feb, 2021 1 commit
-
-
Côme Chilliet authored
issue #6150
-
- 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
-
- 20 Oct, 2020 1 commit
-
-
Côme Chilliet authored
Make sure the error is tagged as coming from language field issue #6051
-
- 08 Sep, 2020 1 commit
-
-
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 1 commit
-
-
Côme Chilliet authored
issue #6071
-
- 18 Feb, 2020 1 commit
-
-
Côme Chilliet authored
issue #6065
-
- 03 Dec, 2019 1 commit
-
-
Côme Chilliet authored
issue #6054
-
- 21 Nov, 2019 1 commit
-
-
Côme Chilliet authored
issue #6051
-
- 05 Nov, 2019 1 commit
-
-
Côme Chilliet authored
Avoid hard-coded limits and instead have a configuration option to set maximum size for user avatars issue #6049
-
- 09 Oct, 2019 1 commit
-
-
Côme Chilliet authored
This is to avoid hard coded values issue #5531
-
- 28 Aug, 2019 1 commit
-
-
Côme Chilliet authored
And convert global_get calls to get issue #6024
-
- 16 Jul, 2019 1 commit
-
-
Côme Chilliet authored
This allows to avoid ldap reads from pluglist::load, and should fix a crash happenning in index.php when using encrypted password in config file. issue #6015
-
- 13 Jun, 2019 1 commit
-
-
Côme Chilliet authored
This will allow to disable password methods, for instance clear, empty or md5. issue #5886
-
- 03 Jun, 2019 1 commit
-
-
Côme Chilliet authored
issue #5937
-
- 26 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5955
-
- 25 Feb, 2019 1 commit
-
-
Côme Chilliet authored
Basic fixes like identation issue #5955
-
- 19 Feb, 2019 2 commits
-
-
Côme Chilliet authored
issue #5956
-
Côme Chilliet authored
issue #5956
-
- 24 Jan, 2019 1 commit
-
-
Côme Chilliet authored
issue #5951
-
- 23 Jan, 2019 1 commit
-
-
Côme Chilliet authored
ACLs are not handled yet issue #5135
-
- 12 Jun, 2018 2 commits
-
-
Côme Chilliet authored
issue #5778
-
Côme Chilliet authored
issue #5778
-
- 24 May, 2018 1 commit
-
-
Côme Chilliet authored
This allows to generate filters automagically most of the time and avoid duplicated informations. issue #5135
-
- 24 Apr, 2018 3 commits
-
-
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
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
-
- 19 Apr, 2018 1 commit
-
-
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
-
- 07 Feb, 2018 1 commit
-
-
Côme Chilliet authored
issue #5761
-
- 10 Oct, 2017 1 commit
-
-
Côme Chilliet authored
This allows to use SASL as default hash before filling SASL settings. This means it can be selected from setup as well. The admin won’t be able to save if he selects SASL as default hash but does not fill SASL settings. closes #5589
-
- 07 Jun, 2017 1 commit
-
-
Côme Chilliet authored
-
- 30 May, 2017 2 commits
-
-
Côme Chilliet authored
-
Côme Chilliet authored
-