Samuel Hawksby-Robinson
|
30dc634951
|
Improvement to getting multiaccounts with images
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
d07ec1a98f
|
Fix missing parameter on AccountSave
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
9f525d32c4
|
Change Account.photoPath to Account.Identicon
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
a087535274
|
Update to migration to handle change of photoPath to identicon
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
094ea2ce85
|
Added Identity Images to multi-accounts GetAccounts()
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
79f2b0bcc7
|
Address consistent json field case convention - use camelCase
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
87f161da08
|
Moved identity image endpoints to multi-accounts api
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
279697128d
|
Update API endpoint to return objects
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
0df825164c
|
Placating the linting old ones
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
5d0906b9d8
|
Resolving fix for receiving chat identities with empty images map
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
43b8e94b2b
|
Resolved an additional fail test related to multiaccounts in the Messenger
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
0c1ebaa547
|
Resolving goimports lint ... :/
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
5aa8492315
|
Fix failing tests
|
2020-12-17 14:10:00 +01:00 |
Andrea Maria Piana
|
32907b59b2
|
Fix linting
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
1b527906ee
|
Resolved hopefully the last of the lint
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
7b2d96de05
|
Resolved yet more lint
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
b84fc9b938
|
Resolved more linting
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
b7a7035894
|
Resolved further linting issues
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
a77a40fdf4
|
Resolved linting issues
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
190b1a70f9
|
Removed usages of multiaccounts.Account.PhotoPath
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
2d72d21498
|
Rename file now that db logic has been moved
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
193ab30ada
|
Refactor injecting multiaccounts into messenger and service
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
67d44c6992
|
Updated II db table to include keyUid as primary key
Ran make generate
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
a37ae3c398
|
Moved identity images db migration to multi-accounts
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
4ddec82e49
|
Removed superfluous debug logging
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
7b230d5c9d
|
Updated message handling from public and private chat
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
8be391fc79
|
Bug fix for nil pointer on image save
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
d6c3153fe8
|
tweak to debug output for StoreII
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
9545f8e306
|
Added log to debug an image store nil pointer panic
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
056649fd73
|
Changed identity image migration
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
a564066c4f
|
Added public chat ChatIdentity publish
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
48a34072bb
|
Added ChatIdentity attachment to ContactCodeAdvert
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
1f1e784d80
|
Added additional registry testing
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
7b77ae9eab
|
Fix CI register persistence bug
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
5426fac0a3
|
Added CHAT_IDENTITY application meta type
also make generate
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
fe4b7c6d80
|
Added migrations for chat_identity_last_published register
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
af7117070f
|
Added protocol register of ChatIdentity last published times per chat
This register is only used for publishing ChatIdentity to public chat
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
dcee7f8de7
|
Changed identity_images column name to name
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
fcbd9285f6
|
Implemented API for full CRD of IdentityImages
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
2960fc49d4
|
Implemented GetImages and StoreImages in API
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
a7358fcd3f
|
images package tidy up
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
7ea153bae1
|
Added Identity Image Database delete
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
daa5ca1dbd
|
Added GetIdentityImage by image name
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
aad761b24b
|
Added IdentityImage Database store and get tests
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
df55822e29
|
Added StoreIdentityImages to Database
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
01657b4665
|
Added IdentityImage JSON marshalling tests
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
0a5ce9d489
|
make generate for changes to identity_images sql
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
7beebaaf92
|
Added images/database functionality
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
1b59d088d8
|
Integrated GetMimeType()
|
2020-12-17 14:10:00 +01:00 |
Samuel Hawksby-Robinson
|
d8ee7076a6
|
Added primary key to identity_images table migration
|
2020-12-17 14:10:00 +01:00 |