1810 Commits (a5a9e15ece50c1626a71ebc3ed66a85eadfa9a24)
 

Author SHA1 Message Date
Matthew Raymer a5a9e15ece WIP: Refactor Electron SQLite initialization and database path handling 1 week ago
Matthew Raymer a6d8f0eb8a fix(electron): assign sqlitePlugin globally and improve error logging 1 week ago
Matthew Raymer 3997a88b44 fix: rename postcss.config.js to .cjs for ES module compatibility 1 week ago
Trent Larson 5eeeae32c6 fix some incorrect logic & things AI hallucinated 1 week ago
Matthew Raymer d9895086e6 experiment(electron): different vite build script for web application 1 week ago
Matthew Raymer fb8d1cb8b2 fix(electron): add null check for devToolsWebContents to prevent TypeScript error 1 week ago
Matthew Raymer 70c0edbed0 fix: SQLite plugin initialization in Electron main process 1 week ago
Matthew Raymer 55cc08d675 chore: linting 1 week ago
Matthew Raymer 688a5be76e Merge branch 'sql-absurd-sql-further' of ssh://173.199.124.46:222/trent_larson/crowd-funder-for-time-pwa into sql-absurd-sql-further 1 week ago
Matthew Raymer 014341f320 fix(electron): simplify SQLite plugin initialization 1 week ago
Matthew Raymer 1d5e062c76 fix(electron): app loads 2 weeks ago
Matthew Raymer 2c5c15108a debug(electron): missing main.ts 2 weeks ago
Matthew Raymer 26df0fb671 debug(electron): app index loads but problem with preload script 2 weeks ago
Trent Larson ef3bfcdbd2 fix linting 2 weeks ago
Trent Larson ec1f27bab1 fix more logging cleanup errors 2 weeks ago
Trent Larson 01c33069c4 fix more of the logging & log display 2 weeks ago
Trent Larson c637d39dc9 fix log cleanup check to actually pay attention to limit 2 weeks ago
Trent Larson 3e90bafbd1 correct & simplify the DB logging 2 weeks ago
Matthew Raymer d2c3e5db05 fix: one lint that got past me 2 weeks ago
Matthew Raymer e824fcce2e fix: linting issues 2 weeks ago
Matthew Raymer f2c49872a6 fix: resolve TypeScript errors in database service implementation 2 weeks ago
Matthew Raymer 229d9184b2 WIP: BROKEN FOR ELECTRON: Fixes in progress 2 weeks ago
Matthew Raymer 29908b77e3 feat(types): add comprehensive type definitions for @jlongster/sql.js 2 weeks ago
Matthew Raymer 16cad04e5c WIP: fix(AbsurdSqlDatabaseService) fixes to typing and other curious beasts 2 weeks ago
Matthew Raymer e4f859a116 fix: update offerGiverDid to use credentialSubject.offeredBy 2 weeks ago
Matthew Raymer 7f17a3d9c7 refactor: remove unused imports and parameters in passkeyDidPeer.ts 2 weeks ago
Matthew Raymer 2d4d9691ca fix: use challenge parameter in verifyJwtWebCrypto preimage 2 weeks ago
Matthew Raymer 63575b36ed fix: use challenge parameter in verifyJwtP256 preimage 2 weeks ago
Matthew Raymer 2eb46367bc fix: resolve TypeScript errors in passkeyDidPeer.ts 2 weeks ago
Matthew Raymer cea0456148 fix: resolve type conflicts in AccountKeyInfo and KeyMeta imports 2 weeks ago
Matthew Raymer 6f5db13a49 fix: consolidate KeyMeta interface and improve type safety 2 weeks ago
Matthew Raymer 068662625d fix: resolve type compatibility in offerGiverDid 2 weeks ago
Matthew Raymer 23627835f9 refactor: improve type safety in endorser server and common interfaces 2 weeks ago
Matthew Raymer f1ba6f9231 fix(endorserServer): improve type safety in claim handling 2 weeks ago
Matthew Raymer 137fce3e30 fix(endorserServer): improve type safety and error handling 2 weeks ago
Matthew Raymer 7166dadbc0 fix(types): correct type imports and improve null safety 2 weeks ago
Matthew Raymer bc274bdf7f fix(types): improve account type safety and metadata handling 2 weeks ago
Matthew Raymer 082f8c0126 feat(QRScanner): implement QRScannerOptions in WebInlineQRScanner 2 weeks ago
Matthew Raymer fd09c7e426 fix(deepLinks): improve route validation and type safety 2 weeks ago
Matthew Raymer be40643379 fix: unused element 2 weeks ago
Matthew Raymer 835a270e65 feat(qr-scanner): Add camera state management to CapacitorQRScanner 2 weeks ago
Matthew Raymer 13682a1930 fix(db): add type declarations for SQL.js and absurd-sql modules 2 weeks ago
Matthew Raymer 669a66c24c fix(db): improve type safety in AbsurdSqlDatabaseService 2 weeks ago
Matthew Raymer 13505b539e fix(db): resolve type compatibility in AbsurdSqlDatabaseService 2 weeks ago
Matthew Raymer 07ac340733 feat(capacitor): implement storage permission checks for file operations 2 weeks ago
Matthew Raymer ba2b2fc543 fix: placeholder for PyWebViewPlatformService writeAndShareFile 2 weeks ago
Trent Larson 21184e7625 fix spelling of SQLite module for iOS 2 weeks ago
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 weeks ago
Matthew Raymer b18112b869 WIP: disabling absurd-sql when using Capacitor SQLite 2 weeks ago
Matthew Raymer a228a9b1c0 fix: add requirements for capacitor/sqlite 2 weeks ago