Commit graph

21034 commits

Author SHA1 Message Date
Marcel Müller
f30deebe2a fix(readme): Correct link to developer setup
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-10-15 22:18:24 +02:00
Joas Schilling
7759320251
Merge pull request #13504 from nextcloud/fix/noid/mimes-aliases
fix: respect mimetype aliases for file previews
2024-10-15 16:05:49 +02:00
Maksim Sukharev
516ac9ebf4 fix: respect mimetypes and aliases for file previews
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-15 15:29:34 +02:00
Joas Schilling
700aa58732
Merge pull request #13519 from nextcloud/feat/13453/download-call-participants
feat(calls): Allow moderators to download a call participants list
2024-10-15 12:07:49 +02:00
Joas Schilling
5be3f06e80
feat(calls): Allow moderators to download a call participants list
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-15 06:19:01 +02:00
Nextcloud bot
535cd2130e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-15 00:23:19 +00:00
Joas Schilling
2fa9f94ef5
Merge pull request #13545 from nextcloud/feat/noid/end-call-0-guests
fix: omit 'with 0 guests' in system messages when call ends
2024-10-14 17:19:00 +02:00
Joas Schilling
7defd0be69
fix(call): Structure the blocks same way as 2+ users
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-14 16:58:13 +02:00
Marcel Müller
24ebe1175c
Merge pull request #13407 from nextcloud/fix/discussion-url
fix(info.xml): add discussion URL
2024-10-14 16:51:35 +02:00
Edward Ly
403cad7acf
fix(info.xml): add discussion URL
Update and explicitly specify the discussion URL as the link in the app store page is outdated.

Signed-off-by: Edward Ly <contact@edward.ly>
2024-10-14 07:28:06 -07:00
Joas Schilling
c5ea96e7d4
Merge pull request #13491 from nextcloud/feat/13463/force-end-call
Force call ends after X - API Follow ups
2024-10-14 15:25:21 +02:00
Maksim Sukharev
5b1845e0e6 fix: omit 'with 0 guests' in system messages when call ends
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-14 14:51:24 +02:00
Dorra
0e250cd12a
Merge pull request #13539 from nextcloud/fix/noid/transition-rtl
fix(MediaSettings): adjust transition direction based on language sup…
2024-10-14 14:40:07 +02:00
Maksim Sukharev
e336ffd927
Merge pull request #13432 from nextcloud/fix/noid/call-view-store 2024-10-14 14:24:32 +02:00
Maksim Sukharev
5ae23521f6 fix: adjust tests for callView store
- increase coverage

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-14 14:15:28 +02:00
Maksim Sukharev
d203d1f814 fix: refactor actions
- handleJoinCall
- setCallViewMode
- startPresentation
- stopPresentation

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-14 14:15:28 +02:00
Maksim Sukharev
9780820e80 fix: remove redundant and unrelated getters
- remove isQualityWarningTooltipDismissed from store (reset on each call, so make sense to store in component only)
- move participantRaisedHands to participantsStore
- remove backgroundImageAverageColorCache from store (was dropped in 9094628f32)

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-14 14:15:28 +02:00
Maksim Sukharev
da9b0f4555 fix: refactor getters
- forceCallView
- isViewerOverlay
- isGrid
- isStripeOpen
- isEmptyCallView
- lastIsGrid
- lastIsStripeOpen
- presentationStarted
- selectedVideoPeerId
- callHasJustEnded

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-14 14:15:28 +02:00
Maksim Sukharev
1fbb4a876d fix(callView): move logic from Vuex to Pinia
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-14 14:15:28 +02:00
Joas Schilling
4815a5a094
Merge pull request #13543 from nextcloud/ci/noid/fix-dependabot
ci(dependabot): Update configs must have a unique combination
2024-10-14 14:12:18 +02:00
Joas Schilling
0a9daea0a8
ci(dependabot): Update configs must have a unique combination
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-14 14:04:25 +02:00
Joas Schilling
260814bebb
Merge pull request #13541 from nextcloud/ci/noid/fix-dependabot
ci(dependabot): fix missing schedule
2024-10-14 13:55:16 +02:00
DorraJaouad
770c68524b fix(MediaSettings): adjust transition direction based on language support
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-10-14 13:52:40 +02:00
Joas Schilling
3ed2d4466e
Merge pull request #13538 from nextcloud/chore/gender-neutral-language
chore: Use more gender neutral language
2024-10-14 13:36:38 +02:00
Joas Schilling
bc71c5d846
ci(dependabot): fix missing schedule
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-14 13:36:27 +02:00
Joas Schilling
c0ee2141e4
chore: another one
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-14 13:10:28 +02:00
provokateurin
5c135ff6a8
chore: Use more gender neutral language
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-10-14 13:07:08 +02:00
Maksim Sukharev
30ebf855db
Merge pull request #13516 from nextcloud/feat/13439/drafts-for-polls-frontend 2024-10-14 12:11:06 +02:00
Maksim Sukharev
9c30404613 feat: align polls state management with API
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-14 09:39:29 +02:00
Joas Schilling
0840a3e9f3
Merge pull request #13537 from nextcloud/deps/main/bump-ocp
chore(dev-deps): Bump nextcloud/ocp package
2024-10-14 09:38:31 +02:00
Joas Schilling
861ce3a4bc
chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-14 06:39:48 +02:00
Nextcloud bot
d6d427d8e1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-14 00:23:10 +00:00
Nextcloud bot
01854fe1af
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-13 00:24:55 +00:00
dependabot[bot]
ce43d31540
Merge pull request #13529 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.25.8 2024-10-12 02:46:18 +00:00
dependabot[bot]
ed58a22359
Merge pull request #13532 from nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.11.11 2024-10-12 02:33:46 +00:00
dependabot[bot]
fdd4f1476f
chore(deps-dev): Bump @babel/preset-env from 7.25.7 to 7.25.8
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.25.7 to 7.25.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.8/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-12 02:29:39 +00:00
dependabot[bot]
98fe6a2a8c
Merge pull request #13531 from nextcloud/dependabot/npm_and_yarn/babel/core-7.25.8 2024-10-12 02:29:01 +00:00
dependabot[bot]
0f17abeef3
Merge pull request #13530 from nextcloud/dependabot/npm_and_yarn/vue-material-design-icons-5.3.1 2024-10-12 02:28:54 +00:00
dependabot[bot]
28e486218c
chore(deps): Bump libphonenumber-js from 1.11.10 to 1.11.11
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.11.10 to 1.11.11.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.10...v1.11.11)

---
updated-dependencies:
- dependency-name: libphonenumber-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-12 02:22:09 +00:00
dependabot[bot]
ac79b68060
chore(deps-dev): Bump @babel/core from 7.25.7 to 7.25.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.7 to 7.25.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.8/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-12 02:21:43 +00:00
dependabot[bot]
d9d2d0e294
chore(deps): Bump vue-material-design-icons from 5.3.0 to 5.3.1
Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases)
- [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/5.3.0...5.3.1)

---
updated-dependencies:
- dependency-name: vue-material-design-icons
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-12 02:21:26 +00:00
Nextcloud bot
5784340b0c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-12 00:23:18 +00:00
Dorra
f18fe92cdd
Merge pull request #13484 from nextcloud/feat/13446/disable-streams-by-default
feat(devices): add an option to always disable streams by default befo…
2024-10-11 19:10:59 +02:00
Maksim Sukharev
1b288b7e1d
Merge pull request #13358 from nextcloud/feat/noid/archive-conversations-frontend 2024-10-11 18:32:50 +02:00
Maksim Sukharev
19286fdc81 feat: add filtering of archived conversations
- show ongoing calls in archived conversations, if 'notify about calls' is truthy

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-11 18:27:15 +02:00
Maksim Sukharev
23da937109 feat: handle leave conversation via dialog
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-11 18:27:15 +02:00
DorraJaouad
8c6d2f03bf feat(config): create standard service request for user config
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-10-11 18:05:35 +02:00
DorraJaouad
29bc85eb52 feat(devices): add an option to always disable srteams by default before joining the call
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-10-11 18:05:35 +02:00
Maksim Sukharev
0b2e981f85 feat: add handling of archived conversations
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-11 18:04:23 +02:00
Joas Schilling
58c1611f3b
Merge pull request #13506 from nextcloud/feat/13439/drafts-for-polls
feat(polls): Allow moderators to draft polls
2024-10-11 15:53:48 +02:00