Joas Schilling
1b0ab5acfa
Merge pull request #12994 from nextcloud/fix/extra-spinner
fix: remove extra spinner
1 year ago
Maksim Sukharev
4bda31de5d
Merge pull request #12956 from nextcloud/feat/noid/shrink-avatars
fix(avatar): decrease avatar size from 44px to 36px
1 year ago
DorraJaouad
bfc72845dd
fix: remove reserved class
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
1 year ago
Joas Schilling
4d73f9bdb6
fix(call): Fix race condition of "End call for everyone" and a parallel "Leave call"
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Maksim Sukharev
1042403a55
Merge pull request #12992 from nextcloud/fix/12861/capabilities-adjust
fix(capabilities): minor adjustments for federation
1 year ago
Maksim Sukharev
6e24d74c73
fix(capabilities): clean up remnant configurations
- unknown tokens
- local tokens
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
e84acf794f
fix(federation): switch from loadState to getTalkConfig for checking federation
- Desktop relies on capabilities rather that initial state
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
85b31b60f2
Merge pull request #12861 from nextcloud/fix/noid/dedupe-remote-capabilities
fix(capabilities): store remote capabilities based on remoteServer
1 year ago
Maksim Sukharev
2bae5527a7
fix: adjust user status / conversation type size and position
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
8ce30cc2cb
fix(NcListItem): decrease line height from 1.5 to 1.2
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
7043739948
fix(avatar): decrease avatar size from 44px to 36px
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Joas Schilling
873310ef55
Merge pull request #12966 from nextcloud/fix/12819/participant-item-follow-up
fix(Participant): design follow-ups
1 year ago
Maksim Sukharev
16f98924d2
Merge pull request #12970 from nextcloud/fix/12918/nc-dialog
fix: migrate NcModal to NcDialog
1 year ago
Joas Schilling
da45f4dcf7
Merge pull request #12986 from nextcloud/ci/noid/also-install-sqlite-for-now
ci: Also install sqlite and pdo_sqlite for now
1 year ago
Maksim Sukharev
020834d08f
Merge pull request #12941 from nextcloud/feat/12772/login-from-guest
feat: add login button to guest welcome window
1 year ago
DorraJaouad
82c2fecedf
feat: add login button to guest welcome window
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
1 year ago
Joas Schilling
c8b9e8d785
Merge pull request #12962 from nextcloud/get-call-peers-by-federated-users
Get call peers by federated users
1 year ago
Joas Schilling
62c8a9c8e0
ci: Also install sqlite and pdo_sqlite for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Joas Schilling
d964cc9df5
Merge pull request #12968 from nextcloud/bugfix/noid/no-notification-for-call-summary
fix(federation): No notification for call summary and other system me…
1 year ago
Joas Schilling
6e0d3be069
Merge pull request #12902 from nextcloud/feat/5909/calendar-event-exposure
feat(TopBar): add next meeting date
1 year ago
Joas Schilling
48536ebcfa
Merge pull request #12961 from nextcloud/fix-using-signaling-session-id-instead-of-nextcloud-session-id
Fix using signaling session ID instead of Nextcloud session ID
1 year ago
Joas Schilling
fffe685d22
Merge pull request #12959 from nextcloud/feat/12887/user-statuses-in-federated-conversations
feat(statuses): Post-load local user statuses in federated conversations
1 year ago
Daniel Calviño Sánchez
38c4427329
fix: Remove unused computed properties
"guestName" in "LocalVideo" is unused since "NcAvatar" was replaced by
"AvatarWrapper" in 973a735924 .
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
1 year ago
Daniel Calviño Sánchez
02b505022a
fix: Fix using signaling session ID instead of Nextcloud session ID
CallParticipantModels provide the signaling session ID and the Nextcloud
session ID. When the internal signaling server is used both IDs are the
same, but not with the external signaling server. The session ID in the
participant and peer data provided by the Nextcloud server is the
Nextcloud session ID, so no participant or peer data was found in the
CallView components when the external signaling server was used, as the
data was looked for using the signaling session ID.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
1 year ago
Joas Schilling
d4899f7145
Merge pull request #12964 from nextcloud/fix/12955/hide-ban-for-federated-users
fix(Participant): hide ban option for federated users
1 year ago
Joas Schilling
75147aae92
fix(docs): Add required capability for federation support
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Daniel Calviño Sánchez
02cfb4ec55
fix: Take federated users into account when falling back to peer data
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
1 year ago
Daniel Calviño Sánchez
6202e059a6
fix: Get call peers from federated servers
The call peer data is used by the iOS app to get information about the
peers in the call before the connection with the signaling server is
established, so the data can not be got from signaling messages and the
peer data endpoint should be available also in federated conversations.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
1 year ago
Daniel Calviño Sánchez
ea54c032a0
fix: Update ping when federated users join the room in the host
This is consistent with the behaviour for the rest of participants, as
the ping is updated when a participant joins the room, and it will be
needed for proper behaviour of integration tests that require an updated
ping.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
1 year ago
dependabot[bot]
681add4b10
Merge pull request #12976 from nextcloud/dependabot/npm_and_yarn/extendable-media-recorder-9.2.10
1 year ago
Joas Schilling
b4a8af6a9a
fix(federation): No notification for call summary and other system messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
dependabot[bot]
a0873b8a5b
chore(deps): Bump extendable-media-recorder from 9.2.9 to 9.2.10
Bumps [extendable-media-recorder](https://github.com/chrisguttandin/extendable-media-recorder ) from 9.2.9 to 9.2.10.
- [Release notes](https://github.com/chrisguttandin/extendable-media-recorder/releases )
- [Commits](https://github.com/chrisguttandin/extendable-media-recorder/compare/v9.2.9...v9.2.10 )
---
updated-dependencies:
- dependency-name: extendable-media-recorder
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
fecf7496a7
Merge pull request #12977 from nextcloud/dependabot/npm_and_yarn/extendable-media-recorder-wav-encoder-7.0.114
1 year ago
Maksim Sukharev
184356645a
Merge pull request #12971 from nextcloud/fix/12918/a11y-headings
fix: provide accessible heading for components
1 year ago
dependabot[bot]
e03af5e3ab
chore(deps): Bump extendable-media-recorder-wav-encoder
Bumps [extendable-media-recorder-wav-encoder](https://github.com/chrisguttandin/extendable-media-recorder-wav-encoder ) from 7.0.113 to 7.0.114.
- [Release notes](https://github.com/chrisguttandin/extendable-media-recorder-wav-encoder/releases )
- [Commits](https://github.com/chrisguttandin/extendable-media-recorder-wav-encoder/compare/v7.0.113...v7.0.114 )
---
updated-dependencies:
- dependency-name: extendable-media-recorder-wav-encoder
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Joas Schilling
1a62a9a4c8
Merge pull request #12965 from nextcloud/update-main-version
feat(deps): Add Nextcloud 31 support on main
1 year ago
Joas Schilling
53f4328a84
feat(deps): Add Nextcloud 31 support to cheat app
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Nextcloud bot
4d1040d669
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Maksim Sukharev
3afa743eb9
fix: provide accessible heading for PollViewer
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
f263a12e9f
fix: provide accessible heading for GuestWelcomeWindow
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
d0d8c0eb6c
fix: provide accessible heading for BreakoutRoomsEditor
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
de6d569b35
fix: provide accessible heading for PermissionsEditor
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
3b03b8fa34
fix: migrate BanSettings to NcDialog
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
787db6df79
fix: migrate ReactionsList to NcDialog
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
bab26b7884
fix: migrate SendMessageDialog to NcDialog
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
ca9f95f977
fix: migrate NewMessagePollEditor to NcDialog
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
2f15643d0e
fix: migrate InvitationHandler to NcDialog
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Maksim Sukharev
fb4e297f2e
Merge pull request #12967 from nextcloud/chore/update-pr-template
chore: update PR template
1 year ago
Maksim Sukharev
7ecfe963a2
chore: update PR template
- long commit descriptions are not blended with first line of template anymore
- Checkboxes for different clients are separated now
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 year ago
Dorra
e8b57dd640
Merge pull request #12913 from nextcloud/fix/12910/call-view-style
Refactor: clean call view styles and use CSS variables.
1 year ago