OpenSlides/client/src
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
..
app Major cache rewrite: 2019-08-08 08:35:02 +02:00
assets w 2019-08-06 10:56:37 +02:00
environments updating Dockerfile for Version 3 2018-10-30 15:59:02 +01:00
crawler.js Implements a crawler to find all directly used packages 2019-04-16 14:20:59 +02:00
e2e-imports.module.ts New linting rules and ordering of imports 2019-07-30 09:53:14 +02:00
index.html Redefine colors for PWA. Fetch fonts for offline usage. 2019-06-26 09:55:05 +02:00
main.ts Fixed SW registration issues due to pending mikrotasks 2019-03-06 08:15:19 +01:00
manifest.json Redefine colors for PWA. Fetch fonts for offline usage. 2019-06-26 09:55:05 +02:00
plugins.ts App initialization 2018-09-28 15:03:04 +02:00
polyfills.ts Update to Angular 8.0.6 2019-07-04 14:20:57 +02:00
styles.scss Change the size of search-filter-bar 2019-08-02 10:02:30 +02:00
test.ts New linting rules and ordering of imports 2019-07-30 09:53:14 +02:00
tslint.json Stricter linting rules 2018-09-10 10:24:28 +02:00