Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable20.1] ↕️ Split participants into 👤 Attendees and ⏳ Sessions #4612

Merged
merged 129 commits into from
Dec 9, 2020

Conversation

backportbot-nextcloud[bot]
Copy link

@backportbot-nextcloud backportbot-nextcloud bot commented Nov 16, 2020

⚠️ This backport had conflicts and is incomplete ⚠️

Backport of #4324
Backport of #4496
Backport of #4682
Backport of #4689

@nickvergessen
Copy link
Member

nickvergessen commented Nov 30, 2020

diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue
index 1955b70b84..0e6af1384b 100644
--- a/src/components/TopBar/TopBar.vue
+++ b/src/components/TopBar/TopBar.vue
@@ -143,7 +143,7 @@
 				<ActionCheckbox
 					v-if="canUserEnableSIP"
 					:checked="hasSIPEnabled"
-					@change="toggleSIPEnabled">
+					@update:checked="toggleSIPEnabled">
 					{{ t('spreed', 'Enable SIP dial-in') }}
 				</ActionCheckbox>
 			</template>

@nickvergessen nickvergessen changed the base branch from stable20 to stable20.1 December 9, 2020 10:37
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
nickvergessen and others added 21 commits December 9, 2020 11:38
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Fix copy-paste issue, replacing "$on" with "$off" when unmounting the
call view.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
before it was s#0 for all email invites

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
…n it

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen changed the title [stable20] ↕️ Split participants into 👤 Attendees and ⏳ Sessions [stable20.1] ↕️ Split participants into 👤 Attendees and ⏳ Sessions Dec 9, 2020
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen force-pushed the backport/4324/stable20 branch from 95e26c4 to c23c828 Compare December 9, 2020 10:48
@nickvergessen
Copy link
Member

rebased onto 20.1 so let's see if CI goes green and then merge

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen merged commit e8fc6b2 into stable20.1 Dec 9, 2020
@nickvergessen nickvergessen deleted the backport/4324/stable20 branch December 9, 2020 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants