KDSBrowne
ca3975f242
update html lang on locale change in settings
2021-04-20 11:51:15 +00:00
prlanzarin
d00e8e0436
Merge remote-tracking branch 'origin/develop' into u22-sadl1
2021-03-11 12:31:10 +00:00
Ramón Souza
0105373cee
Applies changes needed to serve locale files as static content ( #11234 )
...
* moving locales folder to /public and applying changes needed to serve locales as static files
* better dev/prod check
* transifex pull script changes to match new locales directory + ignore locales with less than 100 lines
* fix local/prod locales path
* merge fallback messages
* applies new locale changes to legacy client
`bbb-html5.nginx` file content should also be changed to the following:
```
location /html5client/locales {
alias /usr/share/meteor/bundle/programs/web.browser/app/locales;
}
location /html5client/compatibility {
alias /usr/share/meteor/bundle/programs/web.browser/app/compatibility;
}
location /html5client/resources {
alias /usr/share/meteor/bundle/programs/web.browser/app/resources;
}
location /html5client/svgs {
alias /usr/share/meteor/bundle/programs/web.browser/app/svgs;
}
location /html5client/fonts {
alias /usr/share/meteor/bundle/programs/web.browser/app/fonts;
}
location /html5client {
# proxy_pass http://127.0.0.1:4100 ; # use for development
proxy_pass http://poolhtml5servers ; # use for production
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}
```
2021-03-11 06:42:41 -05:00
prlanzarin
cf8b5e422f
video-provider: add pagination settings toggle
2021-03-10 18:44:23 +00:00
Pedro Beschorner Marin
e08af4b43e
Include waiting users push alert in settings
...
Since we added audio alert notifications in settings controls there was an ampty
grid gap reserved for the push alerts.
2021-03-03 16:26:15 -03:00
Vitor Vanacor
f2e40d3286
guestWaitingAudioAlert moved to settings
2021-03-03 15:24:54 -03:00
Anton Georgiev
111109674e
Merge pull request #11247 from ramonlsouza/language-dropdown
...
Reduces the number of options displayed on locale settings dropdown
2021-02-22 15:44:29 -05:00
Philipp Memmel
5049698d13
fixes non localized notifications label in settings
2021-02-01 15:57:43 +00:00
Mario Jr
08732767e3
Removed duplicated audio filter option in Settings > Application
2021-01-29 19:23:38 -03:00
Anton Georgiev
09e6ba8dfd
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-Jan30
2021-01-29 20:58:05 +00:00
Mario Jr
f2de2806eb
Add setting for enabling/disabling microphone audio filters
...
As explained in #11143 , disabling audio filters is desired in some scenarios.
This basically adds an option for user to disable default constraints.
When user doesn't change this value in Settings > Application, the default
value for each audio constraints is retrieved from settings.yml.
When user changes this value in Settings > Application, audio
filters (AGC, Noise Supression and Echo Cancellation) are all set to
true/false, according to the value selected in the Settings GUI.
To start it simple, we decided to not to add a different setting in the GUI for
each audio contraint. This may be added in the future, though (perhaps in a
dedicated Audio Settings tab)
This is related to #4873
2021-01-29 14:18:15 -03:00
Ramon Souza
f72a7f0fea
create a reusable component for settings and captions language dropdown
2021-01-29 13:17:35 -03:00
Ramon Souza
7c2a488f15
show only variations of the selected language on locale settings
2021-01-27 16:50:48 -03:00
Mario Jr
97c76900cb
Add setting for enabling/disabling microphone audio filters
...
As explained in #11143 , disabling audio filters is desired in some scenarios.
This basically adds an option for user to disable default constraints.
When user doesn't change this value in Settings > Application, the default
value for each audio constraints is retrieved from settings.yml.
When user changes this value in Settings > Application, audio
filters (AGC, Noise Supression and Echo Cancellation) are all set to
true/false, according to the value selected in the Settings GUI.
To start it simple, we decided to not to add a different setting in the GUI for
each audio contraint. This may be added in the future, though (perhaps in a
dedicated Audio Settings tab)
This is related to #4873
2021-01-22 16:30:42 -03:00
KDSBrowne
206cae3707
fix locale fetch loop with xx_XX fallback/override
2021-01-19 16:02:20 +00:00
Anton Georgiev
23f2df11d5
code changes to allow for meetings' redis events to be processed on different html5 nodejs pids
2020-11-18 20:34:02 +00:00
Anton Georgiev
707f80a785
Only calculate locales list once, on process start
2020-09-10 01:27:03 +00:00
Anton Georgiev
d8b185f2b3
Merge branch 'issue-9219' of github.com:Tainan404/bigbluebutton into locales-total
2020-09-09 19:29:18 +00:00
KDSBrowne
77b71a4d1f
fix duplicate css variables being loaded (improve imports)
2020-09-01 18:46:13 +00:00
Tainan Felipe
e64c0e1c62
Merge branch 'develop' into issue-9219
2020-07-28 13:28:32 -03:00
Anton Georgiev
55d8d4b199
Merge pull request #9529 from Tainan404/issue-9128
...
Rework locales list generation
2020-07-28 11:10:38 -04:00
KDSBrowne
bd0bec8c0b
only show raise hand setting / toast for moderators
2020-07-06 12:56:19 +00:00
Tainan Felipe
db8e7fcd39
Update react-intl and add fallback to unsupported languages
2020-05-25 17:00:13 -03:00
Tainan Felipe
6a340e9401
Rework locales list generation
2020-05-13 14:05:59 -03:00
KDSBrowne
d9f3cd0d34
add notification tab to settings modal
2020-03-19 14:19:40 +00:00
Chad Pilkey
d81fe936d4
add toast on user join option
2019-11-12 10:00:48 -08:00
Chad Pilkey
549804c281
add audio cue on user join setting
2019-11-11 09:53:58 -08:00
Joao Siebel
1dc10ce4ee
Add a margin between settings and subtitle. close #7825
2019-08-27 14:43:12 -03:00
Joao Siebel
44c660cf48
remove lock from local settings
2019-08-02 10:15:50 -03:00
KDSBrowne
bd9ed853a7
add enabled config to chat in settings.yml
2019-07-17 21:00:33 +00:00
KDSBrowne
55b1ca8c77
fix accessibility issues in captions reader menu
2019-07-05 19:44:12 +00:00
KDSBrowne
ceaeef0227
fix remaining reported accessibility issues
2019-06-26 03:03:08 +00:00
Anton Georgiev
72486014cd
Merge pull request #7524 from KDSBrowne/0A-access-10
...
Make whiteboard toolbar accessible via keyboard
2019-05-30 14:50:04 -04:00
Anton Georgiev
ac36732849
Merge branch 'master' into closed-captions-prototype
2019-05-29 11:51:45 -04:00
Anton Georgiev
bc79d54679
remove unused css
2019-05-29 15:44:34 +00:00
KDSBrowne
a19d06df48
fix screen reader not announcing language select aria-label
2019-05-28 16:28:53 +00:00
Anton Georgiev
b04d5181d3
Merge pull request #7495 from KDSBrowne/0A-access-16
...
Add lang prop to Settings language select element
2019-05-24 14:17:18 -04:00
Anton Georgiev
032b64366c
Merge pull request #7494 from KDSBrowne/0A-access-17
...
Add current size to Increase / Decrease font size btn aria labels
2019-05-24 14:04:18 -04:00
KDSBrowne
c3518bc6a6
add lang prop to language select element
2019-05-23 21:55:34 +00:00
KDSBrowne
b9231ecbbc
add current value to aria labels for app font size
2019-05-23 21:50:36 +00:00
Diego Benetti
3998898319
Merge branch 'kert-pr-7498' into issue7461-localize-remaining-labels
2019-05-23 18:13:42 -03:00
Pedro Beschorner Marin
741122df96
Closed captions cleanup
2019-05-23 11:51:01 -03:00
Pedro Beschorner Marin
34b39a2b0a
Closed captions prototype in a big commit
2019-05-22 18:33:20 -03:00
KDSBrowne
89898ae09e
fix console error from state update on unmounted component
2019-05-22 18:54:30 +00:00
Ghazi Triki
1f6326f7fd
Change layout direction for RTL languages.
...
Update styles for RTL layout.
2019-05-14 14:17:19 +01:00
Anton Georgiev
bbc81f0f51
Merge pull request #7383 from KDSBrowne/_summit-add-toast-for-saved-settings
...
Add toast notification for when settings are saved
2019-05-13 16:33:04 -04:00
KDSBrowne
57399c2210
switch to correct label for notification
2019-05-08 15:56:10 +00:00
KDSBrowne
82499673f1
add formatted message for notification
2019-05-08 15:50:00 +00:00
KDSBrowne
92601fd615
add toast for saved settings
2019-05-08 15:41:32 +00:00
KDSBrowne
f579766c60
improve displayed percentages
2019-05-08 15:11:55 +00:00
KDSBrowne
3c907232d2
add comment
2019-05-07 19:43:34 +00:00
KDSBrowne
13ed545c29
change application font size to show as percentage
2019-05-07 19:27:47 +00:00
KDSBrowne
0e724fb890
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into 2.2-High-contrast-outline
2019-04-18 14:29:17 +00:00
Diego Benetti
70bfb9dd31
Hide closed captions option from settings
2019-04-16 09:57:10 -03:00
KDSBrowne
38ba8f8895
add outlines for high contrast themes (windows)
2019-04-08 14:22:22 +00:00
Joao Siebel
b4e03af60c
prevent some unnecessary re-render when processing pages
2019-03-19 09:58:21 -03:00
Joao Siebel
b5929dc4b5
Add activity check modal
2019-02-26 14:40:01 -03:00
Vitor Mateus
e0ddffbf66
Merge remote-tracking branch 'upstream/master' into issue-5846
2019-01-30 10:01:29 -02:00
Anton Georgiev
6ef4f39903
Localize "No locale selected; fix locales fetch
2019-01-25 18:19:54 +00:00
Vitor Mateus
b6d5b15e3e
Implement enable/disable Animations issue-5846
2019-01-24 14:16:23 -02:00
Tainan Felipe
c1aacc8823
Add custom font feature and define desktop version to 14px
2019-01-03 15:35:52 -02:00
Anton Georgiev
2258981559
revert controls for font size Close #6361
2018-12-13 21:47:43 +00:00
KDSBrowne
39c75fd449
fix remaining bugs / console errors
2018-12-05 19:31:33 +00:00
Anton Georgiev
a5c2ddc602
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into remove-react-router
2018-10-25 17:58:00 +00:00
Oswaldo Acauan
f71d32a464
Move from SCSS variables to CSS custom properties (variables) and add custom parameters for theming/skinning
...
WIP
wip
wip
format
wip
Move from SCSS variables to CSS custom properties (variables) and add custom parameters for theming/skinning
2018-10-23 14:21:58 -02:00
Anton Georgiev
717a1e2db2
recovered logout functionality including feedback
2018-10-12 21:14:28 +00:00
Anton Georgiev
02905fb90d
react-router removed, lots of code commented out, client loads
2018-10-03 16:14:10 +00:00
Anton Georgiev
666a59232e
Merge pull request #5993 from KDSBrowne/5980-chat-input-font-size
...
Adjust chat input font size
2018-08-21 09:52:56 -04:00
Anton Georgiev
6459b84c83
Pulled HTML5 locales aug 15; Fix for locale switch edge case ( #5984 )
2018-08-15 13:58:23 -03:00
KDSBrowne
29bcbea923
rename to alerts / missing from #5973
2018-08-15 02:35:58 +00:00
KDSBrowne
d7b6d027a2
change name of formatted string id's
2018-08-13 19:16:22 +00:00
KDSBrowne
8e84c83e9f
clean up
2018-07-03 15:09:20 +00:00
KDSBrowne
9f01d3b1d1
ensure settings modal is closed on cancel
2018-06-27 16:18:45 +00:00
Anton Georgiev
23cd017826
Merge pull request #5390 from KDSBrowne/xx.fix.mobile.SR
...
Fix mobile screen reader functionality
2018-04-26 14:07:44 -04:00
KDSBrowne
7a3c7e0c9c
remove test label
2018-04-24 13:02:10 -07:00
KDSBrowne
534b8ea746
move aria-label above select in DOM
2018-04-24 08:39:15 -07:00
KDSBrowne
7f7605a033
remove condition and push current path
2018-04-23 13:47:13 -07:00
KDSBrowne
44c70a9199
prevent client breaking when settings are saved while userlist is open
2018-04-20 13:05:33 -07:00
KDSBrowne
45213008f4
add comment
2018-04-17 08:06:19 -07:00
KDSBrowne
c97e698733
use work around to close settings modal
2018-04-16 10:41:23 -07:00
KDSBrowne
aa14952bc0
prevent settings modal opening when selecting locale with region
2018-04-10 09:52:12 -07:00
KDSBrowne
ca32aeca4e
fix confirm callback bug
2018-04-06 10:31:55 -07:00
João Francisco Siebel
fe0f6a67a3
Reverse data saving logic
2018-03-26 15:26:52 -03:00
KDSBrowne
c2ff34a194
add null return in ModalBase and remove mountModal() calls
2018-03-16 16:16:01 -07:00
KDSBrowne
d764ceba3c
prevent modals breaking screen reader functionality
2018-03-14 09:21:25 -07:00
KDSBrowne
665bc1ca73
Merge remote-tracking branch 'upstream/v2.0.x-release' into z-02-accessibility-zeeshan-1
2018-03-06 07:34:02 -08:00
KDSBrowne
481b79cd30
fix Toggle component functionality with screen reader
2018-03-01 13:15:18 -08:00
KDSBrowne
ef7c44e693
disable increase / decrese font size btn when min / max size reached
2018-03-01 09:21:19 -08:00
João Francisco Siebel
6bb031076b
Resolve merge problems
2018-02-19 14:00:43 -03:00
Lucas Fialho Zawacki
333bba0a77
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into settings-lock-video-dock
2018-02-09 19:33:55 +00:00
KDSBrowne
ff78e14835
switch indexOf() with includes()
2018-02-08 07:14:00 -08:00
KDSBrowne
d7b9e4dce9
close userlist before settings are saved
2018-02-06 12:06:52 -08:00
Joao Siebel
eddc480851
Implement screenshare data saving setting. Fix #5029
2018-02-06 11:33:48 -02:00
Tainan Felipe Pauli de Almeida
fd9dfbf89b
fix more linter errors
2018-02-01 09:31:17 -02:00
Tainan Felipe Pauli de Almeida
ff7273973a
fix some linter errors
2018-01-30 14:41:45 -02:00
Tainan Felipe Pauli de Almeida
cba6628de0
add to the functionality of deactivating the videodock via settings
2018-01-30 14:32:37 -02:00
Tainan Felipe Pauli de Almeida
0bfe3093c0
add interface for data saving tab
2018-01-30 09:20:51 -02:00
Tainan Felipe
5e96068a6d
remove multiplication for 1
2018-01-10 16:55:33 -02:00
Tainan Felipe
273ea0dbc6
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-settings-mobile
2018-01-10 16:42:39 -02:00
Oleksandr Zhurbenko
ce1f40ac9a
Updated Meteor to 1.6.0.1
2018-01-07 22:17:18 -08:00
Oleksandr Zhurbenko
962e659378
Switched the components from deprecated method to
2018-01-07 20:44:42 -08:00
Tainan Felipe
523caf226d
fix settings for mobile screen
2017-12-19 09:13:37 -02:00
KDSBrowne
7631359bd1
Merge remote-tracking branch 'upstream/v2.0.x-release' into z14-fix-userlist-keyboard-accessibility
2017-12-06 08:57:28 -08:00
KDSBrowne
d81591e7ce
Merge remote-tracking branch 'upstream/v2.0.x-release' into z14-fix-userlist-keyboard-accessibility
2017-11-30 11:17:03 -08:00
Tainan Felipe
488f9eacc3
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-design
2017-11-29 09:32:39 -02:00
Maxim Khlobystov
864e71798d
Fixed the default locale issue.
2017-11-24 20:26:03 +00:00
Tainan Felipe
64fb3fc920
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-design
2017-11-17 08:11:46 -02:00
KDSBrowne
9412ce7da1
Merge remote-tracking branch 'upstream/v2.0.x-release' into pr-4555-redone
2017-11-16 10:46:04 -08:00
KDSBrowne
3264ee26f2
replace pixel values with variables
2017-11-09 09:03:32 -08:00
KDSBrowne
1850bc782c
remove customLinkFocus and replace with elementFocus
2017-11-07 08:06:31 -08:00
KDSBrowne
900c20f86a
move and convert focus styles to mixins
2017-11-01 09:01:55 -07:00
Tainan Felipe
e1ca9950a1
add chat push notification and refactor audio notification
2017-10-30 08:34:28 -02:00
Oleksandr Zhurbenko
a2c635d094
Fixed a bug with Settings not being closed when click Cancel
2017-10-23 16:19:02 -07:00
Tainan Felipe
4bda76c5bb
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-errors-linter
2017-10-12 15:36:52 -03:00
Oleksandr Zhurbenko
015ca3d719
Changed imports and removed 'initializeCursor.js' since it's not needed
2017-10-11 19:00:28 -07:00
Tainan Felipe
d6a6ff5eca
remove .scss extension and changed path
2017-10-11 14:54:00 -03:00
Anton Georgiev
7c4e4a61d9
Merge pull request #4501 from antobinary/hide-lock-settings
...
[HTML5 client] Temporarily hide moderator view of lock settings
2017-10-11 14:31:23 -03:00
Anton Georgiev
ac93460ba7
temporarily hide moderator view of lock settings
2017-10-11 13:51:41 -03:00
Tainan Felipe
a667e3d05b
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-errors-linter
2017-10-11 11:46:16 -03:00
Tainan Felipe
50cc876cf7
fix errors linter
2017-10-10 19:08:51 -03:00
Maxim Khlobystov
6146f391f0
Made sure the locales that contain underscore are displayed properly when shown as current language in the Settings window.
2017-10-10 20:56:33 +00:00
Maxim Khlobystov
03c94bba73
Dropped the file extension from the stylesheet name.
2017-10-05 19:40:38 +00:00
Maxim Khlobystov
350bbdfcc9
Added a comment to not forget about the push notifications setting.
2017-10-05 19:21:57 +00:00
Maxim Khlobystov
a7798f6c1a
Fixed some ESLint errors.
2017-10-05 19:18:30 +00:00
Maxim Khlobystov
c3ba004bec
Hidden Push Notifications setting's UI until it is implemented.
2017-10-05 19:06:28 +00:00
KDSBrowne
0838e21674
change css classes to SASS placeholders
2017-10-03 11:00:04 -07:00
KDSBrowne
10f95f11e1
fix merge conflicts
2017-10-02 12:37:51 -07:00
Klaus
97d2f6d3e5
Rollback to the right locales
2017-09-22 14:51:47 -03:00
KDSBrowne
d7335ade60
move focus styles to central location
2017-09-19 07:44:42 -07:00
KDSBrowne
a470bfb58f
add border size variable and clean up css
2017-09-18 09:23:15 -07:00
KDSBrowne
ae443a8430
add custom focus to select elements
2017-09-15 12:25:45 -07:00
Oleksandr Zhurbenko
251bd22738
PR review fixes
2017-09-06 12:36:52 -07:00
Klaus
eea2c0ee8b
Refactor user
2017-07-26 11:09:07 -03:00
Anton Georgiev
ed5460cba6
Merge pull request #4040 from Klauswk/html5-2x-captions-messages
...
[HTML5 2.0] Move captions messages to 2.0
2017-07-17 15:52:15 -04:00
Anton Georgiev
bc9083c0cf
Merge pull request #4109 from Klauswk/fix-sass-path
...
[HTML5 - 2.0] Change relative path of the sass imports to absolute
2017-07-17 14:58:02 -04:00
Klaus
87943cb3f8
Change relative path of the sass to absolute
2017-07-17 15:21:45 -03:00
Klaus
3af281d648
Merge remote-tracking branch 'upstream/master' into merge-master-mconf
2017-07-17 13:33:45 -03:00
KDSBrowne
50eb4d81ef
wrap form elements with label
2017-07-07 23:50:33 -07:00
KDSBrowne
44afafc448
fix color contrast issues
2017-07-07 09:11:22 -07:00
KDSBrowne
8aee85ed72
ensure form elements have labels
2017-07-06 08:54:18 -07:00
Klaus
9b63e0c215
Add caption messages
2017-06-29 17:22:09 -03:00
Anton Georgiev
724e21a0d6
we do not have 1.0 user messages coming from bbb so use 2.0 only
2017-06-27 18:14:53 -04:00
Klaus Klein
c627deca36
Move api to api/1.1
2017-06-19 08:57:32 -03:00
Oswaldo Acauan
1c5c74db67
Fix merge conflicts
2017-06-05 13:52:46 +00:00
Oleksandr Zhurbenko
06493fda7f
Switched to prop-types package to remove new React 15 warnings
2017-06-03 19:40:14 -07:00
Oswaldo Acauan
e6412275a6
Linter auto fix
2017-06-02 19:25:02 +00:00
KDSBrowne
16e507fbb2
fix merge conflicts
2017-05-17 08:54:48 -07:00
Anton Georgiev
0579506e2e
Merge pull request #3944 from Klauswk/FixUnselectableOption
...
Fix unselectable 'Choose Language' and fallback lang error.
2017-05-17 11:17:38 -04:00
KDSBrowne
df76d33cba
set files permission to 644
2017-05-16 09:22:59 -07:00
KDSBrowne
6537a0e28c
Fix client lint issues except those which are comment related
2017-05-16 08:37:17 -07:00