summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-10-25fix(profile): Check if the user is allowed to create roomsfeat/674Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-25fix(CI): Update OCP packageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-25fix(profile): Check profile config before creating room from guestJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-25fix(profile): Move rate-limiting before the actionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-25feat: Allow guests to contacts user via public profile "Talk to" linkJonas Dreßler
Signed-off-by: Jonas Dreßler <verdre@v0yd.nl>
2023-10-25Merge pull request #10767 from nextcloud/fix/10765/fix-chat-mentionsMaksim Sukharev
fix(Mention): show correct size according to font
2023-10-25Fix(l10n): Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-24fix(MessagesList): fix TypeError - read properties of undefined - for chat ↵Maksim Sukharev
scroller ref Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2023-10-24fix(Mention): refactor component, get size from parentMaksim Sukharev
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2023-10-24Merge pull request #10763 from nextcloud/fix/noid/new_conversation_creationDorra
fix(NewGroupConversation): minor fix
2023-10-24Merge pull request #10764 from nextcloud/update-valinorJoas Schilling
fix(deps): Update CuyZ/Valinor after upstream fixed the regression from 1.6.1
2023-10-24Merge pull request #10675 from nextcloud/fix/migrate-to-nc-empty-contentGrigorii K. Shartsev
Migrate to NcEmptyContent
2023-10-24fix(NewGroupConversation): switch to v-show so refs can be accessibleDorraJaouad
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2023-10-24chore(eslint): ignore raw query in import importGrigorii K. Shartsev
- Not supported by eslint-plugin-import - https://github.com/import-js/eslint-plugin-import/issues/2562 Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-24fix: migrate to NcEmptyContent on viewsGrigorii K. Shartsev
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-24fix(deps): Update CuyZ/Valinor after upstream fixed the regression from 1.6.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-24Merge pull request #10608 from nextcloud/feat/10410/sip-dial-outJoas Schilling
feat(sip-dialout): ☎️ API "SIP dial-out"
2023-10-24Merge pull request #10756 from ↵Joas Schilling
nextcloud/techdebt/noid/fix-type-after-clarification fix(event): Strict type the event after clarification with event cons…
2023-10-24feat(sip-dialout): Add phone icon for rooms created by SIP dial-outJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-24Merge pull request #10762 from nextcloud/fix/noid/minor-chat-fixesMaksim Sukharev
fix(ChatView): minor fixes
2023-10-24techdebt: Add constants for room object typesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-24feat(sip-dialout): Add system messages for adding/removing phone numbers to ↵Joas Schilling
a conversation Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-24fix(docs): Document new participant fieldsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-24fix(ChatView): minor fixesMaksim Sukharev
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2023-10-24Fix(l10n): Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-23Merge pull request #10760 from nextcloud/bugfix/noid/remove-email-wordingJoas Schilling
fix(LeftSidebar): Adjust wording to be less email like
2023-10-23fix(CI): FIx integration tests for Postgres (sort order from DB differsfeat/10410/sip-dial-outJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23fix(CI): Typed static property FeatureContext::$phoneNumberToActorId must ↵Joas Schilling
not be accessed before initialization Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23fix(sip-dialout): Rely on the $options array when receiving a rejection noteJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23Temporary downgrade Valinor to fix CIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23fix(sip-dialout): Expose the callId to users that are allowed to use sip dialoutJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23fix(sip-dialout): Log when the signaling server response is emptyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23tests(sip-dialout): Add integration tests for the communication with the ↵Joas Schilling
signaling server Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23feat(sip-dialout): Add API endpoint for the SIP bridge to cancel a Dial-outJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23fix(docs): Add capability configs for all the SIP statesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23Avoid circular dependencyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23Extend OpenAPI definitionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23feat(call): Add endpoint to send the dial-out request to the HPBJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23feat(sip-dialout): Add call ID to attendeesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23fix(openapi): Regenerate OpenAPIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23tests(sip-dialout): Add integration test for adding phone number to a ↵Joas Schilling
conversation Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23fix(sip-dialout): Add an admin config for SIP dial-outJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23feat(sip-dialout): Add an endpoint to verify a SIP dialout as the SIP bridgeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23fix(sip-dialout): Validate the HPB responseJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23feat(sip-dialout): Add dial-out requestJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23feat(sip-dialout): Allow adding phone numbers as participantsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23fix(tests): Fix feature nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-23chore(webpack): add raw query supportGrigorii K. Shartsev
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-23fix(welcome): remove #shareRoomContainerGrigorii K. Shartsev
It was added long time ago on migration to Vue. No usage or mentions of this element were found anywhere in Talk or server/other apps. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-23Merge pull request #10730 from nextcloud/feat/5354/captions-frontendMaksim Sukharev
feat(NewMessageUploadEditor) - caption to file share