179 Commits

Author SHA1 Message Date
mcrakhman
b9f4ddd480
Add remove notifial 2022-11-13 14:16:58 +01:00
mcrakhman
0d9360490d
Change deletion logic 2022-11-13 09:35:47 +01:00
mcrakhman
8854bbbe95
Fix some document deletion bugs 2022-11-12 22:55:12 +01:00
mcrakhman
b617cdc690
Add sync loop to settings document 2022-11-12 18:17:01 +01:00
mcrakhman
62d26fbafd
WIP more deletion checks 2022-11-12 17:49:25 +01:00
mcrakhman
6c38474c40
Diff service notify logic 2022-11-12 16:24:06 +01:00
mcrakhman
fed41ba3aa
Add non-encrypted changes and settings document logic 2022-11-12 13:36:30 +01:00
mcrakhman
72d83ca171
WIP document deletion 2022-11-11 12:37:45 +01:00
mcrakhman
020b1f1d71
Change pullspace and pushspace methods and handlers 2022-11-10 20:10:57 +01:00
mcrakhman
11e57a43f7
Create space with settings 2022-11-10 19:44:33 +01:00
mcrakhman
925005a9de
Fix tests and change peer id context logic 2022-11-07 13:36:10 +01:00
mcrakhman
354ee3b6c7
Merge remote-tracking branch 'origin/acl-sync' into acl-invite
# Conflicts:
#	common/commonspace/service.go
#	common/pkg/acl/aclrecordproto/aclrecord.pb.go
#	common/pkg/acl/aclrecordproto/protos/aclrecord.proto
#	common/pkg/acl/list/list.go
#	common/pkg/acl/storage/inmemory.go
#	common/pkg/acl/testutils/acllistbuilder/liststoragebuilder.go
#	node/nodespace/rpchandler.go
#	node/nodespace/service.go
2022-11-07 12:36:48 +01:00
Sergey Cherepanov
9f080b4533
acl sync handler [wip] 2022-11-07 11:22:48 +03:00
mcrakhman
16b7181ebc
Fix bugs in syncer etc, add peerkey for clients 2022-11-06 22:43:28 +01:00
mcrakhman
7c1d449743
Add load space command 2022-11-06 18:36:25 +01:00
mcrakhman
9bbb1a02e5
Add pull space method to proto and provide get space 2022-11-06 14:25:27 +01:00
Sergey Cherepanov
37035bfacd
node acl service 2022-11-02 13:54:57 +03:00
Sergey Cherepanov
434f149e04
merge 2022-10-31 11:33:42 +03:00
Sergey Cherepanov
25f30cacc2
acl service wip 2022-10-31 11:25:58 +03:00
mcrakhman
8f862fd1a1
Fix building list 2022-10-28 13:24:05 +02:00
mcrakhman
5904815908
Add test for user join build and fix bugs 2022-10-28 13:01:20 +02:00
mcrakhman
36b80c25d4
Add raw record to list 2022-10-28 12:04:23 +02:00
mcrakhman
994ffe3d5f
Change lisstoragebuilder to use inmemorystorage 2022-10-28 11:26:39 +02:00
mcrakhman
08b8ecba32
Change invite logic 2022-10-27 17:09:07 +02:00
mcrakhman
f0b8e5ab64
Further test refactoring 2022-10-27 16:57:01 +02:00
mcrakhman
9a202207b4
Refactor tests 2022-10-27 16:43:10 +02:00
mcrakhman
f4027b433d
Fix mocks and formatting 2022-10-26 22:05:55 +02:00
Sergey Cherepanov
7a2d366bdd
node acl service (wip), fixes 2022-10-26 17:02:27 +03:00
mcrakhman
7b5c51a198
Change tree methods and start adding tree tests 2022-10-26 12:55:47 +02:00
mcrakhman
600ae38c0f
Fix ocache closing 2022-10-25 12:16:04 +02:00
mcrakhman
f5b9275192
Test stream pool 2022-10-24 21:57:19 +02:00
mcrakhman
305cd2d795
Remove lastusage from syncclient 2022-10-24 14:46:24 +02:00
mcrakhman
3546fabdfa
Merge branch 'main' into add-client-functionality
# Conflicts:
#	common/commonspace/syncservice/streampool.go
#	consensus/stream/service.go
2022-10-24 14:40:44 +02:00
mcrakhman
e419e59f1d
Change space payload 2022-10-24 11:59:37 +02:00
mcrakhman
7bd593f0e5
Stream pool and synctree fixes 2022-10-24 10:31:29 +02:00
mcrakhman
63d353a078
Add tests for sync handler 2022-10-23 22:24:13 +02:00
mcrakhman
bf7a8b0854
Test sync tree 2022-10-23 18:19:15 +02:00
mcrakhman
09f28cf829
Refactor synctree 2022-10-22 16:19:47 +02:00
mcrakhman
58f0cf2916
Change proto and generalise logic 2022-10-22 16:05:06 +02:00
mcrakhman
d6a45cced0
Move concrete logic to concrete packages 2022-10-22 14:23:55 +02:00
mcrakhman
8cc44c4a79
WIP sync refactoring 2022-10-22 13:04:58 +02:00
mcrakhman
5b93c78ebd
Add timeout when waiting in streampool 2022-10-21 23:50:14 +02:00
mcrakhman
2085e3ae40
Don't broadcast when no content added 2022-10-21 21:32:37 +02:00
mcrakhman
3886436841
Storage close and diff fixes and logs 2022-10-21 20:34:37 +02:00
mcrakhman
40ce73db68
Ocache fix tests and return deadline back 2022-10-21 11:21:20 +02:00
mcrakhman
27b3213bac
Fix ranges deadlock 2022-10-21 11:00:38 +02:00
mcrakhman
829cfb3054
Fix bug with nested read locks in diff 2022-10-20 21:48:31 +02:00
mcrakhman
3a3d21cd01
Raw loader and key fixes 2022-10-20 20:12:00 +02:00
mcrakhman
aa47d8ecf8
Fix listener sync tree and diff iter bug 2022-10-20 19:39:45 +02:00
Sergey Cherepanov
58f9e623a4
reconnection for consensus client + fixes 2022-10-20 20:14:27 +03:00