Commit Graph

104 Commits (3c1d8efe03ee95c8d0d102bea02c610cd8368ee5)

Author SHA1 Message Date
moonrailgun 3c1d8efe03 fix: fix duplicate key error collection problem in ack update api 2 years 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 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
moonrailgun 065f7d44c8 feat: add group description
limit 120 words
2 years ago
moonrailgun 2709beb2d8 perf: add getGroupBasicInfo request cache 2 years ago
moonrailgun a8bb744bfd feat(fim): add avatar storage and enable fim 2 years ago
moonrailgun ed1d7cc1d6 feat: add fim record provider create / search and sign token 2 years ago
moonrailgun b64d037b60 feat: add fim plugin and add github oauth strategy 2 years ago
moonrailgun 2e56139925 feat: add env `DISABLE_CREATE_GROUP` which can control user allow create group 2 years ago
moonrailgun 3ad1e4410c feat: add chat.inbox.batchAppend action which can batch add inbox item 2 years ago
moonrailgun 40b007698f feat: add nickname edit in register view 2 years ago
moonrailgun 1b880a5051 feat: add unban operation 2 years ago
moonrailgun ea3ad15f5f feat: add ban user
you can see this action in admin-next
2 years ago
moonrailgun 7029e67f0c feat: add friend nickname set model and api 2 years ago
moonrailgun 0991dcde8e refactor: modify friend data struct
add nickname in friend model
2 years ago
moonrailgun bad6aa05fa fix: fix check logic in getGroupUserPermission
member role record role id, so filter should be use _id other than name

and add cache clean login when edit group permission
2 years ago
moonrailgun d83300e141 feat: add group data get and save action in group.extra 2 years ago
moonrailgun ff86b84c14 fix: fix updateGroupConfig not work problem
replace value set with mongo set
2 years ago
moonrailgun 032328f1f5 style: remove caches when init config in development 2 years ago
moonrailgun dedeaa805f feat: add disableUserRegister and disableGuestLogin 2 years ago
moonrailgun 44ec0599e2 fix: fix return error problem in message.fetchNearbyMessage 2 years ago
moonrailgun 7f0568feed feat: add message author in inbox event 2 years ago
moonrailgun 1c09b17211 feat: add wxpusher message push 2 years ago
moonrailgun cf2b4e4d2e refactor: unified messaging inbox content to payload
add compatible code for old message type
2 years ago
moonrailgun 1fa1293d1a feat: add plain text with send text message 2 years ago
moonrailgun 9c7448b7cb feat(admin): allow edit client config serverName edit in admin 2 years ago
moonrailgun b45d782f8e feat: add config model and add action for get client config 2 years ago
moonrailgun cbb436cfbe feat: add permission for deleteMessage 2 years ago
moonrailgun 1f21e406a5 feat: add mdpanel plugin. then we can create markdown panel in group 2 years ago
moonrailgun a64f742365 feat: add GroupExtraDataPanel for support panel which allow edit 2 years ago
moonrailgun 8aa5d93eea feat: add action group.extra for storage group extra data 2 years ago
moonrailgun e8a705dad7 feat: 增加用户封禁标识与断开连接功能 2 years ago