paweldomas
b58f1cdd16
use logger instead of console
9 years ago
Ilya Daynatovich
5b0777d4db
Made inputs identical
9 years ago
Ilya Daynatovich
5623a06996
renamed input-control block to form-control
9 years ago
Ilya Daynatovich
62713bf87c
Editions in PR
9 years ago
Ilya Daynatovich
7a2eca3706
fix reopening require pass dialog
9 years ago
Ilya Daynatovich
22b7142159
Add select input after incorrect input
9 years ago
Ilya Daynatovich
5e8c5b3ce4
Add JSDoc
9 years ago
Ilya Daynatovich
d4df6f2dda
Got rid of direct usage of room locker
9 years ago
Ilya Daynatovich
257bb49c52
Add Require password dialog
9 years ago
damencho
2edb279d22
Fixes password set remotely text.
9 years ago
damencho
96479e0474
Fixes password and isModerator check in invite dialog.
9 years ago
damencho
b2a1c9881e
Fixes comments from review.
Adds a safe check, i18n is expecting undefined not null. Fix a method name and translation to be at placeholder.
9 years ago
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 years ago
paweldomas
8f8b1385fa
ref(ConferenceUrl): converts to class and binds instance to global APP
Converts ConferenceUrl to a class and binds an instance to the global
APP variable, as requested by HTerezov.
9 years ago
paweldomas
d342f93547
fix(Invite): remove unused 'updateInviteUrl'
9 years ago
paweldomas
f7bfe8d8bf
feat: introduce ConferenceUrl module
We need to make sure that on the page reload all original parameters
used to load the conference are preserved. New modules helps to manage
different types of conference URLs like the one used for invites and
the one for reloading the page.
9 years ago
damencho
040f4a6618
Adds data-i18n attribute.
9 years ago
damencho
0455c26fb2
Uses titleKey to generate title string containing data-i18n attribute.
9 years ago
Ilya Daynatovich
cbc7fe5d98
Add JSDoc and rename method
9 years ago
Ilya Daynatovich
a4c3348630
Fix some visual bugs
9 years ago
Ilya Daynatovich
d94b50f1e4
Add possibilty to set password via return key
9 years ago
yanas
338e1bac00
Initialise the invite dialog on user action
9 years ago
yanas
22a2d85ee2
Fixes cdn issue with remove password link.
9 years ago
yanas
e24d5da0ef
Fix eslint errors
9 years ago
yanas
74f31db434
Dialogs re-design, invite and password modifications
9 years ago