markus-96
markus-96
Support
Hi Vasiliy, I plan to use your software and was a bit down when I found out that you are from Ukraine. But after your recent commits, I really hope...
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Read about bug reporting in general: https://rspamd.com/doc/faq.html#how-to-report-bugs-found-in-rspamd *...
I try to implement a little openid-connect client, with django-oidc-provider as provider. The problem is that it seems like I do not have sufficient rights to get them via userinfo....
Added the possibility to define OAuth Providers as authentication backend. `/etc/kvmd/auth.yaml` has to look like the following: ``` oauth: enabled: true providers: github: type: oauth2 client_id: myclient client_secret: mysecret123 access_token_url:...
I tried this two times. When I ran `vagrant up` the first time, everything seams to work properly. Then I try to log in via `https://192.168.56.5/admin` everything works fine. But...
Hi, I added a checkbox that enables small previews in the zone. It shows the number of the seat and the username of the first Booking of the currently set...
**Describe the bug** If I use `pydantic_queryset_creator`, I get a Pydantic `RootModel` of type `List`. Normally, if I call `model_json_schema` of a `RootModel`, the originating model name is referenced in...
see #336 this is my first PR to this project, so I am happy if you tell me if it meets your expectations :) If needed, I can also try...
**Describe the bug** The IntField has the property constraints. It contains the constraints `ge` and `le`. These constraints are not taken into account (in any place as far as I...
please, see #1868