summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-10-25fix(profile): Check if the user is allowed to create roomsfeat/674Joas Schilling
2023-10-25fix(CI): Update OCP packageJoas Schilling
2023-10-25fix(profile): Check profile config before creating room from guestJoas Schilling
2023-10-25fix(profile): Move rate-limiting before the actionJoas Schilling
2023-10-25feat: Allow guests to contacts user via public profile "Talk to" linkJonas Dreßler
2023-10-25Merge pull request #10767 from nextcloud/fix/10765/fix-chat-mentionsMaksim Sukharev
2023-10-25Fix(l10n): Update translations from TransifexNextcloud bot
2023-10-24fix(MessagesList): fix TypeError - read properties of undefined - for chat sc...Maksim Sukharev
2023-10-24fix(Mention): refactor component, get size from parentMaksim Sukharev
2023-10-24Merge pull request #10763 from nextcloud/fix/noid/new_conversation_creationDorra
2023-10-24Merge pull request #10764 from nextcloud/update-valinorJoas Schilling
2023-10-24Merge pull request #10675 from nextcloud/fix/migrate-to-nc-empty-contentGrigorii K. Shartsev
2023-10-24fix(NewGroupConversation): switch to v-show so refs can be accessibleDorraJaouad
2023-10-24chore(eslint): ignore raw query in import importGrigorii K. Shartsev
2023-10-24fix: migrate to NcEmptyContent on viewsGrigorii K. Shartsev
2023-10-24fix(deps): Update CuyZ/Valinor after upstream fixed the regression from 1.6.1Joas Schilling
2023-10-24Merge pull request #10608 from nextcloud/feat/10410/sip-dial-outJoas Schilling
2023-10-24Merge pull request #10756 from nextcloud/techdebt/noid/fix-type-after-clarifi...Joas Schilling
2023-10-24feat(sip-dialout): Add phone icon for rooms created by SIP dial-outJoas Schilling
2023-10-24Merge pull request #10762 from nextcloud/fix/noid/minor-chat-fixesMaksim Sukharev
2023-10-24techdebt: Add constants for room object typesJoas Schilling
2023-10-24feat(sip-dialout): Add system messages for adding/removing phone numbers to a...Joas Schilling
2023-10-24fix(docs): Document new participant fieldsJoas Schilling
2023-10-24fix(ChatView): minor fixesMaksim Sukharev
2023-10-24Fix(l10n): Update translations from TransifexNextcloud bot
2023-10-23Merge pull request #10760 from nextcloud/bugfix/noid/remove-email-wordingJoas Schilling
2023-10-23fix(CI): FIx integration tests for Postgres (sort order from DB differsfeat/10410/sip-dial-outJoas Schilling
2023-10-23fix(CI): Typed static property FeatureContext::$phoneNumberToActorId must not...Joas Schilling
2023-10-23fix(sip-dialout): Rely on the $options array when receiving a rejection noteJoas Schilling
2023-10-23Temporary downgrade Valinor to fix CIJoas Schilling
2023-10-23fix(sip-dialout): Expose the callId to users that are allowed to use sip dialoutJoas Schilling
2023-10-23fix(sip-dialout): Log when the signaling server response is emptyJoas Schilling
2023-10-23tests(sip-dialout): Add integration tests for the communication with the sign...Joas Schilling
2023-10-23feat(sip-dialout): Add API endpoint for the SIP bridge to cancel a Dial-outJoas Schilling
2023-10-23fix(docs): Add capability configs for all the SIP statesJoas Schilling
2023-10-23Avoid circular dependencyJoas Schilling
2023-10-23Extend OpenAPI definitionJoas Schilling
2023-10-23feat(call): Add endpoint to send the dial-out request to the HPBJoas Schilling
2023-10-23feat(sip-dialout): Add call ID to attendeesJoas Schilling
2023-10-23fix(openapi): Regenerate OpenAPIJoas Schilling
2023-10-23tests(sip-dialout): Add integration test for adding phone number to a convers...Joas Schilling
2023-10-23fix(sip-dialout): Add an admin config for SIP dial-outJoas Schilling
2023-10-23feat(sip-dialout): Add an endpoint to verify a SIP dialout as the SIP bridgeJoas Schilling
2023-10-23fix(sip-dialout): Validate the HPB responseJoas Schilling
2023-10-23feat(sip-dialout): Add dial-out requestJoas Schilling
2023-10-23feat(sip-dialout): Allow adding phone numbers as participantsJoas Schilling
2023-10-23fix(tests): Fix feature nameJoas Schilling
2023-10-23chore(webpack): add raw query supportGrigorii K. Shartsev
2023-10-23fix(welcome): remove #shareRoomContainerGrigorii K. Shartsev
2023-10-23Merge pull request #10730 from nextcloud/feat/5354/captions-frontendMaksim Sukharev