Sean
f86f8ec9b4
Merge pull request #6166 from FinnStutzenstein/serverRequirements
...
Clean up server requirements
2021-07-16 16:10:30 +02:00
Finn Stutzenstein
b656d354cd
Clean up server requirements
2021-07-16 11:52:37 +02:00
Gernot Schulz
301c9bd35a
Avoid triggering errors with pg_isready
...
pg_isready was not connecting to the configured database or as the
configured user. While that did not cause problems here, it did trigger
error messages on the database side.
2021-07-15 15:27:49 +02:00
Emanuel Schütze
52f35c856d
Merge pull request #6150 from FinnStutzenstein/fixExporter
...
Fix exporter
2021-07-09 08:34:53 +02:00
Finn Stutzenstein
1c857fb08c
Fix exporter
...
poll ids were used for options
2021-07-09 08:18:31 +02:00
Finn Stutzenstein
d17a050d8b
Fix OS4 exporter
2021-07-08 11:34:18 +02:00
Finn Stutzenstein
27831154fa
Setting for the mediafile database tablename
2021-07-08 10:48:51 +02:00
Joshua Sangmeister
5d13f94e40
Fix projection of analog polls & prevent percent base 'entitled' for analog polls
2021-07-01 09:38:00 +02:00
Emanuel Schütze
0322436cf5
Merge pull request #6120 from FinnStutzenstein/os4export
...
OS4 export
2021-06-24 21:40:28 +02:00
Finn Stutzenstein
272c3de9fc
OS4 export
2021-06-24 21:08:24 +02:00
Finn Stutzenstein
8423433f66
Fix updating logo and font configs when deleting a mediafile
2021-06-21 07:46:13 +02:00
Finn Stutzenstein
5d434484b5
Automatically write changes to logo and font definitions to configs
2021-06-17 11:29:54 +02:00
Finn Stutzenstein
bd3c8e09d8
Clear entitled votes after reset
2021-06-10 09:14:30 +02:00
Sean
1504e33607
Restructure communication components
...
separates the "Jitsi component" into an own module, several services and components.
2021-06-02 15:09:26 +02:00
Emanuel Schütze
c60553e376
Merge pull request #6070 from tsiegleauq/stop-voting-publish-prompt
...
stop-voting shows prompt
2021-05-26 18:13:00 +02:00
Sean
6dc5c3bfa9
stop-voting shows prompt
...
Stop voting shows options to either simply stop, publish directly or
abort. Was done using choice service.
Alter vote repo to simply choose with voting state to adress rather than
calculate the next state
Add server-side option to publish a poll in the started state
2021-05-26 17:53:46 +02:00
Emanuel Schütze
2eda8fea22
Merge pull request #6063 from tsiegleauq/cryon-font
...
Add own font for chyron
2021-05-26 16:59:03 +02:00
Sean
74b32af293
Add own font for chyron
...
Alters Current Speakery Chyron, optionally shows the structure level in
a new line (slightly smaler, faint)
Font for user name in chyron can be configured
Support way more font mime types
Adds an own font for chyron (server, client)
Extends loads-font service
Cleanup countdown-time component from font loading
2021-05-26 16:41:27 +02:00
Finn Stutzenstein
f4c237a18e
Merge pull request #5998 from FinnStutzenstein/421
...
Add ALLOWED_HOSTS
2021-05-17 07:55:23 +02:00
Finn Stutzenstein
1e78f2a534
Speed up stopping a poll
...
Reduced the amount of queries in BasePoll.stop from 4+<amount entitled
users> to 3.
2021-05-06 16:49:07 +02:00
Emanuel Schütze
d86fcd80b7
Merge pull request #6031 from jsangmeister/fix-entitled-users
...
Fix entitled user calculation and display of voting banner in case of vote delegations
2021-04-29 15:38:49 +02:00
Finn Stutzenstein
75bd3c50e5
Fix LOS ( closes #6035 )
2021-04-29 13:46:36 +02:00
Emanuel Schütze
22df847c78
Updated translations
2021-04-27 23:05:23 +02:00
Emanuel Schütze
672e5ca544
Merge pull request #6017 from FinnStutzenstein/samlGroups
...
Adding attribute matchers for group assignments to SAML
2021-04-27 21:30:38 +02:00
Emanuel Schütze
9f543697ad
Merge pull request #6023 from FinnStutzenstein/proContraNoteMarkSpeakers
...
pro/contra speakers and notes for point of order speakers
2021-04-27 20:45:02 +02:00
Finn Stutzenstein
c9c90cd4a3
pro/contra speakers and notes for point of order speakers
...
Enhance Pro Contra UI/UX by Sean
2021-04-27 19:53:17 +02:00
Finn Stutzenstein
91a15d24a8
Add ALLOWED_HOSTS
...
the proxy responds with a 421, if a host header with an invalid host
name is encountered. If nothing is provided (see default .env) all hosts
are allowed. Examples:
ALLOWED_HOSTS="localhost:8000 127.0.0.1:8000"
ALLOWED_HOSTS="some.domain.example.com"
Add EXTERNAL_HTTPS_PORT. See .env for the configuration.
2021-04-26 16:01:35 +02:00
Joshua Sangmeister
8ad008d9de
Fix entitled user calculation and display of voting banner in case of vote delegations
2021-04-26 15:44:42 +02:00
Finn Stutzenstein
f9d19db9e2
Update black
2021-04-26 09:00:04 +02:00
Emanuel Schütze
7315626e18
Merge pull request #6024 from jsangmeister/vote-delegaton-error
...
Fix vote delegation update error
2021-04-22 21:10:30 +02:00
Joshua Sangmeister
e2d4fafe6d
Fix vote delegation update error
2021-04-22 20:51:44 +02:00
Finn Stutzenstein
0a2483a94b
Adding attribute matchers for group assignments to SAML
2021-04-22 14:53:26 +02:00
Finn Stutzenstein
a8e329253c
Validate the from email for invalid characters
...
This might not be sufficient for all cases. If some other strange
IndexErrors appear, more validation has to be done. For now, it catches
all observed cases.
2021-04-22 12:33:33 +02:00
Joshua Sangmeister
ee31c1e633
Lock poll to prevent race conditions
...
Add migrations
2021-04-15 15:19:30 +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
Emanuel Schütze
963986b91d
Merge pull request #6004 from FinnStutzenstein/smallFixes
...
Small fixes
2021-04-12 12:14:17 +02:00
Finn Stutzenstein
2b3d1db3bf
Merge pull request #5952 from Piratenpartei/server_setup_env
...
Add ENV for server-setup host and port
2021-04-12 08:04:58 +02:00
Finn Stutzenstein
a1e7920b34
Small fixes
2021-04-12 07:52:47 +02:00
Emanuel Schütze
d80919f0e7
Merge pull request #6001 from jsangmeister/fix-recommendation-extension-bug
...
Recommendation extension can be set with can_manage_metadata
2021-04-08 18:30:08 +02:00
Joshua Sangmeister
8891a52bdc
State and recommendation extension can be set with can_manage_metadata
2021-04-08 17:47:11 +02:00
Joshua Sangmeister
1e6b042d71
Add migrations to remove duplicates from existing polls
2021-04-08 11:33:26 +02:00
Joshua Sangmeister
f54050a83c
Prevent multiple entries in entitled_users_at_stop
2021-04-08 11:12:13 +02:00
Finn Stutzenstein
a94f00672b
Merge pull request #5996 from FinnStutzenstein/fixDeps
...
Locked mypy, added new OS4 files to gitignore
2021-04-08 10:51:05 +02:00
Finn Stutzenstein
7ca761bdb0
Locked mypy, added new OS4 files to gitignore
2021-04-08 09:01:02 +02:00
jsangmeister
787390c899
Merge pull request #5978 from jsangmeister/voting-changes
...
Implement voting changes
2021-04-01 16:12:31 +02:00
Joshua Sangmeister
4b13ff681e
user_token, single votes table, entitled_users server changes
...
server changes finished, tests, cleanup
Add entitled user table
Fix formatting
Finish entitled users table & implement new percent base
Fix typing
Fixed remarks & errors
Fix new precent base representation
Update autoupdate service
Remove unneeded prettier entry
Remove unneeded css
2021-04-01 16:02:47 +02:00
Adrian Nöthlich
6430727590
Use ENV for redis in db-setup and fix defaults ( #5951 )
...
* Use ENV for redis in db-setup and fix defaults
* Add default value for `DATABASE_HOST`
* Use ENV for `wait-for-it` redis and redis-slave
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
* Match default value for DATABASE_HOST
2021-04-01 13:10:19 +02:00
Emanuel Schütze
c9b924d79a
Merge pull request #5976 from FinnStutzenstein/fixListOfSpeakerInitialClosed
...
Fix LOS initially closed migration issue
2021-03-22 20:48:47 +01:00
Finn Stutzenstein
f897bb01a3
Enable pytest in docker
...
The DJANGO_SETTINGS_MODULE is set in the develop container, so the
tests.settings from the setup.cfg was ignored. Executing pytest with
DJANGO_SETTINGS_MODULE=tests.settings pytest
works fine. The line added in the setup.cfg takes over precedence: It
auto-adds the --ds parameter which has a higher precedence than the
environment variable.
Also removed an unnecessary setting.
2021-03-22 13:01:26 +01:00
Finn Stutzenstein
41a3447357
Fix LOS initially closed migration issue
2021-03-22 08:54:16 +01:00