1767 Commits (13505b539e4334dbfed1062d5de2c5d9fe597901)
 

Author SHA1 Message Date
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
Matthew Raymer 1560ff0829 feature: fleshed out capacitor and electron database operators 2 weeks ago
Trent Larson 7de4125eb7 add SQL DB access to everywhere we are using the DB, up to the "C" files 2 weeks ago
Matthew Raymer 81d4f0c762 fix: resolve PWA build issues with SQL.js worker files 2 weeks ago
Trent Larson 4c1b4fe651 fix linting 2 weeks ago
Matthew Raymer e63541ef53 fix: update ESLint and VS Code settings 2 weeks ago
Trent Larson 0bfc18c385 add encryption & decryption for the sensitive identity & mnemonic in SQL DB 2 weeks ago
Matthew Raymer 35f5df6b6b fix: move lexical declarations outside case blocks 2 weeks ago
Matthew Raymer 0f1ac2b230 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 2 weeks ago
Trent Larson 3c0bdeaed3 remove debugging console statements 2 weeks ago
Trent Larson 11f2527b04 start adding the SQL approach to files, also using the Dexie approach if desired 2 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 2 weeks ago
Trent Larson b6b95cb0d0 remove unused redirect to start page (now that we're creating an ID up front) 2 weeks ago
Trent Larson 655c5188a4 add queueing to the DB service so that requests get processed in order 2 weeks ago
Trent Larson 8b7451330f remove possibility of failing a migration script and then succeeding on later ones 2 weeks ago
Trent Larson b8fbc3f7a6 fix console error about "window" unavailable due to service worker 2 weeks ago
Trent Larson 92dadba1cb rename the absurd-sql-specific items for clarity 2 weeks ago
Trent Larson 3a6f585de0 adjust so DB calls go to the factory 2 weeks ago
Trent Larson 2647c5a77d fix migrations logging error 2 weeks ago
Matt Raymer 682fceb1c6 Merge remote-tracking branch 'refs/remotes/origin/sql-absurd-sql' into sql-absurd-sql 2 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 2 weeks ago
Trent Larson 0674d98670 fix BUILDING instructions 2 weeks ago
Matt Raymer ee441d1aea refactor(db): improve type safety in migration system 2 weeks ago
Matt Raymer 75f6e99200 chore: update migration documents and move to new home 2 weeks ago
Matt Raymer 52c9e57ef4 Merge remote-tracking branch 'refs/remotes/origin/sql-absurd-sql' into sql-absurd-sql 2 weeks ago
Trent Larson 603823d808 add to build instructions for electron on mac 2 weeks ago
Trent Larson 5f24f4975d fix linting 2 weeks ago
Trent Larson 5057d7d07f don't always apply the camera-implementation cursor rules 2 weeks ago
Trent Larson 946e88d903 add a input area for arbitrary SQL on the test page 2 weeks ago
Matt Raymer cbfb1ebf57 Merge branch 'new-storage' into sql-absurd-sql 2 weeks ago
Trent Larson a38934e38d fix problems with race conditions and multiple DatabaseService instances 2 weeks ago
Trent Larson a3bdcfd168 fix problem with initialization & refactor types 2 weeks ago
Trent Larson 83771caee1 add more to the inital migration, and refactor the locations of types 2 weeks ago
Trent Larson da35b225cd remove unused setting 2 weeks ago
Trent Larson 8c3920e108 add DB setup with migrations 2 weeks ago
Trent Larson 54f269054f fix error loading WASM file 2 weeks ago
Matt Raymer 574520d9b3 feat(db): Implement SQLite database layer with migration support 2 weeks ago
Trent Larson 6556eb55a3 add the other pieces for the previous commit 2 weeks ago
Matt Raymer 28e848e386 docs: add comprehensive migration guide for Dexie to wa-sqlite 2 weeks ago
Matt Raymer 55f56174a5 docs: enhance secure storage implementation documentation 2 weeks ago
Trent Larson 634e2bb2fb try absurd-sql, which fails in browser with: SyntaxError: Cannot use import statement outside a module (at registerSQLWorker.js... 2 weeks ago
Matt Raymer 30fb3aee8e docs: enhance secure storage implementation documentation 2 weeks ago
Trent Larson e254837951 tweak messages & commentary 2 weeks ago
Trent Larson 8417cad2f3 add documentation for some new work: storage 2 weeks ago