Commit Graph

472 Commits (c796476134ccfe33cb5ca53545c1ef5af04aaedf)

Author SHA1 Message Date
moonrailgun 235389b394 feat: add message.searchMessage api 3 years ago
moonrailgun 46648b4590 feat: add file views field to record file get frequency
helps us measure file activity
3 years ago
moonrailgun 9b72fc3ffe feat: use file save upsert logic rather than insert for avoid duplicate recording of the same file 3 years ago
moonrailgun fd904fd37c fix: fix linkmeta bilibili video support #155 3 years ago
moonrailgun 9411200ae3 fix: fix problem of linkmeta will fetch tailchat's url and not match bbcode url 3 years ago
moonrailgun b26d34e8e2 feat(admin): added total file size statistics 3 years ago
moonrailgun 3c1d8efe03 fix: fix duplicate key error collection problem in ack update api 3 years ago
moonrailgun 5ea1ee9618 test: fix ci problem 3 years ago
moonrailgun e731c61964 feat: add permissionMap and fallbackPermissions for group panel permission control
and remove old mode for forbid user speak
3 years ago
moonrailgun 1b813f9b82 feat: add online status in user popover 3 years ago
moonrailgun 98e81fa9b7 fix: #148 fix non-mime problem when get file from minio
infer mime with extname
3 years ago
moonrailgun f18973bad5 chore: remove unused files 3 years ago
moonrailgun 018d311da6 feat: allow remove converse from dmlist
if user offline, will call user.dmlist.addConverse which ensure converse in dmlist
3 years ago
moonrailgun 5e38294fee refactor: add getConverseInfo call action in sdk 3 years ago
moonrailgun 923b373403 feat(admin): add fuzzy search support for user `q` with `nickname` 3 years ago
moonrailgun 7ca7e36130 style: add toast tip for not support full screen browser 3 years ago
moonrailgun 74fbe62323 docs: add livekit plugin document link 3 years ago
moonrailgun b6e91900d8 fix(openapi): fix logoUri must be a a web uri warning problem 3 years ago
moonrailgun a143a7eada chore: add dev script for openapi-oidc-page 3 years ago
moonrailgun 9f9997012f style: format ejs 3 years ago
moonrailgun cfacc655f8 feat(openapi): add backend image icon support in authorize page 3 years ago
moonrailgun e0141f4bc4 feat(openapi): allow edit appName, appDesc and appIcon 3 years ago
moonrailgun 380bc3d960 feat(openapi): add delete app action 3 years ago
moonrailgun 2dfe88b5dd chore: add oidc page test server 3 years ago
moonrailgun 23b1a851a9 docs: add document about oauth login 3 years ago
moonrailgun 7d4c527bb6 style: update words for authorize 3 years ago
moonrailgun c98dc4714d feat(admin): add file delete action which delete minio file also and allow fuzzy match of objectName 3 years ago
moonrailgun 2b923b40b6 fix: fix linkmeta plugin dont parse {BACKEND} problem 3 years ago
moonrailgun 5e27ab899e fix: fix converse permission check for pluginBot
pluginBot should has all permission
3 years ago
moonrailgun 4b0fc66ffb perf: add persist option for one day to reduce request by react-query cache 3 years ago
moonrailgun ad862b7991 perf: optimize db performance and greatly reduce the time-consuming fetchConverseMessage request
spec of the message db storage is large
3 years ago
moonrailgun 0058880cdc perf(admin): update user avatar preRenderTransform 3 years ago
moonrailgun 49678f3a93 feat(admin): add refresh in messages 3 years ago
moonrailgun 3979e89060 style: add translation 3 years ago
moonrailgun f7e84cad35 fix: #143 fix message api overreach vulnerability problem 3 years ago
moonrailgun 0d21980e40 refactor: add leaveSocketIORoom in sdk#call 3 years ago
moonrailgun edc076f430 feat: add the multi converse strategy, create a multi converse without reusing past converse 3 years ago
moonrailgun f6c2f6fced refactor: add i18n support for converse system message 3 years ago
moonrailgun 4172203dbb chore: upgrade socketio version 3 years ago
moonrailgun 52647a98b5 fix: fix append group member roles will occur error when operate multi users 3 years ago
moonrailgun 967e671521 fix: fix action repush and will display repeated user 3 years ago
moonrailgun 6ec4c0a758 style: translate socketio logging to english 3 years ago
moonrailgun c96367f157 feat: add github repo group ensure action which will auto create group and subscribe activity 3 years ago
moonrailgun bea1170276 refactor: migrate tabs.pane into tabs item 3 years ago
moonrailgun c94827b243 refactor(admin): split i18n files 3 years ago
moonrailgun 5b718c4b04 feat: add iam proxy support for github 3 years ago
moonrailgun 58f7144c31 feat(admin): allow create group through admin 3 years ago
moonrailgun 1084913d3a feat: add plugin which can auto join group after register or createTemporaryUser 3 years ago
moonrailgun 39e0b2cee7 feat(admin): add analytics page
- activeGroupTop5
- activeUserTop5
- largeGroupTop5
- fileStorageUserTop5
3 years ago
moonrailgun c63aeb075b refactor: adjust the resolution layer of streaming 3 years ago
moonrailgun 50991708f2 feat(admin): allow search user and group with id 3 years ago
moonrailgun 8df7b47c07 feat(admin): add operate which can add group member 3 years ago
moonrailgun 3d9efbded0 refactor: add group.addMember which replace group.joinGroup
more easy to call
3 years ago
moonrailgun 7c02848214 refactor: update livekit build config and fix style problem and add event log 3 years ago
moonrailgun 7cb5cadab4 chore: move assets from source when build com.msgbyte.livekit plugin 3 years ago
moonrailgun 263be66d33 feat: add livekit into production env 3 years ago
moonrailgun be8a0b3379 chore: add plugin create node_modules symlink in build stage 3 years ago
moonrailgun 3610b796ec feat(livekit): add livekit webhook receiver 3 years ago
moonrailgun 4054489eaf feat: add fullscreen btn to make dom full screen 3 years ago
moonrailgun d99e556c79 feat: add group badge for current room participants 3 years ago
moonrailgun 80347f9c41 feat(livekit): add long dependency 3 years ago
moonrailgun d68f75b491 feat: add roomMembers list in prejoin view 3 years ago
moonrailgun fe3b68fb75 feat: add leave pre room when join new room 3 years ago
moonrailgun 3a56d13da7 feat: add keep alive overlay for livekit view 3 years ago
moonrailgun 8eca54a77b feat: rewrite all videoconference components. support useravatar and i18n 3 years ago
moonrailgun 95c589df4f feat: add navbar icon which can jump to active panel 3 years ago
moonrailgun c7497cc79e feat: regCustomPanel add useIsShow props to hide icon 3 years ago
moonrailgun 78407f04d5 feat(livekit): add basic room and service endpoint 3 years ago
moonrailgun 79a5b76ba4 feat: add <PreJoinView /> for voice channel 3 years ago
moonrailgun e828c4157b chore: livekit plugin init 3 years ago
moonrailgun 584997826b feat: add alioss or other s3 protocol external storage support #104 3 years ago
moonrailgun 59ad34082c fix(admin): fix number problem in group member count 3 years ago
moonrailgun a56f412995 feat(admin): add type and emailVerified field in user list 3 years ago
moonrailgun 924f644d49 feat: add TailchatWsClient and update tailchat-types 3 years ago
moonrailgun 6f57f80f57 perf: remove admin-old to reduce image size 3 years ago
moonrailgun 7419df1775 perf: optimize the display of global notifications and increase system notification prompts
and export `parseUrlStr`
3 years ago
moonrailgun bd4907dfe5 fix: add fallback for github account which maybe not include name in github 3 years ago
moonrailgun fba1b261ee perf(admin): cache management segmentation 3 years ago
moonrailgun 5ca5c765b8 feat: add broadcast notify when call config.setClientConfig
make all connection config should up to date
3 years ago
moonrailgun 798abeb1ec feat: add global announcement 3 years ago
moonrailgun b6e978e569 fix: add invite code generate check to avoid duplicated invite code 3 years ago
moonrailgun 8c1c03e91d feat: add unique index for group invite code 3 years ago
moonrailgun 738eb75003 feat: add invite code usage limit for every invite code 3 years ago
moonrailgun 36061f6b74 feat: add feature disableAddFriend which can disable add friends 3 years ago
moonrailgun 2128c019c4 feat: add jump to button for joined groups in discover
replace with error toast
3 years ago
moonrailgun 480a1e3442 fix: fix discover server card color schema fit
should support light color
3 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
3 years ago
moonrailgun 947d05697a feat: add group background image in invite
and move entry image from entry to all
3 years ago
moonrailgun 51c7111621 feat: add env DISABLE_PLUGIN_STORE which will hide plugin store entry 3 years ago
moonrailgun 0d6726111d perf: add url link for github subscribe message 3 years ago
moonrailgun 9b63be60e6 perf(discover): add text wrap in card desc 3 years ago
moonrailgun d77eef44ff feat(plugin): add bo data fallback in discover 3 years ago
moonrailgun bc5c522a77 feat: add com.msgbyte.discover plugin as published plugin 3 years ago
moonrailgun 6afde58c60 fix(admin): fix import problem in import plugin model 3 years ago
moonrailgun f766d33bb3 feat: plugin discover add error handle and add description
and fix avatar not show problem
3 years ago
moonrailgun 065f7d44c8 feat: add group description
limit 120 words
3 years ago
moonrailgun 94090e6664 perf(admin): change admin summary days from 7 to 14 3 years ago
moonrailgun f943edf3fe feat: add discover server card and join action 3 years ago
moonrailgun 2709beb2d8 perf: add getGroupBasicInfo request cache 3 years ago
moonrailgun 088a9c91a3 refactor: remove chinese word in github subscribe 3 years ago