Steffen Kolmer
e9675453e1
feat: Make Jitsi WCAG 2.1 compliant (#8921)
* Make Jitsi WCAG 2.1 compliant
* Fixed password form keypress handling
* Added keypress handler to name form
* Removed unneccessary dom query
* Fixed mouse hove style
* Removed obsolete css rules
* accessibilty background feature
* Merge remote-tracking branch 'upstream/master' into nic/fix/merge-conflicts
* fix error
* add german translation
* Fixed merge issue
* Add id prop back to device selection
* Fixed lockfile
Co-authored-by: AHMAD KADRI <52747422 +ahmadkadri@users.noreply.github.com >
3 anos atrás
Vlad Piersec
428c3cef38
fix(Labels): Recording label background color
4 anos atrás
Vlad Piersec
b135e2a06a
feat(Labels): Redesign labels on mobile & web
4 anos atrás
luz paz
d3680bbebd
fix(misc) follow-up typos
Found via `codespell -q 3 -S ./lang`
4 anos atrás
hmuresan
ab6790bdaa
(external_api) Add command for overwriting config values.
4 anos atrás
Steffen Kolmer
ef7d425859
feat(ui) update AtlasKit components
4 anos atrás
Tudor-Ovidiu Avram
22384d9094
fix(jaas) update recording label and hide option for jaas users
4 anos atrás
damencho
c2539bf615
feat: Drop buttons tooltips specific to guests.
4 anos atrás
damencho
c007477ee9
fix: Show livestream button only for moderators.
4 anos atrás
Vlad Piersec
71d0577a49
feat(vpaas): Add endpoint counter & remove branding on vpaas meetings
4 anos atrás
Saúl Ibarra Corretgé
a67d0fbf6c
chore: remove some cycles
4 anos atrás
Hristo Terezov
6773aed67f
feat(recording): Limit notification
5 anos atrás
Hristo Terezov
a2c4d17e4d
fix(record):web/mobile match disable functionality
5 anos atrás
Hristo Terezov
ce1de9e1e7
feat(recording): Disable buttons on active session
5 anos atrás
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
5 anos atrás
Saúl Ibarra Corretgé
e5b563ba46
rn,flags: add more feature flags to toggle specific behavior
- Invite funcionality (altogether)
- Recording
- Live streaming
- Meeting name
- Meeting password
5 anos atrás
Hristo Terezov
9b5f135dae
fix(livestreaming): window.open params
The target parameter from window.open was missing which was causing
reload in electron.
5 anos atrás
Hristo Terezov
dbbdcb0b00
feat(live-streaming): Add T&C.
5 anos atrás
Дамян Минков
9bb789472e
Uses correct scopes for google API based on config.js values. (#5066)
* Uses correct scopes for google API based on config.js values.
* Lower the number of parameters that we pass around.
* Fixes googleAPIState state checking.
5 anos atrás
Saúl Ibarra Corretgé
8e3c301d03
misc: use longer lines
5 anos atrás
Saúl Ibarra Corretgé
f9071b8b6b
rn,recording: fix not displaying Dropbox storage text
5 anos atrás
Saúl Ibarra Corretgé
4134d47f6e
recording: remove beta label from LiveStreamButton
5 anos atrás
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
5 anos atrás
damencho
0c042b4078
Adds config to auto turn on captions when recording is started.
5 anos atrás
Saúl Ibarra Corretgé
5a934c071a
logging: use individual, names loggers
React Native doesn't define __filename nor __dirname so do it artisanally. In
addition, this helps with centralizing the configuration passed to loggers.
5 anos atrás
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
5 anos atrás
Leonard Kim
011972872e
fix(blur): add beta label to toolbar button
5 anos atrás
Saúl Ibarra Corretgé
54a9b9199e
rn: adapt to API changes in google signin
5 anos atrás
Bettenbuk Zoltan
1e346f10ab
rn: fix streaming key input color
6 anos atrás
damencho
2219298501
Updates web styling for file recording service sharing option.
6 anos atrás
Bettenbuk Zoltan
f92d530b0a
Fix double file recording sharing switch
6 anos atrás
Bettenbuk Zoltan
b7198ba4b3
Add recording file sharing switch
6 anos atrás
Bettenbuk Zoltan
2a5adfc601
Remove some Flow annotations
6 anos atrás
Saúl Ibarra Corretgé
c025c7e132
flow: tame the beast
🔥🔥🔥
6 anos atrás
Hristo Terezov
a6719896a2
fix(recording): Respect the selected recording service.
6 anos atrás
Дамян Минков
12d0aef686
Updates recording dialog. (#3953)
* Updates recording dialog.
* Update config.js doc.
* Adds comment and make a check more intuitive.
* Changes of using enum for recording types.
6 anos atrás
Bettenbuk Zoltan
ebdcbe122a
Change dialog button property keys
6 anos atrás
Leonard Kim
d872728966
fix(recording): support passing styles in firefox
Using an array of styles in Firefox causes an error
that triggers jitsi-meet to redirect to a static page.
6 anos atrás
Bettenbuk Zoltan
e094b6516a
[RN] Add color scheme support - Components
6 anos atrás
Saúl Ibarra Corretgé
612028ce3c
rn: fix showing Dropbox controls when recording
- remove unneeded dialog (it's taken care of by StartRecordingDialogContent)
- pass correct props so integrations (Dropbox) show up
6 anos atrás
Saúl Ibarra Corretgé
8e58ce7500
ios: re-enable live streaming on iOS 10
There was a missing delegate method call into RNGoogleSignIn, which fixed this.
6 anos atrás
Leonard Kim
07bcb38dd6
fix(live-streaming): show message if no broadcasts are found
It's possible for the YouTube api to return zero broadcasts
or broadcasts without any streams--streams are what are
associated with stream keys. In this case, instead of showing
an empty selector or no selector, show a message with a link
to where the stream key can be obtained.
6 anos atrás
Leonard Kim
5598b8443a
fix(live-streaming): show stream key validation in mobile
6 anos atrás
Leonard Kim
920c179f56
fix(live-streaming): show warning if stream key seems wrong
Provide a client-side notice if the YouTube live stream key
looks like it might be in the wrong format. Normally the
stream key looks like 4 groups of 4 numbers and letters,
each separated by a dash. The warning does not block submission
in case YouTube changes their stream key format.
6 anos atrás
Leonard Kim
b57eaed940
fix(live-streaming): trim the entered stream key
6 anos atrás
Bettenbuk Zoltan
62e7fd7e8e
[RN] Make feature dialogs branded: recording
6 anos atrás
Leonard Kim
d4e18e78fa
ref(recording-label): derive when the label state is no longer stale
6 anos atrás
Leonard Kim
d6216f21d5
ref(live-streaming): remove picker state to remove componentWillReceiveProps
6 anos atrás
Leonard Kim
007d60eb6c
ref(toolbox): getter for the recording/streaming disabled tooltip
6 anos atrás
Bettenbuk Zoltan
71edea8aac
Rearrange recording feature files
6 anos atrás