Harvey Tindall
68004e1d34
storage: user set/get methods for contact method access
...
Get/GetKey/SetKey/DeleteKey methods are used for access to
email/discord/telegram/matrix, everywhere. Mutex added for each, avoids
concurrent read/write issues. Will also make potential transition to
database easier.
1 year ago
Harvey Tindall
6431613363
update version; mention log button in bug report template
3 years ago
Harvey Tindall
da1b9ccac7
ombi: add migration to link telegram/discord
3 years ago
Harvey Tindall
d1b5b74060
make most modals white
3 years ago
Harvey Tindall
e7ca335d83
invites: allow notification by discord/telegram/matrix
...
also added migration as this required changing the indexing of notify
preferences from email addresses to Jellyfin IDs.
3 years ago
Harvey Tindall
412fe31da6
invite: fix email confirmation jwt
...
same issue as with auth.go, expiry was a string causing the library to
see it as expired.
3 years ago
Harvey Tindall
1bfec54c93
print error and include in txt log on crash; fix email migration
3 years ago
Harvey Tindall
19715f25f6
Move all migrations to separate file
...
Also fixed some inconsistent uses of snake case.
4 years ago