158 Commits (b1ef7fb9ee2e4aefa9aa1138134cc7ca4334f413)

Author SHA1 Message Date
Matthew Raymer b1ef7fb9ee Complete Enhanced Triple Migration Pattern for contact components 2 weeks ago
Matthew Raymer 8dd73950f5 Fix duplicate export declarations and migrate ContactsView with sub-components 2 weeks ago
Matthew Raymer ac45d0747c Fix InviteOneAcceptView migration fence; remove USE_DEXIE_DB dependency 2 weeks ago
Matthew Raymer 6d4fb4f57a Remove manual service worker registration; rely on VitePWA auto-registration 2 weeks ago
Matthew Raymer fe739f013e feat: integrate PWA functionality with platform service architecture 2 weeks ago
Matthew Raymer 190b6c7f03 Migrate test/index.ts to use dynamic database imports 3 weeks ago
Matthew Raymer 86fd73051a Fix UserNameDialog open error and add defensive ref check 3 weeks ago
Matthew Raymer 64e78fdbce Finalize Dexie-to-SQLite migration prep: docs, circular dep removal, SQL helpers, tests 3 weeks ago
Matthew Raymer e883029531 feat: implement secure IPC-based file export for Electron 3 weeks ago
Matthew Raymer d3042ec955 Refactor AccountViewView.vue to use notify helper and PlatformServiceMixin 3 weeks ago
Matthew Raymer 56286e1fea Fix TypeScript any types and remove deprecated Dexie code 3 weeks ago
Matthew Raymer 72b9d31da9 refactor: add strict typing to core database methods in PlatformServiceMixin 4 weeks ago
Matthew Raymer a558e2abc3 Fix circular dependency in logging during initialization 4 weeks ago
Matthew Raymer 3d7d663f64 Replace console statements with structured logger calls 4 weeks ago
Matthew Raymer b377667207 Clean up console logging and fix platform detection issues 4 weeks ago
Matthew Raymer 292aceee75 # Commit Message for SharedArrayBuffer Platform Exclusion 4 weeks ago
Matthew Raymer be87d38d29 Scale back logging in migration, component lifecycle, and database areas 4 weeks ago
Matthew Raymer b37f1d1d84 Fix Vue property conflicts in PlatformServiceMixin implementation 4 weeks ago
Matthew Raymer 7b1f891c63 Fix worker-only database architecture and Vue Proxy serialization 4 weeks ago
Matthew Raymer ed3171209c fix: Resolve TypeScript linting warnings in CapacitorPlatformService 4 weeks ago
Matthew Raymer a4c44ff052 feat: Add database migration tools and fix Electron integration 4 weeks ago
Matthew Raymer a59a40abed docs: Add comprehensive documentation to migration system modules 4 weeks ago
Matthew Raymer 70a9523f0a feat: Implement comprehensive migration validation and integrity checking 4 weeks ago
Matthew Raymer 4a01df509b fix: Identify and fix migration tracking issue with proper parameter binding 4 weeks ago
Matthew Raymer 4120f5a94e feat: Enhance database migration system with better logging and schema detection 4 weeks ago
Matthew Raymer 0c62c128a1 fix: Improve database migration handling and error recovery 1 month ago
Matthew Raymer b8b0ebdf4d Fix database migration errors by improving error handling 1 month ago
Matthew Raymer c13008d476 style: Improve code formatting and consistency 1 month ago
Matthew Raymer a16235a0de fix: Add comprehensive SQL parameter type conversion at platform service level 1 month ago
Matthew Raymer aa40ef23dc feat: Add Electron dependencies and development scripts 1 month ago
Matthew Raymer ea0f49d5c3 WIP: add Electron platform configuration to Capacitor 1 month ago
Matthew Raymer fe55d0b431 WIP: Fix Electron build issues and migrate to @nostr/tools 1 month ago
Matthew Raymer 94ac7d648d migration: move to bash based build scripts 1 month ago
Matthew Raymer d359263704 feat: enhance GenericVerifiableCredential interface with explicit optional properties 1 month ago
Matthew Raymer ebc241eba0 WIP: restore database migration system and improve error handling 1 month ago
Trent Larson c6c1091281 allow blocking another person's content from this user (with iViewContent contact field) 1 month ago
Trent Larson e5e07faf2a remove debugging info messages (change to debug if we want these -- and tell us how to turn off debug locally) 1 month ago
Trent Larson 681afaa281 IndexedDB migration: fix where the existing settings (eg. master) were not updated 1 month ago
Trent Larson 4a1a92905d IndexedDB migration: don't run activeDid migration twice, include warnings in output, don't automatically compare afterward 1 month ago
Matthew Raymer 7978133e7f feat: Implement activeDid migration from Dexie to SQLite 1 month ago
Trent Larson 78d27eecfb fix linting 1 month ago
Trent Larson ce6ec5fda6 IndexedDB migration: enhance comparison for contacts 1 month ago
Trent Larson ecd461c98b IndexedDB migration: fix settings comparison 1 month ago
Trent Larson 2e34d31594 IndexedDB migration: fix settings update 1 month ago
Trent Larson 37f2ba1382 IndexedDB migration: implement the migrations differently 1 month ago
Trent Larson 4e215914a3 IndexedDB migration: fix loading of data, fix object comparisons, add unmodified, etc 1 month ago
Trent Larson 84f2d5c3a7 IndexedDB migration: ensure output is printed during comparison (no logic changes) 1 month ago
Trent Larson f310ca42e8 IndexedDB migration: add ability to see mnemonic and download settings & contacts 1 month ago
Trent Larson 6d93e86a2b IndexedDB migration: extract IndexedDB code away from the ongoing SQLite migrations 1 month ago
Trent Larson a53f9dcbd6 IndexedDB migration: set USE_DEXIE_DB to false, remove unused functions, add raw display of data 1 month ago