- 28 Oct, 2022 1 commit
-
-
dockx thibault authored
Updates for dashboard - version 0.3
-
- 27 Oct, 2022 1 commit
-
-
dockx thibault authored
Adding some features to create dynamically tasks dashboard. Allowing tasks mail to create granular objects.
-
- 20 Oct, 2022 1 commit
-
-
dockx thibault authored
Commit dashboard v0.1
-
- 19 Oct, 2022 1 commit
-
-
dockx thibault authored
Changes the location of dir and files for tasks, matching fusiondirectory structure
-
- 28 Jan, 2021 1 commit
-
-
Côme Chilliet authored
issue #6119
-
- 05 Jan, 2021 1 commit
-
-
Soisik Froger authored
This add support for groupOfURLs objects Issue #6090
-
- 22 Oct, 2020 2 commits
-
-
Côme Chilliet authored
Also made sure template and archive are at the end since they are special cases. issue #6119
-
Côme Chilliet authored
This avoid confusion by only showing field rights in archived object category, while the archivedObject element in each category only has creation right to decide if archival of the given type is authorized. issue #6119
-
- 20 Oct, 2020 3 commits
-
-
Côme Chilliet authored
Moved styling from HTML code to CSS for ACL edition template. We should also look into using colors from the theme instead of hard coded ones. issue #6119
-
Côme Chilliet authored
Clean up the template for acl edition to move computing to PHP code. issue #6119
-
Côme Chilliet authored
First step of cleaning ACL edition rendering code. Next steps: - Move styling to CSS - Move some computing back to PHP to simplify the template Then it will be easier to tweak ACL rendering to remove unused ACLs like archive:r and such. issue #6119
-
- 08 Sep, 2020 6 commits
-
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
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
-
- 03 Sep, 2020 2 commits
-
-
Côme Chilliet authored
This was broken since migration from simpleManagement. Spotted thanks to PHPStan issue #6114
-
Côme Chilliet authored
issue #6114
-
- 27 Aug, 2020 1 commit
-
-
Côme Chilliet authored
issue #5818
-
- 26 Aug, 2020 2 commits
-
-
Côme Chilliet authored
This means a group of group of users will have user tabs. This is not dynamically updated when editing a member, meaning if group1 contains group2 which contains users, removing all users from group2 will not update group1 gosaGroupObjects field, which will still contain U until group1 is open and saved. This seems like a small problem as most of the time this type detection is mainly useful to know which tabs to show, so when the object is open. It may be added later. issue #5818
-
Côme Chilliet authored
issue #5818
-
- 09 Jul, 2020 7 commits
-
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
msgPool always returns escaped string because it may be used from smarty. htmlescape now calls htmlspecialchars instead of htmlentities, allowing to escape strings with % without losing sprintf capability. issue #6071
-
Côme Chilliet authored
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
-
Côme Chilliet authored
issue #6071
-
- 26 May, 2020 1 commit
-
-
Côme Chilliet authored
And add methods instead to get this information from outside issue #6099
-
- 15 Apr, 2020 1 commit
-
-
Côme Chilliet authored
issue #6083
-
- 14 Apr, 2020 1 commit
-
-
Côme Chilliet authored
issue #6083
-
- 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
-
- 17 Mar, 2020 1 commit
-
-
Côme Chilliet authored
issue #6077
-
- 10 Mar, 2020 1 commit
-
-
Côme Chilliet authored
This should fix ACL search for fields of dynamic tabs of groups. issue #6075
-
- 18 Feb, 2020 1 commit
-
-
Côme Chilliet authored
issue #6065
-
- 03 Dec, 2019 1 commit
-
-
Côme Chilliet authored
issue #6054
-
- 28 Nov, 2019 1 commit
-
-
Côme Chilliet authored
issue #6054
-
- 12 Nov, 2019 1 commit
-
-
Côme Chilliet authored
issue #6046
-
- 30 Oct, 2019 1 commit
-
-
Côme Chilliet authored
All plugins are now using new management and selectManagement classes issue #6045
-