- 17 Jun, 2021 1 commit
-
-
Côme Chilliet authored
This is easy to check as management classes respect the size limit option. issue #6169
-
- 15 Mar, 2021 1 commit
-
-
Côme Chilliet authored
issue #6156
-
- 09 Jul, 2020 1 commit
-
-
Côme Chilliet authored
issue #6071
-
- 06 Nov, 2019 2 commits
-
-
Côme Chilliet authored
issue #6046
-
Côme Chilliet authored
issue #6046
-
- 10 Oct, 2019 1 commit
-
-
Côme Chilliet authored
Also added strict typing to ease debugging this kind of problems next time. issue #5531
-
- 16 Jul, 2019 2 commits
-
-
Côme Chilliet authored
issue #5998
-
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
-
- 15 Jul, 2019 1 commit
-
-
Côme Chilliet authored
Also makes template handling by columns a bit less stupid issue #5998
-
- 05 Jun, 2019 1 commit
-
-
Côme Chilliet authored
This is an attempt at putting restored object through FD open/save cycle to make sure they save without error and trigger any hook that may look for changes. Also store object type in the snapshot LDAP node, even if it is unused at the moment. issue #5715
-
- 11 Apr, 2019 1 commit
-
-
Côme Chilliet authored
Will be used by services management issue #5980
-
- 03 Apr, 2019 1 commit
-
-
Côme Chilliet authored
Used by FAI management issue #5980
-
- 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 2 commits
-
-
Côme Chilliet authored
issue #5956
-
Côme Chilliet authored
issue #5956
-
- 05 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5135
-
- 29 Jan, 2019 1 commit
-
-
Côme Chilliet authored
This means if I have enough ACL and I add a column with field X, the search field will also search in X. issue #5867
-
- 24 Jan, 2019 1 commit
-
-
Côme Chilliet authored
First steps towards using management for select classes as well. issue #5135
-
- 29 Aug, 2018 1 commit
-
-
Côme Chilliet authored
Also ACLs are checked to make sure the filter is allowed before running the query. Now plugins can add fields which will be part of the default searched fields for a type. This will be used by the mail plugin for instance. issue #5867
-
- 28 Aug, 2018 1 commit
-
-
Côme Chilliet authored
issue #5135
-
- 23 Jul, 2018 1 commit
-
-
Côme Chilliet authored
This will be useful to migrate ACL management issue #5135
-
- 18 Jul, 2018 1 commit
-
-
Côme Chilliet authored
Also added support for several attributes in columns and mainAttr and nameAttr special values. issue #5135
-
- 10 Jul, 2018 1 commit
-
-
Côme Chilliet authored
issue #5854
-
- 28 May, 2018 1 commit
-
-
Côme Chilliet authored
issue #5135
-
- 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
-
- 23 May, 2018 1 commit
-
-
Côme Chilliet authored
issue #5135
-
- 03 May, 2018 1 commit
-
-
Côme Chilliet authored
Using custom exceptions, avoid same name as class fields, fix a mistake. issue #5831
-
- 25 Apr, 2018 11 commits
-
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
This allows to do tab filters and property column without having to create objects of each tab. Adaptations will be needed in all plugins. This also activates new management class for groups to test it with several object types.
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
It seems the result of get_class needs to be stored in a var before accessing a static var in PHP 5.6 Also contains minor code cleaning.
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-