92 Commits (e4f859a1164e63a34f93c66a992d353e14412206)

Author SHA1 Message Date
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 months ago
Trent Larson 7de4125eb7 add SQL DB access to everywhere we are using the DB, up to the "C" files 2 months ago
Trent Larson 0bfc18c385 add encryption & decryption for the sensitive identity & mnemonic in SQL DB 2 months ago
Matthew Raymer 0f1ac2b230 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 2 months ago
Trent Larson 11f2527b04 start adding the SQL approach to files, also using the Dexie approach if desired 2 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 2 months ago
Matt Raymer ee441d1aea refactor(db): improve type safety in migration system 2 months ago
Trent Larson 5f24f4975d fix linting 2 months ago
Trent Larson 946e88d903 add a input area for arbitrary SQL on the test page 2 months ago
Matt Raymer 574520d9b3 feat(db): Implement SQLite database layer with migration support 2 months ago
Trent Larson 1129a13e20 add more error handling and messaging when there are bad DB errors 2 months ago
Trent Larson 829870b16c add some logging to the DB (especially for iOS app feed debugging) 4 months ago
Matthew Raymer e0aded04b4 refactor: Replace console logging with logger utility 4 months ago
Matthew Raymer fa7d6317b9 feat: add claim confirmation functionality to activity feed 4 months ago
Matthew Raymer d14431161a refactor: Improve settings and feed handling in HomeView 5 months ago
Trent Larson 811fddf24a fix error setting the apiServer to "", plus some refactors while fixing test 40 5 months ago
Trent Larson f3f8aeefc3 add discovery of people's profiles, and update profile endpoints for latest server version 6 months ago
Trent Larson 702e44872f switch so personal contact JWT is link to this server (not endorser.ch), make empty-did URL show user's info 6 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 3c1731acdf add contact-methods to a contact 6 months ago
Trent Larson 086ccce0bb add a contact-edit page and allow saving of notes 6 months ago
Trent Larson 6274f083a1 add DB file for the secret 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 7777fa202b finish separation of daily reminder message, bump version to 0.3.34 8 months ago
Trent Larson 8735fe44db change the notification detection to our own variables, and save the selected time 8 months ago
Trent Larson 6dc44b2494 move more logging into the database 8 months ago
Trent Larson 2c0c7ac256 add minute to notification scheduling & fix a bug, plus other tweaks 8 months ago
Trent Larson 195ba6c759 add new projects to front page 9 months ago
Trent Larson 4168c37074 add large notice when user has a new offer to them 9 months ago
Trent Larson 53abf964b2 add basic page-by-page onboarding help 9 months ago
Trent Larson 8111b0e5cf modify the settings to allow account-specific settings, eg. for "isRegistered" 10 months ago
Trent Larson fe627ed6b2 include some DID info on the contact list page 11 months ago
Trent Larson 6aef08d7e8 copy a list of contacts and then import 11 months ago
Trent Larson bdb544a624 fix error sharing image and failing to upload, fix upload in webkit/safari, and test it 11 months ago
Trent Larson 5ad8a2d2ba await all of the db.settings updates 1 year ago
Trent Larson b2ebc2992b cache the passkey JWANT access token for multiple signatures 1 year ago
Trent Larson 053ee4a748 add advanced page & flag for editing raw claims, and fix recipient assignment in detail screen 1 year ago
trentlarson 4cb434fd5d passkey test (#116) 1 year ago
Trent Larson 7f02ba29a3 add a share_target for people to add a photo 1 year ago
Trent Larson c48b8246f9 add registration inside contact import, with flag to hide it 1 year ago
Trent Larson 581a374b05 show contact's or user's icon in more places 1 year ago
Trent Larson 50cae65214 add photo to profile page (not yet saved) 1 year ago
Trent Larson 3fbf68b117 filter by selections (now all working), add cache for plans 1 year ago
Trent Larson e3696e3ac5 feed filter: save the changed values to the DB, go to map if no location chosen, reload if necessary 1 year ago
Trent Larson 866dcb3a2a add screens for the shortcuts for the BVC group (doesn't submit yet) 1 year ago
Trent Larson aeb1d6a6a5 add next-public-key-hash to manual input 2 years ago
Trent Larson 934664b9c9 add the hashed-next-key to the contact data, shown & stored 2 years ago
Trent Larson 15ccd2394f add missing 'date' to log interface 2 years ago
Trent Larson 6eb26ea90c remove IndexedDB keys that shouldn't be keys, and remove unused table, and add commentary 2 years ago
Trent Larson 25b1598fcb doc: add more help for the notifications 2 years ago