Julian Baumann

Results 59 issues of Julian Baumann

We needed support for large blobs and credential protection policy in our project, which py_webauthn didn't provide. We added the appropriate structs and options to genereate_registration_options which worked fine for...

When working with discoverable credentials, it is favourable to be able to control the credential protection policy (https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#sctn-credProtect-extension). Currently, py_webauthn does not support this.

Currently. the beginning time filter in the user_shifts view is set to the current time, but the date to the start date of the event. If the users are viewing...

Type: Bug(fix)

Currently, the Engelsystem uses the `GenericProvider` (from https://github.com/thephpleague/oauth2-client) to connect to OAauth2 providers. This is not suitable for all use cases, e.g. in our setup an OpenID Connect provider is...

Type: Feature
Status: Needs discussion

**Describe the bug** When requesting the Departures of a station that contains slashes in its name via the v1 API, a 404 error is thrown. Replacing the slashes with spaces...

bug
To Do
APIv1

### Description of the bug When opening any crab.fit event, the window title says "event not found". In the page heading, the correct title is displayed along with the correct...

bug

Starting recently, the action (v1.17) fails with the above error message.

I defined a custom FilterSet class for my DRF viewset. The field in question was defined as `from_date = DateTimeFilter(field_name="shift__start_time", lookup_expr="gte", label=_("from"))` with `from django.utils.translation import gettext_lazy as _`. Triggering...

Currently, when using wagtail-localize, a MarkdownField cannot be translated in an easy way, as the whole content of the field is put into one translation segment. For a long page...

### Describe the bug When searching for Dublin Connolly, my departure was not shown. Träwelling showed this: ![grafik](https://github.com/Traewelling/traewelling/assets/12702135/44b26094-67c2-483c-8ae9-81ca4bb8fd0b) when clicking the down arrow or inputting 17:43 manually, it changes to...

bug
timezoning is hard