Peter Lohse

Results 3 issues of Peter Lohse

I tried to execute the following code: ```C# OutputArgument out = new OutputArgument(); Function.Call(Hash.GET_SHOP_PED_QUERY_OUTFIT, 1, out); ``` Now I don't know what the type of the output is. I tried...

The class `AbstractOauth2Action` is currently only designed for the default `response_mode` `query`. But there are OAuth2 providers which require `response_mode` `form_post` (e.g. Sign in with Apple). Therefore I ask to...

Feature

ref: https://github.com/WoltLab/WCF/pull/5951 Please document the new `FileProcessorFormField`. Please also add an info in Migration from 6.0.

Documentation