Commit Graph

8703 Commits

Author SHA1 Message Date
Sean
d4df7ebaed
Merge pull request #6165 from tsiegleauq/update-dockerfiles-for-node16
Update dockerfiles for node 16 and a12
2021-07-16 11:54:05 +02:00
Sean
98e4f05b90 Update dockerfiles for node 16 and a12
adjust the productive dockerfiles to work with angular12 and use node16
2021-07-16 11:21:29 +02:00
Gernot Schulz
7dc35dce40
Merge pull request #6157 from gsiv/dev/db-table-config
Make database table configurable through .env
2021-07-15 10:38:26 +02:00
Gernot Schulz
1d8856b501
Merge pull request #6158 from gsiv/dev/media-service-db-config
Add missing mediafile service DB config parameters
2021-07-15 10:37:16 +02:00
Gernot Schulz
157293530c
Merge pull request #6156 from gsiv/dev/swarm-ip
Docker: Bind to 0.0.0.0 for Docker Swarm
2021-07-15 10:22:20 +02:00
Gernot Schulz
ed64e7bd13 Add missing mediafile service DB config parameters 2021-07-14 15:03:22 +02:00
Gernot Schulz
f00c4391a2 Make database table configurable through .env 2021-07-14 14:41:38 +02:00
Sean
18f2e3326d
Merge pull request #6146 from tsiegleauq/angular12
Update to Angular12
2021-07-13 14:36:38 +02:00
Gernot Schulz
5b28763bcc Docker: Bind to 0.0.0.0 for Docker Swarm
Swarm uses a cluster-wide ingress network and does not permit binding
ports to localhost.  It simply ignores such a binding and prints
a warning instead.

This patch fixes this recent regression to avoid the warning.
2021-07-12 11:38:59 +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
Sean
0a3ea54a45 Update to Angular12
Updates the client to auglar12
2021-07-08 18:14:09 +02:00
Emanuel Schütze
c593599e10
Merge pull request #6148 from FinnStutzenstein/fixExporter
Fix OS4 exporter
2021-07-08 14:13:22 +02:00
Finn Stutzenstein
d17a050d8b
Fix OS4 exporter 2021-07-08 11:34:18 +02:00
Finn Stutzenstein
19a9eedf17
Merge pull request #6026 from FinnStutzenstein/variableMediafileTablename
Setting for the mediafile database tablename
2021-07-08 11:10:40 +02:00
Finn Stutzenstein
27831154fa
Setting for the mediafile database tablename 2021-07-08 10:48:51 +02:00
jsangmeister
b4b0a958d5
Merge pull request #6134 from jsangmeister/fix-projected-analog-motion-poll
Fix projection of analog polls & prevent percent base 'entitled' for analog polls
2021-07-05 09:13:34 +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
Emanuel Schütze
416b2cc26f
Merge pull request #6130 from jsangmeister/fix-analog-poll-diagramm
Remove chart for analog polls with a majority & fix random TypeError
2021-06-24 21:02:38 +02:00
Joshua Sangmeister
3532c55924 Remove chart for analog polls with a majority & fix random TypeError 2021-06-24 16:32:22 +02:00
Emanuel Schütze
f1e2996c6e
Merge pull request #6121 from tsiegleauq/applause-timeout-to-service
Move applause timeout to service
2021-06-24 16:20:23 +02:00
Emanuel Schütze
c0582e4b1c
Merge pull request #6129 from tsiegleauq/firefox-stream-no-app-stable
Fix firefox endless spinner in stream
2021-06-24 16:09:33 +02:00
Sean
eed3bca25b Fix firefox endless spinner in stream
fix a firefox bug where the spinner would not disappear, apparently when
the user would see a stream.
The reason seems to be ngparticles in combination with firefox, where
firefox would be stuck in never-stable when ngparticles was loaded
before the browser was ready
2021-06-24 15:50:15 +02:00
Sean
57755ebf4b Move applause timeout to service
Fixes a bug where the applaus timeout would require reload to work
Fixes a but where the "Show applause amount" config was ignored

Moves the applause timeout logic to service
comonents can now lazily listen to events from sendsApplauseObservable
to know if their applause is in progress

Show applause level depending on config
2021-06-24 13:20:31 +02:00
Emanuel Schütze
c286e0ff76
Merge pull request #6123 from FinnStutzenstein/fixDeletionOfMediafiles
Fix updating logo and font configs when deleting a mediafile
2021-06-23 16:29:45 +02:00
Emanuel Schütze
a14ab8c5e2
Merge pull request #6127 from tsiegleauq/stop-vote-show-please-wait
Use vote pending state as subject
2021-06-23 16:18:38 +02:00
Sean
235bbf6c0d Use vote pending state as subject
Fixes an issue where the vote pending state was not updating correctly
when using state changes over the choice service
2021-06-23 13:58:21 +02:00
Finn Stutzenstein
8423433f66
Fix updating logo and font configs when deleting a mediafile 2021-06-21 07:46:13 +02:00
Emanuel Schütze
382fcf4a67
Merge pull request #6056 from ostcar/performance_assignment_poll
Performance assignment poll
2021-06-17 13:11:12 +02:00
Oskar Hahn
9a9ef8e039 performance test for assinment polls 2021-06-17 11:57:06 +02:00
Emanuel Schütze
eeb0e54985
Merge pull request #6118 from FinnStutzenstein/fixFontsAndLogos
Automatically write changes to logo and font definitions to configs
2021-06-17 11:51:44 +02:00
Finn Stutzenstein
5d434484b5
Automatically write changes to logo and font definitions to configs 2021-06-17 11:29:54 +02:00
Emanuel Schütze
8d73f08072
Merge pull request #6114 from emanuelschuetze/video-player-height
Use max-height for video js player
2021-06-10 14:18:38 +02:00
Emanuel Schütze
d8713dad11 Use max-height for video js player 2021-06-10 13:58:58 +02:00
Emanuel Schütze
bf22e1b6e1
Merge pull request #6112 from tsiegleauq/remove-cd-from-ap-completely
Remove CD from Cinema completely
2021-06-10 11:59:25 +02:00
Sean
83949ad402 Remove CD from Cinema completely
removes all manuall CD related code from autopilot
2021-06-10 11:04:55 +02:00
Emanuel Schütze
5a8a87070a
Merge pull request #6113 from FinnStutzenstein/clearEntitledVotesAfterReset
Clear entitled votes after reset
2021-06-10 11:01:38 +02:00
Finn Stutzenstein
bd3c8e09d8
Clear entitled votes after reset 2021-06-10 09:14:30 +02:00
Emanuel Schütze
d9d07c3c9b
Merge pull request #6110 from tsiegleauq/revert-ap-onpush-cd
Set change detection in cinema to default
2021-06-08 12:14:05 +02:00
Sean
99acdab35f Set change detection in cinema to default 2021-06-08 11:49:08 +02:00
Emanuel Schütze
1daee9c6d6
Merge pull request #6105 from tsiegleauq/limit-filter-update-on-autoupdate
Limit pushing of filter updates in filter service
2021-06-07 15:21:03 +02:00
Emanuel Schütze
a8611904cc
Merge pull request #6106 from tsiegleauq/weird-icons-in-contra-speech
Fix some icon error in contra speech
2021-06-07 09:10:17 +02:00
Sean
6d63c90649 Fix some icon error in contra speech
Contra speech hat some undesired icon config
2021-06-04 16:20:23 +02:00
Sean
15fb19ad2f Limit pushing of filter updates in filter service
Limits the pushing updateFilteredData in the baseFilterList service
to only listen for actual changes of the list input data
This should decrease client stress on autoupdates
2021-06-04 14:26:18 +02:00
Emanuel Schütze
136e0a0569
Merge pull request #6103 from tsiegleauq/jitsi-api-update
Update jitsi iFrame and API
2021-06-03 22:30:51 +02:00
Sean
1ed1896653 Update jitsi iFrame and API
Adjst some callbacks and configs to be compatible with the newest jitsi
release. This is compatible with both our current jitsi server as
well as the newest jitsi releases
2021-06-03 22:21:34 +02:00
Emanuel Schütze
7a076b1d2d
Merge pull request #6100 from tsiegleauq/pending-chat
Add pending state for chat message
2021-06-03 20:53:49 +02:00
Emanuel Schütze
4938c34d50
Merge pull request #6102 from tsiegleauq/hide-conf-bar-sometimes
Hide conference bar without interaction
2021-06-03 20:50:24 +02:00