Sean
0ee14c9986
Fix an error where the workflow would break agenda
...
If the projected element was null due to workflow restrictions, the
agenda list would throw an error
2021-07-27 13:07:30 +02:00
Emanuel Schütze
1b2169dd45
Merge pull request #6177 from tsiegleauq/jitsi-hide-chat
...
Hide chat in jitsi iFrame
2021-07-20 16:37:55 +02:00
Sean
b2ac759379
Hide chat in jitsi iFrame
2021-07-20 15:21:12 +02:00
Sean
06a34a8f03
Scrollable sorted jitsi user list
...
Sorts and scrolls through the jitsi users
2021-07-20 13:22:15 +02:00
Sean
30bf5bc808
Merge pull request #6173 from tsiegleauq/more-special-diff-characters
...
Add rdquo und Prime to special diff entities
2021-07-19 16:38:18 +02:00
Sean
73f98ff55e
Merge pull request #6172 from tsiegleauq/zip-export-dot
...
Fix missing zip extension when filename had a dot
2021-07-19 16:30:29 +02:00
Sean
cbb9bd14d8
Add rdquo und Prime to special diff entities
2021-07-19 16:25:22 +02:00
Sean
bf7eba603d
Fix missing zip extension when filename had a dot
...
while exporting mediafiles, the zip extension was missing if the file
name hat a dot
2021-07-19 16:01:00 +02:00
Sean
7022ab8cec
Hide pw generate button while editing a user
2021-07-19 15:54:37 +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
Sean
0a3ea54a45
Update to Angular12
...
Updates the client to auglar12
2021-07-08 18:14:09 +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
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
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
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
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
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
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
Sean
8b22f5ff0e
Hide conference bar without interaction
...
Hide the conference bar if there is no stream and no entering
permission.
Hides the "see stream" button if use user has no permission to see the
stream (call list window)
Use rxjs combineLatest for easier "dead state" detection with less
change pushing
2021-06-03 15:12:49 +02:00
Sean
6b8ccb8c33
Add pending state for chat message
...
Waits untill the server answers something before enabling chatting again
shows some spinner to indicate pending chat requests
2021-06-03 11:12:56 +02:00
Emanuel Schütze
51568b652e
Updated translations
2021-06-02 16:59:34 +02:00
Emanuel Schütze
8c0aba83bc
Merge pull request #5961 from tsiegleauq/chat-and-rtc-modules
...
Restructure communication components
2021-06-02 15:29:54 +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
d570ed2b72
Fixed faq link
2021-06-02 13:27:00 +02:00
Emanuel Schütze
e0da18a0e6
Merge pull request #6087 from FinnStutzenstein/multiselectListOfSpeakersClosed
...
Multiselect open/close LOS in agenda
2021-06-01 14:43:35 +02:00
Finn Stutzenstein
946f07f34a
Multiselect open/close LOS in agenda
2021-06-01 11:05:25 +02:00
Emanuel Schütze
3a2773aa5d
Merge pull request #6086 from tsiegleauq/motion-nop-nav-regress
...
Fix non existing top nav for motions
2021-06-01 10:58:27 +02:00
dependabot[bot]
75ed60168e
Bump tinymce from 5.6.0 to 5.7.1 in /client
...
Bumps [tinymce](https://github.com/tinymce/tinymce-dist ) from 5.6.0 to 5.7.1.
- [Release notes](https://github.com/tinymce/tinymce-dist/releases )
- [Changelog](https://github.com/tinymce/tinymce-dist/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tinymce/tinymce-dist/compare/5.6.0...5.7.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 19:24:33 +00:00
Sean
be36a8a40f
Fix non existing top nav for motions
...
fixes a regression where motions had no top-navigation anymore
2021-05-28 14:10:54 +02:00
Emanuel Schütze
5d57301fb0
Merge pull request #6084 from tsiegleauq/cinema-interaction-enhanced
...
Refine AP Interaction
2021-05-27 21:10:29 +02:00
Emanuel Schütze
f3b6ceb9af
Updated translations and autoupdate serivce
2021-05-27 16:07:17 +02:00
Sean
e7dd5d87a2
Refine AP Interaction
...
In auto pilot view:
klicking the projector opens the content object (rather than the
projector detail view)
clicking AP title now opens the content objects as normal link, rather
than having an "open external" icon
clicking the projector name opens the projector detail view
add "readd last speaker" in AP
Some CD Enhancements for AP Projector
2021-05-27 11:57:15 +02:00
Emanuel Schütze
3eb7386a58
Merge pull request #6081 from tsiegleauq/enum-assignment-candidates-again
...
Respect candidate enumeration per assignment
2021-05-26 18:35:00 +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
8734e48aef
Respect candidate enumeration per assignment
...
Uses candidate enum per assignment as given in the form.
Changes enumeration in drag-list and poll-meta-info
2021-05-26 18:12:41 +02:00
Emanuel Schütze
79e5b8e337
Merge pull request #6078 from tsiegleauq/count-poos-in-statistics
...
Show point-of-order amount in speaker statistics
2021-05-26 17:56:09 +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