OpenSlides/openslides
FinnStutzenstein 5aef823807 Major cache rewrite:
- Removed the restricted data cache (it wasn't used since OS 3.0)
- unify functions for restricted and full data: Just one function, which
  accteps an optional user_id: If it is None, full data is returned, and
  with a user id given, the restricted data
- More atomic access to redis, especially for:
- Check for data-existance in redis and do an auto-ensure-cache.
- Speedup through hashing of scripts and redis' script cache.
- Save schema version into the redis cache and rebuild, if the version
  changed

Client changes:
- Simplified the ConstantsService
- Fixed bug, when receiving an autoupdate with all_data=True from the
  Server
2019-08-08 08:35:02 +02:00
..
agenda Generic relations for the repos 2019-07-30 09:07:51 +02:00
assignments Little fixes 2019-07-17 13:16:36 +02:00
core Major cache rewrite: 2019-08-08 08:35:02 +02:00
mediafiles Added logo and font migrations 2019-07-19 13:45:39 +02:00
motions Generic relations for the repos 2019-07-30 09:07:51 +02:00
poll use f-string syntax for strings 2019-01-18 17:37:36 +01:00
topics Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
users Major cache rewrite: 2019-08-08 08:35:02 +02:00
utils Major cache rewrite: 2019-08-08 08:35:02 +02:00
__init__.py Run black 2019-01-08 21:51:52 +01:00
__main__.py activate start command 2019-01-20 11:24:42 +01:00
asgi.py activate start command 2019-01-20 11:24:42 +01:00
global_settings.py Run black 2019-01-08 21:51:52 +01:00
routing.py Run black 2019-01-08 21:51:52 +01:00
urls.py Wirst work for the projector system on the client 2019-01-19 21:26:05 +01:00
urls_apps.py Run black 2019-01-08 21:51:52 +01:00