Jonas Thelemann
Jonas Thelemann
Currently, events can be public or private which changes if they appear in search results. Private event show in overall search results only for people who organize the event or...
After upgrading to the official Sentry module for Nuxt (https://github.com/maevsi/maevsi/pull/1721), using the node wrapper for server side error tracking resulted in Nuxt not starting in production. This was fixed by...
Outlooks is not happy. Should we try to make it happy? I don't know. Everything looks right on our end already to me. Reported by @Bobomify, thank you!
The JWT should not be available to JavaScript. See: - https://github.com/maevsi/maevsi_stack/issues/89 if moving to session ids, the jwt would not be stored at all
Evaluate if maevsi can become an [OIDC](https://openid.net/connect/) provider using [panva/node-oidc-provider](https://github.com/panva/node-oidc-provider).
Display a calendar with upcoming events. E.g. use [vcalendar](https://nuxt.com/modules/vcalendar).
Right now every invitation is created using a separate request. For a large amount of invitations that are created at the same time, this might trigger the rate limited. The...