Commit Graph

127 Commits (72a68d3bdef0726ffa24d3e534081b10fea3d78d)

Author SHA1 Message Date
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 2 years ago
moonrailgun 176528b303 feat: add text panel message search right panel 2 years ago
moonrailgun c25d3a0b46 feat: add telemetry to aware of the presence of other deployment instances
you can disable it by env DISABLE_TELEMETRY=1
2 years ago
moonrailgun eae8d35053 feat: add http cache for static and public files 2 years ago
moonrailgun 915ed01a51 feat(admin): allow to delete private message 2 years ago
moonrailgun 235389b394 feat: add message.searchMessage api 2 years ago
moonrailgun 46648b4590 feat: add file views field to record file get frequency
helps us measure file activity
2 years ago
moonrailgun 9b72fc3ffe feat: use file save upsert logic rather than insert for avoid duplicate recording of the same file 2 years ago
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 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
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 8fc96b7918 refactor: fix oauth demo which has little problem 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