Commit graph

3 commits

Author SHA1 Message Date
de861fe14d
contacts: Update unsubscribe to work through browser GET interface
Also add field to mark unsubscribes as actioned.
2024-12-11 10:37:02 +11:00
495f841d39
contacts: Add field to represent the mailout the unsubscribe came from 2024-04-10 16:18:51 +10:00
789d0c8c84
contacts: Remove ContactEntry and add Unsubscription
This change removes the unused `ContactEntry` model and the `subscribe` view and
replaces it with an `Unsubscription` model and an `unsubscribe` view. It works
similarly, but is intended to be used with the `list-unsubscribe` and
`list-unsubscribe-post` headers.
2024-04-09 22:53:24 +10:00