- 19 Sep, 2024 1 commit
-
-
dockx thibault authored
audit aware of attributes values
-
- 05 Jun, 2024 1 commit
-
-
Jonathan Swaelens authored
Add callerMAIL as macro Signed-off-by:
Jonathan Swaelens <jonathan.swaelens@fusiondirectory.org>
-
- 06 Sep, 2022 1 commit
-
-
dockx thibault authored
Arrays are now processed properly by foreign key modification.
-
- 01 Sep, 2022 1 commit
-
-
dockx thibault authored
ForeignKeyCheck methods contains fixes in case passed values are arrays.
-
- 05 Aug, 2022 2 commits
-
-
Matthew Newton authored
-
Matthew Newton authored
-
- 19 Jul, 2022 3 commits
-
-
dockx thibault authored
Full code style as been reworked to match 1.4
-
dockx thibault authored
Code style continue
-
dockx thibault authored
Continuity of code style fixing
-
- 18 Jul, 2022 3 commits
-
-
dockx thibault authored
Return without space after declaration
-
dockx thibault authored
Parenthesis open in fnc call - code style part1
-
dockx thibault authored
Space parenthesis after fnc name fixed On function creation
-
- 14 Jul, 2022 2 commits
-
-
dockx thibault authored
Fixing codestyle
-
dockx thibault authored
This reverts commit 46b03343.
-
- 12 Jul, 2022 1 commit
-
-
dockx thibault authored
Fixing codestyle
-
- 20 May, 2022 1 commit
-
-
dockx thibault authored
Fixes hooks messages and titles showing clear text passwords. Fixes even if no password are being input.
-
- 19 May, 2022 1 commit
-
-
dockx thibault authored
Fixes hooks messages and titles showing clear text passwords.
-
- 02 May, 2022 1 commit
-
-
dockx thibault authored
This fixes the variables being uncleared properly when multiple hook excutes the same scripts.
-
- 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
In some cases they end up shown to the user and should be understandable. issue #6170
-
- 01 Feb, 2021 1 commit
-
-
Côme Chilliet authored
Like int for instance, useful for audit which has fdAuditId issue #5995
-
- 17 Dec, 2020 1 commit
-
-
Côme Chilliet authored
This will improve webservice error context. issue #6071
-
- 19 Oct, 2020 1 commit
-
-
Côme Chilliet authored
issue #6038
-
- 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 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 11 commits
-
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
Use a thrown error instead of calling msg_dialog and exit. And use an exception handler to format uncaught fatal errors. issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
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
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-