1467 Commits

Author SHA1 Message Date
withchao
2ee9a06c8f Merge remote-tracking branch 'origin/list' into list 2024-07-01 16:56:04 +08:00
withchao
c73f176b97 Merge remote-tracking branch 'origin/main' into list
# Conflicts:
#	internal/rpc/group/notification.go
2024-07-01 16:54:22 +08:00
chao
4781cf4043
Merge branch 'openimsdk:main' into main 2024-07-01 16:51:11 +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
5df00a3f97 return group information for any changes 2024-06-25 20:28:13 +08:00
Gordon
1b080fe14d fix: delete cache of max group joined version avoid sync joined group failed. 2024-06-25 19:17:26 +08:00
Gordon
a41667cd82 fix: delete cache of max group joined version avoid sync joined group failed. 2024-06-25 18:07:22 +08:00
OpenIM-Gordon
d036f6ca7c
Merge pull request #5 from icey-yu/fix-nil
fix: nil
2024-06-25 16:28:36 +08:00
icey-yu
355ebe8cfa fix: nil 2024-06-25 16:26:25 +08:00
Gordon
2783aaae25 Merge remote-tracking branch 'origin/list' into list 2024-06-25 15:38:32 +08:00
Gordon
da8cd97bab fix: delete cache of max group joined version avoid sync joined group failed. 2024-06-25 15:36: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
OpenIM-Gordon
304fbe5071
Merge pull request #4 from icey-yu/fix-resp
Fix resp
2024-06-24 16:08:51 +08:00
icey-yu
996fd4ea7c merge: list -> fix-resp 2024-06-24 15:49:42 +08:00
icey-yu
d25eb4c53c feat: replace nil 2024-06-24 15:47:17 +08:00
icey-yu
21197cc679 feat: replace resp nil 2024-06-24 15:34:08 +08:00
OpenIM-Gordon
12f7a2d3f7
Merge pull request #3 from mo3et/before-3.7
fix: add condition to kick owner.
2024-06-24 10:32:16 +08:00
Monet Lee
b3510e285a fix: add condition to kick owner. 2024-06-24 10:13:46 +08:00
Gordon
0539a38310 fix: transfer group owner incr version more than 1. 2024-06-21 19:51:00 +08:00
Gordon
6249445031 test: debug log remove. 2024-06-21 14:48:12 +08:00
Gordon
f572151475 test: test log add. 2024-06-21 14:32:00 +08:00
Gordon
233c2f586c fix: sort by id avoid unstable sort friends. 2024-06-21 09:56:19 +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
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
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
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
withchao
c161330208 Merge remote-tracking branch 'origin/list' into list
# Conflicts:
#	go.mod
#	go.sum
#	internal/api/router.go
#	internal/rpc/group/sync.go
2024-06-17 15:34:49 +08:00
chao
51567959db
Merge branch 'openimsdk:main' into main 2024-06-17 15:28:54 +08:00
withchao
a41c8c6a9d group version 2024-06-17 15:28:09 +08:00
chao
1aa610cf69
Merge pull request #2 from icey-yu/friend-increamental
Get Full Friend IDs
2024-06-14 18:56:23 +08:00
icey-yu
cee1a496e9 feat: api and config 2024-06-14 18:29:54 +08:00
icey-yu
f19f6f9112 feat: get full friend user ids 2024-06-14 17:17:59 +08:00
icey-yu
c5fa596cdd refactor: change incremental to full 2024-06-14 17:14:43 +08:00
icey-yu
904842b15d update: go mod 2024-06-14 17:04:03 +08:00
icey-yu
877abfe7ce
Fix group and config (#2341)
* fix:fcm config path

* update:go mod(only one can create group)

* feat:get fcm config from url

* fix:err and name

* fix:config name and annotation

* refactor:change FCM config name

* refactor:change standardized URL

* Update openim-push.yml

---------

Co-authored-by: skiffer-git <72860476+skiffer-git@users.noreply.github.com>
2024-06-13 04:13:13 +00:00
icey-yu
180532317e
fix:FCM push failed will return error (#2347)
* fix:FCM push failed will return error

* fix:change error delimiter
2024-06-13 04:09:00 +00:00
Monet Lee
a8d5ec314a
feat: implement to invalid token when forceKickOff user. (#2345)
* feat: implement to invalid token when forceKickOff user.

* fix uncorrect contents.

* fix: remove unnecessary contents.
2024-06-13 01:55:07 +00:00
withchao
1b1027192d go.mod 2024-06-13 09:45:14 +08:00
chao
17dad5cf43
Merge branch 'openimsdk:main' into main 2024-06-12 14:42:26 +08:00
withchao
caebdf32ca sync 2024-06-11 18:38:36 +08:00
withchao
58c4c13cf1 sync 2024-06-07 17:45:41 +08:00