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

861 commits

Author SHA1 Message Date
kirillston
3d9fd8484b
GO-955 Add icon rel and cmd WIP 2023-04-25 18:17:59 +02:00
Sergey
fd8af3066a
GO-968: Add IsCollection flag to dataview 2023-04-25 18:17:59 +02:00
Roman Khafizianov
38679e63ab
rpc: rename AccountRecoverFromLegacyBackup -> AccountRecoverFromLegacyExport
to match master AccountExport
2023-04-25 18:17:59 +02:00
mcrakhman
d966462c1a
WIP debug api 2023-04-25 18:17:59 +02:00
Sergey
3a1c456dd0
WIP ObjectToCollection, fix creating of collection 2023-04-25 18:17:59 +02:00
Sergey
0d90265cf3
Subscription prototype 2023-04-25 18:17:59 +02:00
Sergey
ab270aabfb
GO-351: Methods for manipulating collection 2023-04-25 18:17:59 +02:00
Sergey
bef192dcdd
GO-351: Create Collection smartblock, object type and layout 2023-04-25 18:17:59 +02:00
kirillston
14f9a71592
GO-711 Add events to rpc call 2023-04-25 18:17:59 +02:00
kirillston
6a66ad2c85
GO-711 Remove wsId and injection goroutine 2023-04-25 18:17:59 +02:00
kirillston
cd4fc553fa
GO-711 Fix rpc name 2023-04-25 18:17:59 +02:00
kirillston
bf7dc19fb3
GO-711 Rename request parameter 2023-04-25 18:17:59 +02:00
kirillston
bc4aaea789
GO-711 Add ObjectSetDashboard cmd 2023-04-25 18:17:59 +02:00
Sergey
ea663f04b2
Make protos 2023-04-25 18:17:59 +02:00
mcrakhman
c4226e9823
WIP debug api 2023-04-25 18:17:59 +02:00
Roman Khafizianov
7c9e5f49df
add field to export 2023-04-25 18:17:59 +02:00
Roman Khafizianov
3add2413b2
ObjectListExport: add cacheTimeout and ctx timeout, return number of failed objects 2023-04-25 18:17:59 +02:00
Roman Khafizianov
c4882c5063
rename RPC UserDump -> AccountExport 2023-03-01 18:13:53 +01:00
Sergey
e4ac6c51f6
GO-810: Add List layout for widget 2023-02-20 17:05:58 +05:00
Roman Khafizianov
c358f28d21
remove deprecated marketplace predefined threads 2023-02-08 11:51:38 +01:00
Sergey
ce9a5736fd
GO-781: Rename fields in BlockDataviewFilter* commands
FilterId -> Id
FilterIds -> Ids
2023-01-26 10:34:46 +05:00
Sergey
c5d64fc1ba
GO-781: Add ID to Sort in dataview 2023-01-25 19:00:05 +05:00
Pavel Zavyalov
227f2aba0f
[inline-sets] Merge branch 'master' into inline-sets 2023-01-18 20:54:09 +06:00
Pavel Zavyalov
3248d119f4
[inline-sets] Merge branch 'atomic-changes' into inline-sets 2023-01-17 13:54:38 +06:00
Sergey
68ba14bd7f
Merge branch 'master' of github.com:anytypeio/go-anytype-middleware into atomic-changes
 Conflicts:
	clientlibrary/service/service.pb.go
	pb/commands.pb.go
	pb/service/service.pb.go
	util/pbtypes/copy.go
2023-01-16 16:31:36 +05:00
Pavel Zavyalov
62fe461f0b
[GO-120-include-time-sort] Merge branch 'master' into GO-120-include-time-sort 2023-01-13 14:16:26 +06:00
Sergey
90f9a4a460
Merge branch 'master' into atomic-changes 2023-01-12 18:09:32 +05:00
Pavel Zavyalov
baaba27d6e
[inline-sets] Merge branch 'atomic-changes' into inline-sets 2023-01-12 16:29:26 +06:00
Pavel Zavyalov
64177b1c71
[inline-sets] Merge branch 'master' into inline-sets 2023-01-11 16:48:18 +06:00
Roman Khafizianov
636ca1069b
small fixes 2023-01-09 13:42:49 +01:00
Pavel Zavyalov
336ba6d0e7
[inline-sets] Merge branch 'tmp' into inline-sets 2023-01-09 16:46:01 +06:00
Pavel Zavyalov
6eaf8458d1
[tmp] [inline-sets] fix create view from inline set 2023-01-09 16:42:52 +06:00
Sergey
92b417a3b7
GO-423 Add pageLimit to view 2022-12-27 20:52:19 +05:00
Pavel Zavyalov
f7d7d9bbf3
[GO-120-include-time-sort] add includeTime to sort 2022-12-26 18:22:35 +06:00
Sergey
333ecaa411
Fix naming; small optimization 2022-12-26 16:20:29 +05:00
Sergey
4d0f756b2f
Command for relations 2022-12-23 19:09:50 +05:00
Sergey
4eb76c24bf
Add commands for Sorts 2022-12-23 17:54:46 +05:00
Sergey
6961d631d4
Update -> Replace 2022-12-23 17:22:56 +05:00
Sergey
659e2287cb
Add ID to filters 2022-12-23 16:40:35 +05:00
Sergey
f14b2b6fd7
Commands BlockDataviewFilterRemove, Update, Sort 2022-12-23 15:26:40 +05:00
Sergey
a37db19a9a
Command BlockDataviewFilterAdd 2022-12-23 14:14:39 +05:00
Sergey
b31e74214b
Changes for fields 2022-12-23 11:28:57 +05:00
Sergey
35c170ff79
Apply changes 2022-12-23 00:21:15 +05:00
Sergey
414e3fcc77
Prototype for filters 2022-12-22 21:17:29 +05:00
Pavel Zavyalov
75ca0ac850
[inline-sets] fix BlockSetSource command 2022-12-22 15:30:10 +06:00
Pavel Zavyalov
2ab1de2545
[inline-sets] Merge branch 'master' into inline-sets 2022-12-22 14:56:03 +06:00
Sergey
6f3c41e617
Merge branch 'master' into go-556-extract-object-creation-logic 2022-12-22 11:04:45 +05:00
Roman Khafizianov
0c2c725358
Merge pull request #1664 from anytypeio/fix-subobjremove-go-660
process subObjects remove changes
2022-12-21 15:53:23 +01:00
Pavel Zavyalov
25f691d9a7
[GO-536-refresh-account-data] Merge branch 'master' into GO-536-refresh-account-data 2022-12-21 17:23:31 +06:00
Pavel Zavyalov
feed9acbc6
[inline-sets] conflicts 2022-12-21 17:12:09 +06:00