Enteee
Enteee
> Shouldn't the grammar of `plantuml-parser` support _any_ inheritance format? This would avoid having to restrict this tool from generating a certain inheritance format. I don't understand what you mean...
@paduc I think writing a [plantuml formatter](https://github.com/Enteee/plantuml-parser/tree/master/src/formatters) is probably the most robust thing to do to get plantuml => typescript. @bafolts has an [other project](https://github.com/bafolts/plantuml-code-generator) which does plantuml => typescript...
@munir131 are you sure? I can not reproduce this issue with version 0.6.1. In my example I changed `ARG dockerize_version=0.7.0` to `ARG dockerize_version=0.6.1` and it worked just fine.
Would "disable anonymous storage" (point 2) not be sufficient for this?
> After a quick test I found that you can still create pads as an anonymous user and share them via link, Thank you for testing this. It's a bummer...
@ansuz this is awesome thanks! But i have a bit of a mixed feeling introducing this but only enforcing it on the client side. I guess somebody could set this...
@ansuz I would also opt for re opening this. A pure client side implementation does not "prevent anonymous users from creating pads" and is therefore not solving what this feature...
@mthld or @ansuz , can you please re open this issue :pray: . I protected my instance behind Basic-Auth, which is no longer possible since you added 2FA: Both methods...
Yeah I fully agree with @sierja , the current implementation is exactly CWE-602. Having this is even worse that if it was not implemented at all. Because it creates this...