Maxim Khlobystov
11fe501214
Avoid going over the maximum allowed number of poll responses
2021-04-05 19:41:26 +00:00
Ramon Souza
3d6314012f
localized quick poll answers
2021-04-05 14:50:50 -03:00
Anton Georgiev
9dbb298a7d
Merge pull request #11890 from Tainan404/issue-11795
...
Fix unread notes being not shown in navbar
2021-04-05 13:19:27 -04:00
Anton Georgiev
ad460a7d7a
Merge pull request #11824 from Tainan404/fix-unread-message
...
Fix unread message indicator remaining visible
2021-04-05 12:32:11 -04:00
Anton Georgiev
ea62e890a0
Merge pull request #11889 from pedrobmarin/connection-status-extra
...
Offline users' connection status improvements
2021-04-05 12:30:39 -04:00
Pedro Beschorner Marin
99690b55ec
Extra connection's status sorting
...
Push offline users to the bottom of the list.
2021-04-05 13:19:24 -03:00
Pedro Beschorner Marin
082cdba78d
Add offline property to user's own status
2021-04-05 13:18:45 -03:00
Anton Georgiev
8122caf85a
Merge pull request #11884 from MarcelWaldvogel/exec-service-process
...
Services run as starting PID
2021-04-05 12:16:16 -04:00
Anton Georgiev
9ec5408c9e
Merge pull request #11847 from ramonlsouza/offline-users-connection
...
Re-include offline users to the connection modal's users list
2021-04-05 12:10:47 -04:00
Anton Georgiev
6b9eee92e5
Merge pull request #11855 from hiroshisuga/patch-31
...
Minimum width of confirm button
2021-04-05 11:56:54 -04:00
Anton Georgiev
63554b33c5
Merge pull request #11828 from gustavotrott/pdf-conv-timeout
...
Make timeout configurable and log timeout errors for conversions (Pdf2Svg and Office2Pdf)
2021-04-05 11:54:53 -04:00
Mohamed Amine Ben Salah
a69307b06e
Merge remote-tracking branch 'upstream/develop' into add-connection-status-test-spec
2021-04-05 11:57:57 -03:00
Anton Georgiev
44a5eb8b26
Merge pull request #11886 from ramonlsouza/settings-z-index
...
Fix settings modal z-index
2021-04-05 10:56:49 -04:00
Anton Georgiev
fc053aab1c
Merge pull request #11885 from ramonlsouza/issue-11863
...
Changes showAllAvailableLocales settings default value
2021-04-05 09:01:11 -04:00
Ramon Souza
00c873648e
fix settings modal z-index
2021-04-05 09:40:59 -03:00
Ramon Souza
9a0babd5d8
new default for showAllAvailableLocales (true)
2021-04-05 08:29:12 -03:00
Marcel Waldvogel
9140613a96
Services run as starting PID
...
The starting scripts now `exec` the main service instead of starting
it as a subprocess. Also in line with docker-entrypoint recommendations.
2021-04-05 12:24:29 +02:00
Pedro Beschorner Marin
067f5e91dc
Merge pull request #11880 from pedrobmarin/update-template-labels
...
Set new labels to templates and workflows
2021-04-04 22:10:46 -03:00
Mohamed Amine Ben Salah
9d50adbc95
uncomment commented test specs
2021-04-04 18:53:31 -03:00
Pedro Beschorner Marin
ec4c2735f1
Set new labels to templates and workflows
2021-04-04 14:13:14 -03:00
Fred Dixon
7c9286ef19
Merge pull request #11874 from lonesomewalker/develop
...
optimize default.pdf
2021-04-03 19:24:54 -03:00
lonesomewalker
bb503a9047
Add files via upload
...
Cleaning up fonts in default.pptx, shrinking default.pdf
2021-04-03 21:43:38 +02:00
Fred Dixon
a1d6ad3e29
Merge pull request #11872 from ffdixon/fix-bbbconf-1
...
Pickup the correct shared secret when changing bbb-apps-akka.conf
2021-04-03 10:18:25 -03:00
Fred Dixon
ce2e5245ed
Pickup the correct shared secret when changing bbb-apps-akka.conf
2021-04-03 08:17:44 -05:00
Fred Dixon
e880f52a60
Merge pull request #11864 from znerol-forks/feature/develop/slimdown-freeswitch
...
Remove unused FreeSWITCH modules from configuration
2021-04-03 07:58:33 -03:00
Fred Dixon
849675362a
Merge pull request #11869 from mariogasparoni/develop
...
fix: Do not show unsupported browser warning for microsoft edge
2021-04-02 17:15:21 -03:00
Mario Jr
e69421e671
fix: Do not show unsupported browser warning for microsoft edge
...
This was being shown in both audio in video modal.
Related to #11865 .
2021-04-02 15:12:40 -03:00
Fred Dixon
bd7122a715
Merge pull request #11868 from mariogasparoni/fix-11865
...
fix: User can't join using microsoft edge
2021-04-02 14:30:00 -03:00
Mario Jr
9411110742
fix: User can't join using microsoft edge
...
When browser's name string has whitespaces, we must treat it before adding to the
body class. For example Edge uses 'microsoft edge' string
This class string must match names used in css.
Tested in firefox, chrome and safari and it's corresponding mobile versions,
this is working for all.
Fixes #11865
2021-04-02 14:25:00 -03:00
Anton Georgiev
6a3398751f
Merge pull request #11867 from pedrobmarin/add-missing-template-labels
...
Add labels to core and installation issues
2021-04-02 12:50:36 -04:00
Anton Georgiev
8e1f44f576
Merge pull request #11866 from pedrobmarin/fix-pad-id-size
...
Reduce pad's hash size
2021-04-02 12:49:06 -04:00
Pedro Beschorner Marin
4a713bbd43
Add labels to core and installation issues
2021-04-02 13:45:51 -03:00
Pedro Beschorner Marin
7737241141
Reduce pad's hash size
...
Etherpad has a limitation of 50 characters for it's pad ids. Although
our SHA1 hash function generates 40 characters length values, after
prefixing (Meteor's instance id) and suffixing (closed captions support)
the pad id we can reach an invalid size.
2021-04-02 13:22:11 -03:00
hiroshisuga
c6cca4fe15
minimum width of button
2021-04-03 01:14:26 +09:00
znerol
a630922709
Remove unused FreeSWITCH modules from configuration
2021-04-02 16:47:02 +02:00
Anton Georgiev
bb0673a227
Merge pull request #11856 from hiroshisuga/patch-32
...
Portuguese in debug window
2021-04-01 23:24:24 -04:00
hiroshisuga
eb39720130
Portuguese -> English
2021-04-02 11:26:46 +09:00
Mohamed Amine Ben Salah
ba9c810251
updates connection issue user reporting test spec
2021-04-01 23:14:37 -03:00
hiroshisuga
9a6d76e6e3
no width for confirm button
2021-04-02 11:06:16 +09:00
Mohamed Amine Ben Salah
040fed5ca7
add mobile user sub-username tag check
2021-04-01 21:54:55 -03:00
Anton Georgiev
0fe83fe246
Merge pull request #11854 from bigbluebutton/antobinary-patch-3
...
Set breakoutRoomLimit to 16
2021-04-01 17:23:06 -04:00
Anton Georgiev
4b68749fb9
Set breakoutRoomLimit to 16
...
With defaults of 2 backend and 2 frontend bbb-html5 nodejs processes we can handle more breakouts. @ritzalam confirmed no audio changes are needed
2021-04-01 17:22:16 -04:00
Anton Georgiev
7bfbc40684
Merge pull request #11853 from antobinary/apr1-locales
...
Pulled HTML5 locales on Apr 1, 2021
2021-04-01 16:18:58 -04:00
Anton Georgiev
4a4efb94f8
Pulled HTML5 locales on Apr 1, 2021
2021-04-01 20:17:45 +00:00
Anton Georgiev
da7207b46a
Merge pull request #11849 from mariogasparoni/fix-media-error-firefox
...
fix: MEDIA_ERROR when joining room using Firefox
2021-04-01 15:29:01 -04:00
Mario Jr
951fc0ade8
fix: MEDIA_ERROR when joining room using Firefox
...
Firefox doesn't create a device called 'default' and we were trying
to set this when user is joining the room. We don't do this anymore, letting
devices to be changed when there's some user request.
Moved outputDeviceId inputDeviceId information to be managed in bridge
(just like we do with inputDeviceId), we don't store this duplicated
information in audio container anymore.
Fixed the eslint warning in "playAlertSound(url) { ..."
We are safe to let users try to change input/output devices because the
device list is retrieved from enumerateDevices.
2021-04-01 15:53:43 -03:00
Ramon Souza
3be14632de
adding meetingId to usersPersistentData
2021-04-01 15:53:03 -03:00
Ramon Souza
c5b229b4eb
adding offline css class
2021-04-01 15:46:28 -03:00
Anton Georgiev
6cc4a8a317
Merge pull request #11848 from antobinary/apr1-merge
...
Merged 2.2.36 into 2.3-beta
2021-04-01 14:21:07 -04:00
Anton Georgiev
258a1e12ad
remove withInstanceId from note/server/helpers
2021-04-01 18:19:44 +00:00