Added
- Schedule a meeting directly from within the conversation #6292
Changed
- Update translations
- Update dependencies
- Require Nextcloud 31 / Hub 10
What's Changed
- Refactor: clean call view styles and use CSS variables. by @DorraJaouad in #12913
- chore: update PR template by @Antreesy in #12967
- feat(deps): Add Nextcloud 31 support on main by @nickvergessen in #12965
- fix: provide accessible heading for components by @Antreesy in #12971
- chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.113 to 7.0.114 by @dependabot in #12977
- chore(deps): Bump extendable-media-recorder from 9.2.9 to 9.2.10 by @dependabot in #12976
- fix(Participant): hide ban option for federated users by @DorraJaouad in #12964
- feat(statuses): Post-load local user statuses in federated conversations by @nickvergessen in #12959
- Fix using signaling session ID instead of Nextcloud session ID by @danxuliu in #12961
- feat(TopBar): add next meeting date by @DorraJaouad in #12902
- fix(federation): No notification for call summary and other system me… by @nickvergessen in #12968
- Get call peers by federated users by @danxuliu in #12962
- feat: add login button to guest welcome window by @DorraJaouad in #12941
- ci: Also install sqlite and pdo_sqlite for now by @nickvergessen in #12986
- fix: migrate NcModal to NcDialog by @Antreesy in #12970
- fix(Participant): design follow-ups by @Antreesy in #12966
- fix(capabilities): store remote capabilities based on remoteServer by @Antreesy in #12861
- fix(capabilities): minor adjustments for federation by @Antreesy in #12992
- fix(avatar): decrease avatar size from 44px to 36px by @Antreesy in #12956
- fix: remove extra spinner by @DorraJaouad in #12994
- fix: warning from
false
SearchBox's aria-describedby value by @ShGKme in #12998 - chore(release): Changelog for 20.0.0-rc.1 by @nickvergessen in #13001
- fix(call): Fix race condition of "End call for everyone" and a parall… by @nickvergessen in #12969
- chore(eslint): ignore openapi generated files by @Antreesy in #13002
- feat: Add "New in Talk 20" messages by @nickvergessen in #12999
- fix(avatar): increase avatar size to 40px by @Antreesy in #13010
- chore(release): Changelog for 20.0.0-rc.2 by @nickvergessen in #13015
- fix(a11y): migrate NcModal to NcDialog p2 by @Antreesy in #12997
- chore(deps): Bump libphonenumber-js from 1.11.5 to 1.11.7 by @dependabot in #13022
- chore(deps): Bump pinia from 2.2.1 to 2.2.2 by @dependabot in #13025
- chore(deps): Bump @vueuse/components from 10.11.1 to 11.0.0 by @dependabot in #13024
- chore(deps): Bump @nextcloud/dialogs from 5.3.5 to 6.0.0 by @dependabot in #13023
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #13028
- fix(style): apply NcDialog header styles to NcModal headers by @Antreesy in #13031
- fix: set devMode in CallView component by @Antreesy in #13026
- fix: Fix some minor things found by stan by @nickvergessen in #13037
- style(FilePreview): adjust row layout design by @Antreesy in #13042
- fix(ConversationSettingsDialog): hide unused settings sections in 1-1 by @Antreesy in #13041
- fix(SelectableParticipant): restyle component by @Antreesy in #13017
- Enable debug mode in helper script for integration tests by @danxuliu in #13036
- fix(federation): Fix system message when a fed user is removed by mod… by @nickvergessen in #13049
- fix(guest): migrate localStorage nick to nextcloud/auth implementation by @Antreesy in #13050
- feat: Added blurhash to image metadata by @skalidindi53 in #13009
- fix: correct userGroups intersection check for federation access by @sanskar-soni-9 in #13030
- fix(RightSidebar): hide sidebar button in lobby by @ShGKme in #13057
- chore(deps): bump nextcloud/vue from 8.16.0 to 8.17.0 by @Antreesy in #13068
- feat(FilePreview): add blurhash support by @Antreesy in #13066
- chore(deps): Update openapi-extractor to v1.0.0 by @provokateurin in #13064
- Fix adding and removing permissions by @danxuliu in #13027
- feat: NoteToSelf messages are editable forever by @skalidindi53 in #13035
- fix(recording): distinguish global consent and room-level consent in constants by @Antreesy in #13087
- chore(deps): replace vue-shortkey with vueuse directive by @Antreesy in #12698
- feat(NoteToSelf): allow to edit old messages on frontend by @Antreesy in #13084
- fix(conversation): don't create a participant with falsy credentials by @Antreesy in #13061
- fix(signaling): check only required features on Frontend by @ShGKme in #13078
- fix(avatar): decrease size of loading spinner by @Antreesy in #13093
- fix(NcListItem): force three-dot-menu (+ minor follow-ups) by @Antreesy in #13074
- fix(federation): Sync room properties on join by @nickvergessen in #13072
- fix(conversations): Remove call-permissions by @nickvergessen in #13086
- fix(federation): Propagate permission changes to federated servers by @nickvergessen in #13092
- chore(release): Add changelog for 18.0.11, 19.0.8 and 20.0.0-rc.3 by @nickvergessen in #13102
- fix(TopBar): show "now" instead of start time when it is in the past by @DorraJaouad in #13112
- fix(FilePreview): set fixed size to image container by @Antreesy in #13109
- fix(Reactions): show all names if they are at most 4 reactions by @DorraJaouad in #13116
- chore: Update coding-standard by @nickvergessen in #13117
- ci: Fix reuse and exclude file from packaging by @nickvergessen in #13120
- chore(deps): bump @nextcloud/upload from 1.4.3 to 1.5.0 by @dependabot in #13128
- chore(deps): bump @vueuse/components from 11.0.0 to 11.0.1 by @dependabot in #13129
- chore(deps-dev): bump @babel/preset-env from 7.25.3 to 7.25.4 by @dependabot in #13130
- chore(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @dependabot in #13131
- docs: Fix values for used recording consent options by @nickvergessen in #13135
- fix(GuestWelcomeWindow): fix padding and text clipping by @DorraJaouad in #13138
- fix(federation): Expire sessions of federated users by @nickvergessen in #13142
- feat(calls): Support "Send call notification" for and with federated … by @nickvergessen in #13140
- fix(federation): ensure federation invites appear in store by @Antreesy in #13149
- fix(federation): Correctly handle decline in system messages by @nickvergessen in #13150
- feat(NoteToSelf): add tasks counter by @DorraJaouad in #13122
- feat(Call): show presenter overlay for local screenshare by @DorraJaouad in #12890
- fix(appconfig): Ensure configs are within ranges by @nickvergessen in #13154
- feat(error_message): Display proper message on error on join call by @Souptik2001 in #13133
- style(InvitationHandler): don't shrink action buttons by @Antreesy in #13162
- fix(TopBar): disable buttons if user has no media permissions by @Antreesy in #13168
- fix: remove rebase bug by @DorraJaouad in #13166
- fix(api): Properly typed room-property updates - Part 1 by @nickvergessen in #13167
- fix(CallView): remove shadow of avatars by @DorraJaouad in #13159
- fix(FilePreview): use original size for uploaded image files by @Antreesy in #13147
- fix(TasksCounter): fix translations by @DorraJaouad in #13177
- fix(FilePreview): limit preview size to 384px at upload by @Antreesy in #13180
- fix(tests): Always use absolute path in run-docker.sh by @SystemKeeper in #13145
- fix: use provide/inject to pass values of devMode to CallView children by @Antreesy in #13187
- docs: update screenshots in appstore to match Nc30 styles by @Antreesy in #13182
- chore(deps-dev): bump webpack from 5.88.2 to 5.94.0 by @dependabot in #13188
- chore(deps-dev): bump openapi-typescript from 7.3.0 to 7.3.3 by @dependabot in #13189
- chore(deps): bump emoji-regex from 10.3.0 to 10.4.0 by @dependabot in #13191
- chore(deps): bump @vueuse/components from 11.0.1 to 11.0.3 by @dependabot in #13192
- chore(deps): bump @nextcloud/vue from 8.17.0 to 8.17.1 by @dependabot in #13190
- chore(deps-dev): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #13196
- fix(fileUpload): don't duplicate file templates in store by @Antreesy in #13121
- fix(frontend): handle dark theme change without reload by @ShGKme in #12940
- fix(MessagesGroup): concat actor information by @Antreesy in #13156
- fix: refactor connection failed description by @DorraJaouad in #13185
- chore(release): Add changelog for 20.0.0-rc.4 by @Antreesy in #13210
- fix: use \OCP\Image instead of \OC_Image by @Antreesy in #13207
- fix(MessagesList): Fix chat fit in one screen not fetching by @DorraJaouad in #13174
- fix: minor UX enhancements by @Antreesy in #13215
- fix(TopBar): re-enable upcoming event to all conversations apart from… by @DorraJaouad in #13217
- chore(deps): bump @nextcloud/upload from 1.5.0 to 1.6.0 by @dependabot in #13226
- chore(deps-dev): bump openapi-typescript from 7.3.3 to 7.4.0 by @dependabot in #13224
- chore(deps): bump extendable-media-recorder from 9.2.10 to 9.2.11 by @dependabot in #13225
- chore(deps): bump extendable-media-recorder-wav-encoder from 7.0.114 to 7.0.115 by @dependabot in #13221
- chore(deps): bump @vueuse/core from 11.0.1 to 11.0.3 by @dependabot in #13222
- chore(deps): bump @nextcloud/files from 3.8.0 to 3.9.0 by @dependabot in #13223
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #13197
- fix(chat): add title to "Scroll to bottom" button by @ShGKme in #13239
- fix(upload): show blob previews for .webp image uploads by @Antreesy in #13242
- fix(Notification): Fix rich object parameters with non-string values by @provokateurin in #13200
- fix(federation): matching current user is actor in delete message by @sanskar-soni-9 in #13235
- fix(Chat): consider shared objects when marking unread by @sanskar-soni-9 in #13214
- chore: Update dev dependencies by @nickvergessen in #13246
- docs: Fix copy-paste-error on Join/Leave docs for Bot messages by @nickvergessen in #13252
- fix(signaling): Avoid conflict potential of user and federated user by @nickvergessen in #13181
- fix(notification): Fix missing cast of id to string by @nickvergessen in #13256
- fix(api): Properly typed room-property updates - Part 2 by @nickvergessen in #13173
- fix(setupchecks): Add setup checks for current checks by @nickvergessen in #13157
- feat(desktop): add OCA.Talk.Settings API to customize and manage settings by @ShGKme in #12942
- chore(deps-dev): bump express from 4.19.2 to 4.20.0 by @dependabot in #13265
- chore(SettingsAPI): replace reactive with ref to remove Vue 2 warn by @ShGKme in #13266
- fix(call): temporary disable a call button if ended by moderator by @Antreesy in #13243
- fix(avatar): don't use 'user/avatar' endpoint for generating a temp avatar by @Antreesy in #13269
- chore(release): Add changelog for 19.0.9 and 20.0.0-rc.5 by @nickvergessen in #13279
- chore(deps): bump nextcloud/vue lib from 8.17.1 to 8.18.0 by @Antreesy in #13284
- chore(release): Add changelog for 20.0.0 by @nickvergessen in #13282
- chore(release): Remove redocly.yaml from packages by @nickvergessen in #13289
- fix(userStatus): migrate util to Typescript by @Antreesy in #13111
- chore(deps): bump libphonenumber-js from 1.11.7 to 1.11.8 by @dependabot in #13298
- chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 by @dependabot in #13299
- chore(deps-dev): bump vimeo/psalm from 5.26.0 to 5.26.1 in /vendor-bin/psalm by @dependabot in #13295
- fix: migrate pollsStore to Pinia 🍍 by @Antreesy in #13249
- fix: move page visibility check to composable by @Antreesy in #13302
- fix: rename useWindowVisibility to useDocumentVisibility by @Antreesy in #13303
- feat(ParticipantSelectable): add component for participant search results and bulk selection by @Antreesy in #12850
- fix: restore sidebar listeners behavior + migrate sidebarStore to Pinia 🍍 by @Antreesy in #13307
- fix(TopBar): do not fetch events if actor is a guest or it is not ini… by @DorraJaouad in #13306
- feat(devsetup): Add step by step guide for a development setup by @SystemKeeper in #13309
- fix(VideoBackgroundEditor): change the container of file picker by @DorraJaouad in #13313
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #13305
- fix: remove transition for Chat <-> Call views by @Antreesy in #13316
- fix: don't remove LeftSidebar in fullscreen mode, but hide it by @Antreesy in #13310
- fix: add advanced fields to the color picker by @Antreesy in #13317
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #13318
- fix: migrate fullscreen store and related functions/listeners to composable by @Antreesy in #13311
- chore(deps): bump dompurify from 3.1.2 to 3.1.6 by @dependabot in #13321
- chore(deps): bump nextcloud/vue from 8.18.0 to 8.19.0 by @Antreesy in #13326
- fix(notifications): Fix last type of subject parameters by @nickvergessen in #13330
- feat(Conversation): mark file/object shares with icon in conversations list by @Antreesy in #13333
- fix(ban): do not try to remove a banned user (handled by backend) by @Antreesy in #13335
- chore(cs): Prepare coding-standard update by @nickvergessen in #13338
- fix: request fullscreen for the whole page by @Antreesy in #13320
- fix(rector): Update with rector by @nickvergessen in #13336
- feat(codingstandard): Update coding-standard to 1.3.1 by @nickvergessen in #13346
- fix(TopBar): migrate to NcPopover by @DorraJaouad in #13332
- feat(reactions): Add 👋 and 🔥 call reactions by @nickvergessen in #13345
- fix: remove
mainContainerSelector
anduiModeStore
by @Antreesy in #13341 - fix(sounds): mark audio objects as created by @Antreesy in #13350
- Archive conversations by @SystemKeeper in #13357
- bump openapi-typescript from 7.4.0 to 7.4.1 by @dependabot in #13364
- chore(deps): bump @vueuse/components from 11.0.3 to 11.1.0 by @dependabot in #13363
- bump @nextcloud/axios from 2.5.0 to 2.5.1 by @dependabot in #13365
- bump @nextcloud/webpack-vue-config from 6.0.1 to 6.1.0 by @dependabot in #13366
- bump ua-parser-js from 1.0.38 to 1.0.39 by @dependabot in #13370
- feat(call): list participants grid/stripe with a mouse wheel by @Antreesy in #13219
- fix(changelog): Don't check the user changelog twice by @nickvergessen in #13290
- chore(deps): bump @nextcloud/webpack-vue-config from v6.1.0 to v6.1.1 by @Antreesy in #13377
- fix: migrate sounds store to Pinia 🍍 by @Antreesy in #13356
- ci: Make dependabot config easier readable by @nickvergessen in #13384
- fix(chatManager): Expire unread cache on message delete by @Souptik2001 in #13355
- feat(audioPlayer): Auto play voice messages which are grouped together by @Souptik2001 in #13360
- Fix some translation calls by @Jerome-Herbinet in #13408
- chore(deps): Bump libphonenumber-js from 1.11.8 to 1.11.9 by @dependabot in #13416
- chore(deps): Bump @nextcloud/upload from 1.6.0 to 1.6.1 by @dependabot in #13417
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #13419
- fix(federation): Recover broken invites by @nickvergessen in #13406
- fix(hpb): Deprecate multiple HPBs and fake-clustering by @nickvergessen in #13401
- style: decrease chat messages 'reading width' by @Antreesy in #13394
- fix(federation): Send newest state of the changed properties when ret… by @nickvergessen in #13422
- fix(SelectableParticipant): fix keydown.enter event by @Antreesy in #13397
- fix(Participant): re-render component in VirtualScroller by @Antreesy in #13428
- fix(MessagesList): update date separator overnight by @DorraJaouad in #13425
- fix: replace v-tooltip with native title by @Antreesy in #13423
- fix: do not show two promoted videos by @Antreesy in #13458
- feat(calls): Allow to enforce a maximum call length by @nickvergessen in #13456
- fix(calls): End calls without falling back to a user when killing via… by @nickvergessen in #13464
- chore(deps-dev): Bump @babel/core from 7.25.2 to 7.25.7 by @dependabot in #13474
- chore(deps): Bump pinia from 2.2.2 to 2.2.4 by @dependabot in #13475
- chore(deps): Bump libphonenumber-js from 1.11.9 to 1.11.10 by @dependabot in #13476
- chore(deps): Bump extendable-media-recorder from 9.2.11 to 9.2.13 by @dependabot in #13477
- chore(deps-dev): Bump @babel/preset-env from 7.25.4 to 7.25.7 by @dependabot in #13478
- chore(deps): Bump extendable-media-recorder-wav-encoder from 7.0.115 to 7.0.117 by @dependabot in #13479
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #13482
- fix: migrate pollService to TS by @Antreesy in #13465
- fix: Check media direction in internal signaling messages by @danxuliu in #13492
- feat(calls): Add appconfig and user preference for default setting of… by @nickvergessen in #13488
- 🤖 techdebt: Add PHP rector by @nickvergessen in #13344
- fix: store form data as a single object by @Antreesy in #13500
- chore(release): Add changelog for 18.0.12, 19.0.10 and 20.0.1 by @nickvergessen in #13509
- chore: bump @nextcloud/webpack-vue-config from 6.1.1 to 6.2.0 by @Antreesy in #13514
- feat(polls): Allow moderators to draft polls by @nickvergessen in #13506
- feat: archive conversations (frontend) by @Antreesy in #13358
- feat(devices): add an option to always disable streams by default befo… by @DorraJaouad in #13484
- chore(deps): Bump vue-material-design-icons from 5.3.0 to 5.3.1 by @dependabot in #13530
- chore(deps-dev): Bump @babel/core from 7.25.7 to 7.25.8 by @dependabot in #13531
- chore(deps): Bump libphonenumber-js from 1.11.10 to 1.11.11 by @dependabot in #13532
- chore(deps-dev): Bump @babel/preset-env from 7.25.7 to 7.25.8 by @dependabot in #13529
- chore(dev-deps): Bump nextcloud/ocp package by @nickvergessen in #13537
- feat: align polls state management with API by @Antreesy in #13516
- chore: Use more gender neutral language by @provokateurin in #13538
- ci(dependabot): fix missing schedule by @nickvergessen in #13541
- ci(dependabot): Update configs must have a unique combination by @nickvergessen in #13543
- fix(callView): move store to Pinia 🍍 by @Antreesy in #13432
- fix(MediaSettings): adjust transition direction based on language sup… by @DorraJaouad in #13539
- Force call ends after X - API Follow ups by @nickvergessen in #13491
- fix(info.xml): add discussion URL by @edward-ly in #13407
- fix: omit 'with 0 guests' in system messages when call ends by @Antreesy in #13545
- feat(calls): Allow moderators to download a call participants list by @nickvergessen in #13519
- fix: respect mimetype aliases for file previews by @Antreesy in #13504
- fix(readme): Correct link to developer setup by @SystemKeeper in #13558
- fix(docs): Add federation occ to developer setup docs by @SystemKeeper in #13564
- fix(sounds): harden checks on sounds playing by @Antreesy in #13563
- feat(calls): Allow moderators to download a call participants list - frontend by @DorraJaouad in #13557
- fix(call): Fix support for PHP < 8.3 by @nickvergessen in #13576
- feat: draft polls management 📊 by @Antreesy in #13518
- fix(chat): disable smooth scroll to bottom by @Antreesy in #13572
- build(deps): Bump extendable-media-recorder from 9.2.13 to 9.2.14 by @dependabot in #13585
- build(deps): Bump libphonenumber-js from 1.11.11 to 1.11.12 by @dependabot in #13586
- build(deps): Bump extendable-media-recorder-wav-encoder from 7.0.117 to 7.0.118 by @dependabot in #13587
- build(deps): bump debounce from 2.1.1 to 2.2.0 by @dependabot in #13588
- fix(activity): Fix parameter type of call activity by @nickvergessen in #13593
- ci: Fix restoring the domain and skeleton of the main and real-fed se… by @nickvergessen in #13581
- fix: handle background blur in Talk if server doesn't support it by @Antreesy in #13507
- feat(polls): Import/Export pre-filled poll form to JSON 📊 by @Antreesy in #13487
- ci: Always reset the skeleton directory by @nickvergessen in #13600
- ci(deps-dev): Bump nextcloud/coding-standard from 1.3.1 to 1.3.2 in /vendor-bin/csfixer by @dependabot in #13583
- feat: replace audioRecorderStore with composable by @Antreesy in #13608
- fix: check for false positive hidden parent when scroll by @Antreesy in #13611
- fix: localURL previews by @Antreesy in #13607
- feat(email): Recognize guests invited via email by @nickvergessen in #13499
- fix: appearance of public conversation for guests by @Antreesy in #13619
- fix: pass token to callView store via actions by @Antreesy in #13625
- feat(chat): add download link to attachments by @ShGKme in #13618
- Share from Files wording fix (better consistency) by @Jerome-Herbinet in #13605
- fix(TopBarMenu): check capabilities for downloading participants in call by @DorraJaouad in #13629
- fix(sharing): Align expected sharing behaviour after server change by @nickvergessen in #13632
- build(deps-dev): bump @babel/preset-env from 7.25.8 to 7.26.0 by @dependabot in #13647
- build(deps): bump @nextcloud/files from 3.9.0 to 3.9.1 by @dependabot in #13649
- build(deps): bump extendable-media-recorder-wav-encoder from 7.0.118 to 7.0.120 by @dependabot in #13648
- build(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 by @dependabot in #13646
- build(deps-dev): bump @babel/core from 7.25.8 to 7.26.0 by @dependabot in #13645
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #13596
- fix: PublicShareSidebar for Nextcloud 31 by @Antreesy in #13628
- chore: move EventBus to TS by @Antreesy in #13650
- build(deps): bump elliptic from 6.5.7 to 6.6.0 by @dependabot in #13656
- fix: use method of largest remainder to count poll votes by @Antreesy in #13554
- fix: e-mail guests - frontend 📧 (part 1) by @Antreesy in #13633
- fix: hide 'Browse drafts' button in Note to self and 1-1 rooms by @Antreesy in #13660
- feat: show conversation settings, if URL hash is specified by @Antreesy in #13503
- ci(integration): Bump behat/behat to support PHP 8.4 by @nickvergessen in #13667
- fix(chat): Edit last message hotkey on macOS by @ShGKme in #13658
- build(deps): bump @vueuse/core from 11.1.0 to 11.2.0 by @dependabot in #13678
- build(deps-dev): bump openapi-typescript from 7.4.1 to 7.4.2 by @dependabot in #13682
- build(deps): bump pinia from 2.2.4 to 2.2.5 by @dependabot in #13681
- build(deps): bump extendable-media-recorder-wav-encoder from 7.0.120 to 7.0.121 by @dependabot in #13680
- build(deps): bump @vueuse/components from 11.1.0 to 11.2.0 by @dependabot in #13679
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #13684
- build(deps): bump cuyz/valinor from 1.12.0 to 1.14.0 by @dependabot in #13686
- fix(dependencies): Migrate to PHP scoper by @nickvergessen in #13665
- build(deps): bump extendable-media-recorder from 9.2.14 to 9.2.17 by @dependabot in #13693
- build(deps): bump pinia from 2.2.5 to 2.2.6 by @dependabot in #13692
- ci(deps-dev): bump nextcloud/openapi-extractor from 1.0.0 to 1.0.1 in /vendor-bin/openapi-extractor by @dependabot in #13688
- chore(deps): bump @nextcloud/dialogs library from 6.0.0 to 6.0.1 by @Antreesy in #13696
- Revert "fix(dependencies): Migrate to PHP scoper" by @nickvergessen in #13701
- feat: invite email guests when creating a conversation by @Antreesy in #13699
- style: move a hover effect to image container by @Antreesy in #13706
- fix: do not compare read/typing privacy with constants casted to string by @Antreesy in #13700
- fix: move useDocumentTitle logic to composable by @Antreesy in #13672
- chore: add stable30.0 as target for Transifex backports by @Antreesy in #13714
- Revert "chore: add stable30.0 as target for Transifex backports" by @nickvergessen in #13715
- fix: non-moderators should not query participants from server by @Antreesy in #13722
- style: fix e-mail guests icons by @Antreesy in #13721
- chore(release): Add changelog for 18.0.13, 19.0.11 and 20.0.2 by @nickvergessen in #13728
- fix(Call): introduce intermediary phase before joining call by @DorraJaouad in #13329
- fix: make useIsInCall a shared composable by @Antreesy in #13737
- build(deps-dev): bump openapi-typescript from 7.4.2 to 7.4.3 by @dependabot in #13744
- build(deps): bump libphonenumber-js from 1.11.12 to 1.11.14 by @dependabot in #13745
- ci(deps-dev): bump behat/behat from 3.15.0 to 3.16.0 in /tests/integration by @dependabot in #13742
- build(deps): bump cuyz/valinor from 1.14.0 to 1.14.1 by @dependabot in #13746
- fix: reduce amount of EventBus listeners on messages by @Antreesy in #13740
- fix: faulty avatars for guests and deleted users by @Antreesy in #13733
- chore(deps): bump @nextcloud/vue lib from 8.19.0 to 8.20.0 by @Antreesy in #13755
- fix: rename 'Private poll' to 'Anonymous poll' by @Antreesy in #13758
- feat: make reference widgets opt-in by @Antreesy in #13573
- chore: update authors by @miaulalala in #13763
- fix: hide archive-conversations feature from 20.1.0rc1 by @Antreesy in #13770
- fix: overwrite EventBus.off method to clear once events by @Antreesy in #13736
- feat(chat): Add API to summarize chat messages by @nickvergessen in #13661
- chore(release): Add changelog for 20.1.0-rc.1 by @nickvergessen in #13773
- feat(call): add option to enable blur background by default for all c… by @DorraJaouad in #13490
- fix: share autocomplete mentions for NewMessage by @Antreesy in #13778
- fix(matterbridge): fix Matterbridge setup by @Antreesy in #13768
- build(deps): bump @nextcloud/files from 3.9.1 to 3.10.0 by @dependabot in #13789
- build(deps): bump @nextcloud/upload from 1.6.1 to 1.7.0 by @dependabot in #13790
- fix: use useDarkTheme from nextcloud/vue library by @Antreesy in #13795
- fix: extract createTemporaryMessage to utils by @Antreesy in #13784
- fix: minor regression fixes by @Antreesy in #13797
- fix(CallView): update isEmptyCallView correctly by @DorraJaouad in #13804
- build(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #13808
- fix: replace IconLink variant by @Antreesy in #13801
- fix(calls): Add email to exported participant list and list everyone … by @nickvergessen in #13785
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #13750
- feat(archive): Finalize archived conversation behaviour by @nickvergessen in #13814
- fix: e-mail guests parsing in chat messages by @Antreesy in #13812
- feat(AI-call-summary): Automatically summarize call transcript by @nickvergessen in #13807
- fix: improve silent message visibility by @DorraJaouad in #13806
- fix(chat): Fix summarizing chats if there are blocks with only invisible messages by @nickvergessen in #13823
- fix(call): Add warning to AI summary and transcript by @nickvergessen in #13825
- fix(calls): Fix call notifications in archived conversations by @nickvergessen in #13829
- fix(chat): Fix marking the first message of a chat unread by @nickvergessen in #13819
- fix: adjust archive filtering behaviour - frontend by @Antreesy in #13835
- Update Minimum Android Version for Nextcloud Talk by @sowjanyakch in #13827
- chore(deps): bump @nextcloud/vue lib from 8.20.0 to 8.21.0 by @DorraJaouad in #13840
- Bugfix/noid/emoji font for reaction by @nickvergessen in #13842
- fix(call): prevent call time jumping by @ShGKme in #13839
- fix(openapi): Improve empty array cases by @nickvergessen in #13830
- feat(rooms): add option to automatically lock public and group rooms by @miaulalala in #13779
- fix(MessagesList): fix fetching messages completion when there is no … by @DorraJaouad in #13834
- feat: add 'Generate summary' integration: frontend ✨ by @Antreesy in #13803
- chore(release): Add changelog for 20.1.0-rc.2 by @nickvergessen in #13838
- build(deps): bump @vueuse/components from 11.2.0 to 11.3.0 by @dependabot in #13853
- build(deps): bump libphonenumber-js from 1.11.14 to 1.11.15 by @dependabot in #13855
- build(deps): bump ua-parser-js from 1.0.39 to 2.0.0 by @dependabot in #13856
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #13859
- build(deps): bump firebase/php-jwt from 6.10.1 to 6.10.2 by @dependabot in #13861
- fix(css): allow pointer events on links in todo-lists by @Antreesy in #13864
- fix: introduce submenu logic in Conversation component by @Antreesy in #13862
- fix: delegate message posting from NewMessage to parent components by @Antreesy in #13813
- fix: minor regressions by @Antreesy in #13869
- fix(chat): No "Generate summary" in federated conversations by @nickvergessen in #13880
- build: Remove updated composer patch for firebase/php-jwt by @nickvergessen in #13874
- feat(invitations): Allow importing CSV email lists by @nickvergessen in #13871
- feat(conversations): add option to force passwords by @miaulalala in #13767
- ci(openapi): Add a command to regenerate OpenAPI assets by @nickvergessen in #13885
- ci: Run reuse action v5.0.0 by @nickvergessen in #13887
- ci(openapi): Update used action by @nickvergessen in #13889
- fix: handle password policy validation by @sanskar-soni-9 in #13863
- fix: respect user changes of devices state when toggling it by @DorraJaouad in #13892
- chore(release): Add changelog for 20.1.0-rc.3 by @nickvergessen in #13894
- feat(invitations): Import e-mail participants from CSV 🗒️ by @Antreesy in #13875
- fix(openapi): Remove lastMessage from TalkRoom object when empty by @nickvergessen in #13891
- feat(release): Promote Desktop, AI Summaries, Meetings and Archiving by @nickvergessen in #13898
- build(deps): bump pinia from 2.2.6 to 2.2.8 by @dependabot in #13913
- chore(release): Add changelog for 20.1.0 by @nickvergessen in #13900
- fix(openapi): Fix more empty arrays by @nickvergessen in #13837
- fix: out of office caption by @DorraJaouad in #13920
- ci(deps-dev): bump nextcloud/openapi-extractor from 1.0.1 to 1.2.2 in /vendor-bin/openapi-extractor by @dependabot in #13792
- feat(ooo): Add start and end dates to out-of-office view by @Antreesy in #13922
- fix(chat): Fix infinite loading spinner when someone cleared the history by @nickvergessen in #13925
- fix(LobbySettings): fix date picker alignment by @Antreesy in #13931
- fix(dependencies): Always install newest roave/security-advisories on CI by @nickvergessen in #13933
- fix(Matterbridge): add a hint about Discord Channel ID usage by @Antreesy in #13936
- fix: add admin setting for AI generated call recording summary by @Antreesy in #13935
- fix(summary): Don't add share button to failed summary notification by @nickvergessen in #13940
- ci(integration): Print federation log file by @nickvergessen in #13938
- feat(call): Direct endpoint to check if call notification should be dismissed by @nickvergessen in #13930
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #13949
- fix(SettingsDialog): check capability for start without media by @DorraJaouad in #13952
- Feat: add option to force password in public conversations by @DorraJaouad in #13915
- build(deps-dev): Bump openapi-typescript from 7.4.3 to 7.4.4 by @dependabot in #13956
- build(deps): Bump pinia from 2.2.8 to 2.3.0 by @dependabot in #13957
- build(deps): Bump @nextcloud/sharing from 0.2.3 to 0.2.4 by @dependabot in #13958
- build(deps): Bump libphonenumber-js from 1.11.15 to 1.11.16 by @dependabot in #13959
- chore(i18n): Improved grammar by @rakekniven in #13961
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #13963
- test(integration): Fix "Trying to access array offset on value of typ… by @nickvergessen in #13948
- fix(chat): Add a repair-step to handle the last-read-message=0 case by @nickvergessen in #13951
- fix(federation) Implement signing of federation requests in Talk by @nickvergessen in #13943
- fix(icons): rename icon components by @Antreesy in #13969
- fix(media): checking for config existence, not value by @Antreesy in #13970
- test(federation): Run cross major federation on CI by @nickvergessen in #13967
- build(deps): Bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #13976
- fix: migrate settingsService to TS by @Antreesy in #13971
- fix(conversations): fix password enforcement logic error by @miaulalala in #13944
- fix(call): Fix call notification when being pinged again after leavin… by @nickvergessen in #13979
- fix(guests): Don't force remove guests but leave it to the "purge logic" by @nickvergessen in #13980
- fix(AdminSettings): allow to retry server checks by @Antreesy in #13985
- build(deps): bump @nextcloud/moment from 1.3.1 to 1.3.2 by @dependabot in #13999
- build(deps): bump @nextcloud/files from 3.10.0 to 3.10.1 by @dependabot in #14001
- build(deps): bump @nextcloud/upload from 1.7.0 to 1.7.1 by @dependabot in #13997
- fix: remove "formatted" from copy message button by @DorraJaouad in #13993
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #14004
- fix(integrations): move groupware-related API to dedicated store by @Antreesy in #14007
- fix(backends): Check times of the backend servers by @nickvergessen in #14012
- fix(navigation): Improve sort order of navigation entry by @nickvergessen in #14021
- fix(SpeakingWhileMutedWarner): show toast message by @Antreesy in #14023
- fix(call): Fix call summary when the connection was interrupted by @nickvergessen in #14030
- fix(search): Paginate unified search results by @nickvergessen in #14024
- chore(release): Add changelog for 20.1.1 by @nickvergessen in #14036
- ci(reuse): Bump action template by @nickvergessen in #14013
- chore(deps): Update openapi-extractor to v1.3.0 by @provokateurin in #14010
- build(deps): bump libphonenumber-js from 1.11.16 to 1.11.17 by @dependabot in #14041
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #14042
- ci(deps-dev): bump behat/behat from 3.16.0 to 3.17.0 in /tests/integration by @dependabot in #14039
- fix: migrate Nc* components to v-model usage by @Antreesy in #14046
- fix: migrate Nc* components to v-model usage (part 2) by @Antreesy in #14048
- build(deps): Bump @nextcloud/vue from 8.21.0 to 8.22.0 by @dependabot in #14052
- fix(NewMessage): prevent placeholder content overflow by @Antreesy in #14059
- Warn the admin when no High-performance backend is set up by @nickvergessen in #14063
- test: Fix local integration tests with custom skeleton directory by @nickvergessen in #14066
- build(deps-dev): Bump openapi-typescript from 7.4.4 to 7.5.1 by @dependabot in #14071
- feat(translations): Expose task-processing translation options by @nickvergessen in #14068
- fix(SIP): get dial-in info from signaling settings by @Antreesy in #13928
- feat(meetings): Preview upcoming events by @Antreesy in #14008
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #14075
- feat(conversation): Add option to allow deleting one-to-one conversat… by @nickvergessen in #14064
- fix(signaling): add UI warning in call with 2+ participants by @Antreesy in #14022
- fix(moderator): Allow promoting self-joined participants to moderators by @nickvergessen in #14079
- feat(meetings): Allow moderators to schedule a meeting by @nickvergessen in #14073
- fix(docs): Add self-joined user to bad request response by @SystemKeeper in #14084
- fix(hpb): Add a small heading to the call note by @nickvergessen in #14085
- fix(federation): Fix compatibility with Nextcloud 30 when using https by @nickvergessen in #14062
- fix: leave call from system message 'call_ended_everyone' by @Antreesy in #13977
- fix: Remove unused function by @nickvergessen in #14086
- feat(dashboard): Create default conversations when loading the dashboard by @nickvergessen in #14088
- callview: Show internal clients with available video. by @fancycode in #13486
- fix(i18n): replace 'e-mail' to 'email' in strings by @Antreesy in #14093
- 📆 feat(meetings): Allow moderators to schedule a meeting by @Antreesy in #14074
- feat(meeting): Allow to give a list of attendee ids to invite by @nickvergessen in #14096
- feat(conversations): add backend support of compact list by @Antreesy in #13994
- chore(release): Add changelog and bump version for 21.0.0-beta.1 by @nickvergessen in #14100
- feat(calendar): allow to select meeting attendees by @Antreesy in #14097
- feat(conversations): compact view by @DorraJaouad in #14099
Full Changelog: v20.1.1...v21.0.0-beta.1