zerobyte/app/server/modules/notifications
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
..
__tests__ refactor: better-auth (#319) 2026-01-07 22:36:20 +01:00
builders feat: add generic webhook form & refactor each type in its own form (#239) 2026-01-02 14:56:35 +01:00
notifications.controller.ts feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
notifications.dto.ts feat: notify on warning separation (#122) 2025-12-10 18:55:37 +01:00
notifications.service.ts Multi users (#381) 2026-01-20 22:28:22 +01:00