1301 Commits (1e0efe601189d8f37dd8daf0530537e1a702800b)

Author SHA1 Message Date
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 3 weeks ago
Matthew Raymer b18112b869 WIP: disabling absurd-sql when using Capacitor SQLite 3 weeks ago
Matthew Raymer 1560ff0829 feature: fleshed out capacitor and electron database operators 4 weeks ago
Jose Olarte III e839997f91 TEST: platform- and camera-specific mirroring 4 weeks ago
Jose Olarte III d8d054a0e1 Streamlined QR scanner web camera 4 weeks ago
Jose Olarte III efc720e47f Mobile native to use web camera 4 weeks ago
Jose Olarte III 0a85bea533 Feature: context-based default camera 4 weeks ago
Trent Larson 7de4125eb7 add SQL DB access to everywhere we are using the DB, up to the "C" files 4 weeks ago
Matthew Raymer 81d4f0c762 fix: resolve PWA build issues with SQL.js worker files 4 weeks ago
Trent Larson 4c1b4fe651 fix linting 4 weeks ago
Trent Larson 0bfc18c385 add encryption & decryption for the sensitive identity & mnemonic in SQL DB 4 weeks ago
Matthew Raymer 35f5df6b6b fix: move lexical declarations outside case blocks 4 weeks ago
Matthew Raymer 0f1ac2b230 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 4 weeks ago
Trent Larson 3c0bdeaed3 remove debugging console statements 4 weeks ago
Trent Larson 11f2527b04 start adding the SQL approach to files, also using the Dexie approach if desired 4 weeks ago
Trent Larson 5d8175aeeb add encryption for the two SQL columns, replace basic DB utils, add USE_DEXIE_DB flag, and start adding SQL everywhere 4 weeks ago
Trent Larson b6b95cb0d0 remove unused redirect to start page (now that we're creating an ID up front) 4 weeks ago
Trent Larson 655c5188a4 add queueing to the DB service so that requests get processed in order 4 weeks ago
Trent Larson 8b7451330f remove possibility of failing a migration script and then succeeding on later ones 4 weeks ago
Trent Larson b8fbc3f7a6 fix console error about "window" unavailable due to service worker 4 weeks ago
Trent Larson 92dadba1cb rename the absurd-sql-specific items for clarity 4 weeks ago
Trent Larson 3a6f585de0 adjust so DB calls go to the factory 4 weeks ago
Jose Olarte III 47501ae917 Linting 4 weeks ago
Jose Olarte III 28634839ec Feature: front/back camera toggle 4 weeks ago
Trent Larson 2647c5a77d fix migrations logging error 4 weeks ago
Matt Raymer e0013008b4 refactor: improve type safety and browser compatibility - Replace any types with SqlValue[] in migration system - Add browser-compatible implementations of Node.js modules (crypto, fs, path) - Update Vite config to handle Node.js module polyfills - Remove outdated migration documentation files 4 weeks ago
Matt Raymer ee441d1aea refactor(db): improve type safety in migration system 4 weeks ago
Trent Larson 5f24f4975d fix linting 4 weeks ago
Trent Larson 946e88d903 add a input area for arbitrary SQL on the test page 4 weeks ago
Trent Larson a38934e38d fix problems with race conditions and multiple DatabaseService instances 4 weeks ago
Trent Larson a3bdcfd168 fix problem with initialization & refactor types 4 weeks ago
Trent Larson 83771caee1 add more to the inital migration, and refactor the locations of types 4 weeks ago
Trent Larson 8c3920e108 add DB setup with migrations 4 weeks ago
Trent Larson 54f269054f fix error loading WASM file 4 weeks ago
Matt Raymer 574520d9b3 feat(db): Implement SQLite database layer with migration support 4 weeks ago
Trent Larson 6556eb55a3 add the other pieces for the previous commit 4 weeks ago
Trent Larson 634e2bb2fb try absurd-sql, which fails in browser with: SyntaxError: Cannot use import statement outside a module (at registerSQLWorker.js... 4 weeks ago
Trent Larson e254837951 tweak messages & commentary 4 weeks ago
Trent Larson 0f56b659c1 adjust privacy notice with the name 4 weeks ago
Trent Larson a8bfcb720a adjust the messaging for setting one's name 4 weeks ago
Trent Larson c23e30c431 remove duplicate prompt to get registered 4 weeks ago
Trent Larson 1129a13e20 add more error handling and messaging when there are bad DB errors 4 weeks ago
Trent Larson 5b6c59c232 show an error if the import goes badly 4 weeks ago
Trent Larson 295a2d9f63 don't export 0s for undefined values! 4 weeks ago
Jose Olarte III 6e14ccdbbc Fix: mirror camera view 4 weeks ago
Jose Olarte III d636b21744 Fix: limit image crop stage height 4 weeks ago
Trent Larson 37b7c4ed36 various instructions (and their timeouts) 4 weeks ago
Jose Olarte III ce34257ba1 De-coupled web and mobile QR scanner views 4 weeks ago
Matt Raymer 190c972f57 Remove ContactScanView and rename ContactQRScanView to ContactQRScanFullView 1 month ago
Jose Olarte III 831df4b253 Restored diagnostics repositioning 1 month ago