OpenSlides/server/openslides/users
Finn Stutzenstein 8049bfa91e
Performance improvements for OS3+
- Cleans up log messages in the client
- Refactored the autoupdate bundle code into an own file
- Added bulk creates for History in Postgresql. This is the only database system
  that supports returning all ids whan multiple elements are inserted. We can
  make usage out of it.
- Added a `disable_history`, that is request-wide
- Disabled history on poll vote requests
- Removed unnecessary user ordering
- Reduced the queries for creating motion vote objects by one
- removed final_data: This was not prefetched. Using the normal data collection
  the data is prefetched
- removed unnecessary user query if vore delegation is not used
2021-01-21 12:53:51 +01:00
..
management Create initial user command 2020-10-28 08:22:32 +01:00
migrations Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00
__init__.py Repository restructure 2020-08-21 08:11:13 +02:00
access_permissions.py Adjust restricter, so poll managers can see the delegation structure 2020-12-10 09:20:50 +01:00
apps.py OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
config_variables.py Repository restructure 2020-08-21 08:11:13 +02:00
models.py Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00
serializers.py Add vote delegation on server side 2020-09-30 14:05:22 +02:00
signals.py Implement cinema mode 2020-09-17 18:38:57 +02:00
urls.py Repository restructure 2020-08-21 08:11:13 +02:00
user_backend.py Repository restructure 2020-08-21 08:11:13 +02:00
views.py Fix vote_delegated_from_user_ids on user update 2021-01-08 08:24:34 +01:00