OpenSlides/client/src/app
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
..
core Major cache rewrite: 2019-08-08 08:35:02 +02:00
fullscreen-projector New linting rules and ordering of imports 2019-07-30 09:53:14 +02:00
shared w 2019-08-06 09:26:11 +02:00
site Merge pull request #4888 from jsangmeister/dialogs-everywhere 2019-08-06 15:53:35 +02:00
slides New linting rules and ordering of imports 2019-07-30 09:53:14 +02:00
app-routing.module.spec.ts cleanup and refractor code 2018-08-15 10:19:46 +02:00
app-routing.module.ts New linting rules and ordering of imports 2019-07-30 09:53:14 +02:00
app.component.html Implements a mechanism for a fallback theme 2019-05-07 17:32:28 +02:00
app.component.scss Travis linting and some minor changes 2018-08-28 10:35:22 +02:00
app.component.spec.ts New linting rules and ordering of imports 2019-07-30 09:53:14 +02:00
app.component.ts New linting rules and ordering of imports 2019-07-30 09:53:14 +02:00
app.module.ts New linting rules and ordering of imports 2019-07-30 09:53:14 +02:00
base.component.ts Update to Angular 8.0.6 2019-07-04 14:20:57 +02:00