- 02 Aug, 2021 1 commit
-
-
Côme Chilliet authored
issue #6134
-
- 27 Apr, 2021 1 commit
-
-
Côme Chilliet authored
Calling update method is usually cheap, and tabs may update in reaction to changes in other tabs, so it’s better to update all tabs instead of only last and current ones. It will improve behavior of webservice as well. issue #6159
-
- 28 Jan, 2021 1 commit
-
-
Côme Chilliet authored
Object might not be finished when the error happens, take extra precautions issue #6144
-
- 08 Oct, 2020 1 commit
-
-
Côme Chilliet authored
issue #6119
-
- 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
-
- 09 Jul, 2020 5 commits
-
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
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
-
- 21 Apr, 2020 1 commit
-
-
Côme Chilliet authored
issue #6087
-
- 17 Mar, 2020 1 commit
-
-
Côme Chilliet authored
issue #6077
-
- 10 Mar, 2020 2 commits
-
-
Côme Chilliet authored
This should fix ACL search for fields of dynamic tabs of groups. issue #6075
-
Côme Chilliet authored
issue #6076
-
- 18 Feb, 2020 1 commit
-
-
Côme Chilliet authored
issue #6065
-
- 06 Nov, 2019 1 commit
-
-
Côme Chilliet authored
Improve display of fatal error during login process, load plist earlier if needed to log the failed login information, and make sure plist is reloaded if config is reloaded. issue #6046
-
- 31 Jul, 2019 1 commit
-
-
Côme Chilliet authored
Also fixed dashboard for non-admins issue #5858
-
- 30 Jul, 2019 1 commit
-
-
Côme Chilliet authored
issue #5858
-
- 18 Jul, 2019 1 commit
-
-
Côme Chilliet authored
issue #5039
-
- 17 Jul, 2019 2 commits
-
-
Côme Chilliet authored
issue #5039
-
Côme Chilliet authored
ACL base should be computed from current object DN or base. issue #5039
-
- 23 Apr, 2019 1 commit
-
-
Côme Chilliet authored
issue #5980
-
- 18 Apr, 2019 1 commit
-
-
Côme Chilliet authored
issue #5980
-
- 11 Apr, 2019 1 commit
-
-
Côme Chilliet authored
issue #5980
-
- 10 Apr, 2019 1 commit
-
-
Côme Chilliet authored
Now all tabs of a simpleTabs instance have to implement the simpleTab interface. issue #5980
-
- 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
-
- 12 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5954
-
- 28 Aug, 2018 2 commits
-
-
Côme Chilliet authored
This fixes a Selenium test failure caused by changes made in #5831 The content of the tab need to be executed before the tab list is computed because in case of ogroups it may load dynamic tabs. issue #5135
-
Côme Chilliet authored
issue #5135
-
- 07 May, 2018 1 commit
-
-
Côme Chilliet authored
issue #5831
-
- 27 Mar, 2018 1 commit
-
-
Côme Chilliet authored
Previously it returned 'none' which then leads to a weird LDAP error issue #5800
-
- 26 Mar, 2018 1 commit
-
-
Côme Chilliet authored
This should allow to activate group-specific tabs in template as long as there is one member of the corresponding type in the member list. issue #5798
-
- 13 Feb, 2018 1 commit
-
-
Côme Chilliet authored
issue #5775
-
- 01 Feb, 2018 1 commit
-
-
Côme Chilliet authored
Fixes object renaming in case the main attribute is single valued, as is the case for SUPANN. Also cancels the save when the rename fails, and show the error correctly. issue #5758
-
- 21 Dec, 2017 1 commit
-
-
Côme Chilliet authored
Renamed remove_from_parent to remove Added a boolean parameter for fulldelete indication Added a PHP error for ACL bypassing Added an ACL check in tabs at whole object level for deletion Cancel deletion at first tab deletion error issue #5747
-