1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00
Commit graph

17452 commits

Author SHA1 Message Date
kirillston
3f04f71f76
GO-5699 Fix missing versions in history show 2025-06-02 18:58:03 +02:00
Sergey
5351c20fa3
Merge pull request #2455 from anyproto/go-5718-chats-create-method-to-read-all-messages
GO-5718: Chats: create method to read all messages
2025-05-30 11:28:41 +02:00
Sergey
7eea5d8b89
Merge pull request #2457 from anyproto/go-5725-add-endrelationkey-to-modeldataviewview
GO-5725: Dataview view: add endRelationKey field
2025-05-30 09:18:21 +02:00
Sergey
f4bf6d10f1
GO-5725: Dataview view: add endRelationKey field 2025-05-29 18:30:45 +02:00
Sergey
4366b74f47
Merge pull request #2456 from anyproto/go-5727-subscriptions-improve-lock-contention
GO-5727: Subscriptions: improve lock contention
2025-05-28 18:14:07 +02:00
Sergey
108ab57e33
GO-5727: Subscriptions: improve lock contention 2025-05-28 17:03:56 +02:00
Sergey Cherepanov
1d00c712ac
Merge pull request #2454 from anyproto/GO-5719-fix-push-panic
GO-5719 fix nil keys panic
2025-05-28 12:24:38 +02:00
Sergey Cherepanov
baebbfb35e
GO-5719 fix nil keys panic 2025-05-28 11:53:37 +02:00
Sergey
ed3480e4bf
GO-5718: Chats: create method to read all messages 2025-05-28 11:16:01 +02:00
Sergey
7b8dd360f0
Merge pull request #2453 from anyproto/go-5717-revert-sub-objects-migration
GO-5717: Revert sub-objects migration
2025-05-27 18:39:45 +02:00
Sergey
5811b39a86
GO-5717: Rever sub-objects migration 2025-05-27 17:46:37 +02:00
Sergey
0123ea0600
Merge pull request #2451 from anyproto/fix-api-typo
API: Fix typo for embedded docs
2025-05-26 20:51:18 +02:00
Sergey
6412b1ecfa
API: Fix typo for embedded docs 2025-05-26 20:46:38 +02:00
Jannis Metrikat
84caccd4aa
Merge pull request #2450 from anyproto/go-5589-rest-api-stage-3-fix-embed-openapi-spec 2025-05-26 20:22:54 +02:00
Jannis Metrikat
060457fe7e
GO-5589: Fix embed openapi spec 2025-05-26 19:56:11 +02:00
Sergey
948f9e7781
Merge pull request #2449 from anyproto/go-5704-fix-crash-in-geteventsonlyforlastmessage-related-to-unread
GO-5704: Chats: fix panic for treating Update event like an Add
2025-05-26 10:55:44 +02:00
Sergey
5ad0e65ec5
GO-5704: Chats: fix panic for treating Update event like an Add 2025-05-26 09:45:04 +02:00
Mikhail Rakhmanov
4568735d42
Merge pull request #2445 from anyproto/GO-5701-fix-state-append
GO-5701: Fix state append
2025-05-23 18:56:32 +02:00
Mikhail Rakhmanov
f13dbf1a44
GO-5701 Fix state append 2025-05-23 18:29:31 +02:00
Sergey
a1a6ab61e3
Merge pull request #2444 from anyproto/go-5696-bug-with-disappeared-messages
GO-5696: Reindex chats: fix and optimize corner case for last message…
2025-05-23 17:18:38 +02:00
Sergey
e97982ba7d
GO-5696: Refactor: extract function 2025-05-23 17:15:21 +02:00
Sergey
2a654c4ca3
GO-5696: Add comment 2025-05-23 16:56:49 +02:00
Sergey
b8e9033381
GO-5696: Reindex chats: fix and optimize corner case for last messages preview 2025-05-23 16:46:52 +02:00
Kirill Stonozhenko
c0da7e8d78
Merge pull request #2441 from anyproto/go-5563-unset-layout-on-type-change
GO-5563 Unset layout on type change
2025-05-22 19:21:30 +02:00
kirillston
4a939d4258
GO-5563 Unset layout on type change 2025-05-22 18:45:51 +02:00
Sergey
b8c506f755
Merge pull request #2436 from anyproto/go-5639-unread-counters-should-be-0-when-users-join-a-space-with
GO-5639 Read all messages written before the user joined the space
2025-05-22 17:46:58 +02:00
Sergey
d596cf54bf
Merge pull request #2438 from anyproto/go-5686-chataddmessage-sometimes-doesnt-return-chatadd-event
GO-5686: Chats: fix overwritting events in session context
2025-05-22 17:46:02 +02:00
Sergey
75f41dbeb7
GO-5686: Chats: fix overwritting events in session context 2025-05-22 17:39:21 +02:00
Sergey
701251d0fb
GO-5639: Simplify algorithm 2025-05-22 13:35:47 +02:00
Sergey
5cad57ab70
GO-5639: Clean up 2025-05-22 12:30:00 +02:00
Sergey
9d24d990b3
GO-5639: Add missing error handling 2025-05-22 12:28:46 +02:00
Sergey
487b4307eb
GO-5639 Merge branch 'main' of github.com:anyproto/anytype-heart into go-5639-unread-counters-should-be-0-when-users-join-a-space-with 2025-05-22 12:22:10 +02:00
Sergey
75b8e55c4c
GO-5639: Read all messages before join automatically 2025-05-22 12:16:53 +02:00
Sergey
82c4a9ffcb
GO-5639: Reindex chats db to fix old issues 2025-05-22 12:15:47 +02:00
Jannis Metrikat
e5d70d412b
Merge pull request #2435 from anyproto/go-5589-rest-api-stage-3-fixes
GO-5589 API Key Fixes
2025-05-22 10:39:04 +02:00
Jannis Metrikat
054e044c4c
GO-5589: Remove unused functions in key.go 2025-05-22 00:32:29 +02:00
Jannis Metrikat
93c87d21f8
GO-5589: Enforce uniqueness of type and property keys 2025-05-22 00:30:43 +02:00
Jannis Metrikat
049b1f4a0d
GO-5589: Convert property and type keys to snake_case to enforce consistency 2025-05-21 22:58:52 +02:00
Sergey
86901e35f4
Merge pull request #2434 from anyproto/go-5663-fix-race-condition-in-addmessage-fix
GO-5663: Fix deadlock
2025-05-21 19:14:12 +02:00
Sergey Cherepanov
c503b18eec
Merge pull request #2432 from anyproto/GO-5665-intermediate-version
GO-5665 push notifications - temp version - async rpc calls
2025-05-21 19:13:29 +02:00
Sergey
8531c74e62
GO-5663: Fix deadlock 2025-05-21 18:40:09 +02:00
Sergey
bc3bbba8ea
Merge pull request #2433 from anyproto/go-5673-crash-after-opening-a-space-with-a-chat
GO-5673: Chats: fix init for subscription manager when error occurs
2025-05-21 18:00:15 +02:00
Sergey
dd1a18a689
GO-5673: Chats: fix init for subscription manager when error occurs 2025-05-21 17:41:48 +02:00
Mikhail Rakhmanov
1b0f2fa60d
Merge pull request #2431 from anyproto/GO-5667-update-version-protocol
GO-5667: Update protocol version
2025-05-21 14:33:06 +02:00
Sergey
85119f0b53
GO-5639: Prototype: auto read messages when user has been joined space 2025-05-21 14:25:00 +02:00
Sergey Cherepanov
f246ebe45f
GO-5665 async pushapi calls 2025-05-21 14:20:22 +02:00
Mikhail Rakhmanov
cb8783bd76
GO-5667 Update protocol version 2025-05-21 13:57:50 +02:00
Sergey
131ebc7882
Merge pull request #2428 from anyproto/go-5663-fix-race-condition-in-addmessage
GO-5663: Chats: AddMessage: fix events race condition
2025-05-21 13:00:07 +02:00
Sergey
f319c166b5
Merge pull request #2430 from anyproto/go-5664-fix-mobile-build-gopsutil-was-accidentally-imported-for
GO-5664: Fix gomobile build
2025-05-21 12:41:50 +02:00
Jannis Metrikat
0736af64b3
Merge pull request #2429 from anyproto/go-5629-fix-tests
GO-5629: Fix wallet tests
2025-05-21 12:35:00 +02:00