Hanne Moa
Hanne Moa
API 3.0
This is an overview issue of ideas for API version 2. Please create sub-issues as needed.
> The serializer is now of the form: > ``` > {'event': {'timestamp': foo, 'description': 'bar'}, > 'expiration': xux} > ``` > > and allows sending in event-type. Make a...
If something fails and the redirect/render back to htmx does not happen, one might end up seeing a blank page for one of the hidden urls. I don't know if...
This is useful for manual debugging of the notification system and for demo purposes, showing off notification destinations without actually having to set up an external destination system.
## Scope and purpose `django-allauth` (hereafter: allauth) is `python-social-auth`s (hereafter: PSA) oldest competitor. It is possible to replace PSA with allauth, and the latter has support for MFA built in....
Changing a settings default can break sites in production. We should change the PR template to have a checkbox to tick if there are *any* changes to settings so the...
EMAIL_USE_TLS's default was changed from True to False in base, and it has in at least one case prevented notification emails from being sent. prod-settings import from spa settings and...
With argus as source This cannot work for specifically mail not delivered but can work if direct connection to mailserver should be possible but fails
A ticket creation process might time out. This might be due to problems with the endpoint that must be reported, so make an incident to make the problem visible.
## Scope and purpose Fixes #1383. Depends on #1385. ## Contributor Checklist Every pull request should have this checklist filled out, no matter how small it is. More information about...