Jonatan Männchen

Results 125 issues of Jonatan Männchen

We're using UptimeRobot which unfortunately can't interpret multiple checks. Therefore we need to add multiple health check URLs. With this change, checks can be selected to run alone.

**Is your feature request related to a problem? Please describe.** Currently the gRPC Model for `UserGrantView` contains `email` but not `phone`. **Describe the solution you'd like** Expose `phone`. **Describe alternatives...

type: enhancement
state:stale

``` content-security-policy: media-src 'none';font-src 'self' fonts.gstatic.com maxst.icons8.com;manifest-src 'self';connect-src 'self' *.zitadel.ch fonts.googleapis.com fonts.gstatic.com maxst.icons8.com;default-src 'none';script-src 'self' 'unsafe-eval';object-src 'none';style-src 'self' 'unsafe-inline' fonts.googleapis.com maxst.icons8.com;img-src 'self';frame-src 'none' ``` * `script-src` `unsafe-eval` should be removed...

type: enhancement
category: backend
category: frontend
state:stale

We've shortly switched to swarm in the quantum library. We're seeing two errors when we do agressive up / down scaling. These errors may very well be errors on the...

bug
investigating
tracker

We recently changed a big part of the supervision of quantum (add job scheduler library) to swarm if it is used in a cluster. One thing that was missing for...

help wanted
feature
testing

The XSS Vulnerability described here can be exploited in ExAdmin: https://github.com/smpallen99/xain/issues/18

Should this be the default behavior or hidden behind a flag?

Expo supports parsing / writing `.mo` files, which are a lot faster to read since it is a simple binary format. I would like to support it here as well....

Kind:Discussion
Kind:Feature

## Proposed Solution * Leave default implementation as is * Allow plugging in a custom pluralization module (already possible) * Extend `Gettext.Plural` - The plural forms header should be passed...

Kind:Feature