- 25 Feb, 2025 1 commit
-
-
dockx thibault authored
Management class update to php8.2
-
- 24 Feb, 2025 2 commits
-
-
dockx thibault authored
This reverts commit 515bb9d3.
-
dockx thibault authored
Management classes to php8.2
-
- 06 Jan, 2025 1 commit
-
-
dockx thibault authored
-
- 12 Mar, 2024 2 commits
-
-
dockx thibault authored
phpcs fixes
-
dockx thibault authored
Allow snaps removal when user are removed
-
- 10 Apr, 2023 1 commit
-
-
dockx thibault authored
Adds possibility to add source when creating a snapshot.
-
- 09 Feb, 2021 1 commit
-
-
Côme Chilliet authored
issue #6147
-
- 10 Dec, 2020 1 commit
-
-
Côme Chilliet authored
Removed phpstan.neon which will be in dev-tools instead. Fixed some phpstan reported problems to avoid having a huge baseline. issue #6114
-
- 15 Oct, 2020 1 commit
-
-
Côme Chilliet authored
issue #6120
-
- 13 Oct, 2020 1 commit
-
-
Côme Chilliet authored
Also reworked lock conflict dialog a bit. issue #6119
-
- 08 Oct, 2020 2 commits
-
-
Côme Chilliet authored
issue #6119
-
Côme Chilliet authored
issue #6119
-
- 08 Sep, 2020 2 commits
-
-
Côme Chilliet authored
Management dialogs tend to close themselves from readPost method, so after calling readPost we need to check the dialog is still there before calling update. 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 1 commit
-
-
Côme Chilliet authored
issue #6114
-
- 09 Jul, 2020 1 commit
-
-
Côme Chilliet authored
issue #6071
-
- 18 Feb, 2020 1 commit
-
-
Côme Chilliet authored
issue #6065
-
- 22 Oct, 2019 3 commits
-
-
Côme Chilliet authored
This is specific to selectManagement and can be done by overridding getHeader issue #6038
-
Côme Chilliet authored
There was two functions for storing/getting object dn from session for no reason. issue #6038
-
Côme Chilliet authored
Also cleaned up "header" handling. Removed print_header function which was doing two different things and misused in some places. issue #6038
-
- 16 Oct, 2019 1 commit
-
-
Côme Chilliet authored
Reviewed the template creation so that is uses a new objects::createTemplate method, and the simplePlugin tabs are aware that they are part of template in the constructor (no need to call setTemplateMode later anymore). issue #6039
-
- 08 Oct, 2019 1 commit
-
-
Côme Chilliet authored
Instead of PHP error + crash, use an Exception and catch it in management to show it to the user and cancel the operation. issue #6032
-
- 23 Jul, 2019 1 commit
-
-
Côme Chilliet authored
tabObject is opened by the dialogObject save_object method, so the workflow is more complexed that I first thought. issue #5974
-
- 22 Jul, 2019 1 commit
-
-
Côme Chilliet authored
When applying a template triggers error we should be able to fix them and continue. For this we need to switch priority between dialogObject and tabObject rendering so that tabObject can be edited while dialogObject is still opened in "background". issue #5974
-
- 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
-
- 18 Jun, 2019 1 commit
-
-
Côme Chilliet authored
issue #5715
-
- 17 Jun, 2019 1 commit
-
-
Côme Chilliet authored
This allows ObjectsAttribute and its child classes to specify filter elements to the constructor that will be added in the selection dialog. This allows to add fixed filters like MailsAttribute is doing without having to create a new class each time. Will be used at least in netgroups. issue #5999
-
- 05 Jun, 2019 1 commit
-
-
Côme Chilliet authored
This is an attempt at putting restored object through FD open/save cycle to make sure they save without error and trigger any hook that may look for changes. Also store object type in the snapshot LDAP node, even if it is unused at the moment. issue #5715
-
- 11 Apr, 2019 1 commit
-
-
Côme Chilliet authored
Will be used by services management 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
-
- 03 Apr, 2019 1 commit
-
-
Côme Chilliet authored
issue #5965
-
- 01 Apr, 2019 1 commit
-
-
Côme Chilliet authored
issue #5965
-
- 27 Mar, 2019 1 commit
-
-
Côme Chilliet authored
-
- 26 Mar, 2019 1 commit
-
-
Côme Chilliet authored
issue #5956
-
- 26 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5955
-
- 19 Feb, 2019 3 commits
-
-
Côme Chilliet authored
issue #5956
-
Côme Chilliet authored
issue #5956
-
Côme Chilliet authored
issue #5956
-