..
000001_init.down.db.sql
Add Commands ( #1731 )
2020-01-10 19:59:01 +01:00
000001_init.up.db.sql
Add Commands ( #1731 )
2020-01-10 19:59:01 +01:00
000002_add_last_ens_clock_value.up.sql
Verify ENS in the background ( #1824 )
2020-02-05 11:09:33 +01:00
1586358095_add_replace.up.sql
Add replies to messages
2020-04-16 15:51:28 +02:00
1588665364_add_image_data.up.sql
Create different index for filtering
2020-06-08 10:02:31 +02:00
1589365189_add_pow_target.up.sql
Create different index for filtering
2020-06-08 10:02:31 +02:00
1591277220_add_index_messages.up.sql
Create different index for filtering
2020-06-08 10:02:31 +02:00
1593087212_add_mute_chat_and_raw_message_fields.up.sql
Polish up and address review feedback
2020-07-27 08:51:28 +02:00
1595862781_add_audio_data.up.sql
add audio duration
2020-07-27 17:15:10 +02:00
1595865249_create_emoji_reactions_table.up.sql
Use local chat-id for matching messages
2020-07-30 20:20:59 +02:00
1596805115_create_group_chat_invitations_table.up.sql
group chat invitation
2020-09-07 12:15:58 +02:00
1597322655_add_invitation_admin_chat_field.up.sql
group chat invitation
2020-09-07 12:15:58 +02:00
1597757544_add_nickname.up.sql
[ #11046 ] Add local contact names
2020-09-07 11:34:06 +02:00
1598955122_add_mentions.up.sql
Add parsing and storing of mentions
2020-09-09 21:22:07 +02:00
1599641390_add_emoji_reactions_index.up.sql
Add index to emoji reactions
2020-09-09 15:02:54 +02:00
1599720851_add_seen_index_remove_long_messages.up.sql
Force migration if dirty
2020-10-01 13:47:59 +02:00
1603198582_add_profile_chat_field.up.sql
profile status updates
2020-10-27 14:56:35 +01:00
1603816533_add_links.up.sql
Link previews support ( #2059 )
2020-10-27 19:35:28 +02:00
1603888149_create_chat_identity_last_published_table.up.sql
remove photo path in favor of images in contact
2020-12-17 14:10:00 +01:00
1605075346_add_communities.up.sql
Fix communities migration
2021-01-08 08:43:16 +01:00
1610117927_add_message_cache.up.sql
Cache waku messages
2021-01-18 09:38:27 +01:00
1610959908_add_dont_wrap_to_raw_messages.up.sql
Skip wrapping emojis in private group chats
2021-01-26 09:39:47 +01:00
1610960912_add_send_on_personal_topic.up.sql
Use personal topic for push notification registration
2021-01-26 09:39:53 +01:00
1612870480_add_datasync_id.up.sql
Listen for delivered messages ( #2150 )
2021-02-23 17:47:45 +02:00
1614152139_add_communities_request_to_join.up.sql
Request/Decline access to communities
2021-02-26 15:35:43 +01:00
1615374373_add_confirmations.up.sql
Expand confirmations to private group chat messages
2021-03-16 13:41:14 +01:00
1617694931_add_notification_center.up.sql
Add activity center & messages from contacts only
2021-04-16 20:42:40 +02:00
1618923660_create_pin_messages.up.sql
add PinMessage and PinnedMessage ( #2180 )
2021-05-14 23:22:50 +02:00
1619094007_add_joined_chat_field.up.sql
feat: introduce new `joined` property in `Chat` struct
2021-05-18 11:29:03 +02:00
1619099821_add_last_synced_field.up.sql
Add mailserver logic
2021-05-21 07:22:58 +02:00
1621933219_add_mentioned.up.sql
Add mentioned field
2021-05-26 08:33:38 +02:00
1622010048_add_unviewed_mentions_count.up.sql
Add unviewed mentions count
2021-05-28 13:05:23 +02:00
1622061278_add_message_activity_center_notification_field.up.sql
Add mention notification to activity center ( #2239 )
2021-05-29 14:05:25 -03:00
1622464518_set_synced_to_from.up.sql
Set synced_to/from to 24 hours ago
2021-06-01 12:59:52 +02:00
1622464519_add_chat_description.up.sql
Fix order of migration
2021-06-02 14:16:29 +02:00
1622622253_add_pinned_by_to_pin_messages.up.sql
add PinnedBy to PinnedMessage ( #2250 )
2021-06-08 17:23:32 +02:00
1623938329_add_author_activity_center_notification_field.up.sql
feat: add author to notification in activity center ( #2259 )
2021-06-17 11:08:28 -04:00
1623938330_add_edit_messages.up.sql
Handle edit first & then message
2021-06-29 13:15:15 +02:00
1624978434_add_muted_community.up.sql
feat(community): add muted to community and function to set it ( #2271 )
2021-06-30 09:29:43 -04:00
1625018910_add_repply_message_activity_center_notification_field.up.sql
Add reply message to activity center notification of type reply ( #2272 )
2021-07-15 17:21:44 -03:00
1625762506_add_deleted_messages.up.sql
Delete messages ( #2279 )
2021-07-26 17:06:32 -04:00
1627388946_add_communities_synced_at.up.sql
Sync Communities ( #2253 )
2021-08-06 16:40:23 +01:00
1628280060_create-usermessages-index.sql
add index on user_messages to speed-up marking all messages as read ( #2304 )
2021-08-11 08:26:15 -04:00
1632303896_modify_contacts_table.up.sql
Add HasAddedUs field
2021-10-04 12:19:15 +02:00
1633349838_add_emoji_column_in_chats.up.sql
Storing emoji values for Custom Emoji Thumbnails for Community Channels ( #2366 )
2021-10-04 18:32:25 +05:30
1634831235_add_highlight_column_in_chats.up.sql
Store Highlight field for identify new chats ( #2384 )
2021-10-21 22:34:56 +05:30
1634896007_add_last_updated_locally_and_removed.up.sql
Backup removed & added by them contacts
2021-11-15 18:53:35 +00:00
1635840039_add_clock_read_at_column_in_chats.up.sql
[pairing] Sync read messages
2021-11-02 10:02:27 +02:00
1637852321_add_received_invitation_admin_column_in_chats.up.sql
Decline pending group invitations from user, when user is banned ( #2437 )
2021-11-25 20:51:42 +05:30
1645034601_display_name.up.sql
feat: display name
2022-03-14 13:48:34 -04:00
1645034602_add_mutual_contact_request.up.sql
Initial support for mutual contact requests
2022-05-31 09:12:36 +01:00
1650373957_add_contact_request_state.up.sql
Initial support for mutual contact requests
2022-05-31 09:12:36 +01:00
1656958989_contact_verification.up.sql
feat: contact verification request ( #2586 )
2022-07-05 15:49:44 -04:00
1658236268_add_discord_message_authors_table.up.sql
feat: introduce `discord_message_authors` persistence APIs
2022-08-10 10:13:55 +02:00
1659619997_add_discord_messages_table.up.sql
feat: add `discord_messages` table and persistence APIs
2022-08-11 10:49:23 +02:00
1660226788_create_chat_identity_social_links.up.sql
feat: add social links
2022-08-16 14:29:00 +02:00
1660226789_add_walletconnectsessions_table.up.sql
Implement wallet connect session CRUD API
2022-08-19 12:32:00 +01:00
1661242854_add_communities_requests_to_leave.up.sql
feat: introduce and distribute RequestToLeave community
2022-08-26 11:25:33 +02:00
1662044232_add_chat_image.up.sql
fix: change migration timestamp of group chat add image feature
2022-09-01 17:55:46 +02:00
1662106895_add_chat_first_message_timestamp.up.sql
feat: add and distribute `chatIdentity.FirstMessageTimestamp`
2022-09-09 08:59:39 +02:00
README.md
Fix communities migration
2021-01-08 08:43:16 +01:00
doc.go
Add replies to messages
2020-04-16 15:51:28 +02:00