Commit Graph

8765 Commits

Author SHA1 Message Date
Emanuel Schütze 31f59e069d
Merge pull request #6318 from GabrielInTheWorld/fix-candidate-percentbase
Fixes percentbase of candidates in assignments
2022-01-06 18:04:43 +01:00
GabrielInTheWorld 23577be953 Fixes: Percentbases of candidates in assignments 2022-01-06 17:38:32 +01:00
Emanuel Schütze 1e22ffbf7e
Merge pull request #6299 from normanjaeckel/GetUser2
Changed GetUser view. Now it retrieves one or more users.
2021-12-20 08:55:39 +01:00
Norman Jäckel b0bc4129ce Changed GetUser view. Now it retrieves one or more users. 2021-11-30 00:30:54 +01:00
Emanuel Schütze 87b8fcd42b
Merge pull request #6296 from jsangmeister/fix-export
Update exporter to newest backend
2021-11-25 18:32:09 +01:00
Joshua Sangmeister 93e0b53b9e Add chat message collection & fields
Add & update poll backends
2021-11-25 18:00:35 +01:00
Emanuel Schütze 2dfc926ba2
Merge pull request #6294 from emanuelschuetze/translation-20211124
Updated translations and autoupdate service
2021-11-24 23:47:54 +01:00
Emanuel Schütze cbfffddec7 Updated translations and autoupdate service
Fixed #3607
2021-11-24 23:08:20 +01:00
Sean dc555a4116
Merge pull request #6287 from GabrielInTheWorld/of-groups-view
Fixes high amount of groups
2021-11-23 11:54:58 +01:00
Emanuel Schütze d4953ed81a
Merge pull request #6272 from normanjaeckel/GetUser
Added route to get a user e. g. for third-party applications.
2021-11-22 17:32:04 +01:00
Norman Jäckel 9cd0416938 Added route to get a user e. g. for third-party applications. 2021-11-22 17:21:27 +01:00
GabrielInTheWorld 19ea4a312e Fixes high amount of groups 2021-11-19 10:42:44 +01:00
Emanuel Schütze 4efc591d21
Merge pull request #6285 from jsangmeister/restrictions-fix
Various fixes for the exporter
2021-11-18 17:27:29 +01:00
Joshua Sangmeister cc6cf9ea42 Fix various export errors 2021-11-18 17:17:18 +01:00
Joshua Sangmeister 740f164ac3 Fix for motion restrictions in case migrations weren't applied properly 2021-11-18 09:18:30 +01:00
Emanuel Schütze f04d64d48d
Merge pull request #6277 from emanuelschuetze/motion-id-column
Increase motion id column
2021-11-13 23:35:54 +01:00
Emanuel Schütze e8803bde0c Increase motion id column 2021-11-13 22:58:22 +01:00
Emanuel Schütze adb9d95ff3
Merge pull request #6276 from GabrielInTheWorld/motion-block-and-list-width
Makes the motion block detail and motion list more user friendly
2021-11-13 14:48:31 +01:00
GabrielInTheWorld 6ac24f5f6c Bigger meta column width for tables
motion block detail, motion list, user list, user statistics
2021-11-13 12:00:00 +01:00
Emanuel Schütze a3d8dd01da
Merge pull request #6264 from emanuelschuetze/livestream-poster-image-helptext
Fixed livestream poster image size in help text.
2021-10-22 11:06:26 +02:00
Emanuel Schütze 82ad1d2222 Fixed livestream poster image size in help text. 2021-10-22 11:04:27 +02:00
Emanuel Schütze af4ff015ae
Merge pull request #6263 from tsiegleauq/bump-jszip-version
Bump jszip version to 3.7.1
2021-10-21 17:56:53 +02:00
Sean 34f27ea4c0 Bump jszip version to 3.7.1 2021-10-21 17:45:05 +02:00
Emanuel Schütze bbdbdd3c10
Merge pull request #6245 from emanuelschuetze/release3.4
Release 3.4
2021-10-07 08:03:05 +02:00
Emanuel Schütze f2ae6d1cae Update version to 3.4.1-master 2021-10-07 08:00:10 +02:00
Emanuel Schütze 420422e2cf Release 3.4 2021-10-07 07:59:38 +02:00
Emanuel Schütze 8d20c40ca1
Merge pull request #6181 from tsiegleauq/changelog-3.4
Changelog 3.4
2021-10-06 09:28:33 +02:00
Sean 1b3af8cecd Changelog 3.4 2021-10-06 09:27:47 +02:00
Emanuel Schütze bd22957740
Merge pull request #6228 from tsiegleauq/stream-nanocosmos
Add Support for streams from Nanocosmos
2021-09-23 16:04:42 +02:00
Emanuel Schütze 74b1527bbe
Merge pull request #6222 from GabrielInTheWorld/of-fix-settingsgroup
Fixes the usage of groups in the settings
2021-09-23 10:24:56 +02:00
Sean 91a9e19f09 Add Support for streams from Nanocosmos
Add a full nanocosmus stream URL.
The URL has to include: "nanocosmos.de"
the ID will be extracted by looking for an equals symbol.
So: something.nanocosmos.de/somethingelse=1234-5678

will detect 1234-5678 as videoID.
The iframe that will be used is fix.
2021-09-21 18:11:23 +02:00
GabrielMeyer 932eb647ab Fixes the usage of groups in the settings 2021-09-13 11:38:12 +02:00
Emanuel Schütze 0c30be5308
Merge pull request #6219 from emanuelschuetze/stable/3.4.x
Updated autoupdate service
2021-09-06 12:17:51 +02:00
Emanuel Schütze ac5a975a4c Updated autoupdate service 2021-09-06 11:56:41 +02:00
GabrielInTheWorld 70d5b32bd7
Merge pull request #6212 from tsiegleauq/clean-html-on-motion-paste
Clean HTML before pasting in tinymce
2021-08-20 08:30:59 +02:00
Sean eab60ab31a Clean HTML before pasting in tinymce
If the user decides to copy-paste HTML (like from another OpenSlides motion detail)
 - remove all classes
 - remove data-line-number="X"
 - remove contenteditable="false"

Not doing so would save control sequences from diff/linenumbering into the
model which will open pandoras pox during PDF generation (and potentially web view)
2021-08-19 18:55:23 +02:00
Sean 8c7a770f9b
Merge pull request #6202 from tsiegleauq/unhide-help-desk
Show Helpdesk without live streams
2021-08-09 14:16:18 +02:00
Sean b2ae972ce0 Show Helpdesk without live streams 2021-08-09 12:13:12 +02:00
Emanuel Schütze 8d90c6821e
Merge pull request #6193 from emanuelschuetze/translations-20210802
Updated all translations
2021-08-02 14:40:34 +02:00
Emanuel Schütze 2287f3bf4f Updated all translations 2021-08-02 12:59:12 +02:00
Sean 18ffcaca92
Merge pull request #6186 from tsiegleauq/import-supporter
Add CSV import for supporters
2021-07-27 17:54:49 +02:00
Sean 802ac1aee8 Add CSV import for supporters
Supporters can now be imported via csv
this was forgotten before
2021-07-27 17:35:14 +02:00
Emanuel Schütze 759e23e15b
Merge pull request #6184 from tsiegleauq/fix-mat-table-after-upgrade
Fix mat-table no flex class
2021-07-27 16:56:30 +02:00
Sean e8507414d9 Fix mat-table no flex class
After upgrading angular material, mat table had a different set of
classes which would break a view
2021-07-27 16:50:59 +02:00
Emanuel Schütze c48658210b
Merge pull request #6185 from tsiegleauq/agenda-list-error
Fix an error where the workflow would break agenda
2021-07-27 14:31:34 +02:00
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
Oskar Hahn 6c01c2b99b
Merge pull request #6183 from ostcar/remove_prometus
Update autoupdate, remove prometeus
2021-07-26 11:31:53 +02:00
Oskar Hahn cd7421b732 Update autoupdate, remove prometeus 2021-07-24 07:20:29 +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