8 Commits

Author SHA1 Message Date
oxmc ecc340e7b1 feat: add dark mode UI and SQLite as alternate database backend
Release Please / release-please (push) Has been cancelled
Docker Build and Push (Development) / build-and-push-dev (push) Has been cancelled
Dark mode: CSS custom properties + .dark class toggled via Redux/localStorage,
with a theme toggle in the Header and Settings page. Foundation didn't exist
yet despite prior assumption, so it was built from scratch.

SQLite: new DB_ENGINE=mongo|sqlite env var selects the metadata backend at
runtime (Mongo stays default, no behavior change unless opted in). File/thumbnail
bytes continue to use the existing fs/S3 storage path. Implemented via a shared
DB interface (dbTypes.ts) with parallel mongoDB/ and sqliteDB/ implementations,
selected through dbFactory.ts, with JWT/encryption logic extracted into
userCrypto.ts so both engines share it.
2026-07-05 04:18:33 -07:00
subnub 2a6d7f3eb5 more tests 2025-02-16 04:06:50 -05:00
subnub a9ad3a5d9d more unit testing changes 2025-02-12 17:16:27 -05:00
subnub 00124cf542 lots of fixes 2025-01-10 09:55:34 -05:00
subnub 1a41e31f53 more validation and fixed db 2024-10-11 14:23:00 -04:00
subnub ee10d308c0 fixed trashing and restoring files/folders that were inside parent folders 2024-10-10 14:02:04 -04:00
subnub af727291d0 added more validation and file list api improvements 2024-08-10 06:26:33 -04:00
subnub 831dc78bf5 updated BE file naming convention 2024-08-10 01:54:22 -04:00