- 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
-
- 07 May, 2020 1 commit
-
-
Côme Chilliet authored
Ppolicy plugin now stores the full dn of the default ppolicy instead of only the cn. issue #6093
-
- 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
-
- 27 Nov, 2019 1 commit
-
-
Côme Chilliet authored
issue #6053
-
- 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
-
- 16 Oct, 2019 1 commit
-
-
Côme Chilliet authored
This makes more sense since it means asking for password at creation, and not changing password when applying. issue #6035
-
- 09 Oct, 2019 1 commit
-
-
Côme Chilliet authored
issue #6034
-
- 19 Jun, 2019 2 commits
-
-
Côme Chilliet authored
issue #6001
-
Côme Chilliet authored
Moved userinfo related functions as methods in userinfo Moved ppolicy account expiration check to expired_status method Split ppolicy fetch in a method so that it can be used by expiration warning detection later. issue #6001
-
- 06 Jun, 2019 1 commit
-
-
Côme Chilliet authored
issue #5977
-
- 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 1 commit
-
-
Côme Chilliet authored
issue #5956
-
- 24 Oct, 2018 1 commit
-
-
Côme Chilliet authored
issue #5915
-
- 16 Oct, 2018 1 commit
-
-
Côme Chilliet authored
Also added formnovalidate="formnovalidate" to all submit inputs which should not validate data. issue #5910
-
- 15 Oct, 2018 1 commit
-
-
Côme Chilliet authored
issue #5909
-
- 20 Sep, 2018 1 commit
-
-
Côme Chilliet authored
Otherwise when false the hook gets an empty parameter. Also this is consistent with previous behavior. issue #3710
-
- 17 Sep, 2018 2 commits
-
-
Côme Chilliet authored
issue #3710
-
Côme Chilliet authored
Code is getting complex and changed a lot, it fits better in its own file. issue #3710
-
- 10 Sep, 2018 2 commits
-
-
Côme Chilliet authored
Some functions were also added to ease public-forms coding issue #3710
-
Côme Chilliet authored
issue #3710
-
- 29 Aug, 2018 1 commit
-
-
Côme Chilliet authored
Also ACLs are checked to make sure the filter is allowed before running the query. Now plugins can add fields which will be part of the default searched fields for a type. This will be used by the mail plugin for instance. issue #5867
-
- 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
-
- 07 May, 2018 1 commit
-
-
Côme Chilliet authored
issue #5831
-
- 25 Apr, 2018 1 commit
-
-
Côme Chilliet authored
This allows to do tab filters and property column without having to create objects of each tab. Adaptations will be needed in all plugins. This also activates new management class for groups to test it with several object types.
-
- 24 Apr, 2018 2 commits
-
-
Côme Chilliet authored
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
-
- 28 Mar, 2018 1 commit
-
-
Côme Chilliet authored
issue #5808
-
- 10 Oct, 2017 1 commit
-
-
Côme Chilliet authored
Phone numbers now have a special attributes which has a button to select from list a number of phone, mobile or both. It’s used in user for telephoneNumber and mobile, and in department for telephoneNumber. closes #4467
-
- 14 Jun, 2017 1 commit
-
-
Côme Chilliet authored
-
- 06 Jun, 2017 1 commit
-
-
Côme Chilliet authored
-
- 24 May, 2017 1 commit
-
-
Côme Chilliet authored
-
- 10 May, 2017 1 commit
-
-
Côme Chilliet authored
-
- 05 Apr, 2017 1 commit
-
-
Côme Chilliet authored
-
- 23 Mar, 2017 1 commit
-
-
Côme Chilliet authored
-
- 13 Mar, 2017 1 commit
-
-
Côme Chilliet authored
-
- 07 Feb, 2017 1 commit
-
-
Côme Chilliet authored
-
- 24 Jan, 2017 1 commit
-
-
Côme Chilliet authored
-
- 02 Dec, 2016 1 commit
-
-
Benoit Mortier authored
Use "static" keyword instead of "self" Signed-off-by:
Benoit Mortier <benoit.mortier@opensides.be>
-