- 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 2 commits
-
-
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
-
- 13 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
-
- 26 Mar, 2019 1 commit
-
-
Côme Chilliet authored
issue #5956
-
- 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
-
- 05 Feb, 2019 1 commit
-
-
Côme Chilliet authored
Make sure that ; is consistently replaced by _ when searching ACL for tagged attribute like userCertificate;binary issue #5135
-
- 19 Sep, 2018 1 commit
-
-
Côme Chilliet authored
This fixes ACL search for plugins configuration attributes and allow to get their values through webservice ls method and objects::ls issue #5888
-
- 28 Aug, 2018 1 commit
-
-
Côme Chilliet authored
issue #5135
-
- 23 Jul, 2018 1 commit
-
-
Côme Chilliet authored
It was searching in all classes from the same ACL category as the type, which feels wrong. It is now searching in all tabs from the type, which makes more sense. issue #5135
-
- 10 Jul, 2018 1 commit
-
-
Côme Chilliet authored
issue #5854
-
- 24 May, 2018 1 commit
-
-
Côme Chilliet authored
Moved it to a class which get instanciated in userinfo and keeps the size limit status for the current session. issue #5135
-
- 09 May, 2018 1 commit
-
-
Côme Chilliet authored
issue #5831
-
- 07 May, 2018 1 commit
-
-
Côme Chilliet authored
issue #5831
-
- 25 Apr, 2018 1 commit
-
-
Côme Chilliet authored
-
- 05 Mar, 2018 1 commit
-
-
Côme Chilliet authored
In some cases the user IP change and it’s fine, so remove the security check on the IP. issue #5783
-
- 13 Feb, 2018 1 commit
-
-
Côme Chilliet authored
issue #5775
-
- 25 Jan, 2018 1 commit
-
-
Côme Chilliet authored
UI will not be perfect but this should work for controlling who can create/restore snapshots. The ACL for seeing snapshots is not respected yet. issue #5743
-