- 28 Jan, 2025 1 commit
-
-
dockx thibault authored
Change the visual for wildcard string in attribute list
-
- 17 Oct, 2023 1 commit
-
-
dockx thibault authored
Adds dyngroup to usersGroupsRolesAttribute array.
-
- 26 Aug, 2021 1 commit
-
-
Côme Chilliet authored
Fixes an HTML validation error. issue #6187
-
- 22 Jun, 2021 1 commit
-
-
Côme Chilliet authored
In a future version we should move all classes to namespace, but for now only moving Attribute class to avoid problems with PHP>=8 which have its own Attribute class. issue #6167
-
- 08 Sep, 2020 3 commits
-
-
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
-
- 04 Aug, 2020 1 commit
-
-
Côme Chilliet authored
PHP<7.2 do not like changing typing of the attribute in inheriting classes, even if it’s to a larger constraint. issue #6106
-
- 09 Jul, 2020 2 commits
-
-
Côme Chilliet authored
Plugins code will need to be adapted to this change. 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
-
- 29 Apr, 2020 1 commit
-
-
Côme Chilliet authored
issue #6083
-
- 16 Apr, 2020 3 commits
-
-
Côme Chilliet authored
issue #6083
-
Côme Chilliet authored
issue #6083
-
Côme Chilliet authored
This is consistent with ObjectAttribute and the use of management classes for the dialog. issue #6083
-
- 15 Apr, 2020 1 commit
-
-
Côme Chilliet authored
issue #6083
-
- 14 Apr, 2020 4 commits
-
-
Côme Chilliet authored
issue #6083
-
Côme Chilliet authored
Make sure ObjectAttribute, ObjectsAttribute and ObjectSelectAttribute behave consistently, making it easier to switch from one to the other. issue #6083
-
Côme Chilliet authored
issue #6083
-
Côme Chilliet authored
This file was crowded issue #6083
-