Tim Möhlmann

Results 74 issues of Tim Möhlmann

PR #1063 bumps `nhooyr.io/websocket` for a security fix. Is it possible to do a bugfix bump to `v0.15.1`? `go get -u github.com/improbable-eng/grpc-web/go/grpcweb@latest` pulls in the latest tagged version, which at...

Sometimes a record needs to be deleted which is referenced by other relations. So, those relations need to be deleted first. At the moment this template code: https://github.com/volatiletech/sqlboiler/blob/e004393fa62ca053ec76d14df63d2e066cd2de23/templates/12_relationship_to_many_setops.go.tpl#L317-L323 Renders to:...

This change adds an example template for a Hugo specific Markdown output. Hugo is a static site generator: https://gohugo.io. The new example template is a copy from [resources/markdown.tmpl](https://github.com/pseudomuto/protoc-gen-doc/blob/27bd2775ea68088ac52ebc847c7860e4889b981d/resources/markdown.tmpl). Mostly updated...

This issue is to enhance the security of authentication within Mailu. It is based on a small brain-storming session me and @kaiyou had. In order to properly secure and manageable...

priority/p2
type/security
type/enhancement

Both the `client.ConfigureDevice()` and `client.Device()` expect a non-existing `wg-foobar` interface, so no special tests are required like for integration tests. Closes #37

I wanted to learn more about the MODBUS TCP protocol and found this library and started reading the sources to get a better understanding. I came across this in the...

This PR adds a go.mod file and closes #152 As per [recommendations](https://github.com/golang/go/wiki/Modules#releasing-modules-v2-or-higher) from the Go Modules wiki page: 1. To fully implement this module support a new major release needs...

This is an alternative to #207, where `userInfoAddress` is no longer accessed through pointers. This makes it always safe for acces. IMHO this is a slightly cleaner approach because we...

When the Address field in userinfo is nil, an empty instance of userInfoAddress is now returned. This allows for safe chaining of Get methods. All of an empty userInfoAddress' Get...

This PR adds a Feature v2 API. This feature API allows enabling and disabling certain features of zitadel. This allows us to separate experimental (Alpha/Beta) features from the rest of...