OpenSlides/openslides/core
Sean Engelhardt e4d3e119d3 Service Worker Updates
Introdcues a new update service.
Listens to service-worker updates and shows a snack-bar to inform about updates.
Provides a function to manually check for updates.

The service worker tries to be consistent in it's own version and
updates in the background.
Some manuall trigger will be required to update, which is either a
reload or the execution of the provded check function

with help from
@FinnStutzenstein
2019-05-06 13:13:09 +02:00
..
management Fixed commands. 2019-03-20 08:50:57 +01:00
migrations Adds a migration for projector changes 2019-04-15 11:02:39 +02:00
static remove old client 2018-10-25 16:04:28 +02:00
__init__.py Run black 2019-01-08 21:51:52 +01:00
access_permissions.py Projectiondefaults, width slider direct save 2019-04-01 08:48:52 +02:00
apps.py Refresh clients cache when the database was migrated 2019-04-15 16:13:52 +02:00
config.py Make the projector-system explicit async. 2019-04-06 06:40:15 +02:00
config_variables.py current speaker chyron 2019-02-26 21:56:59 +01:00
exceptions.py New projector system. Add first slides 2019-01-12 21:21:43 +01:00
models.py Protect element fields from the projector model. Fixes creation of 2019-04-09 17:15:16 +02:00
projector.py Fixed countdown on projector. 2019-04-10 08:48:57 +02:00
serializers.py Protect element fields from the projector model. Fixes creation of 2019-04-09 17:15:16 +02:00
signals.py Hotfix for #4501: Skipped many to many related objects autoupdate signal during migrations. 2019-03-13 10:58:01 +01:00
urls.py Run black 2019-01-08 21:51:52 +01:00
views.py Protect element fields from the projector model. Fixes creation of 2019-04-09 17:15:16 +02:00
websocket.py Service Worker Updates 2019-05-06 13:13:09 +02:00