Hristo Terezov
445eef97b3
fix(interface-config-whitelist): cleanup
Removes the following unused props.
5 个月前
damencho
fbdee85c4b
fix(readme): Fixes badge icon and f-droid link.
Fixes #15464
Fixes #15465
5 个月前
Gabriel Borlea
50b064907a
fix(environment): optimal browsers list
1年前
Robert Pintilii
cc91cfe7b5
ref: Styles refactor (#13196)
Move some styles from SCSS to JSS
Remove unnecessary styles
Remove feedback stars animation option
2 年前
Saúl Ibarra Corretgé
817a05cf7b
fix(deep-linking) drop broken an unused setting
The showImage setting has been broken for about 2 years since the asset
is not there.
Fixes: https://github.com/jitsi/jitsi-meet/issues/5409
Ref: https://community.jitsi.org/t/error-nginx-usr-share-jitsi-meet-images-deep-linking-image-png-failed/120418
2 年前
Horatiu Muresan
32dbdf2e5c
feat(deeplinking) Move deeplinking to config.js (#12704)
2 年前
Avram Tudor
1e9f599a35
ref(config) move defaultLogoUrl to config object (#12087)
* ref(config) move defaultLogoUrl to config object
* code review changes
2 年前
Steffen Kolmer
87f6d27fb2
feat(liveStreamting) add configuration to customize streaming dialog
2 年前
Mahdhi Rezvi
8f1fae79e4
feat(settings) add abilty to hide more tab under settings
3 年前
Robert Pintilii
fd9d19a951
fix(thumbnails) Revert local tile ratio (#11009)
3 年前
Robert Pintilii
02721c0c3d
fix(thumbnails) Change local thumbnail aspect ratio (#10861)
3 年前
Robert Pintilii
91437c50e3
feat(thumbnail) Video thumbnails redesign and refactor (#10351)
Update video thumbnail design
Update design of indicators
In filmstrip view move Screen Sharing indicator to the top
Removed dominant speaker indicator
Use ContextMenu component for the connection stats popover
Combine Remove video menu and Meeting participant context menu into one component
Moved some styles from SCSS to JSS
Fix mobile avatars too big
Fix mobile horizontal scroll
Created button for Send to breakout room action
3 年前
Calin Chitu
5c67e8b4ce
feat(config) defaultLocalDisplayName and defaultRemoteDisplayName
3 年前
Tudor D. Pop
a618697e34
feat(notifications) revisit timeouts and make them configurable
3 年前
hmuresan
0d42f14dfc
chore(interface-config) Group deprecated configs
3 年前
hmuresan
cd4c940107
fix(toolbar) Fix toolbar always visible; refactors
- deprecate `INITIAL_TOOLBAR_TIMEOUT`, `TOOLBAR_ALWAYS_VISIBLE`, `TOOLBAR_TIMEOUT`
3 年前
robertpin
5f5cac0e01
fix(config,notifications) fix rendering moderator notifications (#9986)
Move DISABLE_FOCUS_INDICATOR from interface_config.js to config.js (disableModeratorIndicator).
3 年前
Tudor D. Pop
d95d52843f
feat(config) add connection indicators flags
3 年前
adam j hartz
70b369a1af
feat(VideoContainer) add option to avoid cropping focused video
3 年前
Saúl Ibarra Corretgé
bac0a55421
fix(config) add missing buttons to default constants
- Remove button list from interface_config.js since it has been deprecated for a
while
- Alphabetically sort buttons in config.js and constants.js to make it easier to
add / remove items
- Add missing invite and toggle-camera buttons to default constants
- Remove no longer existing "fodeviceselection" button
Fixes: https://github.com/jitsi/jitsi-meet/issues/9605
3 年前
robertpin
c10805f81b
feat(sound-settings) Added ability to control sounds
3 年前
Saúl Ibarra Corretgé
cff0a619f5
fix(interfaceConfig) mark as deprecated
4 年前
tudordan7
194d357005
feat(virtual-backgrounds) add virtual background support
4 年前
hmuresan
ab6790bdaa
(external_api) Add command for overwriting config values.
4 年前
Steffen Kolmer
5d8bf0c1e7
feat: Add a new setting to remove individual sharing features from UI (#8660)
* Added new config to enable individual sharing features
* make config values url friendly
* Add new setting to whitelist
* Fixed some linter issues
* Fixed more linter issues
* Fixed merge error
* Check if interfaceConfig is defined
* Only show more numbers link if there is more than one number
4 年前
Steffen Kolmer
23bb824731
feat: Added mute video moderation feature (#8630)
* Added mute video feature
* Fixed export
* Fixed some issues
* Added remote video mute notification
* Fixed import
* Fixed conference event handling
* Fixed some linting issues
* Fixed more linter errors
* turn screenshare off on remote video mute
* Fix linter issue
* translations added for mute video feature
* Added video mute button to interface config
* Updated lib-jitsi-meet
* Fix copy paste error
Co-authored-by: nurjinn jafar <nurjin.jafar@nordeck.net >
4 年前
Дамян Минков
12c835dd91
feat: Drops filmStripOnly mode. (#8074)
* feat: Drops filmStripOnly mode.
* squash: Let's make lint happy again.
* squash: Drop some css.
4 年前
damencho
4b8aae90e0
feat: Drop HIDE_KICK_BUTTON_FOR_GUESTS setting.
The main config contains disableRemoteMute and remoteVideoMenu: { disableKick: true} options, which can be used.
4 年前
damencho
c14f639639
feat: Drops SHOW_JITSI_WATERMARK_FOR_GUESTS and SHOW_WATERMARK_FOR_GUESTS.
4 年前
Vlad Piersec
f8a41aea9c
feat(welcome_page): Redesign welcome page
4 年前
Hristo Terezov
8e9a51f742
feat(Watermarks): Add deafault logo prop.
4 年前
James Carbine
5b10d8f5ef
Add config to hide logo-deep-linking on deeplinking page (#7346)
This adds the ability to configure hiding the logo on the deep linking page.
HIDE_DEEP_LINKING_LOGO defaults to false in the config.
The implementation also defaults to showing the logo if HIDE_DEEP_LINKING_LOGO
is missing from the config.
4 年前
Tudor-Ovidiu Avram
b1e12d33ab
feat(embed) implement embed meeting feature
4 年前
Dan Dascalescu
79231914b9
docs: fix typo in interface_config.js
5 年前
Dan Dascalescu
0d15c01077
doc: TOOLBAR_BUTTONS clarifications
5 年前
Dan Dascalescu
28632752ba
docs: fix typo in interface_config.js
5 年前
Mihai Uscat
ab1c5805f4
feat(AddPeopleDialog): Enable contact invitation based on interfaceConfig flag
5 年前
Saúl Ibarra Corretgé
16f1c167b8
interface_config: bring back config trailer
5 年前
Hristo Terezov
4ac9ea258c
ref(interfaceConfig): Order alphabetically.
5 年前
Hristo Terezov
6bd64ee552
fix(jitsi-logo): URL
5 年前
Bettenbuk Zoltan
28e5edfb50
ref: move e2ee field into security menu
5 年前
Saúl Ibarra Corretgé
e5cffc71c4
config: cleanup no longer used interface_config options
5 年前
Adam Wan
e3d66db3d7
config: add ability to hide the "invite more" header button
5 年前
Vlad Piersec
8758c222c6
feat(branding): Add ability to customize logo & background
5 年前
Bettenbuk Zoltan
29dc63fbcb
ref: merge prejoin with lobby
5 年前
Bettenbuk Zoltan
475a2ae596
feat: lobby feature
The lobby feature adds the possibility to lock a meeting and only allow people in after virtually knocking and going through formal approval
5 年前
Mihai Uscat
75c836c70c
feat(AddPeopleDialog): Update design; feat(SecurityDialog): Implement
5 年前
Mihai Uscat
5fdb7c176c
feat(MobileDeepLinking): Enable custom deeplinking domain
5 年前
Jaya Allamsetty
9ad87f3706
fix: Add safari to optimal browser lists
5 年前
Saúl Ibarra Corretgé
60148b6439
interface_config: add trailing commas and end marker
5 年前