89 Commits (5e851e442f11fba239941d66f41687fedd1a8506)

Author SHA1 Message Date
Trent Larson 5e851e442f shrink the contents of the QR code so people can scan it 2 weeks ago
Matthew Raymer ac5ddfc6f2 style: fix line length in ContactsView ternary operator 3 weeks ago
Matthew Raymer 5df560154f fix: resolve cross-platform contactMethods JSON parsing inconsistencies 3 weeks ago
Trent Larson a082469a01 fix creation of did-specific settings (with a rename) 3 weeks ago
Trent Larson 8f5c34bc5f fix linting 3 weeks ago
Trent Larson 5976a4995e fix problem clicking on offer-delivery, plus some other hardening and phrasing 4 weeks ago
Trent Larson dcd0cc4c20 fix import for derived accounts and hopefully make other account-access code more robust 4 weeks ago
Trent Larson c0c5f9842b fix some errors and correct recent type duplications & bloat (cherry-picked from d8f2587d1c3b4de391cc98ccb4acb69c1e34c4e6) 1 month ago
Trent Larson 9ac9713172 fix linting 4 weeks ago
Trent Larson 485eac59a0 remove unnecessary data element from export 4 weeks ago
Matthew Raymer 3d8e40e92b feat(export): Replace CSV export with standardized JSON format 4 weeks ago
Trent Larson 6a47f0d3e7 format total numbers better 4 weeks ago
Trent Larson fc50a9d4c6 fix problem finding offer identifiers 4 weeks ago
Matthew Raymer c1f2c3951a feat(db): improve settings retrieval resilience and logging 4 weeks ago
Matthew Raymer 229d9184b2 WIP: BROKEN FOR ELECTRON: Fixes in progress 1 month ago
Matthew Raymer e4f859a116 fix: update offerGiverDid to use credentialSubject.offeredBy 1 month ago
Matthew Raymer cea0456148 fix: resolve type conflicts in AccountKeyInfo and KeyMeta imports 1 month ago
Matthew Raymer 068662625d fix: resolve type compatibility in offerGiverDid 1 month ago
Matthew Raymer 7166dadbc0 fix(types): correct type imports and improve null safety 1 month ago
Matthew Raymer bc274bdf7f fix(types): improve account type safety and metadata handling 1 month ago
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 1 month ago
Trent Larson 7de4125eb7 add SQL DB access to everywhere we are using the DB, up to the "C" files 1 month ago
Trent Larson 4c1b4fe651 fix linting 1 month ago
Trent Larson 0bfc18c385 add encryption & decryption for the sensitive identity & mnemonic in SQL DB 1 month ago
Matthew Raymer 0f1ac2b230 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 1 month 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 1 month ago
Trent Larson 92dadba1cb rename the absurd-sql-specific items for clarity 1 month ago
Trent Larson 3a6f585de0 adjust so DB calls go to the factory 1 month ago
Jose Olarte III 47501ae917 Linting 1 month ago
Matt Raymer ee441d1aea refactor(db): improve type safety in migration system 1 month ago
Trent Larson 5f24f4975d fix linting 1 month ago
Trent Larson a38934e38d fix problems with race conditions and multiple DatabaseService instances 1 month ago
Trent Larson 83771caee1 add more to the inital migration, and refactor the locations of types 1 month ago
Trent Larson 1129a13e20 add more error handling and messaging when there are bad DB errors 1 month ago
Matthew Raymer 2660b91995 wip: Improve deep link validation and error handling 4 months ago
Trent Larson 6f4fbc697f fix 'give' query and restore confirmClaim method 4 months ago
Matthew Raymer e0aded04b4 refactor: Replace console logging with logger utility 4 months ago
Trent Larson 62ae603778 fix linting 5 months ago
Matthew Raymer d9085ced6d (chore): cleaning up formatting and relative references 5 months ago
Trent Larson fe71c3f754 make member view available to onboard meeting organizer and reorganize buttons 5 months ago
Matthew Raymer be8ba12df6 Refatored vite.config to be a bit more streamlined before adding alternate build options. This did end up requiring me to remove @ from imports for some reason. Tests came out fine. 6 months ago
Trent Larson 6ffbcfa9a1 catch more errors if something catastrophic happens to encrypted data 7 months ago
Trent Larson bb3807a805 switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 7 months ago
Trent Larson 7acf921e82 refactor some verbiage & look-and-feel 7 months ago
Trent Larson 10bb79f695 refactor project screen: add action to record a give from it, and add checks to give confirmation buttons 7 months ago
Trent Larson 7777fa202b finish separation of daily reminder message, bump version to 0.3.34 7 months ago
Trent Larson 2c0c7ac256 add minute to notification scheduling & fix a bug, plus other tweaks 8 months ago
Trent Larson 53abf964b2 add basic page-by-page onboarding help 8 months ago
Trent Larson 149481d468 finish the loading of an invite RegisterAction when clicking on a link 9 months ago
Trent Larson 8111b0e5cf modify the settings to allow account-specific settings, eg. for "isRegistered" 10 months ago