- 20 Jan, 2025 4 commits
-
-
dockx thibault authored
Fixing phpcs for 7.4
-
dockx thibault authored
Fixing phpstan for 7.4
-
dockx thibault authored
Lock induces a read only for all tabs.
-
dockx thibault authored
Lock edition if user is locked.
-
- 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 1 commit
-
-
Matthew Newton authored
("in LDAP", or "in the LDAP directory", but not "in the LDAP")
-
- 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
-
- 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
-
- 08 Sep, 2020 1 commit
-
-
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
-
- 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
-
- 27 Nov, 2019 1 commit
-
-
Côme Chilliet authored
issue #6053
-
- 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
-
- 09 Oct, 2019 1 commit
-
-
Côme Chilliet authored
issue #6034
-
- 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
-
- 06 Jun, 2019 1 commit
-
-
Côme Chilliet authored
issue #5977
-
- 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
-
- 16 Jan, 2019 2 commits
-
-
Côme Chilliet authored
Resolve ""ou" should be labeled "Unit" in user edition" See merge request fusiondirectory/fd!433 (cherry picked from commit a90955eb) 4e5e9139
fix(user) Renamed Department to Unit in user -
Côme Chilliet authored
Resolve "homePhone is not a PhoneNumberAttribute" See merge request fusiondirectory/fd!423 (cherry picked from commit ee692691) b75d67c8
fix(user) Set homePhone as PhoneNumberAttribute to restrict format
-
- 24 Oct, 2018 1 commit
-
-
Côme Chilliet authored
issue #5915
-
- 16 Oct, 2018 1 commit
-
-
Côme Chilliet authored
Also added formnovalidate="formnovalidate" to all submit inputs which should not validate data. issue #5910
-
- 15 Oct, 2018 1 commit
-
-
Côme Chilliet authored
issue #5909
-
- 20 Sep, 2018 1 commit
-
-
Côme Chilliet authored
Otherwise when false the hook gets an empty parameter. Also this is consistent with previous behavior. issue #3710
-