summaryrefslogtreecommitdiff
path: root/postgresqleu/digisign/backendviews.py
AgeCommit message (Collapse)Author
2025-01-07Move fitz version checks to versionutil.pyMagnus Hagander
Move the backwards-compatibility checks for fitz over to this new file as well, instead of having them spread out through the code.
2025-01-03Fix reversed fitz version checkMagnus Hagander
2025-01-03Attempt some further fitz version fixesMagnus Hagander
2023-06-02Add a log view that shows full debug details of digisign logsMagnus Hagander
2023-06-02Add support for digital signature providersMagnus Hagander
This adds a new type of provider to the system for handling digital signatures. Initially the only consumer is conference sponsorships, but it could be added for other parts of the system as well in the future. Regular "old-style" sponsorship contracts are still supported, but will gain the feature to auto-fill sponsor name and VAT number if wanted. The sponsor signup workflow is adjusted to support either one or both of the two methods. Initially the only implementation is Signwell, but the system is made pluggable just like e.g. the payment providers, so other suppliers can be added in the future. This should be considered fairly beta at this point, as several parts of it cannot be fully tested until a production account is in place. But the basics are there...