portal/db/models
Derrick Hammer b030de9714
feat: add generic s3 upload tracking
2024-02-28 11:36:53 -05:00
..
api_key.go feat: initial database support and models 2024-01-15 20:58:20 -05:00
blocklist.go fix: ensure blocklist is singular 2024-01-16 00:11:12 -05:00
dnslink.go feat: initial DNS link support 2024-02-25 09:47:40 -05:00
download.go feat: initial database support and models 2024-01-15 20:58:20 -05:00
email_verification.go feat: add password reset, account verification models, and a verified field to users 2024-02-26 07:47:05 -05:00
password_reset.go feat: add password reset, account verification models, and a verified field to users 2024-02-26 07:47:05 -05:00
pin.go fix: fix user relationship 2024-01-16 00:05:25 -05:00
public_key.go refactor: ensure key is unique 2024-02-14 00:13:28 -05:00
s3_upload.go feat: add generic s3 upload tracking 2024-02-28 11:36:53 -05:00
s5_challenge.go refactor: keep filename singular 2024-02-28 11:17:31 -05:00
tus_lock.go fix: update TusLock to use a compound unique index to work with soft deletes 2024-01-20 11:47:44 -05:00
tus_upload.go refactor: change to store the hash as a raw, but also make it unique with an index 2024-02-17 23:17:26 -05:00
upload.go refactor: change to store the hash as a raw, but also make it unique with an index 2024-02-17 23:17:26 -05:00
user.go feat: add password reset, account verification models, and a verified field to users 2024-02-26 07:47:05 -05:00