Emanuel Schütze
e2630faead
Merge pull request #5149 from FinnStutzenstein/deleteUsersWithWSConnection
...
Fixed late autoupdates with deleted users
2019-12-09 10:41:59 +01:00
Sean
0bb2175f79
Merge pull request #5155 from tsiegleauq/duplicated-pdf-title
...
Add event description to PDF
2019-12-04 15:52:39 +01:00
Sean Engelhardt
ae62fd69f5
Add event description to PDF
...
Fixes a bug where the event name was printed twice in the PDF header
2019-12-04 15:37:38 +01:00
Finn Stutzenstein
60e3282286
Merge pull request #5077 from FinnStutzenstein/readOnlyRedis
...
Adding a second optional redis for read only accesses
2019-12-04 11:01:21 +01:00
FinnStutzenstein
cc4ca61964
Adding a second optional redis for read only accesses
2019-12-03 12:30:31 +01:00
Finn Stutzenstein
7c61076837
Merge pull request #5152 from FinnStutzenstein/lockingService
...
Locking service and locks the history build process (closes #4039 )
2019-12-03 12:28:40 +01:00
FinnStutzenstein
f7cdfb7c02
Locking service and locks the history build process ( fixes #4039 )
2019-12-03 12:14:49 +01:00
Sean
93d9e6b169
Merge pull request #5151 from tsiegleauq/offline-spinner-issue
...
Consider offline during update checks
2019-12-02 17:06:26 +01:00
Emanuel Schütze
b506735cfe
Merge pull request #5148 from tsiegleauq/manual-cd-workflow-detail
...
Add manual cd for workflow detail
2019-12-02 17:05:49 +01:00
Sean Engelhardt
a6891ef8e1
Consider offline during update checks
...
Hides the spinner if the update checks fail cause the server is
unreachable
use new cleansup the code a little
2019-12-02 16:55:46 +01:00
Sean Engelhardt
dd272c823f
Add manual cd for workflow detail
2019-12-02 16:35:51 +01:00
Emanuel Schütze
2c120dd67c
Merge pull request #5150 from tsiegleauq/no-export-inline-numbers
...
Remove option for inline line number PDF
2019-12-02 15:44:42 +01:00
Emanuel Schütze
ed8d666fce
Merge pull request #5120 from tsiegleauq/nav-from-motion-blocks
...
Add navigation flag to return to custom oriring
2019-12-02 15:35:01 +01:00
Sean Engelhardt
d962e55fee
Remove option for inline line number PDF
...
- removes the option to export PDF as inline, since it's not working atm
- motions that would be exported with inline line number would be exported with outside line numbers
2019-12-02 12:54:27 +01:00
FinnStutzenstein
0d38b784bc
Fixed late autoupdates with deleted users
2019-11-29 13:15:20 +01:00
Sean
876dd1f7d6
Merge pull request #5146 from FinnStutzenstein/fixBaserepoTooEarlyUpdates
...
Fixed too early single-model updates in the BaseRepository
2019-11-27 15:43:52 +01:00
FinnStutzenstein
f392b479ba
Fixed too early single-model updates in the BaseRepository
2019-11-27 15:28:12 +01:00
Sean Engelhardt
ce2f711a7c
Add navigation flag to return to custom oriring
...
Adds the state "back: 'true'" to certain router navigations to set
a custom return point for using the OpenSlides back arrow.
Allows to return to category detail, motion block detail and
amendment detail from a motion detail view.
You will keep the navigation state for as long as you don't change
the view
2019-11-27 11:16:39 +01:00
Emanuel Schütze
b86054c4b9
Merge pull request #5144 from tsiegleauq/hide-long-amendment-preview-slide
...
Hide long amendment preview on motion slide
2019-11-26 15:34:00 +01:00
Emanuel Schütze
7d52f12770
Merge pull request #5138 from tsiegleauq/more-nested-pdf-lists
...
Add nested PDF lists with line numbering
2019-11-26 15:24:48 +01:00
Sean Engelhardt
4599091d57
Add nested PDF lists with line numbering
...
Adds support for nested PDF lists in motions with line numbering
Numbers and lines can be slightly of in extrem cases.
Lists are supposed to be relatively short lists and are not(!) a replacement
for paragraphs.
Chaning that would require me to create our own implementation of
PDFMake-Lists
2019-11-26 14:47:13 +01:00
Finn Stutzenstein
8f9e3a2b03
Merge pull request #5145 from jsangmeister/unique-error-fix
...
Error handling for race-based integrity errors
2019-11-26 14:07:34 +01:00
Sean
475885d0a2
Merge pull request #5143 from tsiegleauq/more-permitted-mobile-list-dots
...
Hide mobile list-menus by permission
2019-11-26 14:05:57 +01:00
Sean Engelhardt
50a9a89910
Hide mobile list-menus by permission
...
Hides some mobile list menus if the permissions
are not sufficient.
Change the layout of the assignment mobile list
2019-11-26 13:19:37 +01:00
Sean Engelhardt
bb3a154ccc
Hide preview on motion slide
...
Hides the grey amendment context
2019-11-26 13:07:34 +01:00
jsangmeister
f2dd8ebdd9
try-catch for race-based integrity errors
2019-11-26 11:49:06 +01:00
Emanuel Schütze
1b40cd74e0
Merge pull request #5141 from tsiegleauq/custom-projector-resolution
...
Custom aspect ratio for projector
2019-11-26 11:42:35 +01:00
Emanuel Schütze
7454540b67
Merge pull request #5123 from FinnStutzenstein/fixMediafiles
...
Fixed mediafiles
2019-11-26 09:31:52 +01:00
FinnStutzenstein
e416117b11
Fixed mediafiles
2019-11-26 09:11:18 +01:00
Finn Stutzenstein
13e9f3453f
Merge pull request #5142 from FinnStutzenstein/fixLogging
...
Fixed little logging mistake
2019-11-25 07:41:16 +01:00
FinnStutzenstein
7a18396a78
Fixed little logging mistake
2019-11-25 06:38:42 +01:00
Sean Engelhardt
ff90f9490c
Add custom aspect ratio for the projector
...
Change the client to accept aspect ratios like:
4:3, 16:9, 16:10 or custom over a textfield
Change server to accept aspect ratios and dropped height
2019-11-22 16:41:28 +01:00
Emanuel Schütze
acab54738b
Merge pull request #5139 from tsiegleauq/mod-final-version-export-fix
...
Export Modified Final Version over exporter
2019-11-20 21:06:05 +01:00
Sean Engelhardt
e97292afdd
Export Modified Final Version over exporter
...
- Adjusts the motion exporter to prefer modified final versions
over "just" final versions
- enhance the change detection of motion detail a little
(editor and viewport changes)
2019-11-20 11:39:10 +01:00
Emanuel Schütze
4451fe979e
Merge pull request #5129 from tsiegleauq/assignment-order
...
Remove sorting poll option by weight
2019-11-13 14:48:03 +01:00
Emanuel Schütze
55cdc364f1
Merge pull request #5121 from FinnStutzenstein/htmlValidation
...
Added html validation for users and personal notes
2019-11-13 14:45:26 +01:00
Emanuel Schütze
da3af834af
Merge pull request #5135 from FinnStutzenstein/fixAgendaItemNumber
...
Fix agenda item number
2019-11-13 14:36:19 +01:00
Finn Stutzenstein
5b0b320bfa
Merge pull request #5128 from FinnStutzenstein/setPasswordAuthenticationCheck
...
Fixed wrong permission/auth check for set password
2019-11-13 14:01:48 +01:00
FinnStutzenstein
a3c97a2ccd
Fix agenda item number
2019-11-13 14:00:53 +01:00
Sean
e3e50c1730
Merge pull request #5106 from emanuelschuetze/mobile-views
...
Improved mobile views (Agenda list, motion block list)
2019-11-11 14:06:02 +01:00
Emanuel Schütze
7aaad26b68
Improved mobile views (Agenda list, motion block list/detail)
2019-11-11 13:51:22 +01:00
Sean Engelhardt
3530b625d9
Remove sorting poll option weight
...
Fixes a bug where entered votes did not match to the order of poll options
fixes #5125
2019-11-11 12:36:54 +01:00
FinnStutzenstein
427b17a3e9
Fixed wrong permission/auth check for set password
2019-11-11 07:07:19 +01:00
FinnStutzenstein
c54e2621f2
Added html validation for users and personal notes
2019-11-08 15:39:18 +01:00
Finn Stutzenstein
d248f5fbc1
Merge pull request #5122 from tsiegleauq/fix-regression-in-assignments
...
Fix regression in assignments
2019-11-08 11:45:42 +01:00
Sean Engelhardt
b0695a25c1
Fix regression in assignments
...
Fixes a bug where assignment polls could not be saved
Cleaned up some code
2019-11-08 09:42:42 +01:00
Emanuel Schütze
d286378524
Merge pull request #5104 from jsangmeister/csv-import-fix
...
Fixed CSV import
2019-11-06 11:03:08 +01:00
jsangmeister
0922f0de3f
fixed csv import
2019-11-06 10:43:56 +01:00
Emanuel Schütze
69a904c058
Merge pull request #5118 from tsiegleauq/download-does-not-work
...
Fixes a bug where files are not known as files
2019-11-06 10:22:52 +01:00
Sean Engelhardt
d482f205cd
Fixes a bug where files are not known as files
...
This is a regression from model change.
The is_file method is missing. Replaces is_file with !is_directory
2019-11-06 10:12:15 +01:00