Дамян Минков
ff70025429
feat: Returns an error on join request with no display name. (#13546)
* feat: Returns an error on join request with no display name.
When someone tries to join a room with lobby enabled and display name is not set returns an error.
* squash: Fixes handling DISPLAY_NAME_REQUIRED with preJoin disabled.
* squash: Fixes mobile build.
* squash: Move isDisplayNameRequired redux state in lobby and introduces isDisplayNameRequiredError.
* squash: Drops unused isDisplayNameRequired.
This was used on showing prejoin when connection was established on showing prejoin. We no longer establish it at that time, so it is not possible to hit it and act on it.
1 yıl önce
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2 yıl önce
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 yıl önce
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
2 yıl önce
Robert Pintilii
5a64bd76fb
ref(prejoin) Refactor styles (#13187)
Move styles from SCSS to JSS
Convert class to function component
2 yıl önce
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
2 yıl önce
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 yıl önce
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 yıl önce
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 yıl önce
Horatiu Muresan
9d8e646d4e
fix(lobby) Fix lobby inputs (#12930)
2 yıl önce
Mihaela Dumitru
2aa770e532
feat(config) add flag to disable lobby password & group lobby config flags (#12793)
2 yıl önce
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
2 yıl önce
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 yıl önce
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
2 yıl önce
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 yıl önce
Robert Pintilii
51bbc3f87f
ref(ui-components) Use new Button on prejoin (#12372)
2 yıl önce
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
2 yıl önce
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 yıl önce
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 yıl önce
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
2 yıl önce
Saúl Ibarra Corretgé
b535b8c583
fix(lobby) fix opening lobby chat after API change
2 yıl önce
Robert Pintilii
8f5eabe1f2
ref(TS) Remove ts-ignores (#11979)
2 yıl önce
Robert Pintilii
43578474a0
ref: Convert base/participants to TS (#11978)
Remove unnecessary ts-ignores
2 yıl önce
Robert Pintilii
db54c45b13
feat(ui-components) Add toggle component (#11933)
2 yıl önce
Doganbros
7522de033a
feat: Lobby chat (#10847)
* feat(lobby): lobby chat
lobby chat support
knocking participants list updates
knocking participants conditonal checks to show message button
handle lobby chat message events
lobby messages from or to moderators only
Co-authored-by: Fecri Kaan Ulubey <f.kaan93@gmail.com >
* squash: Drop typos.
Co-authored-by: Kusi Musah Hussein <kusimusah@gmail.com >
Co-authored-by: Fecri Kaan Ulubey <f.kaan93@gmail.com >
Co-authored-by: Дамян Минков <damencho@jitsi.org >
3 yıl önce
Tudor D. Pop
28f5ddc81d
feat(lobby,notifications) refactor lobby notifications
3 yıl önce
Saúl Ibarra Corretgé
58ef2974c9
fix(breakout-rooms) disable lobby in breakout rooms
The main room lobby gets diverted to the rooms, things can get confusing. We
might need to revisit this in the future.
3 yıl önce
Avram Tudor
1ad9046a38
Improve premeeting screens ux (#9726)
* feat(prejoin) move invite to toolbar section
* feat(premeeting) redesign prejoin and lobby screens
* code review changes
* fix prejoin flicker and avatar id
* fix password error message and native lobby dialog close position
3 yıl önce
Дамян Минков
64ae9c7953
feat: UI part for A/V moderation. (#9195)
* feat: Initial UI part for A/V moderation.
Based on https://github.com/jitsi/jitsi-meet/pull/7779
Co-authored-by: Gabriel Imre <gabriel.lucaci@8x8.com >
* feat: Hides context menu in p2p or only moderators in the meeting.
* feat: Show notifications on enable/disable.
* feat(moderation): Add buttons to participant list & notifications
* fix(moderation): Fix raised hand participant leaving
* feat(moderation): Add support for video moderation
* feat(moderation): Add mute all video to context menu
* feat(moderation): Redo participants list 'More menu'
* fix: Fixes clearing av_moderation table.
* fix: Start moderation context menu
* fix(moderation): Show notification if unapproved participant tries to start CS
Co-authored-by: Gabriel Imre <gabriel.lucaci@8x8.com >
Co-authored-by: Vlad Piersec <vlad.piersec@8x8.com >
4 yıl önce
Calinteodor
487da8f231
fix(lobby) disable invite from lobby screen fix #9209 (#9417)
* fix(lobby) disable invite from lobby screen fix #9209
* fix(lobby) destructered props fix #9209
* fix(lobby) changed const name fix #9209
* fix(lobby) added empty line fix #9209
4 yıl önce
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 >
4 yıl önce
Tudor-Ovidiu Avram
f7ddcbbbf3
fix(sip) allow sip invites to contain phone numbers
display sip address in invites
hide lobby password for sip users
tidy up invite placeholders
4 yıl önce
Tudor-Ovidiu Avram
f0f9c02452
fix(sip-invite) add minor fixes to sip invite flow
4 yıl önce
Vlad Piersec
eb41a306a6
fix(lobby): Knocking participants list for small widths
4 yıl önce
Steffen Kolmer
ef7d425859
feat(ui) update AtlasKit components
4 yıl önce
Tudor-Ovidiu Avram
478f1a731e
feat(prejoin) improve ux
4 yıl önce
Дамян Минков
d169bd5007
feat: Adds interface config to hide lobby button. (#7619)
* feat: Adds interface config to hide lobby button.
* squash: Moves the config to config.js and add it to mobile.
4 yıl önce
Saúl Ibarra Corretgé
a67d0fbf6c
chore: remove some cycles
4 yıl önce
damencho
b106e51a10
feat: Adds id to the notifications and buttons so we can check for them in the integration tests.
5 yıl önce
damencho
b9c20a3fd4
fix: Fixes syncing state about lobby in security dialog.
5 yıl önce
Florian
bbf76296ed
Update KnockingParticipantList.js
In order to translate the title.. Pull request #7246
5 yıl önce
Bettenbuk Zoltan
b534c4f624
ui: making the security menu more compact
5 yıl önce
Mihai Uscat
093254d948
fix(AddPeopleDialog): Improve contact invite form
- Disables the invite buttons while invites are ongoing
- Adds a keyboard shortcut (Enter) to send out invites
- Closes AddPeopleDialog upon successful invites sent
- Fixes the SecurityDialog closing when trying to set E2EE key via Enter shortcut
- Removes superfluous separator from SecurityDialog
5 yıl önce
Bettenbuk Zoltan
bcffe0bba5
fix: lobby screen broken with prejoin disabled
5 yıl önce
Bettenbuk Zoltan
29dc63fbcb
ref: merge prejoin with lobby
5 yıl önce
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 yıl önce