Finn Stutzenstein
f9d19db9e2
Update black
2021-04-26 09:00:04 +02:00
Joshua Sangmeister
e2d4fafe6d
Fix vote delegation update error
2021-04-22 20:51:44 +02:00
Finn Stutzenstein
e3c627b504
Update dependencies
...
Update DRF to resolve https://github.com/advisories/GHSA-fx83-3ph3-9j2q
-> https://www.django-rest-framework.org/community/3.9-announcement/
replaces `list_route` and `detail_route`
Update autoupdate submodule
2021-04-12 13:36:46 +02:00
Finn Stutzenstein
a1e7920b34
Small fixes
2021-04-12 07:52:47 +02:00
Emanuel Schütze
bd29777d83
Updated translations
2021-03-19 14:20:15 +01:00
Finn Stutzenstein
a48fe86791
Add login errors for inactive users
2021-03-19 07:35:45 +01:00
Finn Stutzenstein
3ba4f99876
Delete unused code
...
@oscar: Only the user restricter is still present in the code since it is needed for whoami
2021-03-08 08:57:21 +01:00
Finn Stutzenstein
4929e2b6f6
Change chat access groups
...
Adjust some client chat feature
- Cleanup some stuff
- Read and write chatting
2021-02-19 15:08:02 +01:00
Finn Stutzenstein
b0ba30b454
Fix vote_delegated_from_user_ids on user update
2021-01-08 08:24:34 +01:00
Emanuel Schütze
227dfd0c26
Updated translations
2020-12-17 10:30:46 +01:00
Finn Stutzenstein
e1183fff60
Fix error handling in WhoAmI data view
2020-11-30 13:00:03 +01:00
Finn Stutzenstein
0a67c24138
Enable bulk set presence for non-default auth type users
...
closes #5715
2020-11-25 15:06:17 +01:00
Finn Stutzenstein
f609e6362f
Fix group deletion for config variables
2020-11-24 13:43:05 +01:00
Finn Stutzenstein
d4577ed8aa
Merge pull request #5656 from FinnStutzenstein/SmtpException
...
Improve reporting of SMTP exception
2020-10-28 08:18:43 +01:00
Finn Stutzenstein
1dd86a29be
Improve reporting of SMTP exception
2020-10-27 07:59:37 +01:00
Manfred Löbling
2b5abf72a4
no exclustion of SAML Users on bulk-alter-group
2020-10-25 20:25:43 +01:00
Finn Stutzenstein
f809db0430
Attempt to fix some tracebacks
2020-10-08 10:28:27 +02:00
Emanuel Schütze
21990aa568
Merge pull request #5602 from FinnStutzenstein/addDemoModeToDocker
...
Add demo mode to all docker setups
2020-10-07 23:30:35 +02:00
Finn Stutzenstein
fd2fd8d73a
Add demo mode to all docker setups
2020-10-07 16:50:08 +02:00
Joshua Sangmeister
3ac8569712
Add vote delegation on server side
...
Add user_has_voted_for_delegations. Add tests
Prevent self delegation
Make delegated_user visible
2020-09-30 14:05:22 +02:00
FinnStutzenstein
2bcab5d098
Repository restructure
...
- moved all server related things into the folder `server`, so this
configuration is parallel to the client.
- All main "services" are now folders in the root directory
- Added Dockerfiles to each service (currently server and client)
- Added a docker compose configuration to start everything together.
Currently there are heavy dependencies into https://github.com/OpenSlides/openslides-docker-compose
- Resturctured the .gitignore. If someone needs something excluded,
please add it to the right section.
- Added initial build setup with Docker and docker-compose.
- removed setup.py. We won't deliver OpenSlides via pip anymore.
2020-08-21 08:11:13 +02:00