You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow transferring a File ownership using an ownership token (#65)
* chore: bump the sdk
* chore: bump the connector
* feat: transfer files using an ownership token
Add subject and body to requests transferring files (#64)
* feat: update schemas
* fix: make title a template string
* feat: handle subject and body
* chore: update taskfile
* chore: better naming
additionalConsents validation is incorrect (#62)
* fix: higher character limit for consent
* fix: make link optional
* fix: ignore displayText when the link is not defined
Make the pdf generation fully customizable (#61)
* feat: make the logo location customizable
* chore: update template
* fix: adapt to new onboarding template
* chore: bump connector
* refactor: export interfaces
* chore: one-liner
The border spacing is not pixel perfect in the onboarding document (#59)
* fix: calculate border
* fix: use calculated border size everywhere
* chore: another helper variable for readability
Provide school logo for onboarding PDF per request body (#58)
* chore: add example images
* feat: add possibility to render a pdf with a custom schoolLogo
* feat: add new POST :id/onboarding route
* refactor: cleanup function
* feat: make clean af
* fix: filename
Add support for url references (#51)
* chore: bump connector
* feat: allow to configure new qr code format
* refactor: use reference.truncated
* feat: allow to use the new qr code format
* chore: enable useNewQRCodeFormat for debugging
* chore: remove comment