- 06 Jun, 2024 1 commit
-
-
bmortier authored
Signed-off-by:
Benoit Mortier <benoit.mortier@fusiondirectory.org>
-
- 05 Jun, 2024 1 commit
-
-
Jonathan Swaelens authored
Add callerMAIL as macro Signed-off-by:
Jonathan Swaelens <jonathan.swaelens@fusiondirectory.org>
-
- 05 Aug, 2022 1 commit
-
-
Matthew Newton authored
("in LDAP", or "in the LDAP directory", but not "in the LDAP")
-
- 19 Jul, 2022 1 commit
-
-
dockx thibault authored
Full code style as been reworked to match 1.4
-
- 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
-
- 09 Sep, 2021 1 commit
-
-
Côme Chilliet authored
issue #6191
-
- 08 Jul, 2021 1 commit
-
-
Côme Chilliet authored
Avoids PHP errors and shows the actual LDAP error when there is a problem for fetching connected user. issue #6175
-
- 22 Jun, 2021 1 commit
-
-
Côme Chilliet authored
issue #6167
-
- 03 Sep, 2020 1 commit
-
-
Côme Chilliet authored
issue #6114
-
- 09 Jul, 2020 1 commit
-
-
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
-
- 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
-
- 10 Mar, 2020 1 commit
-
-
Côme Chilliet authored
This should fix ACL search for fields of dynamic tabs of groups. issue #6075
-
- 06 Feb, 2020 1 commit
-
-
Côme Chilliet authored
Should fix support for base ACLs, and improve contsistence and speed of ACL checks. issue #5949
-
- 28 Nov, 2019 2 commits
-
-
Côme Chilliet authored
issue #6054
-
Côme Chilliet authored
Not ideal, vars in userinfo would need a lot of renaming to make it easier to understand. issue #6054
-
- 24 Oct, 2019 1 commit
-
-
Côme Chilliet authored
Spotted thanks to new LDAP debug info issue #6042
-
- 16 Oct, 2019 1 commit
-
-
Côme Chilliet authored
issue #5531
-
- 10 Oct, 2019 1 commit
-
-
Côme Chilliet authored
issue #5531
-
- 09 Oct, 2019 1 commit
-
-
Côme Chilliet authored
This is to avoid hard coded values issue #5531
-
- 08 Oct, 2019 1 commit
-
-
Côme Chilliet authored
This avoids performanance problems and RAM exhaustion. issue #5531
-
- 03 Oct, 2019 1 commit
-
-
Côme Chilliet authored
issue #5531
-
- 02 Oct, 2019 3 commits
-
-
Côme Chilliet authored
issue #5531
-
Côme Chilliet authored
issue #5531
-
Côme Chilliet authored
issue #5531
-
- 28 Aug, 2019 4 commits
-
-
Côme Chilliet authored
issue #6024
-
Côme Chilliet authored
Also global_is_set to is_set. issue #6024
-
Côme Chilliet authored
issue #6024
-
Côme Chilliet authored
Also global_is_set to is_set. issue #6024
-
- 24 Jul, 2019 1 commit
-
-
Côme Chilliet authored
LDAP errors shown on login page were a bit too chatty issue #6001
-
- 23 Jul, 2019 1 commit
-
-
Côme Chilliet authored
Handle ppolicy expired password, locked account and must change password error codes. In this first version after changing password you need to log out. issue #6001
-
- 22 Jul, 2019 1 commit
-
-
Côme Chilliet authored
userinfo::loginUser now throws exceptions on failure, webservice code will need to be adapted to take them into account as well issue #6001
-
- 16 Jul, 2019 1 commit
-
-
Côme Chilliet authored
This allows to avoid ldap reads from pluglist::load, and should fix a crash happenning in index.php when using encrypted password in config file. issue #6015
-
- 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
-
- 16 May, 2019 1 commit
-
-
Côme Chilliet authored
Will be used by servicesManagement so that dashboard can search for services attribute without crash. issue #5967
-