damencho
fda52f7160
Moves login state of dialog to be first, to be the initial state.
By default impromptu uses the first state as the default one to show.
8 vuotta sitten
paweldomas
6890414bad
fix(LoginDialog.web): 'states' is passed as undefined
8 vuotta sitten
hristoterezov
969f5d67ab
feat(eslint): Enable for non react files
8 vuotta sitten
hristoterezov
a3a871d4b3
fix(lib-jitsi-meet): Use the exported constants
8 vuotta sitten
paweldomas
122be9e0e0
ref: move 'jwt' feature to 'base'
8 vuotta sitten
Lyubo Marinov
dfebd692f3
eslint 4.8.0
ESLint 4.8.0 discovers a lot of error related to formatting. While I
tried to fix as many of them as possible, a portion of them actually go
against our coding style. In such a case, I've disabled the indent rule
which effectively leaves it as it was before ESLint 4.8.0.
Additionally, remove jshint because it's becoming a nuisance with its
lack of understanding of ES2015+.
8 vuotta sitten
Lyubo Marinov
241dc3b147
[RN] Support XMPP authentication
8 vuotta sitten
paweldomas
141acea194
[RN] Support XMPP authentication
8 vuotta sitten
Ilya Daynatovich
ab5c2e9ded
Add jwt module to react
8 vuotta sitten
damencho
5f387737a1
Fix incorrect password dialog message when using authentication.
9 vuotta sitten
paweldomas
b58f1cdd16
use logger instead of console
9 vuotta sitten
yanas
d05ff9b4ee
fix: Firefox desktop sharing extension required dialog
9 vuotta sitten
Ilya Daynatovich
5b0777d4db
Made inputs identical
9 vuotta sitten
Ilya Daynatovich
5623a06996
renamed input-control block to form-control
9 vuotta sitten
damencho
5217bf0bb8
Removes translateString and use translateElement.
Removing translateString forces using data-i18n attributes, to make sure we do not forget to set them. Missing data-i18n attributes is a problem with late loading where we can end up without translation, without text. Missing data-i18n attributes is also problem that strings will not be translated when changing language.
Fixes a bug in invite dialog, where remove password button was shown for non moderators.
9 vuotta sitten
Kostiantyn Pashura
436f3b9d9b
auth btn removed. login/logout --> Profile
9 vuotta sitten
damencho
54cfbaaba0
Updates some translations for login dialog.
9 vuotta sitten
damencho
0455c26fb2
Uses titleKey to generate title string containing data-i18n attribute.
9 vuotta sitten
yanas
74f31db434
Dialogs re-design, invite and password modifications
9 vuotta sitten
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
9 vuotta sitten
damencho
f9a5b62326
Changes the state of room locker if room was locked not by current user.
9 vuotta sitten
damencho
a449223b40
Clears the password if user cancels password prompt.
Clears the password if user cancel attempt to enter password, as using one instance of locker for multiple attempts keeps the password.
9 vuotta sitten
damencho
536ffb31e0
Moves loading of analytics in the library.
9 vuotta sitten
damencho
7aa47647f0
Avoids multiple dialog when showing lock attempt errors.
9 vuotta sitten
hristoterezov
52c6bbe731
Fixes typo
9 vuotta sitten
paweldomas
f977030bd6
Add support for JWT login service
9 vuotta sitten
paweldomas
38fc1c01d4
Move XMPP login prompt handling to AuthHandler
9 vuotta sitten
hristoterezov
d624f2584d
Fixes issue with room name parameter = undefined
9 vuotta sitten
yanas
57815cb2fe
Unifrms messageHandler access and adds enable disable
9 vuotta sitten
yanas
0cf291d796
Handle Promise.reject for user cancel case
9 vuotta sitten
isymchych
3cf478826e
implement user logout
10 vuotta sitten
isymchych
e478a73988
fix on-the-fly auth
10 vuotta sitten
isymchych
5a1d200098
fix authentication dialog
10 vuotta sitten
isymchych
6b98fd52ea
added some documentation (jsdocs)
10 vuotta sitten
hristoterezov
29a85b797a
Fixes audio / video mutes
10 vuotta sitten
isymchych
3400925f99
on-the-fly auth improvements
10 vuotta sitten
isymchych
3a00837107
better error handling while establishing connection
10 vuotta sitten
isymchych
58d1c76ab0
handle external auth; xmpp auth tbd
10 vuotta sitten
isymchych
28e5bf4bec
add "authentication required" dialog
10 vuotta sitten
isymchych
ec2be349df
refactor authentication module
10 vuotta sitten
isymchych
7cc682d5a4
move random stuff out of Toolbar
10 vuotta sitten
isymchych
586988f327
properly generate room name
10 vuotta sitten
Boris Grozev
657a3fb2e1
Removes comments (fixes warnings).
10 vuotta sitten
Spellauge
277f340063
authdomain2
10 vuotta sitten
Boris Grozev
84a8d00234
Renames functions for the sake of clarity.
10 vuotta sitten
hristoterezov
62a731e244
Fixes typo in translation module interface.
10 vuotta sitten
George Politis
5f48e4cf9d
Revert "Updates the license headers."
This reverts commit 93648f361b .
10 vuotta sitten
George Politis
93648f361b
Updates the license headers.
10 vuotta sitten
paweldomas
b6155c04ad
Modifies "authentication required" dialog.
11 vuotta sitten
paweldomas
588c2d9e4b
XMPP authentication improvements. Makes it possible to authenticate during the conference.
11 vuotta sitten