Maximilian Weber

Results 13 comments of Maximilian Weber

It's too bad that it's still not possible to just enter a custom URL - just a simple client / browser based form validation issue (JS)?

Thanks for the quick reply, gladly: It's not possible to enter URL of the pattern "https://my-service.tld/endpoint/?par=val" as a valid server address getting the error message "please specify a valid address...

thx for pointing this out @greq7 furthermore i had to to insert into Report.php after line 333 ``` if ( false === mb_check_encoding($key, 'UTF-8') ) $key = utf8_encode($key); if (...

We'd really like to see the author / editor of an event, too – re-opened the bounty.

> We don't use bountysource anymore: https://help.nextcloud.com/t/dont-use-bountysource-anymore/84943 Thanks, couldn't know that – might be a good idea to provide a hint (at least for issues with the bounty label) Furthermore...

I'd love to, but couldn't find a suitable starting point - couldn't even find out where the corresponding error message orginates ("please specify a valid address (IPv4/IPv6) or hostname") which...

@PsyStorm25 thank you very much for your contribution. unfortunately i still have issues using your patched file. using the angular directive ng-repeat together with ng-model to create select options an...

ok, i see. the problem occurs when relying on "some black magic casted by a evil wizard" and the select element is loaded within an angular template.