1c428daa3a
fix ? instead of 0 in rate limits, update location verbiage
2025-06-20 13:34:14 -06:00
a997d4cb92
Merge branch 'migrate-dexie-to-sqlite'
2025-06-20 11:49:51 -06:00
a12a7b87e3
Merge branch 'migrate-dexie-to-sqlite'
2025-06-20 11:49:51 -06:00
73733345ff
bump to version 1.0.0-beta
2025-06-20 11:46:09 -06:00
30671d8fef
bump to version 1.0.0-beta
2025-06-20 11:46:09 -06:00
5aa693de63
bump to version 1.0.0
2025-06-20 11:20:57 -06:00
a999b58766
bump to version 1.0.0
2025-06-20 11:20:57 -06:00
6f2272eea7
fix problem where prod users don't see other DB options
2025-06-20 11:11:33 -06:00
03713a176f
fix problem where prod users don't see other DB options
2025-06-20 11:11:33 -06:00
9b69c0b22c
bump to version 0.5.9
2025-06-20 10:41:48 -06:00
c7e2b53c9f
bump to version 0.5.9
2025-06-20 10:41:48 -06:00
ab2270d8b2
IndexedDB migration: fix where the existing settings (eg. master) were not updated
2025-06-20 06:51:33 -06:00
681afaa281
IndexedDB migration: fix where the existing settings (eg. master) were not updated
2025-06-20 06:51:33 -06:00
Jose Olarte III
ca22161f12
Fix: entity-type identifier validation
...
- Ensure claims contain only correct and necessary giver and recipient identifiers, as per Endorser.ch documentation
2025-06-20 20:37:14 +08:00
Jose Olarte III
e78b02fb6e
Fix: entity-type identifier validation
...
- Ensure claims contain only correct and necessary giver and recipient identifiers, as per Endorser.ch documentation
2025-06-20 20:37:14 +08:00
0cf5cf266d
IndexedDB migration: don't run activeDid migration twice, include warnings in output, don't automatically compare afterward
2025-06-20 06:26:56 -06:00
4a1a92905d
IndexedDB migration: don't run activeDid migration twice, include warnings in output, don't automatically compare afterward
2025-06-20 06:26:56 -06:00
Jose Olarte III
d3b80fbe47
Feature: giver-recipient validation
...
- Ensures person-to-person gifting won't allow the same entity as giver and recipient
- Disable user item selection if it would create conflict
- Error messaging fallback
2025-06-20 18:38:35 +08:00
Jose Olarte III
20aab2f58d
Feature: giver-recipient validation
...
- Ensures person-to-person gifting won't allow the same entity as giver and recipient
- Disable user item selection if it would create conflict
- Error messaging fallback
2025-06-20 18:38:35 +08:00
Jose Olarte III
0342c872f4
Fix: added context for ContactGiftingView
2025-06-20 15:50:57 +08:00
Jose Olarte III
73fd394003
Fix: added context for ContactGiftingView
2025-06-20 15:50:57 +08:00
Matthew Raymer
4d01f64fe7
feat: Implement activeDid migration from Dexie to SQLite
...
- Add migrateActiveDid() function for dedicated activeDid migration
- Enhance migrateSettings() to handle activeDid extraction and validation
- Update migrateAll() to include activeDid migration step
- Add comprehensive error handling and validation
- Update migration documentation with activeDid migration details
- Ensure user identity continuity during migration process
Files changed:
- src/services/indexedDBMigrationService.ts (153 lines added)
- doc/migration-to-wa-sqlite.md (documentation updated)
Migration order: Accounts -> Settings -> ActiveDid -> Contacts
2025-06-20 04:48:51 +00:00
Matthew Raymer
7978133e7f
feat: Implement activeDid migration from Dexie to SQLite
...
- Add migrateActiveDid() function for dedicated activeDid migration
- Enhance migrateSettings() to handle activeDid extraction and validation
- Update migrateAll() to include activeDid migration step
- Add comprehensive error handling and validation
- Update migration documentation with activeDid migration details
- Ensure user identity continuity during migration process
Files changed:
- src/services/indexedDBMigrationService.ts (153 lines added)
- doc/migration-to-wa-sqlite.md (documentation updated)
Migration order: Accounts -> Settings -> ActiveDid -> Contacts
2025-06-20 04:48:51 +00:00
Matthew Raymer
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
2025-06-20 03:30:43 +00:00
Matthew Raymer
b89f3310ef
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
2025-06-20 03:30:43 +00:00
4162208b7f
fix linting
2025-06-19 19:06:37 -06:00
78d27eecfb
fix linting
2025-06-19 19:06:37 -06:00
731605e244
IndexedDB migration: add a blurb about backing up, and move around messaging
2025-06-19 18:55:07 -06:00
15ba31033f
IndexedDB migration: add a blurb about backing up, and move around messaging
2025-06-19 18:55:07 -06:00
5dd2bf4c6e
IndexedDB migration: enhance comparison for contacts
2025-06-19 18:47:26 -06:00
ce6ec5fda6
IndexedDB migration: enhance comparison for contacts
2025-06-19 18:47:26 -06:00
75a4a1d901
IndexedDB migration: fix settings comparison
2025-06-19 18:24:49 -06:00
ecd461c98b
IndexedDB migration: fix settings comparison
2025-06-19 18:24:49 -06:00
8e605d04d7
IndexedDB migration: fix settings update
2025-06-19 18:12:56 -06:00
2e34d31594
IndexedDB migration: fix settings update
2025-06-19 18:12:56 -06:00
da0b244bae
IndexedDB migration: implement the migrations differently
2025-06-19 17:26:30 -06:00
37f2ba1382
IndexedDB migration: implement the migrations differently
2025-06-19 17:26:30 -06:00
6136cafd11
IndexedDB migration: fix loading of data, fix object comparisons, add unmodified, etc
2025-06-19 16:19:00 -06:00
4e215914a3
IndexedDB migration: fix loading of data, fix object comparisons, add unmodified, etc
2025-06-19 16:19:00 -06:00
a248e9a5a3
IndexedDB migration: ensure output is printed during comparison (no logic changes)
2025-06-19 12:55:01 -06:00
84f2d5c3a7
IndexedDB migration: ensure output is printed during comparison (no logic changes)
2025-06-19 12:55:01 -06:00
452ae555bb
IndexedDB migration: add ability to see mnemonic and download settings & contacts
2025-06-19 12:37:41 -06:00
f310ca42e8
IndexedDB migration: add ability to see mnemonic and download settings & contacts
2025-06-19 12:37:41 -06:00
3df5e19d9d
IndexedDB migration: extract IndexedDB code away from the ongoing SQLite migrations
2025-06-19 11:11:59 -06:00
6d93e86a2b
IndexedDB migration: extract IndexedDB code away from the ongoing SQLite migrations
2025-06-19 11:11:59 -06:00
8eff407a9c
IndexedDB migration: reorder the sections to accounts then settings then contacts
2025-06-19 09:54:09 -06:00
8bc29544c3
IndexedDB migration: reorder the sections to accounts then settings then contacts
2025-06-19 09:54:09 -06:00
e759e4785b
IndexedDB migration: set USE_DEXIE_DB to false, remove unused functions, add raw display of data
2025-06-19 09:47:18 -06:00
a53f9dcbd6
IndexedDB migration: set USE_DEXIE_DB to false, remove unused functions, add raw display of data
2025-06-19 09:47:18 -06:00
Matthew Raymer
9d054074e4
fix(migration): update UI to handle transformed JSON format
...
The DatabaseMigration view has been updated to properly handle both live
comparison data and exported JSON format, fixing count mismatches and
field name differences.
Changes:
- Added helper methods in DatabaseMigration.vue to handle both data formats:
- getSettingDisplayName() for settings with type/did or activeDid/accountDid
- getAccountHasIdentity() and getAccountHasMnemonic() for boolean fields
- Updated template to use new helper methods for consistent display
- Added exportComparison() method to handle JSON export format
- Fixed settings count display to match actual data state
Technical Details:
- Settings now handle both 'type'/'did' (JSON) and 'activeDid'/'accountDid' (live)
- Account display properly shows boolean values from either format
- Export functionality preserves data structure while maintaining readability
Resolves count mismatch between UI (showing 1 SQLite setting) and JSON data
(showing 0 SQLite settings).
Testing:
- Verified UI displays correct counts from both live and exported data
- Confirmed settings display works with both data formats
- Validated account boolean fields display correctly
2025-06-19 14:45:58 +00:00