pronounsfu/backend
sam 6c8f2b648e
merge branch 'feature/snowflakes' into main
NOTES:
- After running the migration, you MUST manually run `database
  create-snowflakes`. The entire backend assumes snowflakes are never
  null, so if this isn't done, all requests will fail.
- Avatar and flag files are still saved with xids, this will change
  later.
2023-09-07 17:04:39 +02:00
..
common feat(backend): add snowflake IDs 2023-08-17 18:49:32 +02:00
db add snowflake support to some member routes 2023-09-02 16:34:51 +02:00
exporter change import url 2023-06-03 16:18:47 +02:00
icons feat: start custom preferences on backend 2023-04-20 07:33:01 +00:00
log feat(backend): add data export 2023-03-15 15:24:51 +01:00
prns change import url 2023-06-03 16:18:47 +02:00
routes add snowflake support to member reroll route 2023-09-07 17:01:31 +02:00
server feat(backend): add request latency tracking 2023-06-23 03:27:09 +02:00
main.go make more member routes accept snowflakes + make flag routes accept snowflakes 2023-09-07 01:43:05 +02:00
routes.go remove autogenerated docs, update API docs link 2023-09-02 04:07:36 +02:00