1090 Commits (73b81d2a9036e847619d2513fb1a3c01f4750cb2)

Author SHA1 Message Date
Trent Larson b3ca6c9d91 remove relative URL references in different target because mobile chokes 5 months ago
Trent Larson e9d800f601 fix a web test (all passing now) 5 months ago
Trent Larson 722020ea86 fix linting 5 months ago
Trent Larson c0c5f9842b fix some errors and correct recent type duplications & bloat (cherry-picked from d8f2587d1c) 5 months ago
Trent Larson be27ca1855 fix more logic for tests (cherry-picked from 83acb028c7) 5 months ago
Trent Larson 92e4570672 fix some incorrect logic & things AI hallucinated 5 months ago
Trent Larson 820ae727ed fix linting 5 months ago
Trent Larson 2ea7479d75 fix verbiage and fix the contact actions to be on the right-hand side 5 months ago
Trent Larson 9ac9713172 fix linting 5 months ago
Matthew Raymer 73fc32b75d fix(import): ensure contact import works for both Dexie and absurd-sql backends 5 months ago
Matthew Raymer 3d8e40e92b feat(export): Replace CSV export with standardized JSON format 5 months ago
Trent Larson 38e67f3533 update a DB save to match others, ie. first SQL then maybe Dexie 5 months ago
Trent Larson 6a47f0d3e7 format total numbers better 5 months ago
Matthew Raymer c1f2c3951a feat(db): improve settings retrieval resilience and logging 5 months ago
Trent Larson 1d7f626645 fix SQL references to bad "key" -> "id" 5 months ago
Jose Olarte III 0e65431f43 Map z-index fix + adjustments 5 months ago
Trent Larson 297c5a2dbb disable SQLite in Java & Swift (since they don't compile) & add SQL queueing on startup 5 months ago
Jose Olarte III cbc14e21ec Look in .own.did for DID, as well 5 months ago
Trent Larson 01c33069c4 fix more of the logging & log display 5 months ago
Trent Larson 3e90bafbd1 correct & simplify the DB logging 5 months ago
Matthew Raymer 229d9184b2 WIP: BROKEN FOR ELECTRON: Fixes in progress 5 months ago
Jose Olarte III 3e02b3924a Look for DID in .iss field instead of .own.did 5 months ago
Matthew Raymer bc274bdf7f fix(types): improve account type safety and metadata handling 5 months ago
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 5 months ago
Jose Olarte III e839997f91 TEST: platform- and camera-specific mirroring 5 months ago
Jose Olarte III d8d054a0e1 Streamlined QR scanner web camera 5 months ago
Jose Olarte III efc720e47f Mobile native to use web camera 5 months ago
Jose Olarte III 0a85bea533 Feature: context-based default camera 5 months ago
Trent Larson 7de4125eb7 add SQL DB access to everywhere we are using the DB, up to the "C" files 5 months ago
Trent Larson 0bfc18c385 add encryption & decryption for the sensitive identity & mnemonic in SQL DB 5 months ago
Matthew Raymer 35f5df6b6b fix: move lexical declarations outside case blocks 5 months ago
Matthew Raymer 0f1ac2b230 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 5 months ago
Trent Larson 3c0bdeaed3 remove debugging console statements 5 months ago
Trent Larson 11f2527b04 start adding the SQL approach to files, also using the Dexie approach if desired 5 months 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 5 months ago
Trent Larson 92dadba1cb rename the absurd-sql-specific items for clarity 5 months ago
Trent Larson 3a6f585de0 adjust so DB calls go to the factory 5 months ago
Jose Olarte III 47501ae917 Linting 5 months ago
Matt Raymer ee441d1aea refactor(db): improve type safety in migration system 5 months ago
Trent Larson 5f24f4975d fix linting 5 months ago
Trent Larson 946e88d903 add a input area for arbitrary SQL on the test page 5 months ago
Trent Larson e254837951 tweak messages & commentary 5 months ago
Trent Larson 0f56b659c1 adjust privacy notice with the name 5 months ago
Trent Larson a8bfcb720a adjust the messaging for setting one's name 5 months ago
Trent Larson c23e30c431 remove duplicate prompt to get registered 5 months ago
Trent Larson 1129a13e20 add more error handling and messaging when there are bad DB errors 5 months ago
Trent Larson 5b6c59c232 show an error if the import goes badly 5 months ago
Jose Olarte III 6e14ccdbbc Fix: mirror camera view 5 months ago
Trent Larson 37b7c4ed36 various instructions (and their timeouts) 5 months ago
Jose Olarte III ce34257ba1 De-coupled web and mobile QR scanner views 5 months ago