Tobias Schäfer

Results 25 comments of Tobias Schäfer

Sorry for the confusion. The close was not on purpose. I just wanted to ask, if I should fit the indentation manually blamed in the perltidy check? The local run...

I'm using `v20220217` same as in the related check. It's working from the command line not from within vim, seems some setup stuff from my side. Anyways, I'll force-push the...

After some further research, I must say it is a valid email address. It is called the *quoted string format* of the local part. It is not widely implemented in...

The quotes are literally part of the alias, so the resulting User email (login) attribute value is `""@example.com`. I proved the named email address is valid, conformed to the listed...

Thunderbird does not fetch calendars in the plain [iCalender](https://datatracker.ietf.org/doc/html/rfc5545) format anymore. It uses the [CalDAV](https://datatracker.ietf.org/doc/html/rfc4791) protocol to access calendar resources. CalDAV is not supported/implemented in Zammad.

The TLS verification fails because Zammad (UserAgent) runs an HTTP GET request to the IDP SSO Url, here `'https://zammad.root-center.net:8443/realms/Zammad/protocol/saml`. The GET request is not allowed. `Client Error: #` The TLS...

Hi @jeffersonrios17, thanks for the report. We've to clarify that. Based on the code querying of custom attributes/fields is not allowed within the webhook payload. We limited this for security...

Currently, programmatical we limit the final object to simple data types only. * String * Integer * Float * DateTime You address complex data types, e.g. multi-select-field which ends up...

Duplication of https://github.com/zammad/zammad/issues/4940.

# Proposal TS 1 ``` contains one - includes any contains all - includes all contains one not - excludes any contains all not - excludes all ```