2186 Commits (6d4fb4f57a035637102c9cb377fa3a0e00fa9e64)
 

Author SHA1 Message Date
Jose Olarte III 69abb67ea0 Better error handling for image upload 2 months ago
Matthew Raymer 7ff9ef04ae fix(db): add type declarations for SQL.js and absurd-sql modules 2 months ago
Matthew Raymer 7cab40f7f2 fix(db): improve type safety in AbsurdSqlDatabaseService 2 months ago
Matthew Raymer d4998395a1 fix(db): resolve type compatibility in AbsurdSqlDatabaseService 2 months ago
Matthew Raymer 2060553340 feat(capacitor): implement storage permission checks for file operations 2 months ago
Matthew Raymer 8749f1d0a8 fix: placeholder for PyWebViewPlatformService writeAndShareFile 2 months ago
Trent Larson fca019fb2e fix spelling of SQLite module for iOS 2 months ago
Trent Larson 8092d1c576 convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 months ago
Matthew Raymer f0d8fdf98c WIP: disabling absurd-sql when using Capacitor SQLite 2 months ago
Matthew Raymer 7b4f9d6556 fix: add requirements for capacitor/sqlite 2 months ago
Matthew Raymer b04a66179a feature: fleshed out capacitor and electron database operators 2 months ago
Jose Olarte III a9a0f1e891 TEST: platform- and camera-specific mirroring 2 months ago
Jose Olarte III c128aa1ce0 Streamlined QR scanner web camera 2 months ago
Jose Olarte III bacf1ef98f Mobile native to use web camera 2 months ago
Jose Olarte III 033ef2297d Feature: context-based default camera 2 months ago
Trent Larson 3f691ef880 add SQL DB access to everywhere we are using the DB, up to the "C" files 2 months ago
Matthew Raymer 3428f9e6ab fix: resolve PWA build issues with SQL.js worker files 2 months ago
Trent Larson 2d654b4586 fix linting 2 months ago
Matthew Raymer 5f06611257 fix: update ESLint and VS Code settings 2 months ago
Trent Larson fe77dbdcdd add encryption & decryption for the sensitive identity & mnemonic in SQL DB 2 months ago
Matthew Raymer 4d35760a65 fix: move lexical declarations outside case blocks 2 months ago
Matthew Raymer dac7705003 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 2 months ago
Trent Larson 7cc35803c9 remove debugging console statements 2 months ago
Trent Larson 84cc501951 start adding the SQL approach to files, also using the Dexie approach if desired 2 months ago
Trent Larson 3f46e3817a add encryption for the two SQL columns, replace basic DB utils, add USE_DEXIE_DB flag, and start adding SQL everywhere 2 months ago
Trent Larson 6e005de65a remove unused redirect to start page (now that we're creating an ID up front) 2 months ago
Trent Larson 611fa232da add queueing to the DB service so that requests get processed in order 2 months ago
Trent Larson 8fb49f5279 remove possibility of failing a migration script and then succeeding on later ones 2 months ago
Trent Larson c1d730f586 fix console error about "window" unavailable due to service worker 2 months ago
Trent Larson f0c947ba07 rename the absurd-sql-specific items for clarity 2 months ago
Trent Larson 0e10847cba adjust so DB calls go to the factory 2 months ago
Jose Olarte III aeb771f619 Linting 2 months ago
Jose Olarte III cb82846593 Feature: front/back camera toggle 2 months ago
Trent Larson bb0d8942b8 fix migrations logging error 2 months ago
Matt Raymer 8b734e4ffb Merge remote-tracking branch 'refs/remotes/origin/sql-absurd-sql' into sql-absurd-sql 2 months ago
Matt Raymer 152499a34f 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 months ago
Trent Larson 4500ab5038 fix BUILDING instructions 2 months ago
Matt Raymer 9492018fd6 refactor(db): improve type safety in migration system 2 months ago
Matt Raymer fe1e198992 chore: update migration documents and move to new home 2 months ago
Matt Raymer dda1e763d1 Merge remote-tracking branch 'refs/remotes/origin/sql-absurd-sql' into sql-absurd-sql 2 months ago
Trent Larson 17727a3ff7 add to build instructions for electron on mac 2 months ago
Trent Larson 26fba66bba fix linting 2 months ago
Trent Larson d6f9567777 don't always apply the camera-implementation cursor rules 2 months ago
Trent Larson 28b24f6c5d add a input area for arbitrary SQL on the test page 2 months ago
Matt Raymer 1f82a5b328 Merge branch 'new-storage' into sql-absurd-sql 2 months ago
Trent Larson bea5f78171 fix problems with race conditions and multiple DatabaseService instances 2 months ago
Trent Larson d4b01e0cbf fix problem with initialization & refactor types 2 months ago
Trent Larson 60be32e120 add more to the inital migration, and refactor the locations of types 2 months ago
Trent Larson b597b17eec remove unused setting 2 months ago
Trent Larson c14c2d173e add DB setup with migrations 2 months ago