OpenSlides/openslides
FinnStutzenstein d8b21c5fb5
(WIP) Ordered and delayed autoupdates:
- Extracted autoupdate code from consumers
- collect autoupdates until a AUTOUPDATE_DELAY is reached (since the first autoupdate)
- Added the AUTOUPDATE_DELAY parameter in the settings.py
- moved some autoupdate code to utils/autoupdate
- moved core/websocket to utils/websocket_client_messages
- add the autoupdate in the response (there are some todos left)
- do not send autoupdates on error (4xx, 5xx)
- the client blindly injects the autoupdate in the response
- removed the unused autoupdate on/off feature
- the clients sends now the maxChangeId (instead of maxChangeId+1) on connection
- the server accepts this.
2020-05-27 16:05:27 +02:00
..
agenda Rewrite projector code to be cache friendly 2020-05-22 15:23:54 +02:00
assignments Rewrite projector code to be cache friendly 2020-05-22 15:23:54 +02:00
core (WIP) Ordered and delayed autoupdates: 2020-05-27 16:05:27 +02:00
mediafiles Rewrite projector code to be cache friendly 2020-05-22 15:23:54 +02:00
motions Rewrite projector code to be cache friendly 2020-05-22 15:23:54 +02:00
poll added config for default poll type 2020-05-14 07:38:14 +02:00
saml saml 2019-10-21 13:34:01 +02:00
topics Rewrite projector code to be cache friendly 2020-05-22 15:23:54 +02:00
users Rewrite projector code to be cache friendly 2020-05-22 15:23:54 +02:00
utils (WIP) Ordered and delayed autoupdates: 2020-05-27 16:05:27 +02:00
__init__.py Prepare new 3.2 release 2020-04-16 13:41:56 +02:00
__main__.py saml 2019-10-21 13:34:01 +02:00
asgi.py saml 2019-10-21 13:34:01 +02:00
global_settings.py Fixes python3.7 tests 2019-10-29 15:05:52 +01:00
routing.py Closing websocket connections to unknown urls 2019-10-15 10:54:31 +02:00
urls_apps.py saml 2019-10-21 13:34:01 +02:00
urls.py [WIP] External postgres as mediafile store 2020-02-17 14:38:32 +01:00