- 28 May, 2024 2 commits
-
-
dockx thibault authored
Fixes phpcs code style
-
dockx thibault authored
Adds auto saving in case no errors occurs and open the tab where errors is otherwise.
-
- 12 Mar, 2024 3 commits
-
-
dockx thibault authored
phpcs fixes
-
dockx thibault authored
Allow snaps removal when user are removed
-
dockx thibault authored
Automatic snapshots are well taken before modifications and take all user info.
-
- 20 Apr, 2023 1 commit
-
-
dockx thibault authored
Removes typo in condition entry, '-' was missing.
-
- 18 Apr, 2023 1 commit
-
-
dockx thibault authored
Fixes error reported by Automated Test.
-
- 13 Apr, 2023 3 commits
-
-
dockx thibault authored
Removes error logs and other visual helpers.
-
dockx thibault authored
Set the availibility of data source only by web services.
-
dockx thibault authored
Automatic removal of snapshots for users is now operational.
-
- 11 Apr, 2023 2 commits
-
-
dockx thibault authored
Automatic snapshot operational. Upon user modification, object snapshotHander is instantiated and call createSnapshot.
-
dockx thibault authored
first concept of automatism within class user for snapshot.
-
- 10 Apr, 2023 1 commit
-
-
dockx thibault authored
Adds possibility to add source when creating a snapshot.
-
- 04 Apr, 2023 1 commit
-
-
dockx thibault authored
First step to data source integration upon snapshot creation.
-
- 07 Mar, 2023 1 commit
-
-
dockx thibault authored
Adds epochDaysColumn within core in order to allow human readable days from epoch in collumn.
-
- 05 Aug, 2022 2 commits
-
-
Matthew Newton authored
-
Matthew Newton authored
-
- 26 Jul, 2021 2 commits
-
-
Côme Chilliet authored
This should avoid future problems related to dots or numbers in action names like the case of ldap2zone. issue #6180
-
Côme Chilliet authored
This fixes ldap2zone action. issue #6180
-
- 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
-
- 17 Jun, 2021 1 commit
-
-
Côme Chilliet authored
This is easy to check as management classes respect the size limit option. issue #6169
-
- 15 Mar, 2021 1 commit
-
-
Côme Chilliet authored
issue #6156
-
- 15 Feb, 2021 2 commits
-
-
Côme Chilliet authored
issue #6151
-
Côme Chilliet authored
The permission check was too general, so it was trying to search on too many field and giving empty results in the end when the user has parial read rights. issue #6149
-
- 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
-
- 02 Nov, 2020 1 commit
-
-
Côme Chilliet authored
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 4 commits
-
-
Côme Chilliet authored
issue #6119
-
Côme Chilliet authored
Used by archive plugin issue #6119
-
Côme Chilliet authored
This avoids having to check ACL for every action in management class issue #6119
-
Côme Chilliet authored
issue #6119
-
- 08 Sep, 2020 4 commits
-
-
Côme Chilliet authored
issue #6072
-
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
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
-
- 20 Aug, 2020 1 commit
-
-
Côme Chilliet authored
issue #6107
-
- 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
-