Commit Graph

140 Commits (2e01c1a43185f1b19a58b3a7ba34f30e9dffa699)

Author SHA1 Message Date
moonrailgun 14613cc973 refactor: refactor ack logic to not fetch all acks but fetch only the ones that are needed 6 months ago
moonrailgun 61184d1e59 fix: fix a problem which make disableMsgpack not work 9 months ago
moonrailgun 3fbeb2ac96 refactor: add email logger to debug smtp problem #232 9 months ago
shenjack a4180ae29c chore: change env to DISABLE_MESSAGEPACK and enhance the code 9 months ago
shenjack 57fa22cd8d chore: Add socket msgpack related configs and env 9 months ago
moonrailgun 3801bb20a8 fix: #230 fix a bug which will occur error tip when invite a user into conversation 9 months ago
eya46 34a380eff5
feat: add chat.message.getMessage api (#227)
* 添加api: getMessage

* 更改异常信息、检查消息是否存在
10 months ago
moonrailgun 125df13976 feat: add tianji script environment 10 months ago
moonrailgun 592e4ab8bd fix: fix error tip for user cannot add self as friend 11 months ago
moonrailgun 1359b6eee7 feat: add bot tag in group/dm user popover 1 year ago
moonrailgun 5d69b326b9 feat: add permission to edit basic info and fixed the bug of incorrect display of group fields 1 year ago
moonrailgun 7e239ead86 fix: fix a bug ban user clean cache will be have a gap between userinfo and token cache #179
we must make sure user cache will be clean first and clean token cache second
then user will not been get old user  cache in next token cache generate
1 year ago
moonrailgun 0be2bf6c47 feat: add livekit panel for converse dm meeting 1 year ago
moonrailgun 5b16ff90c9 fix: fixed an issue where the inbox groupId was incorrect when replying in a private conversation 1 year ago
moonrailgun 7be0489542 feat: add env MINIO_SSL #172 1 year ago
moonrailgun 176528b303 feat: add text panel message search right panel 1 year ago
moonrailgun c25d3a0b46 feat: add telemetry to aware of the presence of other deployment instances
you can disable it by env DISABLE_TELEMETRY=1
1 year ago
moonrailgun eae8d35053 feat: add http cache for static and public files 1 year ago
moonrailgun 915ed01a51 feat(admin): allow to delete private message 1 year ago
moonrailgun 235389b394 feat: add message.searchMessage api 1 year ago
moonrailgun 46648b4590 feat: add file views field to record file get frequency
helps us measure file activity
1 year ago
moonrailgun 9b72fc3ffe feat: use file save upsert logic rather than insert for avoid duplicate recording of the same file 1 year ago
moonrailgun 3c1d8efe03 fix: fix duplicate key error collection problem in ack update api 1 year ago
moonrailgun e731c61964 feat: add permissionMap and fallbackPermissions for group panel permission control
and remove old mode for forbid user speak
2 years ago
moonrailgun 98e81fa9b7 fix: #148 fix non-mime problem when get file from minio
infer mime with extname
2 years ago
moonrailgun 018d311da6 feat: allow remove converse from dmlist
if user offline, will call user.dmlist.addConverse which ensure converse in dmlist
2 years ago
moonrailgun b6e91900d8 fix(openapi): fix logoUri must be a a web uri warning problem 2 years ago
moonrailgun a143a7eada chore: add dev script for openapi-oidc-page 2 years ago
moonrailgun 9f9997012f style: format ejs 2 years ago
moonrailgun cfacc655f8 feat(openapi): add backend image icon support in authorize page 2 years ago
moonrailgun e0141f4bc4 feat(openapi): allow edit appName, appDesc and appIcon 2 years ago
moonrailgun 380bc3d960 feat(openapi): add delete app action 2 years ago
moonrailgun 7d4c527bb6 style: update words for authorize 2 years ago
moonrailgun c98dc4714d feat(admin): add file delete action which delete minio file also and allow fuzzy match of objectName 2 years ago
moonrailgun 5e27ab899e fix: fix converse permission check for pluginBot
pluginBot should has all permission
2 years ago
moonrailgun 4b0fc66ffb perf: add persist option for one day to reduce request by react-query cache 2 years ago
moonrailgun f7e84cad35 fix: #143 fix message api overreach vulnerability problem 2 years ago
moonrailgun edc076f430 feat: add the multi converse strategy, create a multi converse without reusing past converse 2 years ago
moonrailgun f6c2f6fced refactor: add i18n support for converse system message 2 years ago
moonrailgun 52647a98b5 fix: fix append group member roles will occur error when operate multi users 2 years ago
moonrailgun c96367f157 feat: add github repo group ensure action which will auto create group and subscribe activity 2 years ago
moonrailgun 1084913d3a feat: add plugin which can auto join group after register or createTemporaryUser 2 years ago
moonrailgun 3d9efbded0 refactor: add group.addMember which replace group.joinGroup
more easy to call
2 years ago
moonrailgun 584997826b feat: add alioss or other s3 protocol external storage support #104 2 years ago
moonrailgun 5ca5c765b8 feat: add broadcast notify when call config.setClientConfig
make all connection config should up to date
2 years ago
moonrailgun 738eb75003 feat: add invite code usage limit for every invite code 2 years ago
moonrailgun 36061f6b74 feat: add feature disableAddFriend which can disable add friends 2 years ago
moonrailgun a0cbc45760 fix: #102 fix non-email github account login cannot register problem
use generated email to register if email not include

and migrate other generated email to same format
2 years ago
moonrailgun 947d05697a feat: add group background image in invite
and move entry image from entry to all
2 years ago
moonrailgun 51c7111621 feat: add env DISABLE_PLUGIN_STORE which will hide plugin store entry 2 years ago