OpenSlides/openslides/core
FinnStutzenstein 9f12763f8b Split AgendaItem and ListOfSpeakers
Server:
- ListOfSpeakers (LOS) is now a speprate model, containing of an id,
speakers, closed and a content_object.
- Moved all speaker related views from ItemViewSet to the new
ListOfSpeakersViewSet.
- Make Mixins for content objects of items and lists of speakers.
- Migrations: Move the lists of speakers from items to the LOS model.

Client:
- Removed the speaker repo and moved functionality to the new
ListOfSpeakersRepositoryService.
- Splitted base classes for agenda item content objects to items and
LOS.
- CurrentAgendaItemService -> CurrentListOfSpeakersSerivce
- Cleaned up the list of speakers component.
2019-05-24 08:21:59 +02:00
..
management Fixed commands. 2019-03-20 08:50:57 +01:00
migrations Added custom color for the projector chyron and reset buttons for colors 2019-05-20 21:50:03 +02:00
static remove old client 2018-10-25 16:04:28 +02:00
__init__.py Run black 2019-01-08 21:51:52 +01:00
access_permissions.py Remove ChatMessage 2019-05-15 13:44:45 +02:00
apps.py Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
config_variables.py Adds config-variable for pdf-export 2019-05-21 11:58:59 +02:00
config.py Make the projector-system explicit async. 2019-04-06 06:40:15 +02:00
exceptions.py New projector system. Add first slides 2019-01-12 21:21:43 +01:00
models.py Added custom color for the projector chyron and reset buttons for colors 2019-05-20 21:50:03 +02:00
projector.py Fixed countdown on projector. 2019-04-10 08:48:57 +02:00
serializers.py Added custom color for the projector chyron and reset buttons for colors 2019-05-20 21:50:03 +02:00
signals.py Remove ChatMessage 2019-05-15 13:44:45 +02:00
urls.py Run black 2019-01-08 21:51:52 +01:00
views.py Remove ChatMessage 2019-05-15 13:44:45 +02:00
websocket.py Handles 'change id too high' and generic websocket error message format 2019-05-15 14:25:54 +02:00