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

362 commits

Author SHA1 Message Date
Roman Khafizianov
b18247f5a0
GO-3756 rewrite required relations injection 2024-07-12 14:16:55 +02:00
Roman Khafizianov
6b5b20b752
GO-3756 add sync relations to internalRelations 2024-07-11 21:38:27 +02:00
AnastasiaShemyakinskaya
bdadfba2e0
GO-3019: add sync details in reindex and init
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-06-14 10:01:50 +02:00
AnastasiaShemyakinskaya
9fcd0cd14b
GO-3171: save sync status relations
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-06-14 09:52:48 +02:00
Roman Khafizianov
8ca4babf5f
GO-3040 ObjectSearchWithMeta: add metadata to fulltext results 2024-05-24 11:04:49 +02:00
mcrakhman
1c9d8acd76
GO-3285 Add shared spaces limits 2024-04-16 16:55:59 +02:00
mcrakhman
fde7aaa256
GO-3174 Merge branch 'main' into GO-3174-share-unshare
# Conflicts:
#	clientlibrary/service/service.pb.go
#	core/block/editor/participant.go
#	pb/commands.pb.go
#	pb/service/service.pb.go
#	pkg/lib/bundle/relation.gen.go
#	pkg/lib/pb/model/models.pb.go
2024-04-09 11:51:37 +02:00
mcrakhman
a8173850f8
GO-3174 Change acl relation 2024-04-09 11:48:27 +02:00
mcrakhman
d220a37e28
GO-3174 Add spaceview access type tests 2024-04-09 09:43:16 +02:00
mcrakhman
c8f64a3062
GO-3174 Merge branch 'main' into GO-3174-share-unshare
# Conflicts:
#	.mockery.yaml
#	go.mod
#	pb/commands.pb.go
#	pkg/lib/bundle/relation.gen.go
#	pkg/lib/bundle/systemRelations.gen.go
#	pkg/lib/pb/model/models.pb.go
#	space/internal/components/aclobjectmanager/aclobjectmanager.go
2024-04-07 21:00:32 +02:00
kirillston
af327d0603
GO-2734 Make globalName derived 2024-04-05 18:23:55 +02:00
kirillston
0354f72091
GO-2734 Make globalName system relation 2024-04-05 12:11:16 +02:00
mcrakhman
73fbd55c0d
GO-3174 Refactor spacestatus and spaceinfo 2024-04-04 15:44:03 +02:00
mcrakhman
548b7f60af
GO-3174 Add MakeShared and add relations 2024-04-03 18:24:26 +02:00
Anthony Akentiev
bf46949207
Go 2450 subscriptions (#1041)
* GO-2450 Add Payments commands

* GO-2450 Payment methods: remove IDs from requests

* GO-2450 Use GetAccountEthAddress()

* GO-2450 Use any-sync instead of pp repo

* GO-2450 Add RequestedAnyName field

* GO-2450 Basic nameservice methods

* GO-2450 New methods for subscriptions/nameservice

* GO-2450 Refactor: protos for payments

* GO-2450 Downgrade go to 1.20

* GO-2450 Fix build

* GO-2450 Refactoring: renames

* GO-2450 GetPortalURL implemented; Test tiers

* GO-2450 Update any-sync

* GO-2450 Fix: bootstrap

* GO-2450 Fix pp encryption: peer key -> sign key

* GO-2450 Bug fix: Ethereum wallet address

* GO-2450 Update tier names

* GO-2450 Email verification methods

* GO-2450 Return email if was verified before

* GO-2450 Update any-sync

* GO-2450 Update any-sync

* GO-2395 WiP: cache for PP node

* GO-2395: cache for PP node

* GO-2395 Change logics: return 0 tier when no response from the pp

* GO-2395 fix: cache logics

* GO-2450 Use any-sync from feature-payments branch for now

* GO-2395 any-sync update

* GO-2395 Fixes after review

* GO-2395 Refactoring after review

* GO-2395 Review fixes

* GO-2395 Build fix

* GO-2450 Refactoring: payments interface; tier -> int32

* GO-2450 Add FinalizeSubscription method

* GO-2450 Cache fix

* GO-2450 GetSubscriptionStatus: add NoCache

* GO-2734 Add global name to cache WIP

* GO-2450 go mod tidy

* GO-2450 Update any-sync

* GO-2450 Linter fix

* GO-2450 PaymentsTiersGet

* GO-2450 Refactoring: PaymentsGetTiers

* GO-2450 NS: implement NameServiceResolveAnyId

* GO-2734 Use AnyId to retrieve Global name

* GO-2734 Add GlobalName to identity

* GO-2734 Implement DetailsSettable in participant

* GO-2734 Get GlobalName from NN only on app start

* GO-2450 Upgrade any-sync to v0.3.33: TODOs in the required methods

* GO-2734 Fix tests WIP

* GO-2734 Use batch method

* GO-2734 Fix unittest

* GO-3061 Refactoring: payments - huge renames

* GO-3061 Add EventMembershipUpdate

* GO-2734 Fix tests 2

* GO-2734 Fixes upon pr comments

* GO-2450 Fix panic with nil cache.data

* GO-2450 Fixes after merge

* GO-2734 Fix unittests WIP

* GO-2734 Move mock expectations to newFixture

* GO-2734 Add return statement in mock

* GO-2734 Add check if name was found

* GO-2450 Add IsNameValid method

* GO-2450 Fix tests: cache

* GO-2734 Resolve names directly from NS

* GO-2450 Cache logics fix

* GO-2450 refactoring: cache logics simplified

* GO-2450 refactoring: IsNameValid - code -> error

* GO-2734 Set globalName in new spaces

* GO-3128 IsNameValid, GetAllTiers rebuilt

* GO-2734 Rename forceUpdate flag

* GO-2734 Save globalName even if is not found

* GO-3128 IsNameValid, GetAllTiers rebuilt

* GO-3128 Fix string len

* GO-2734 Rename UpdateIdentities

---------

Co-authored-by: kirillston <stonozhenko@anytype.io>
Co-authored-by: Kirill Stonozhenko <40611691+KirillSto@users.noreply.github.com>
2024-03-26 17:40:15 +00:00
Roman Khafizianov
a271fb162f
GO-2961 Merge branch 'main' of ssh://github.com/anyproto/anytype-heart into go-2961-participant-should-not-be-displayed-in-the-space-until-their
# Conflicts:
#	pkg/lib/bundle/relation.gen.go
#	pkg/lib/bundle/systemRelations.gen.go
2024-03-26 13:37:37 +01:00
kirillston
42b83aa083
GO-2964 Unset maxCount for restrictions 2024-03-22 12:54:23 +01:00
mcrakhman
1e97d0c3b9
GO-3062 Merge branch 'main' into GO-3062-rename-some-stuff-and-restart-requests-on-space-start
# Conflicts:
#	pkg/lib/bundle/systemRelations.gen.go
2024-03-20 23:00:15 +01:00
kirillston
da331ce90f
GO-2508 Merge main 2024-03-20 14:02:43 +01:00
mcrakhman
d285416d6d
GO-3062 Change update logic 2024-03-19 19:57:38 +01:00
Mikhail Rakhmanov
a55bddb2af
Merge pull request #1019 from anyproto/GO-3062-save-space-members-space-view
GO-3062: Implement write-read limits update
2024-03-19 16:34:39 +01:00
mcrakhman
27df1b5839
GO-3062 Change details to derived in relation 2024-03-19 16:12:09 +01:00
mcrakhman
22fd2ff418
GO-3062 Implement write-read limits update 2024-03-18 21:17:23 +01:00
Roman Khafizianov
b6ec8a4bc7
GO-2961 add isHiddenDiscovery relation to not-active space members 2024-03-12 17:53:52 +01:00
AnastasiaShemyakinskaya
14a1c5ec71
GO-2821: fix internal type check
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-03-06 14:00:02 +01:00
AnastasiaShemyakinskaya
2385942f4b
GO-2821: export all dependent derived objects in case of single import
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-03-06 11:21:40 +01:00
Roman Khafizianov
c0c2668662
creator relation: increase the revision 2024-03-05 16:31:58 +01:00
Roman Khafizianov
da3209a946
relations: unhide creator 2024-03-05 14:32:32 +01:00
kirillston
a87fa586b2
GO-2893 Merge main 2024-03-01 11:58:14 +03:00
Roman Khafizianov
2f7d73fbde
Merge pull request #969 from anyproto/go-2915-add-restriction-for-participant-type
GO-2915 add CreateObjectOfThisType restriction to the type objects
2024-02-29 18:27:38 +01:00
Roman Khafizianov
0d801b3eb3
GO-2915 add CreateObjectOfThisType retriction for specific types 2024-02-29 18:09:34 +01:00
kirillston
6e3d32be7b
GO-2893 Rename links and backlinks 2024-02-29 18:46:17 +03:00
mcrakhman
bd92d45123
GO-2982 Add latest acl head id 2024-02-29 12:22:40 +01:00
Roman Khafizianov
9cb66419b1
reviseSystemObject: change logic
exclude same revision
2024-02-26 19:29:22 +01:00
Roman Khafizianov
ecd3c8d211
GO-2958 Merge branch 'main' of ssh://github.com/anyproto/anytype-heart into go-2958-add-type-object-creation-restriction
# Conflicts:
#	pkg/lib/bundle/types.gen.go
#	pkg/lib/bundle/types.json
2024-02-26 18:26:51 +01:00
Roman Khafizianov
bb309e47da
GO-2945 rename participant -> space member 2024-02-26 12:47:52 +01:00
Roman Khafizianov
d5327772c1
GO-2958 unhide participant 2024-02-22 12:31:27 +01:00
Roman Khafizianov
fac1f47167
GO-2958 add objectRestriction CreateObjectOfThisType 2024-02-22 12:29:43 +01:00
Sergey
60e51940db
Fix internal relations list 2024-02-15 11:05:17 +01:00
Sergey
31bbe5e381
GO-2489 Merge branch 'main' of github.com:anyproto/anytype-heart into GO-2489-acl-architecture 2024-02-12 13:59:46 +01:00
Sergey
bfeccf9146
GO-2859: Fix tests 2024-02-12 13:26:44 +01:00
Sergey
afa8c74054
GO-2489: Fix own review 2024-02-09 09:59:56 +01:00
Sergey
e6b53a5e14
GO-2489 Merge branch 'main' of github.com:anyproto/anytype-heart into GO-2489-acl-architecture 2024-02-05 15:18:54 +01:00
Sergey
161054332e
GO-2799: Async file indexing 2024-02-02 13:25:56 +01:00
kirillston
849d3b1911
GO-2508 Remove tag from system rels 2024-02-02 10:19:09 +01:00
Sergey
b7bbdf7a8b
GO-2489 Merge branch 'go-1420-epic-wrap-files-in-objects' into GO-2489-acl-architecture 2024-01-31 18:50:23 +01:00
Sergey
f98fd60473
GO-1420: Fix after merge 2024-01-31 11:12:07 +01:00
Sergey
b84040664c
Merge branch 'main' of github.com:anyproto/anytype-heart into go-1420-epic-wrap-files-in-objects
# Conflicts:
#	core/block/editor.go
#	core/block/editor/clipboard/clipboard.go
#	core/block/editor/factory.go
#	core/block/editor/file/file.go
#	core/block/editor/page.go
#	core/block/export/export.go
#	core/block/import/common/common.go
#	core/block/import/common/objectcreator/objectcreator.go
#	core/block/import/common/objectid/provider.go
#	core/block/import/common/syncer/bookmark.go
#	core/block/import/common/syncer/file.go
#	core/block/import/common/syncer/icon.go
#	core/block/import/common/syncer/relationsyncer.go
#	core/block/import/common/syncer/types.go
#	core/block/import/importer.go
#	core/file.go
#	core/files/file.go
#	core/files/files.go
#	core/files/fileuploader/uploader.go
#	core/files/images.go
#	core/indexer/reindex.go
#	pkg/lib/bundle/relation.gen.go
#	pkg/lib/bundle/relations.json
#	pkg/lib/bundle/systemRelations.gen.go
#	pkg/lib/bundle/systemRelations.json
#	pkg/lib/localstore/filestore/files.go
#	pkg/lib/pb/model/models.pb.go
2024-01-31 10:18:41 +01:00
Sergey
cb92726ba6
Add Space access type derived relation 2024-01-30 15:22:49 +01:00
Sergey
555d933af0
GO-2489 Merge branch 'go-1420-epic-wrap-files-in-objects' into GO-2489-acl-architecture 2024-01-26 15:27:00 +01:00