1485 Commits

Author SHA1 Message Date
withchao
df808658b2 Merge branch 'seq38' into allmerge
# Conflicts:
#	go.mod
#	go.sum
2024-07-10 15:18:02 +08:00
chao
fdb6ea7a47
Merge branch 'openimsdk:main' into main 2024-07-10 15:07:42 +08:00
icey-yu
213613cf54
Fix token (#2403)
* fix:log config

* fix: token update expire time
2024-07-09 10:17:44 +00:00
chao
df9bbeb313
Merge branch 'openimsdk:main' into main 2024-07-09 14:39:22 +08:00
Monet Lee
407a117a05
fix: remove repeat append logic. (#2400) 2024-07-08 04:34:46 +00:00
chao
ab84d77b38
Merge branch 'openimsdk:main' into main 2024-07-05 14:55:56 +08:00
icey-yu
cc2f993eab
fix:log (#2396) 2024-07-04 11:58:41 +00:00
withchao
c5cf078cd6 resolving conflicts 2024-07-04 10:29:33 +08:00
withchao
73a9265957 Merge remote-tracking branch 'origin/main' into seq38
# Conflicts:
#	go.mod
#	go.sum
#	internal/api/friend.go
#	internal/rpc/group/sync.go
#	pkg/common/storage/cache/redis/seq.go
#	pkg/common/storage/controller/group.go
#	pkg/common/storage/database/mgo/group_member.go
#	pkg/common/storage/database/name.go
2024-07-04 10:26:48 +08:00
chao
a464750de2
Merge branch 'openimsdk:main' into main 2024-07-04 10:18:13 +08:00
icey-yu
f231ea1f21
fix:start (#2389) 2024-07-03 07:39:59 +00:00
chao
644eaf996c
update gomake version (#2386)
* fix: GroupApplicationAcceptedNotification

* fix: GroupApplicationAcceptedNotification

* fix: NotificationUserInfoUpdate

* cicd: robot automated Change

* fix: component

* fix: getConversationInfo

* feat: cron task

* feat: cron task

* feat: cron task

* feat: cron task

* feat: cron task

* fix: minio config url recognition error

* update gomake version

* update gomake version

---------

Co-authored-by: withchao <withchao@users.noreply.github.com>
2024-07-03 06:27:16 +00:00
icey-yu
95df4194ca
Optimize get conversation seq (#2387)
* feat:optimize GetConversationsHasReadAndMaxSeq

* fix:get max seqs

* fix:get max seqs

* fix:get max seqs

* fix:get max seqs
2024-07-03 06:25:10 +00:00
chao
c117ef8399
Merge pull request #8 from mo3et/minio-cron-del
feat: implement scheduled delete outdated object in minio.
2024-07-03 11:47:04 +08:00
Monet Lee
a421bd11bb fix uncorrect args call. 2024-07-03 11:14:38 +08:00
Monet Lee
686ccae18d remove unnesseary incr. 2024-07-03 11:10:33 +08:00
Monet Lee
7897044e28 implement FindExpires pagination. 2024-07-03 11:03:03 +08:00
withchao
0b4c802074 update gomake version 2024-07-03 10:45:11 +08:00
withchao
8d4737cb67 update gomake version 2024-07-03 10:30:06 +08:00
chao
bfbfb78da4
Merge branch 'openimsdk:main' into main 2024-07-03 10:21:28 +08:00
Monet Lee
330611796c feat: implement scheduled delete outdated object in minio. 2024-07-02 18:10:27 +08:00
chao
88c0d5f5ad
feat: support incremental synchronization (#2379)
* fix: GroupApplicationAcceptedNotification

* fix: GroupApplicationAcceptedNotification

* fix: NotificationUserInfoUpdate

* cicd: robot automated Change

* fix: component

* fix: getConversationInfo

* feat: cron task

* feat: cron task

* feat: cron task

* feat: cron task

* feat: cron task

* fix: minio config url recognition error

* new mongo

* new mongo

* new mongo

* new mongo

* new mongo

* new mongo

* new mongo

* new mongo

* friend incr sync

* friend incr sync

* friend incr sync

* friend incr sync

* friend incr sync

* mage

* optimization version log

* optimization version log

* sync

* sync

* sync

* group sync

* sync option

* sync option

* refactor: replace `friend` package with `realtion`.

* refactor: update lastest commit to relation.

* sync option

* sync option

* sync option

* sync

* sync

* go.mod

* update: go mod

* refactor: change incremental to full

* feat: get full friend user ids

* feat: api and config

* group version

* merge

* fix: sort by id avoid unstable sort friends.

* group

* group

* group

* fix: sort by id avoid unstable sort friends.

* fix: sort by id avoid unstable sort friends.

* fix: sort by id avoid unstable sort friends.

* user version

* fix: sort by id avoid unstable sort friends.

* test: test log add.

* test: debug log remove.

* fix: transfer group owner incr version more than 1.

* fix: add condition to kick owner.

* feat: replace resp nil

* feat: replace nil

* fix: delete cache of max group joined version avoid sync joined group failed.

* fix: nil

* fix: delete cache of max group joined version avoid sync joined group failed.

* fix: delete cache of max group joined version avoid sync joined group failed.

* return group information for any changes

* online cache

---------

Co-authored-by: withchao <withchao@users.noreply.github.com>
Co-authored-by: Monet Lee <monet_lee@163.com>
Co-authored-by: OpenIM-Gordon <46924906+FGadvancer@users.noreply.github.com>
Co-authored-by: icey-yu <1186114839@qq.com>
2024-07-01 09:38:14 +00:00
chao
4781cf4043
Merge branch 'openimsdk:main' into main 2024-07-01 16:51:11 +08:00
chao
bf2cf427f5
Merge pull request #6 from mo3et/minio-cron-del
feature: implement minio expire delete logic.
2024-07-01 16:50:21 +08:00
Monet Lee
dac8fba11f implement minio expire delete logic. 2024-06-28 17:59:57 +08:00
Monet Lee
2b2a75f19e implement minio expire delete. 2024-06-28 15:29:03 +08:00
icey-yu
fe7c029c2a
fix: group application (#2367)
* fix: group application

* feat: constant
2024-06-27 10:16:03 +00:00
printlin
118c5f56f3
feature: add webhook AttentionIds (#2370) 2024-06-27 10:10:06 +00:00
icey-yu
e6f1232582
fix: message can store Ex (#2371) 2024-06-27 09:54:42 +00:00
withchao
9b043feca7 seq user 2024-06-24 17:34:49 +08:00
icey-yu
d6606152ee
fix:create auth token can add expire time (#2352)
* fix:create auth token can add expire time

* refactor:move expire time calculate into cache from controller
2024-06-24 08:11:19 +00:00
withchao
8e3890ed88 seq 2024-06-21 18:24:30 +08:00
withchao
2d2941a526 seq 2024-06-20 15:56:02 +08:00
withchao
425008a610 Merge remote-tracking branch 'origin/seq38' into seq38 2024-06-20 15:32:09 +08:00
withchao
ac9f4f667d Merge remote-tracking branch 'origin/list' into seq38 2024-06-20 15:23:00 +08:00
withchao
88c1510be7 Merge remote-tracking branch 'origin/list' into list 2024-06-20 14:57:47 +08:00
withchao
03d4564596 user version 2024-06-20 14:55:59 +08:00
withchao
4074f81343 Merge branch 'refs/heads/list' into seq38 2024-06-19 21:16:40 +08:00
Gordon
4f359b7335 fix: sort by id avoid unstable sort friends. 2024-06-19 20:35:32 +08:00
Gordon
5006af5b54 fix: sort by id avoid unstable sort friends. 2024-06-19 20:28:09 +08:00
Gordon
924888dbd1 fix: sort by id avoid unstable sort friends. 2024-06-19 20:17:28 +08:00
withchao
1ee33f36f7 group 2024-06-19 17:38:30 +08:00
withchao
7182298d2f Merge remote-tracking branch 'origin/list' into seq38 2024-06-19 17:00:15 +08:00
withchao
f613c6dfc9 group 2024-06-19 16:52:44 +08:00
withchao
08cb4a948d group 2024-06-19 16:28:28 +08:00
Gordon
aff8322bc5 fix: sort by id avoid unstable sort friends. 2024-06-18 21:04:03 +08:00
withchao
cce382d0c3 seq 2024-06-18 18:06:40 +08:00
withchao
a2a28b43c5 seq 2024-06-18 16:46:06 +08:00
withchao
d55d416f68 seq 2024-06-17 17:41:28 +08:00
withchao
ec40d824f6 Merge remote-tracking branch 'origin/main' into list
# Conflicts:
#	go.mod
#	go.sum
2024-06-17 15:38:29 +08:00