212 Commits (fde45364e7ab4eda952e6da49c75d9f2d88ed402)

Author SHA1 Message Date
Matthew Raymer fde45364e7 fix: resolve type compatibility in offerGiverDid 5 months ago
Matthew Raymer b2f74bf88c refactor: improve type safety in endorser server and common interfaces 5 months ago
Matthew Raymer 7ef8e4f336 fix(endorserServer): improve type safety in claim handling 5 months ago
Matthew Raymer 72ceba1f88 fix(endorserServer): improve type safety and error handling 5 months ago
Matthew Raymer 6e21c13f06 fix(types): correct type imports and improve null safety 5 months ago
Matthew Raymer ce04186087 fix(types): improve account type safety and metadata handling 5 months ago
Trent Larson 8092d1c576 convert all remaining DB writes & reads to SQL (with successful registration & claim) 5 months ago
Trent Larson 3f691ef880 add SQL DB access to everywhere we are using the DB, up to the "C" files 5 months ago
Trent Larson 2d654b4586 fix linting 5 months ago
Trent Larson fe77dbdcdd add encryption & decryption for the sensitive identity & mnemonic in SQL DB 5 months ago
Matthew Raymer dac7705003 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 5 months ago
Trent Larson 84cc501951 start adding the SQL approach to files, also using the Dexie approach if desired 5 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 5 months ago
Trent Larson f0c947ba07 rename the absurd-sql-specific items for clarity 5 months ago
Trent Larson 0e10847cba adjust so DB calls go to the factory 5 months ago
Matt Raymer 9492018fd6 refactor(db): improve type safety in migration system 5 months ago
Trent Larson 26fba66bba fix linting 5 months ago
Trent Larson bea5f78171 fix problems with race conditions and multiple DatabaseService instances 5 months ago
Trent Larson 60be32e120 add more to the inital migration, and refactor the locations of types 5 months ago
Trent Larson df5a719a24 add more error handling and messaging when there are bad DB errors 5 months ago
Matt Raymer d6956bb498 refactor: move lib directory to libs for consistency 5 months ago
Trent Larson 776cf14bf8 remove ability to mark a 'trade', ensuring this only sends & retrieves gifts 6 months ago
Matthew Raymer a4d184b1c6 refactor(qr): improve QR code scanning robustness and error handling 6 months ago
Matthew Raymer 26b98d8b0a wip: Improve deep link validation and error handling 7 months ago
Trent Larson 6c538de762 fix 'give' query and restore confirmClaim method 7 months ago
Matthew Raymer c9536dd643 refactor: Replace console logging with logger utility 8 months ago
Matthew Raymer a9fd33fff6 test: enhance deep link testing with real JWT examples 8 months ago
Matthew Raymer 651bab8853 docs: improve endorserServer.ts documentation and types 8 months ago
Matthew Raymer 79ef59c5a9 refactor: migrate interfaces to dedicated directory 8 months ago
Matthew Raymer b5b5d45b99 feat(logging): enhance debug logging across app 8 months ago
Trent Larson 19fd0da4b0 fix linting 9 months ago
Matthew Raymer 15783cdbe6 (chore): cleaning up formatting and relative references 9 months ago
Trent Larson bb5913fef4 make member view available to onboard meeting organizer and reorganize buttons 9 months ago
Trent Larson 6a070a1715 fix linting (and change a little wording in onboarding page) 9 months ago
Trent Larson 3a56d83dd6 add onboarding pages for the list and members, and refine the setup 9 months ago
Trent Larson 5943df756a make screen where user can create a group onboarding meeting 9 months ago
Trent Larson 888e87f6c6 add instructions for contacting potential links to hidden people 9 months ago
Trent Larson e6242e2491 fix the marker storage & clearing logic, and add the second profile map when used 9 months ago
Trent Larson 59b433830d add page for user profile view and update endpoints; rename any "rowid" to "rowId" 9 months ago
Trent Larson c1058499c7 add discovery of people's profiles, and update profile endpoints for latest server version 9 months ago
Matthew Raymer aa4edb9742 Fixes for APP_SERVER definition issue 10 months ago
Trent Larson e97bc4893e change all copied contact URLs to contact-import, and handle multiples & singles separately 10 months ago
Trent Larson 181de625ba add sanity checks for importing bulk contacts, eg. when there is a truncated link 10 months ago
Trent Larson 2e7700731b switch so personal contact JWT is link to this server (not endorser.ch), make empty-did URL show user's info 10 months ago
Matthew Raymer 8b77d2b573 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. 10 months ago
Trent Larson caf46ab383 add more debug information on errors caught from server 10 months ago
Trent Larson e286a8f002 change the contact-sharing data into a JWT for the contact-import page 10 months ago
Trent Larson bf6035ec47 fix the verificationMethod type in the local ETHR DID resolver 10 months ago
Trent Larson 8bf9640c10 add number of confirmers to certificate & show DID info when appropriate 10 months ago
Trent Larson 124ff65aa2 add copy-link on the claim view page & enable certificate 10 months ago