summaryrefslogtreecommitdiffstats
path: root/src/constants.js
AgeCommit message (Collapse)Author
2023-08-10add frontend support for listing bots in admin settingsMaksim Sukharev
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2023-08-08add section in ConversationSettingsDialog.vue for enabling / disabling botsMaksim Sukharev
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2023-04-12Add support to use video files as virtual backgroundsDaniel Calviño Sánchez
Animated images, like GIFs, can not be used for animated virtual backgrounds, as only the first frame of the image is taken into account when drawing an HTMLImageElement to a canvas. To overcome this now videos can be used too as virtual backgrounds by providing the URL of the video file, in the same way as with images. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-04-12Add constant for the default blur valueDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-04-12Move virtual background constants to the general constants fileDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-02-23Make recording files visible at frontendVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-02-22Handle "failed" value for recording status in UIDaniel Calviño Sánchez
When a recording failed an error toast is shown, but only for moderators in the call. This implies that, depending on the order of signaling messages and how the conversation data is updated, the message may not be shown if the recording fails to be stopped when the call is ended for all. Nevertheless, in that case there will still be a system message in the chat pointing out that the recording failed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-02-22Handle "starting" values for recording status in UIDaniel Calviño Sánchez
The recording indicator in the device checker is still shown without changes while the recording is starting, as the difference between "is being recorded" and "will be soon recorded" is not relevant to decide whether to join or not, or whether to disable the microphone and/or camera or not. Nevertheless, the condition was made explicit. On the other hand, the recording indicator in the top bar is now shown in gray rather than in red while the recording is starting, as the difference is relevant while in the call to be aware that if something is said it might not be recorded yet. The menu action shows a loading spinner and a different text while the recording is starting. Triggering the menu action while it is starting stops it, as starting the recording can take a while and this avoids having to wait if it was wrongly started. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-02-10Display request for assistance and allow moderators to dismiss itMarco
Signed-off-by: Marco <marcoambrosini@icloud.com>
2023-01-25Implement behaviour and custom icon for "former one-to-one"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-24Add ability to start and stop breakout roomsMarco
2023-01-24Add constantsMarco
Signed-off-by: Marco <marcoambrosini@icloud.com>
2023-01-23Implement stop recordingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07Introduce a constant and simplify the logicJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-14Show polls in own section of shared itemsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-03Allow moderators to select if a PIN is requiredJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-27Disable UI elements which can not be used anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-13Add constants to avoid types like in the deck-card vs. deckcard caseJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-25Merge pull request #6338 from ↵Joas Schilling
nextcloud/feature/noid/allow-to-opt-out-of-call-notifications Allow to opt out of call notifications
2021-10-14Add new constants for all permissionsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-10-11Add a UI option to change the call settingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Allow to remove all permissions without falling back to the next levelJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Rename and extend constants and methods for the new permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-23Fix license tagJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-14Show name for bridged messagesGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-01Add support for simulcast streams.Joachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2021-06-11Send media streams in calls only when publishing is allowedDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-07Document circles tooJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-11Add JS tests for MessagesList.vueVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-30Don't allow to moderate the bridge-bot and show a "(bot)" on itJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-26Show groups at the end and don't allow promotingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-29Add participant action to resend email invitationVincent Petry
Allow moderators to resend email invitations to individual participants in the participant list's actions menu. Adjusted endpoints to work with attendeeId as it was needed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Adjustments for listable rooms after reviewVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Add listable flags attribute for conversationsVincent Petry
Added ability to set a conversation as listable for regular users and/or guest users from the guest app. This only implements the flag, endpoint and UI to manage it but not yet making it appear in search results. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-10Interact with integers so we can match it better in queriesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-10Introduce a privacy settings for the read_statusJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Add constants for SIP flags and pass on the eventJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Add a phone icon for SIP phone usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Add UI option to enable SIPJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18Don't allow multiple HPB without clustering and add a cache warningJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-13move mode constants to constantsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-07Fix broken share typesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-28Auto fix linting issuesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-17Uppercase all constantsMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-10-17Define all constantsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>