• Joined on 2025-09-16
nontara pushed to master at nontara/nontara 2025-10-12 14:08:08 +00:00
39e1959cf4 refactor(db): update database configuration to use configurable data directory
nontara pushed to master at nontara/nontara 2025-10-12 12:35:44 +00:00
b73745c56c refactor(db): extract database configuration to separate file
b28b9fbfa2 refactor(server): extract formatBytes to utils and improve logging
Compare 2 commits »
nontara pushed to master at nontara/nontara 2025-10-11 19:54:37 +00:00
86057aa1dd refactor(db): remove TMDB and IMDB IDs from people table
4da4fc8e6c perf(db): enable WAL mode for improved database performance
Compare 2 commits »
nontara pushed to master at nontara/nontara 2025-10-11 19:36:26 +00:00
0a2a125ad7 fix(ui): display account name instead of username in welcome page
nontara pushed to master at nontara/nontara 2025-10-11 18:42:13 +00:00
e82bfb443a refactor(library-scanner): modularize LibraryScannerService into base and specific scanners
nontara pushed to master at nontara/nontara 2025-10-11 18:08:39 +00:00
7eb871ff65 docs: add type checking requirement for server files
16127ff18f docs(schema): add uppercase requirement for literal values in schemas
Compare 2 commits »
nontara pushed to master at nontara/nontara 2025-10-10 10:32:40 +00:00
ce4c87c773 refactor(providers): refactor providers to modular manifest architecture
nontara pushed to master at nontara/nontara 2025-10-09 17:19:42 +00:00
41d5caf419 feat(dashboard): add library management functionality
nontara pushed to master at nontara/nontara 2025-10-09 17:09:57 +00:00
7b903911c7 chore(config): update VS Code TypeScript settings for improved performance and inlay hints
90f6db1b05 build(web): update Vite config for better-auth integration
Compare 2 commits »
nontara pushed to master at nontara/nontara 2025-10-09 16:52:41 +00:00
591638872d fix(library-scanner): remove immediate folder scan on mount
nontara pushed to master at nontara/nontara 2025-10-08 17:35:21 +00:00
b3b68fb4a9 feat(auth): add caching to auth info retrieval
53160ea1c3 fix(auth): correct sign-in form label from Username to Email
Compare 2 commits »
nontara pushed to master at nontara/nontara 2025-10-07 06:33:13 +00:00
ce97202b3c build(server): set tsdown entry to src/main.ts
nontara pushed to master at nontara/nontara 2025-10-07 05:38:28 +00:00
757e24d4b3 feat(web): add active route highlighting in dashboard sidebar
nontara pushed to master at nontara/nontara 2025-10-07 05:32:55 +00:00
4aa87aee54 refactor(web): split dashboard route components
nontara pushed to master at nontara/nontara 2025-10-07 05:07:35 +00:00
22d1975ae5 refactor(server): replace Bun.Glob with fs recursion
nontara pushed to master at nontara/nontara 2025-10-07 05:06:14 +00:00
68632d0a89 feat(auth): add isomorphic auth utils and dashboard access
nontara pushed to master at nontara/nontara 2025-10-06 09:33:33 +00:00
18521c55ff feat(auth): add ban user handling with UI component
6929141d13 refactor(auth): replace username with name authentication fields
44459212ad style(config): format TypeScript configuration files
Compare 3 commits »
nontara pushed to master at nontara/nontara 2025-10-06 06:49:10 +00:00
b6f25fbda2 Fix migrations issue
d8e2e0277e chore(deps): update server dependencies
Compare 2 commits »
nontara pushed to master at nontara/nontara 2025-10-05 18:03:52 +00:00
73f3d0c261 refactor(auth): update auth schema
nontara pushed to master at nontara/nontara 2025-10-05 18:02:45 +00:00
afa56b1b16 feat(auth): add authentication middleware and update auth config
cbf3bbd5bd chore(deps): update web app dependencies
3fa13c0386 feat(dashboard): enable SSR and refactor header logic
Compare 3 commits »