Commit Graph

  • 276e0a741b put version on front page so that people can tell whether to refresh 1.0.2 Trent Larson 2025-06-20 19:03:50 -0600
  • e46d6133fb bump to version 1.0.1 Trent Larson 2025-06-20 15:56:47 -0600
  • 94994a7251 allow blocking another person's content from this user (with iViewContent contact field) Trent Larson 2025-06-20 15:53:31 -0600
  • 838723c26b remove debugging info messages (change to debug if we want these -- and tell us how to turn off debug locally) Trent Larson 2025-06-20 14:01:08 -0600
  • bb6eb92ba1 fix ? instead of 0 in rate limits, update location verbiage Trent Larson 2025-06-20 13:34:14 -0600
  • a997d4cb92 Merge branch 'migrate-dexie-to-sqlite' Trent Larson 2025-06-20 11:49:51 -0600
  • 73733345ff bump to version 1.0.0-beta Trent Larson 2025-06-20 11:46:09 -0600
  • 5aa693de63 bump to version 1.0.0 1.0.0 Trent Larson 2025-06-20 11:20:57 -0600
  • 6f2272eea7 fix problem where prod users don't see other DB options Trent Larson 2025-06-20 11:11:33 -0600
  • 9b69c0b22c bump to version 0.5.9 0.5.9 Trent Larson 2025-06-20 10:41:48 -0600
  • ab2270d8b2 IndexedDB migration: fix where the existing settings (eg. master) were not updated Trent Larson 2025-06-20 06:51:33 -0600
  • 0cf5cf266d IndexedDB migration: don't run activeDid migration twice, include warnings in output, don't automatically compare afterward Trent Larson 2025-06-20 06:26:56 -0600
  • 4d01f64fe7 feat: Implement activeDid migration from Dexie to SQLite Matthew Raymer 2025-06-20 04:48:51 +0000
  • d1f61e3530 docs: Update migration documentation with fence definition and security checklist - Add comprehensive migration fence definition with clear boundaries - Update migration guide to reflect current Phase 2 status - Create security audit checklist for migration process - Update README with migration status and architecture details - Document migration fence enforcement and guidelines - Add security considerations and compliance requirements Matthew Raymer 2025-06-20 03:30:43 +0000
  • 4162208b7f fix linting Trent Larson 2025-06-19 19:06:37 -0600
  • 731605e244 IndexedDB migration: add a blurb about backing up, and move around messaging Trent Larson 2025-06-19 18:55:07 -0600
  • 5dd2bf4c6e IndexedDB migration: enhance comparison for contacts Trent Larson 2025-06-19 18:47:26 -0600
  • 75a4a1d901 IndexedDB migration: fix settings comparison Trent Larson 2025-06-19 18:24:49 -0600
  • 8e605d04d7 IndexedDB migration: fix settings update Trent Larson 2025-06-19 18:12:56 -0600
  • da0b244bae IndexedDB migration: implement the migrations differently Trent Larson 2025-06-19 17:26:30 -0600
  • 6136cafd11 IndexedDB migration: fix loading of data, fix object comparisons, add unmodified, etc Trent Larson 2025-06-19 16:19:00 -0600
  • a248e9a5a3 IndexedDB migration: ensure output is printed during comparison (no logic changes) Trent Larson 2025-06-19 12:55:01 -0600
  • 452ae555bb IndexedDB migration: add ability to see mnemonic and download settings & contacts Trent Larson 2025-06-19 12:37:41 -0600
  • 3df5e19d9d IndexedDB migration: extract IndexedDB code away from the ongoing SQLite migrations Trent Larson 2025-06-19 11:11:59 -0600
  • 8eff407a9c IndexedDB migration: reorder the sections to accounts then settings then contacts Trent Larson 2025-06-19 09:54:09 -0600
  • e759e4785b IndexedDB migration: set USE_DEXIE_DB to false, remove unused functions, add raw display of data Trent Larson 2025-06-19 09:47:18 -0600
  • 9d054074e4 fix(migration): update UI to handle transformed JSON format Matthew Raymer 2025-06-19 14:45:58 +0000
  • 30de30e709 fix: maintain separate master/account settings in SQLite migration Matthew Raymer 2025-06-19 14:11:11 +0000
  • 6cbd32af94 feat: improve database migration comparison and UI display Matthew Raymer 2025-06-19 12:44:32 +0000
  • 30c8b73041 feat: implement single-step migration with proper foreign key order Matthew Raymer 2025-06-19 08:52:55 +0000
  • 2f9ab14c88 fix: resolve migration service import and function signature conflicts Matthew Raymer 2025-06-19 08:32:14 +0000
  • 8a7f142cb7 feat: integrate importFromMnemonic utility into migration service and UI Matthew Raymer 2025-06-19 06:13:25 +0000
  • f375a4e11a feat: move database migration link from account view to start view Matthew Raymer 2025-06-19 05:51:59 +0000
  • 3118f71320 fix linting (whitespace only) 0.5.8 Trent Larson 2025-06-18 21:44:11 -0600
  • d12f23aa81 Merge pull request 'Make all external URLs go to the /deep-link/ endpoint to redirect to mobile vs web' (#139) from deep-link-redirect into master trentlarson 2025-06-18 23:33:12 -0400
  • e9a8a3c1e7 add support for deep-link query parameters Trent Larson 2025-06-18 19:31:16 -0600
  • 1e0efe6011 lengthen the error timeout when the message may be complicated, eg. with details from the server Trent Larson 2025-06-18 18:32:55 -0600
  • 16557f1e4b update build instruction & package-lock.json Trent Larson 2025-06-18 17:32:41 -0600
  • c4a54967bc fix linting Trent Larson 2025-06-18 16:33:55 -0600
  • 20ade415dc bump to version 0.5.8 build 34 Trent Larson 2025-06-18 16:31:31 -0600
  • 6689520270 fix all copies for externally-shared links to redirected deep links Trent Larson 2025-06-18 15:53:16 -0600
  • 3fd6c2b80d add first cut at deep-link redirecting, with one example contact-import that works on mobile Trent Larson 2025-06-18 13:16:17 -0600
  • 40a2491d68 feat: Add comprehensive Database Migration UI component Matthew Raymer 2025-06-18 11:19:34 +0000
  • 25c1d6ef4e feat: Add comprehensive database migration service for Dexie to SQLite Matthew Raymer 2025-06-18 10:54:32 +0000
  • a5c5c2b9dd bump to build 33 and version 0.5.7 Trent Larson 2025-06-18 02:34:18 -0600
  • cf33a39fbc fix the invite-one setup, fix adeep link, and tweak other verbiage & error info Trent Larson 2025-06-18 02:32:47 -0600
  • 8629cefa13 bump to build 32 & version 0.5.6 Trent Larson 2025-06-17 05:25:45 -0600
  • 5e851e442f shrink the contents of the QR code so people can scan it Trent Larson 2025-06-16 15:38:11 -0600
  • 4a43bc9c6c bump build to 31 and version to 0.5.5 Trent Larson 2025-06-16 07:38:16 -0600
  • 60de8cee62 reword some of the help-page introduction (no code changes) Trent Larson 2025-06-16 07:24:37 -0600
  • bb2a4ab76e URL scheme config for iOS Jose Olarte III 2025-06-16 16:09:08 +0800
  • 048dded278 fix: resolve deep link route mismatch for project links Matthew Raymer 2025-06-16 05:48:13 +0000
  • e240c2940a remove unused deep links and add another Trent Larson 2025-06-15 13:54:12 -0600
  • 54dca9e745 fix project deep-link (and reorder alphabetically) Trent Larson 2025-06-15 11:02:16 -0600
  • 9f0fed0a60 update ios check to work, and add links to app stores Trent Larson 2025-06-14 22:10:49 -0600
  • 0d152adbf2 remove the deep-link autoVerify because it caused a build failure Trent Larson 2025-06-14 22:06:12 -0600
  • cead308800 incorporate one of the BUILDING steps directly into the file Trent Larson 2025-06-13 22:37:03 -0600
  • 676a301331 bump to build 30 version 0.5.4 Trent Larson 2025-06-13 22:36:28 -0600
  • d6db81cc36 fix some result types and refactor types themselves Trent Larson 2025-06-13 21:58:57 -0600
  • f2ddcd2541 feat: add conditional rendering for claim certificate link and update gitignore Matthew Raymer 2025-06-14 03:31:12 +0000
  • fb81f7b96e fix problems with :href links causing the app to reload for DB errors on mobile Trent Larson 2025-06-13 20:39:12 -0600
  • a23416ead1 fix optional message at top to not overflow Trent Larson 2025-06-12 20:10:31 -0600
  • 530c7c1a13 fix problem with user-profile page, and bump to build 29 & version 0.5.3 Trent Larson 2025-06-12 19:16:02 -0600
  • f255ea389b bump to build 26 and version 0.5.1 Trent Larson 2025-06-11 00:46:46 -0600
  • 0d343b9877 Merge pull request 'fix creation of did-specific settings (with a rename)' (#138) from fix-did-specifics into master trentlarson 2025-06-11 02:14:41 -0400
  • df06100c32 remove more debugging Trent Larson 2025-06-10 23:49:14 -0600
  • ac5ddfc6f2 style: fix line length in ContactsView ternary operator Matthew Raymer 2025-06-11 05:45:58 +0000
  • 89b3f30466 fix: debug and clean up GiftedPrompts contact retrieval logic Matthew Raymer 2025-06-11 05:40:05 +0000
  • 3cb5cc096b refactor: use databaseUtil.updateDefaultSettings for feed filter settings Matthew Raymer 2025-06-11 05:19:15 +0000
  • 5df560154f fix: resolve cross-platform contactMethods JSON parsing inconsistencies Matthew Raymer 2025-06-11 04:17:38 +0000
  • c1aa522e6c fix: resolve cross-platform SQLite JSON parsing inconsistencies Matthew Raymer 2025-06-11 03:44:28 +0000
  • a082469a01 fix creation of did-specific settings (with a rename) Trent Larson 2025-06-10 20:51:22 -0600
  • 3544d7278d Optimized item actions Jose Olarte III 2025-06-10 19:54:05 +0800
  • d3110506ea Optimized per-item layout Jose Olarte III 2025-06-10 18:42:49 +0800
  • 8609f8458d bump to build 25 & version 0.5.0 Trent Larson 2025-06-09 09:26:21 -0600
  • 8f5c34bc5f fix linting Trent Larson 2025-06-09 09:09:54 -0600
  • b0d61b95ea Merge branch 'ui-fixes-2025-06-w2' Trent Larson 2025-06-09 08:44:42 -0600
  • af7bd236a3 fix check for successful gift submission Trent Larson 2025-06-09 08:41:47 -0600
  • d719338bcc fix problem setting 'loading' flag Trent Larson 2025-06-09 08:37:42 -0600
  • 6ddf2d1012 fix problem switching IDs (creating too many settings) Trent Larson 2025-06-09 08:33:33 -0600
  • 1b2d4b623a Turned off automatic safe area in iOS Jose Olarte III 2025-06-09 20:20:17 +0800
  • 16d5c917d2 Updated QR scanner call Jose Olarte III 2025-06-09 19:36:06 +0800
  • 5976a4995e fix problem clicking on offer-delivery, plus some other hardening and phrasing Trent Larson 2025-06-08 20:13:32 -0600
  • dcd0cc4c20 fix import for derived accounts and hopefully make other account-access code more robust Trent Larson 2025-06-08 19:14:41 -0600
  • b3ca6c9d91 remove relative URL references in different target because mobile chokes Trent Larson 2025-06-08 16:55:03 -0600
  • e9d800f601 fix a web test (all passing now) Trent Larson 2025-06-07 21:41:43 -0600
  • b939a5e592 bump build to 23 and version to 0.4.8 Trent Larson 2025-06-07 18:54:56 -0600
  • aa62037fae bump to build 22 version 0.4.7 (though I think the android capacitor.config.json appId is wrong) Trent Larson 2025-06-07 18:45:24 -0600
  • 722020ea86 fix linting Trent Larson 2025-06-07 18:09:04 -0600
  • 96aa3f4a54 add Python dependency for electron on Mac Trent Larson 2025-06-01 06:34:32 -0600
  • c0c5f9842b fix some errors and correct recent type duplications & bloat (cherry-picked from d8f2587d1c3b4de391cc98ccb4acb69c1e34c4e6) Trent Larson 2025-05-31 22:36:15 -0600
  • be27ca1855 fix more logic for tests (cherry-picked from 83acb028c756fc38bbc1e8e604247e704b3974a2) Trent Larson 2025-05-31 16:20:41 -0600
  • 92e4570672 fix some incorrect logic & things AI hallucinated Trent Larson 2025-05-29 19:36:35 -0600
  • 820ae727ed fix linting Trent Larson 2025-06-07 17:19:01 -0600
  • dbeb1c6b4b Merge branch 'sql-absurd-sql-back' Trent Larson 2025-06-07 17:18:10 -0600
  • 573e4b206a Merge branch 'search-map-fix' Trent Larson 2025-06-07 16:43:49 -0600
  • abc05d426e update messaging for unknown icons on home feed Trent Larson 2025-06-07 16:23:07 -0600
  • 2ea7479d75 fix verbiage and fix the contact actions to be on the right-hand side Trent Larson 2025-06-07 16:03:47 -0600
  • 9ac9713172 fix linting Trent Larson 2025-06-07 15:40:52 -0600
  • 41dad3254d fix a non-existent description, move the description right below the image Trent Larson 2025-06-07 15:33:29 -0600