Commit Graph

1827 Commits

Author SHA1 Message Date
Sean 65c7d3491c
Merge pull request #5717 from emanuelschuetze/listType
Add ol list type.
2020-11-25 11:23:50 +01:00
Emanuel Schütze b611642ecb
Merge pull request #5721 from FinnStutzenstein/fixGroupDeletionInConfig
Fix group deletion for config variables
2020-11-25 10:39:08 +01:00
Sean 1eee3bc56d
Merge pull request #5718 from tsiegleauq/negative-voting
Allow negative voting
2020-11-25 10:01:12 +01:00
Sean b5cb694fc7 Allow negative voting
Adds "no" as the opposite of "votes" as assignment poll method
Added global_yes, enabled new voting mode `N` in the server
Layout, Tables, Charts, Projector, Vote CSS, Cleanups, Percent bases,
analog votes and more
2020-11-24 23:14:12 +01:00
Finn Stutzenstein f609e6362f
Fix group deletion for config variables 2020-11-24 13:43:05 +01:00
Finn Stutzenstein 07a003717d
Remove the possibility to select default non-analog poll types, if electronic voting is disabled 2020-11-24 10:28:56 +01:00
Emanuel Schütze ab230fe7a9 Allowed ol list types (in html and pdf). 2020-11-23 20:40:22 +01:00
Emanuel Schütze 34070843c2
Merge pull request #5690 from tsiegleauq/search-value-single-val
Fix non-multipl os-search-val-selector
2020-11-11 20:54:36 +01:00
Sean 9ce8fe8233
Merge pull request #5692 from tsiegleauq/quick-toggle-los-open-ap
Add los-close toggle to autopilot
2020-11-10 12:09:00 +01:00
Sean a188abed48 Fix non-multipl os-search-val-selector
Fixes a bug there non multiple uses of search value
selector was submitting the value twice due to late
alterations of internal form objects
2020-11-10 11:14:28 +01:00
Sean ade2d4b977 Add los-close toggle to autopilot
Adds a open/close list-of-speakers toggle option to autopilot component
Also: hides the list of speakers if the current content object does not
allow a list-of-speakers (mediafiles, users)
2020-11-09 19:06:41 +01:00
Sean be0deefdce Fix "remove all speaker" button
Remove all speakers was always deactivated
2020-11-09 16:18:26 +01:00
Emanuel Schütze 7b0f8e3c25
Merge pull request #5687 from emanuelschuetze/translation-20201107
Updated translations
2020-11-08 20:15:14 +01:00
Emanuel Schütze 88b25acd0a Updated translations 2020-11-07 18:36:07 +01:00
Emanuel Schütze 22f9108b49
Merge pull request #5684 from tsiegleauq/vscroll-selection-bugs
Fix a bug where vscroll select lists lost content
2020-11-07 18:26:39 +01:00
Emanuel Schütze 019c097c26
Merge pull request #5685 from emanuelschuetze/point-of-order-on-projector
Show point of order icon on projector (los slide)
2020-11-07 18:09:27 +01:00
Emanuel Schütze f9796027ef Show point of order icon on projector (los slide) 2020-11-07 17:19:59 +01:00
Sean 2364ed66ff Fix a bug where vscroll select lists lost content
Large virtual scroll select lists lost the
content after scrolling. Form values
were removed from the component if the
buffer was exceeding the view
2020-11-06 18:33:13 +01:00
Emanuel Schütze 9fcb6cdcba
Merge pull request #5676 from tsiegleauq/show-vote-totals-in-user-list
Show vote weight totals in user list
2020-11-06 11:16:16 +01:00
Emanuel Schütze 5b84bddc2a
Merge pull request #5680 from jwinzer/presence-disabled-fix
Disable presence checkbox
2020-11-05 22:55:32 +01:00
Emanuel Schütze def6e8d59d
Merge pull request #5682 from emanuelschuetze/translation-20201105
Updated translations
2020-11-05 22:54:23 +01:00
Emanuel Schütze a49ed17b45
Merge pull request #5674 from jwinzer/cinema-speaker-list
Cinema needs perm to show list of speakers. Use content-container.
2020-11-05 22:48:00 +01:00
Emanuel Schütze 7d97cede2d
Merge pull request #5672 from jwinzer/assignment-update
Call assignment details from new route after a route change.
2020-11-05 22:39:09 +01:00
Sean 17e5d42d17 Show vote weight totals in user list
Shows the total vote weight in user list
2020-11-05 22:33:15 +01:00
Emanuel Schütze beb59cee73 Updated translations 2020-11-05 22:03:00 +01:00
Jochen Winzer d89c7cfdb0 Disable checkbox if user is not permitted to change presence. 2020-11-05 21:33:04 +01:00
Joshua Sangmeister 883463ea87 Deactivate empty votes for assignment polls 2020-11-05 16:44:22 +01:00
Jochen Winzer 513f1477af Call assignment details from new route after a route change.
Make private.
2020-11-04 18:05:10 +01:00
Jochen Winzer 837af97d57 Need perm to show list of speakers. Use content-container.
Fix link.
2020-11-04 18:01:38 +01:00
Sean 6bc2c104b1
Merge pull request #5673 from jwinzer/poll-collection-refresh
Bug fix preventing undesired recreation of poll-collection
2020-11-04 16:23:51 +01:00
Sean d4b92a2b4e
Merge pull request #5628 from tsiegleauq/vjs-404
catch and refresh unreachable video streams
2020-11-04 16:15:01 +01:00
Jochen Winzer 5ef1869a10 Bug fix preventing undesired recreation of poll-collection and poll-votes on poll change. 2020-11-04 09:38:53 +01:00
Sean ccc48e6b3f
Add "point of order" feature to ListOfSpeakers
Adds the option "point of order" to the list of speakers
- You can make a point of order even though you normally have no
permission to add yourself to the ListOfSpeakers
- You can make a point of order even though you are already on theListOfSpeakers (but you may only be there once)
- new points of order will be on top of the list of speakers
- Point of orders will be highlighted by a red triangle

This feature can be used to request to speak with a higher level of
urgency
2020-11-03 12:40:36 +01:00
Sean b391ed0dfe catch and refresh unreachable video streams
Detects if a live stream is reachable or not.
Adds a refresh key to recheck if a stream can be reached
Live adding and removing streams made easier
2020-10-29 09:20:18 +01:00
Finn Stutzenstein 12e6090fa7
Merge pull request #5546 from FinnStutzenstein/checkForCookies
Added missing client part for cookie checking on login
2020-10-08 09:17:02 +02:00
Emanuel Schütze e77b2518d5 Updated translations 2020-10-07 23:32:28 +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
Emanuel Schütze 58db337a40
Merge pull request #5617 from tsiegleauq/only-non-stable-slides-in-ap
Show first unstable element in autopilot
2020-10-07 23:30:19 +02:00
Sean 70ea4f3658
Merge pull request #5568 from tsiegleauq/show-amendment-cr-in-lead-motion-slide
Add amendment cr to lead motion slide
2020-10-07 18:17:52 +02:00
Emanuel Schütze 25d83b4419
Merge pull request #5609 from tsiegleauq/show-delegations-in-single-vote-table
Add "represented by" to single votes table
2020-10-07 17:35:20 +02:00
Sean 22a318bde2 Show first unstable element in autopilot
Skips all unstable elements in autopilot
2020-10-07 17:24:44 +02:00
Finn Stutzenstein fd2fd8d73a Add demo mode to all docker setups 2020-10-07 16:50:08 +02:00
Sean Engelhardt 823a87c164 Add amendment cr to lead motion slide
Adds amendment cr to the lead motion slide.
Previously the amendmet cr was only present in the amendment slide but was forgotten in the motion slide
2020-10-07 16:47:16 +02:00
Sean 2162f2b049 Add "represented by" to single votes table
Adds a "represented by" field to the single votes table, to indicate a
vote delegation.
Also fixes an height issue that occured in large single vote tables when
the user was navigating from a list view table to a single vote table
2020-10-07 16:45:31 +02:00
Finn Stutzenstein 435bb59472 Add parsing of decimal fields for projector data
Fixes an issue where the projector would not show special poll values,
such as "majority" or "not counted"
2020-10-07 15:01:58 +02:00
Sean de474e9eae
Merge pull request #5613 from tsiegleauq/invisible-agenda-item-issue
Fix hidden motions in agenda list
2020-10-07 10:29:31 +02:00
Emanuel Schütze 706c1d9e36
Merge pull request #5592 from tsiegleauq/assignment-projector-percentage
Fix assignment polldata discovery in percent pipe
2020-10-06 22:33:34 +02:00
Emanuel Schütze e6fc32b9b4
Merge pull request #5598 from tsiegleauq/export-vote-weight
Export users with username and vote weight
2020-10-06 22:31:03 +02:00
Emanuel Schütze 2bb0134cd8
Merge pull request #5610 from tsiegleauq/mediafile-multi-download-perms
Fix mediafile multi download permission
2020-10-06 22:26:04 +02:00
Sean daaf404756 Fix hidden motions in agenda list
Fixes an error where hidden motions in the agenda list would throw an
error
2020-10-06 16:11:17 +02:00