yanas
88a45cf991
Fixes colors in dialogs.
vor 8 Jahren
yanas
7eb85fe7aa
Merge pull request #923 from jitsi/fix_ringoverlay_sound
fix(ringoverlay): Path of the ogg file
vor 8 Jahren
hristoterezov
0e5fe88b5e
fix(ringoverlay): Path of the ogg file
vor 8 Jahren
yanas
b754361268
Merge pull request #920 from jitsi/remove_prezi_leftovers
fix: remove Prezi leftovers
vor 8 Jahren
yanas
b0012b4d63
Merge pull request #921 from jitsi/contaclist-title-update
Always show number of participants badge in toolbar.
vor 8 Jahren
damencho
febaf49d07
Always show number of participants badge in toolbar.
Includes showing 1 when user is alone in the room.
vor 8 Jahren
paweldomas
e3f3287f14
fix: remove Prezi leftovers
vor 8 Jahren
Дамян Минков
fbd2879aa3
Merge pull request #918 from kkrisstoff/make-the-star-configurable
disable_star_indicator added
vor 8 Jahren
yanas
4db8faa526
Merge pull request #914 from jitsi/fix_toolbar_ringoverlay
fix(toolbar): Issue with toolbar is positioned under the ring overlay
vor 8 Jahren
Дамян Минков
586ea2ae0d
Merge pull request #911 from jitsi/small_videolayout_refactoring
Small videolayout refactoring
vor 8 Jahren
paweldomas
e39648ce21
ref(LargeVideo): rename to LargeVideoManager
It is confusing when the name of the main class exported from the file
is not the same as the filename.
vor 8 Jahren
paweldomas
e0a05c5908
ref(LargeVideo): move VideoContainer to separate file
VideoContainer is a separate being which implements the LargeContainer
and it's confusing to have it in the same file. This was encouraging to
access private parts of the VideoContainer directly(not through
the interface).
vor 8 Jahren
paweldomas
2c01fde713
ref(SmallVideo): rename 'isMuted' to avoid confusion
vor 8 Jahren
Kostiantyn Pashura
82ebfd9945
disable_star_indicator added
vor 8 Jahren
yanas
92641c20f3
Merge pull request #916 from jitsi/contaclist-title-update
Moves the number in the code, not as a translation parameter.
vor 8 Jahren
yanas
f145d98a12
Merge pull request #915 from jitsi/update-tooltip-from-profile
Update tooltip from profile
vor 8 Jahren
yanas
a3d2c95d80
Merge pull request #913 from jitsi/adjust-feedback-question
Adjusts feedback dialog question.
vor 8 Jahren
yanas
a5a9936e25
Adjusts feedback text and takes into account comment
vor 8 Jahren
damencho
cfeb03740c
Moves the number in the code, not as a translation parameter.
There is sometimes problems with cache and late loading of the translations, this commit avoids showing translation key in the contactlist title, by moving the parameter into the code.
vor 8 Jahren
damencho
4ab0fca4d7
Removes tooltip from profile avatar when not clickable.
vor 8 Jahren
damencho
df3b7e2dbc
Adds utility method to remove tooltips.
vor 8 Jahren
hristoterezov
302b0cf776
fix(toolbar): Issue with toolbar is positioned under the ring overlay
vor 8 Jahren
yanas
e7cbacf9a2
Merge pull request #912 from jitsi/remove-download-logs-link
Remove download logs link
vor 8 Jahren
Любомир Маринов
f9817b12bf
Merge pull request #910 from jitsi/fix_jitsi_track_error_import
fix(UI): Show the correct message on NO_DATA_FROM_SOURCE GUM errors
vor 8 Jahren
damencho
bbc7aedb48
Adds download logs method for debugging.
Adds a download logs method that can be called from console to take usefull messages for debugging.
console> APP.conference.saveLogs();
vor 8 Jahren
damencho
4fdc11c6fb
Removes download logs references.
vor 8 Jahren
hristoterezov
e1cb75fe04
fix(UI): Show the correct message on NO_DATA_FROM_SOURCE GUM errors
vor 8 Jahren
yanas
0bf6d52eef
Merge pull request #902 from jitsi/fix-authentication-failed-msg
Fixes message for authentication failed.
vor 8 Jahren
yanas
7453198472
Fixes message for authentication failed.
vor 8 Jahren
Дамян Минков
0c1120c1a8
Merge pull request #897 from jitsi/settings-css-adjustments
Some css and lang adjustments to settings and contact list.
vor 8 Jahren
yanas
efbc84d18b
Merge pull request #898 from m-voloshin/tooltip-fix-layer
Adjustment for layer order
vor 8 Jahren
Дамян Минков
cdca1a46ef
Merge pull request #901 from jitsi/remove-missing-method
Removes missing and unused method.
vor 8 Jahren
yanas
689f7dc8f3
Merge pull request #900 from jitsi/delete-css-ds_store
Delete css/.DS_Store
vor 8 Jahren
yanas
4ca9349de7
Removes missing and unused method.
vor 8 Jahren
Lyubomir Marinov
9d6253455a
Delete css/.DS_Store
vor 8 Jahren
Maxim Voloshin
388f868165
Adjustment for layer order
vor 8 Jahren
yanas
aacb39a439
Some css adjustments to settings and contact list.
vor 8 Jahren
yanas
298338f076
Merge pull request #896 from jitsi/fix-feedback-dialog
Feedback dialog changes
vor 8 Jahren
yanas
2d2915967c
Fixes focus in Feedback and makes animation configurable.
vor 8 Jahren
Kostiantyn Pashura
4572e1d344
feedback dialog changes
vor 8 Jahren
yanas
f8b200f32c
Merge pull request #892 from m-voloshin/blue-badges
Blue badges
vor 8 Jahren
yanas
3d4addd9ef
Fixes badge font and corrects file name.
vor 8 Jahren
yanas
2919a60403
Adds blue badges to contact list and chat.
vor 8 Jahren
Paweł Domas
a07858cc72
Merge pull request #891 from jitsi/video-thumbnail-toolbar-fixes
Video thumbnail toolbar fixes
vor 8 Jahren
yanas
d1d4674136
Fixes some jsdocs.
vor 8 Jahren
Paweł Domas
9b5d4b8ceb
Merge pull request #856 from jitsi/implement_muted_ended_track_events
feat(UI): Add UI support for camera issue detection
vor 8 Jahren
hristoterezov
abe216a0bb
feat(UI): Add UI support for camera issue detection
vor 8 Jahren
hristoterezov
84983c341e
Merge pull request #844 from jitsi/device-selection-rework
Device selection rework
vor 8 Jahren
Paweł Domas
075423ee96
Merge pull request #895 from jitsi/fix-incorrect-json-file
Fix incorrect JSON file
vor 8 Jahren
Lyubomir Marinov
2ff77676e2
Fix incorrect JSON file
The extension of the file modules/UI/side_pannels/chat/smileys.json
suggests that the format of the file is JSON. However, it contains
JavaScript RegExp instances which do not represent valid JSON. Such
discrepancies between file extension and format cause failures in
certain tools such as Webpack. Convert the file (both extension and
format) into a valid ES2015 module.
vor 8 Jahren