zerobyte/app
Nico 451aed8983
Multi users (#381)
* feat(db): add support for multiple users and organizations

* feat: backfill entities with new organization id

* refactor: filter all backend queries to surface only organization specific entities

* refactor: each org has its own restic password

* test: ensure organization is created

* chore: pr feedbacks

* refactor: filter by org id in all places

* refactor: download restic password from stored db password

* refactor(navigation): use volume id in urls instead of name

* feat: disable registrations

* refactor(auth): bubble up auth error to hono

* refactor: use async local storage for cleaner context sharing

* refactor: enable user registration vs disabling it

* test: multi-org isolation

* chore: final cleanup
2026-01-20 22:28:22 +01:00
..
client Multi users (#381) 2026-01-20 22:28:22 +01:00
drizzle Multi users (#381) 2026-01-20 22:28:22 +01:00
lib Multi users (#381) 2026-01-20 22:28:22 +01:00
middleware refactor: better-auth (#319) 2026-01-07 22:36:20 +01:00
schemas refactoring(bw-limit): stylistic refactoring 2026-01-15 18:07:00 +01:00
server Multi users (#381) 2026-01-20 22:28:22 +01:00
test Multi users (#381) 2026-01-20 22:28:22 +01:00
utils feat: add 2FA (TOTP) support (#326) 2026-01-09 21:12:05 +01:00
app.css feat: display updates and release notes (#290) 2026-01-04 10:19:23 +01:00
context.ts Multi users (#381) 2026-01-20 22:28:22 +01:00
root.tsx refactor: move from biome to oxlint/oxformat (#311) 2026-01-05 21:04:37 +01:00
routes.ts Multi users (#381) 2026-01-20 22:28:22 +01:00