Saúl Ibarra Corretgé
5bc424459f
fix(iframe) don't register service worker when in an iframe
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/9712
2021-08-24 11:58:43 +02:00
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>
2021-06-10 07:48:44 -05:00
Mihai-Andrei Uscat
3f93726c41
fix(Safari): Fix zoomed in mobile interface and cropped tile
2021-01-29 12:55:24 +02:00
Vlad Piersec
f8a41aea9c
feat(welcome_page): Redesign welcome page
2020-11-06 13:50:30 +02:00
Saúl Ibarra Corretgé
d067c4e731
fix(pwa) move manifest to the root
...
It must be served from the same origin, so we need to bypass the CDN we use for
meet.jit.si. See the code comments for the rationale on the workaround.
2020-10-22 16:17:18 +02:00
Saúl Ibarra Corretgé
348c6416e5
fix(pwa) fix PWA worker script origin
...
Looks like the base it's still applied, so use a full URL.
2020-10-21 15:15:17 +02:00
Saúl Ibarra Corretgé
d5b2da02c1
fix(pwa) fix loading the service worker
...
We typically use a base URL for static assets using a CDN so loading the worker
from there won't work since it's a different origin. Using a URL relative to the
origin of the page will make it be loaded from the right place.
2020-10-21 10:49:50 +02:00
Tudor-Ovidiu Avram
e67c08d837
fix(pwa) move logic for registering pwa worker
2020-10-16 14:43:40 +02:00
Tudor-Ovidiu Avram
e4c1046d7c
fix(pwa) bypass loading in electron. ensure same origin with registrator
2020-10-15 18:54:12 +02:00
Tudor-Ovidiu Avram
3125345793
fix(pwa) improve upon pwa specs
2020-10-15 10:38:23 +02:00
Tudor-Ovidiu Avram
0d7a730497
feat(pwa) add pwa specifics
2020-10-13 13:40:31 +02:00
Tudor-Ovidiu Avram
0e5091adba
feat(prejoin) Expose prejoin app
2020-07-10 14:24:06 +02:00
Horatiu Muresan
fb8ef366c6
Pass room name to IE page
2020-02-21 13:37:58 +01:00
Saúl Ibarra Corretgé
d856c1f328
ios: add apple-touch-icon icon
...
Ref: https://webhint.io/docs/user-guide/hints/hint-apple-touch-icons/
2019-11-26 21:13:02 +01:00
Дамян Минков
5bdfae377f
Adds a hook to insert body & head html. ( #4843 )
...
* Adds a hook to insert body html.
* Adds a hook to insert head html.
2019-11-12 13:37:48 +00:00
Mihai Uscat
5ade0cad8b
feat(welcome): add posibility to extend settings toolbar
2019-10-15 06:54:54 -07:00
Leonard Kim
13cfd61c83
fix(index): set reload link as attribute, not raw html
2019-06-25 12:48:31 -07:00
virtuacoplenny
2b56822a41
fix(ie11): redirect to recommended browsers page ( #3853 )
2019-02-05 08:26:27 -08:00
damencho
ad7728a599
Passes the asset that fail to load to postLoadErrorHandler.
2018-05-29 13:41:15 -05:00
virtuacoplenny
74a92f83c7
feat(welcome): new design ( #2492 )
...
* feat(welcome): new design
* squash: update strings
* squash: copy/paste error?
* squash: remove welcome page disabling checks
* squash: change strings again
* squash: background var
* squash: title and desc css as variables
2018-02-21 22:58:55 -06:00
Leonard Kim
b74b29e8a0
fix(css): load css before js
...
Currently all.css is loaded after app.js. This means there may
not be a guarantee that the css is loaded before the js, which
is bad because the js does dom querying for sizes on elements,
but some element sizes will be affected by js. So instead load
css upfront and let the browser block as needed or at least
give the css a head start in racing javascript to load.
2017-12-05 08:50:13 -06:00
virtuacoplenny
dc26b17d8b
feat(keyboard-shortcuts): show help in a react dialog ( #2148 )
...
* feat(keyboard-shortcuts): show help in a react dialog
- Move shortcut help dom declaration to a react component
- Let open/close logic be handled by AtlasKit Dialog
- Remove static html for help from index.html
- Consolidate keyboard shortcut css
* squash: use lozenge for key styling
* squash: use different iteration style
* squash: update package-lock for lozenge
2017-11-13 16:58:00 -06:00
hristoterezov
969f5d67ab
feat(eslint): Enable for non react files
2017-10-16 14:36:29 -05:00
Boris Grozev
35fddfa8f4
fix: Removes the inclusion of local.html.
2017-07-06 10:51:44 -05:00
Aaron van Meerten
6d1a018864
include local.html file meant to define local analytics properties ( #1612 )
...
* include local.html file meant to define local analytics properties
include all specified local analytics properties in analytics events
* use new variable name jitsiDeploymentInfo to represent more general use as local deployment information collection
2017-05-30 13:37:43 -05:00
Ilya Daynatovich
96b1f0ca74
Create config util
2017-05-09 00:21:13 -05:00
Lyubo Marinov
5106f9f958
Process do_external_connect.js through webpack
2017-04-11 18:29:18 -05:00
damencho
1d7da21e48
Moves all static content/files in a new folder.
...
Also clears debian package from including *.js files from source roote folder, files which were not used.
2017-03-20 16:05:11 -05:00
paweldomas
4fa800b87a
feat(index.html): post load error handler
...
Adds a placeholder which allows to write a plugin for executing some
code after the "load error handler" is triggered. A function named
"postLoadErrorHandler" should be defined in one of
the "#include virtual" files.
2017-03-07 16:29:50 -06:00
Ilya Daynatovich
58a4f59fd8
Implement Landing component
2017-01-26 07:27:31 -06:00
yanas
2785e76e23
fix(index.html): minor variable optimisation
2016-12-13 18:43:45 -06:00
yanas
c5cacd7955
fix(index.html): UI adjustments
2016-12-13 18:19:49 -06:00
paweldomas
62532b5879
feat(index.html): add safeguards to the reload delay value
...
If the page reload value is not within specific range it will be
adjusted to a default of 10 seconds.
2016-12-13 13:57:11 -06:00
paweldomas
7e22f9c57b
feat(index.html): hide the missing filename by default
2016-12-13 13:53:28 -06:00
paweldomas
d9017b2665
feat(index.html): update "failed to load the page" msg
...
Also adds a link to reload manually.
2016-12-13 07:33:27 -06:00
paweldomas
a4dcf5f8df
feat(index.html): reload when resource fails to load
...
The page will be reloaded if any of the mandatory scripts/resources
fails to load. The reload will be delayed with exponential backoff
starting from 2 seconds. The retry attempt counter is passed as
'rCounter' query attribute.
2016-12-12 15:53:07 -06:00
Illia Daynatovich
a0f5e5c8f8
Consistent spacing, closing in index.html
2016-12-02 09:11:06 -06:00
hristoterezov
8745efb81f
Merge pull request #1158 from jitsi/log_collector
...
Log collector
2016-11-30 13:07:18 -06:00
Ilya Daynatovich
c3428e8213
Split React components out of index.html
2016-11-24 02:21:02 -06:00
paweldomas
76c89845a8
feat: add logging config
2016-11-23 11:32:58 -06:00
hristoterezov
c41c219206
fix(Thumbnails): removes unused css classes
2016-11-04 15:24:05 -05:00
Ilya Daynatovich
02ae3b3053
Add wrapper
2016-11-03 16:26:56 +02:00
Ilya Daynatovich
30e717bd20
Rename classname; Refactor click on video method
2016-11-03 12:13:03 +02:00
Ilya Daynatovich
d703271c96
Fix bug with resizing when using shortcut for switching btw videos
2016-11-03 11:48:48 +02:00
Konstantyn Pahsura
a1e098680d
make side panels init from js
2016-11-02 18:42:39 +02:00
hristoterezov
a7a7f269c3
Merge pull request #1054 from kkrisstoff/task/make-extended-toolbar-dynamically-created-buttons
...
make extended buttons dynamic
2016-10-31 16:50:14 -05:00
Konstantyn Pahsura
77e28a6a45
toolbar buttons fixes
2016-10-31 20:25:27 +02:00
Дамян Минков
9054e72b7f
Merge pull request #1090 from jitsi/file_loading_err
...
Prevent from displaying broken page
2016-10-31 13:00:06 -05:00
paweldomas
0354dd2c24
feat(index.html): prevent from displaying broken page
...
The commit adds an error listener which will replace the document body
with an error message if any of the files required for the app to
be displayed correctly fails to load.
2016-10-31 10:50:01 -05:00
Kostiantyn Pashura
be1ba21166
make extended buttons dynamic
2016-10-31 13:30:16 +02:00