498 Commits

Author SHA1 Message Date
withchao
98b3846d38 Merge remote-tracking branch 'origin/count' into allmerge
# Conflicts:
#	go.mod
#	go.sum
2024-07-10 15:40:02 +08:00
withchao
9a4f5f78cb sub 2024-07-09 14:26:55 +08:00
withchao
b53a26d2ca online status 2024-07-08 10:04:31 +08:00
withchao
c1967a63ca online status 2024-07-05 18:47:48 +08:00
withchao
0a9b53bbe3 rpc prommetrics 2024-07-05 14:19:34 +08:00
withchao
c1d66faa10 api prommetrics 2024-07-04 16:36:20 +08:00
withchao
9151b56fe9 api prommetrics 2024-07-04 16:21:24 +08:00
withchao
6713986887 api prommetrics 2024-07-04 16:15:27 +08:00
withchao
1336b83142 api prommetrics 2024-07-04 16:10:26 +08:00
withchao
a9ab9baa23 resolving conflicts 2024-07-04 10:36:18 +08:00
withchao
f315177a93 Merge branch 'seq38' into online
# Conflicts:
#	go.mod
#	go.sum
#	internal/tools/cron_task.go
#	pkg/common/config/config.go
2024-07-04 10:33:21 +08: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
withchao
fcda73f4bc online push 2024-07-04 10:16:31 +08:00
withchao
e791cbde96 online push 2024-07-03 15:06:09 +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
Monet Lee
330611796c feat: implement scheduled delete outdated object in minio. 2024-07-02 18:10:27 +08:00
withchao
3df39a8382 online cache 2024-07-02 16:43:43 +08:00
withchao
dcd874979e online cache 2024-07-02 16:16:11 +08:00
withchao
1bfaf3e2d9 online cache 2024-07-02 15:56:20 +08:00
withchao
f87ee44459 online cache 2024-07-02 15:52:57 +08:00
withchao
6e2659c64a online cache 2024-07-02 15:46:57 +08:00
withchao
28c8b78b31 online cache 2024-07-02 15:33:31 +08:00
withchao
9388cb61e8 online cache 2024-07-02 15:25:43 +08:00
withchao
32c5f65d2f online cache 2024-07-02 14:32:58 +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
withchao
45b07bc3cc online cache 2024-07-01 17:23:35 +08:00
withchao
3167780620 online cache 2024-07-01 16:29:13 +08:00
Monet Lee
dac8fba11f implement minio expire delete logic. 2024-06-28 17:59:57 +08:00
withchao
3ef62d4aa5 fix 2024-06-28 16:57:01 +08:00
withchao
affa909e17 fix 2024-06-28 16:31:53 +08:00
withchao
8f86049599 user online 2024-06-28 16:18:21 +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
8f0403e67c user online 2024-06-26 18:19:38 +08: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
ac9f4f667d Merge remote-tracking branch 'origin/list' into seq38 2024-06-20 15:23:00 +08:00
withchao
03d4564596 user version 2024-06-20 14:55:59 +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
withchao
a2a28b43c5 seq 2024-06-18 16:46:06 +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
withchao
bd4fb8a1a0 merge 2024-06-17 15:37:13 +08:00