Finn Stutzenstein
fd2fd8d73a
Add demo mode to all docker setups
2020-10-07 16:50:08 +02:00
Sean
991c08d57d
Merge pull request #5534 from tsiegleauq/protected-values-cause-user-error
...
Cleanup previous return statements in void functions
2020-09-28 11:53:57 +02:00
Sean
42dd397fae
Update to Angular 10
...
Update @angular/core @angular/cli
Update material, search-select, cdk, ngrid
Update localstorage
Update rxjs
Update ngx-translate
Update ngx-translate-extract
Update @schematics/angular
Update some deps
Update dev deps
Fix css imports, lint
Downgrad CDK and Material for ngrid
Update docker
Provide pdf worker
Move static file output to django folder
Update readme / used files
Update package-lock.json for npm ci
2020-09-23 10:29:57 +02:00
Emanuel Schütze
69299808b6
Updated translations
2020-09-23 09:36:57 +02:00
Sean
ec13ab56e8
Implement cinema mode
...
Implements a viewer mode containing the most important information and
Heavily refactors ListOfSpeaker and CurrentListOfSpeaker
interaction heavy components on a single view:
Current List of Speakers
Currently Open Polls
Current projector
Permission in migration
2020-09-17 18:38:57 +02:00
Emanuel Schütze
acbddd3c53
Merge pull request #5567 from tsiegleauq/pdf-list-cr-amendment-fixes
...
More reliable text/stack defintion in cr pdf
2020-09-17 18:31:28 +02:00
Sean
6007799f1d
More reliable text/stack defintion in cr pdf
...
Motion pdfs with line numbers, CR/Amendment and bullet points with
multiple changes have a better chance to produce expected results
2020-09-17 18:11:45 +02:00
Tobias Hößl
1a0e017f80
Fix changed amendment in slides
2020-09-16 19:52:37 +02:00
Sean
594777960b
Adjust code style in user repo
...
Cleans up return statements in void functions
2020-09-14 12:29:21 +02:00
Emanuel Schütze
2759f8ce2b
Merge pull request #5551 from FinnStutzenstein/crInProjector
...
Always include CRs in motion slide
2020-09-11 11:38:57 +02:00
Sean
b596bf0ca5
Show amendments change reco in main motion
...
Fixes a bug which was preventing change recos from amendments to display
in main motions
2020-09-11 00:07:33 +02:00
Finn Stutzenstein
d893f3dbe5
Always include CRs in motion slide
...
Show Amendment CR in Projector
Shows the amendment CR in the projector if the projected slide is in
diff version.
Only shows direct Change recos to amended paragraphs
2020-09-10 19:38:25 +02:00
Emanuel Schütze
06974b559e
Merge pull request #5536 from tsiegleauq/pdf-line-number-in-long-lists
...
PDF line number alignment
2020-09-01 15:47:37 +02:00
Sean
ef87f05454
PDF line number alignment
...
- Aligns line number for long lists
- Better support for changes to the default font
2020-08-31 15:15:00 +02:00
Finn Stutzenstein
a329031942
Fixed errors in client
2020-08-31 13:45:59 +02:00
Emanuel Schütze
9a4f8e1781
Merge pull request #5514 from CatoTH/create-line-number-performance-tweak
...
Performance tweak for creating line numbers
2020-08-27 09:01:25 +02:00
Tobias Hößl
fcdfad1c2e
Improve performance of line range detection + html2fragment / avoid recalculation of full changeset
2020-08-25 19:53:10 +02:00
Sean
5070069910
Fix selector with in submitter component
...
Fixes the too small search value selector in the submitter component
fixed the ad-hoc creation
2020-08-24 14:08:58 +02:00
Finn Stutzenstein
2c85bb28f1
Merge pull request #5504 from tsiegleauq/demo-mode
...
Add demo mode
2020-08-21 08:10:45 +02:00
Sean
fbf424e570
Add demo mode
...
Adds a demo mode in the settings.py to prevent certain obvious
kinds of vandalism on public openslides testing instances
2020-08-17 07:25:53 +02:00
Emanuel Schütze
c6abbb629e
Merge pull request #5505 from tsiegleauq/multiple-file-download
...
Download mutliple files as zip
2020-08-12 17:13:41 +02:00
Sean
e75573e139
Download mutliple files as zip
...
Adds the possitibility to download folders
and multiple files as zip.
2020-08-12 15:24:37 +02:00
Emanuel Schütze
b726801747
Merge pull request #5500 from tsiegleauq/crate-users-svc
...
Add "create user" to more search value selectors
2020-08-12 15:00:55 +02:00
Finn Stutzenstein
d682d0d134
Fixed poll required users and motion state extension selector
2020-08-11 13:21:51 +02:00
Sean
bfe72497cd
Add "create user" to more search value selectors
...
Adds the "create new user" function to more search value
selectors.
2020-08-11 12:15:47 +02:00
Sean
2835e746e8
Add prefix to topic list of speaker slide
...
The topics prefix (number) was missing in the list of speakers slide
2020-07-09 12:56:58 +02:00
Emanuel Schütze
ba3c5e07f7
Merge pull request #5449 from emanuelschuetze/translations-20200702
...
Updated translations
2020-07-02 22:05:25 +02:00
Emanuel Schütze
cb8f219163
Updated translations
2020-07-02 21:44:22 +02:00
Sean
346413fbb0
Fix duration service for non chrome browsers
...
-0, 0 and other uses of negative values in the duration service hat a
change of producing undesired results.
Added tests and fixed the function
2020-07-02 15:52:31 +02:00
Finn Stutzenstein
cb190331f3
Merge pull request #5447 from tsiegleauq/allow-negative-duration
...
Allow negative duration
2020-07-02 11:43:25 +02:00
Sean
23ee6a2951
Allow negative duration
...
Allow negative values for durationToString.
The use case is fairly constructed, but now logically correct
2020-07-01 17:44:33 +02:00
FinnStutzenstein
4a96aa31c1
Fixed import of the clos into the operator
2020-06-29 09:25:50 +02:00
Sean
988ee0fe93
Render left pdf footer image and page number
...
Using the web worker, the PDF page number in combination with a left
footer image could not be rendered together.
2020-06-26 14:31:22 +02:00
Sean
c2a1b62c8b
Replace jitsi mat dialog
...
Replace Jitsis Mat Dialog with an div container
Fixes an issue where observables in jitsi would register multiple times
Clear the IndexedDB on logout
2020-06-25 16:34:36 +02:00
Sean
fde745530e
Updates some npm deps, fixes travis
...
Another thing for travis
2020-06-23 12:12:01 +02:00
Emanuel Schütze
435f555559
Updated translations
2020-06-19 16:29:52 +02:00
Sean
55f65576f0
Allow to import the same topic multiple times
...
Remove checking for duplicated topic names.
Allows to import topics more than once, usefull if you have to import an
agenda over and over again.
2020-06-18 15:51:51 +02:00
Emanuel Schütze
68c77fe52c
Rename and check "can see extra data" permission.
2020-06-16 21:00:37 +02:00
Sean
b9fbf4209b
Cleanup theming related code
...
Enhance color usage, add more default themes, add solarized theme
2020-06-16 12:56:08 +02:00
Emanuel Schütze
b5bc855dfe
Merge pull request #5417 from tsiegleauq/agenda-numbered-topics-pdf
...
Prevent double "TOP" in agenda PDF
2020-06-15 15:10:22 +02:00
Sean
1f876ec6dd
Prevent double "TOP" in agenda pdf
...
Also: changes the definition of "getTitle" and "getAgendaTitle" to be more
consistent and easier to guess. getTitle will simply return the title, while getAgendaTitle
returns the title with the agenda-prefix
2020-06-12 16:18:57 +02:00
Emanuel Schütze
ff4324117e
Updated translations.
2020-06-11 17:23:42 +02:00
Sean
0d9738b72d
Integrate streams
...
Integrate live streaming inside the jitsi/rtc components.
Live streaming works without jitsi, but is using the same components for
a fluid integration.
A streaming URL can be set in the settings page.
Users EITHER consume the live stream OR are presend in a jitsi live
conference.
To consume both the live stream and the jitsi conference, users may use
a dedicated jitsi tab in their session.
The jitsi users can be restricted to only allow thouse with the right
the manage speakers or being present on the "current list of speakers",
automatically simulating a virtual plenum
2020-06-11 11:20:00 +02:00
Emanuel Schütze
acf499f6e1
Merge pull request #5378 from jsangmeister/monospace-countdown
...
Replaces the countdown font with a monospaced one
2020-06-09 23:15:06 +02:00
Joshua Sangmeister
e653021eff
Add a configurable monospace font for the countdown
...
use Roboto Condensed bold by default
2020-06-09 22:54:31 +02:00
Sean
d4f211e344
Fix error for freely editable amendments
...
Recent changes to amendment had various bugs.
This one regarded the amendment list, where amendments without amendmend
paragraphs returned several errors.
2020-06-09 21:16:04 +02:00
Tobias Hößl
bc3b8be78d
Increase recalculation performance by additional caching
2020-06-07 11:44:07 +02:00
Tobias Hößl
18bc495bd8
Bugfix: errors with non-paragraph-based amendments
2020-06-07 10:54:57 +02:00
FinnStutzenstein
0eee839736
Small improvements and first attempt to make to poll progress responsive
...
to massive autoupdates. The "optimization" didn't help, so this has to
be continued in another PR.
2020-05-29 15:46:19 +02:00
FinnStutzenstein
d8b21c5fb5
(WIP) Ordered and delayed autoupdates:
...
- Extracted autoupdate code from consumers
- collect autoupdates until a AUTOUPDATE_DELAY is reached (since the first autoupdate)
- Added the AUTOUPDATE_DELAY parameter in the settings.py
- moved some autoupdate code to utils/autoupdate
- moved core/websocket to utils/websocket_client_messages
- add the autoupdate in the response (there are some todos left)
- do not send autoupdates on error (4xx, 5xx)
- the client blindly injects the autoupdate in the response
- removed the unused autoupdate on/off feature
- the clients sends now the maxChangeId (instead of maxChangeId+1) on connection
- the server accepts this.
2020-05-27 16:05:27 +02:00