Clément "KPTN" OUDOT

Results 461 comments of Clément "KPTN" OUDOT

Agree We should also see if we can configure if we want to call an external command or call an php function. The latest would be helpful to modify an...

I will this this kind of hooks to add some attribute at creation time. The values of attributes will depend on the branch in which the account is created.

@davidcoutadeur we may need to review this together and apply the same behavior in other products

The `pattern` property of inputs could be used, but it does not work correctly on all browsers: ```html Utilisez le format +33 d dd dd dd dd ``` So I...

We could have the pattern as property in attributes_list and a `$message['pattern_xxx']` in lang files to display in title the pattern to end user

The priority is to not call imagemagick function for each photo rendering at each request. Providing the binary content to the browser or creating photos as cache files on server...

Working on this issue now. I will try this approach: * Convert file to jpeg when saving it (inside LDAP and/or file) * Use jpeg rendering on browser side for...

Your workaround is a good idea. A test could be to declare gosaMailQuota as binary attribute in LDAP connection. This should prevent LSC to force the value to be casted...

Yes please try also to use this in your dataset: ```xml quota FORCE srcBean.getDatasetBinaryValuesById("gosaMailQuota") ``` See https://lsc-project.org/javadoc/latest/org/lsc/beans/LscBean.html#getDatasetBinaryValuesById-java.lang.String-

My mistake, try getDatasetFirstBinaryValueById instead of getDatasetBinaryValuesById I don't have any idea after this...