- 25 May, 2024 1 commit
-
-
Jonathan Swaelens authored
Use user icon instead of contact Signed-off-by:
Jonathan Swaelens <jonathan.swaelens@fusiondirectory.org>
-
- 12 Mar, 2024 2 commits
-
-
dockx thibault authored
Resolves issue when applying and creating from template.
-
dockx thibault authored
Automatic snapshots are well taken before modifications and take all user info.
-
- 13 Apr, 2023 1 commit
-
-
dockx thibault authored
Automatic removal of snapshots for users is now operational.
-
- 11 Apr, 2023 3 commits
-
-
dockx thibault authored
Fixes a typo in the object call SnapshotHandler.
-
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.
-
- 05 Aug, 2022 2 commits
-
-
Matthew Newton authored
("in LDAP", or "in the LDAP directory", but not "in the LDAP")
-
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 1 commit
-
-
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
-
- 02 Sep, 2021 1 commit
-
-
Côme Chilliet authored
Reading of old format when modifiers where in use was broken. issue #6163
-
- 23 Aug, 2021 1 commit
-
-
Côme Chilliet authored
issue #6181
-
- 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
-
- 06 May, 2021 1 commit
-
-
Côme Chilliet authored
The new format is method|locked|password, which makes a lot more sense than storing a bogus hash for templates, and fixes problems with clear method. The code can still read the old format so transition should be fine. issue #6163
-
- 17 Dec, 2020 1 commit
-
-
Côme Chilliet authored
This will improve webservice error context. issue #6071
-
- 08 Sep, 2020 2 commits
-
-
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
-
- 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
-
- 09 Jul, 2020 2 commits
-
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
- 28 May, 2020 1 commit
-
-
Côme Chilliet authored
Also improve error messages issue #6100
-
- 07 May, 2020 1 commit
-
-
Côme Chilliet authored
Ppolicy plugin now stores the full dn of the default ppolicy instead of only the cn. issue #6093
-
- 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
-
- 28 Nov, 2019 1 commit
-
-
Côme Chilliet authored
issue #6054
-
- 27 Nov, 2019 2 commits
-
-
Côme Chilliet authored
issue #6053
-
Côme Chilliet authored
Now array values are checked to have correct format, and string values are used as the new password using default password method. issue #6052
-
- 05 Nov, 2019 1 commit
-
-
Côme Chilliet authored
Avoid hard-coded limits and instead have a configuration option to set maximum size for user avatars issue #6049
-
- 16 Oct, 2019 1 commit
-
-
Côme Chilliet authored
This makes more sense since it means asking for password at creation, and not changing password when applying. issue #6035
-
- 10 Oct, 2019 1 commit
-
-
Côme Chilliet authored
When hash is set but not the password value (which is the default if you leave the template fields empty), applying the template to a user would result in changing its password, even if he already uses the same hash method. With this change it will leave its password alone if it already uses the method, and if the method changed it should complain and ask for a new password. This should avoid users erasing passwords by mistake. issue #6035
-
- 09 Oct, 2019 1 commit
-
-
Côme Chilliet authored
issue #6034
-
- 13 Aug, 2019 1 commit
-
-
Côme Chilliet authored
issue #5785
-
- 30 Jul, 2019 1 commit
-
-
Côme Chilliet authored
Hide nonreadable fields Hide nonreadable sections Color nonwritable fields text Hide nonwritable subattributes Use CSS for must red star issue #5858
-
- 19 Jun, 2019 2 commits
-
-
Côme Chilliet authored
issue #6001
-
Côme Chilliet authored
Moved userinfo related functions as methods in userinfo Moved ppolicy account expiration check to expired_status method Split ppolicy fetch in a method so that it can be used by expiration warning detection later. issue #6001
-