Emanuel Schütze
5ad99e034b
Merge pull request #4401 from MaximilianKrambach/bodyText
...
show save feedback on more config fields
2019-02-25 17:52:00 +01:00
Maximilian Krambach
22d46f4774
show save feedback on more config fields
2019-02-25 17:32:58 +01:00
Emanuel Schütze
eb78c694fc
Merge pull request #4396 from emanuelschuetze/isProjectable
...
Fixed error message that viewmodel is not projectable.
2019-02-25 15:47:06 +01:00
Emanuel Schütze
f863670540
Merge pull request #4397 from tsiegleauq/refinement-fixes
...
Add small fixes
2019-02-25 15:40:18 +01:00
Emanuel Schütze
ff82fceaa9
Fixed error message that viewmodel is not projectable.
2019-02-25 15:34:12 +01:00
Sean Engelhardt
b9923201e4
Add small fixes
...
Fixes an error where the back arrow in the motion block detail was missing
Adds a prompt before deletion of Change Recommendation in motion details
Adds timestamp localisation for history mode
2019-02-25 14:19:57 +01:00
Emanuel Schütze
889aad48ed
Merge pull request #4395 from FinnStutzenstein/fixAgendaItemDeletion
...
Fixed deletion of agenda items.
2019-02-25 11:54:21 +01:00
FinnStutzenstein
70d7f49afe
Fixed deletion of agenda items.
...
Introduced by #4352
2019-02-25 11:29:01 +01:00
Jochen Saalfeld
0f24ba1951
Merge pull request #4394 from jsaalfeld/fix_serverside_upload_limit
...
increasing default upload size
2019-02-25 09:43:11 +01:00
Jochen Saalfeld
f546cd9e27
increasing default upload size
2019-02-25 09:28:32 +01:00
Emanuel Schütze
eb2c866e5c
Merge pull request #4393 from emanuelschuetze/translations-20190224
...
Updated translations
2019-02-24 22:24:12 +01:00
Emanuel Schütze
9fb25c8d60
Updated translations
2019-02-24 22:08:28 +01:00
Emanuel Schütze
3073844039
Merge pull request #4392 from emanuelschuetze/ui-improvments
...
UI improvments
2019-02-24 21:40:56 +01:00
Emanuel Schütze
a077ca85f5
UI improvments
...
- Use lanaguage files for tinymce.
- Fixed user import error.
- Improve colors for default/dark theme.
- Fixed missing translation.
2019-02-24 20:07:19 +01:00
Emanuel Schütze
15012f4a8b
Merge pull request #4390 from tsiegleauq/hotfix-sort-performance
...
Disable various expensive sorting functions
2019-02-23 14:24:44 +01:00
Sean Engelhardt
3785545a35
Disable various expensive sorting functions
...
Prevents the usage of: "sortViewUsersByConfig" of the userRepository
since it's an incredibe heavy operation for ~500 (real) users.
I would advice to sort the datastore rather than the lists
in the view to prevent unnecessary sorting overhead
2019-02-22 17:17:29 +01:00
Emanuel Schütze
3e2b201ee2
Merge pull request #4387 from GabrielInTheWorld/change-dark-theme
...
Changes the primary palette for dark theme
2019-02-22 17:02:02 +01:00
GabrielMeyer
f989be36ad
Changes the primary palette for dark theme
...
- Added a custom palette (`#c31c23`)
- Set the new primary palette for dark theme
Changes some styles depending on theme
- Removed hard-coded colors
- Set color depending on theme
Prettified
2019-02-22 16:27:42 +01:00
Emanuel Schütze
ecf16d1400
Merge pull request #4388 from GabrielInTheWorld/correct-rendering-text
...
Adds sanitizer to render text correctly
2019-02-22 14:08:22 +01:00
GabrielMeyer
efe8f3e862
Adds sanitizer to render text correctly
...
Sanitized the text, which is displayed, to show formatting like
centering, bold etc.
Sanitized the text for projectors
2019-02-22 12:12:08 +01:00
Emanuel Schütze
6d28374c9f
Merge pull request #4385 from GabrielInTheWorld/opening-tab-motion-list
...
Added anchor column
2019-02-22 12:10:48 +01:00
Finn Stutzenstein
fc2963f00a
Merge pull request #4381 from FinnStutzenstein/closSlide
...
Current list of speaker slide
2019-02-22 11:33:45 +01:00
FinnStutzenstein
63f1802d7a
(Current) list of speaker slide
2019-02-22 10:40:28 +01:00
Sean
497a3ec71d
Merge pull request #4386 from tsiegleauq/preload-modules
...
Preloads modules on site component
2019-02-22 10:19:56 +01:00
Sean Engelhardt
3329932d27
Preloads modules on site component
...
Adds module preloading on site modules.
2019-02-22 10:04:50 +01:00
GabrielMeyer
1694daaa9c
Added anchor column
...
Added an anchor column, so the user can open a separate tab.
prettified
Changed name of variable
Resolves answer from pull-request
- Moved the style for the anchor columns to `styles.scss`
- Set the anchor column to the last place in the array
2019-02-22 09:29:10 +01:00
Emanuel Schütze
46e9c83423
Merge pull request #4257 from GabrielInTheWorld/4217
...
Adds notifications if multiple users want to edit the same motion
2019-02-21 23:09:24 +01:00
GabrielMeyer
80cb8051f6
Adds notifications if multiple users want to edit the same motion.
...
Fixes #4217 Adds notifications
- Created a class to define notification-objects, which should notify other persons editing the same motion.
- Added functions to send notifications, listen to them and unsubscribing them.
- Added a warning-function to the `base-view.ts`, which raises the snack bar with the given message and has no duration.
Fixes #4217
- Removed unnecessary lines of code.
- Fixed merge.
Prettified
- Added a random number to identify different user.
- Now the user can sign in as the same user, but still receive a message if multiple people edit the same motion.
Fix the detail of motions
- If the user does not click to edit, then the `editNotificationSubscription` was not set.
2019-02-21 22:37:49 +01:00
Emanuel Schütze
4c4a2c600b
Merge pull request #4384 from tsiegleauq/mediafiles-on-fly
...
Add mediafiles upload from motion form
2019-02-21 22:16:43 +01:00
Emanuel Schütze
deb80ddf37
Merge pull request #4382 from FinnStutzenstein/agendaSlide
...
Agenda item list slide
2019-02-21 22:11:40 +01:00
FinnStutzenstein
3f58538afb
Agenda item list slide
2019-02-21 21:56:40 +01:00
Sean Engelhardt
46a229bb67
Add mediafiles upload from motion form
...
Refactors the media file upload component into
a shared component to be used in both normal pages
and dialogs.
A dialog was addes into the media file "edit" view
to upload and set attachments on the fly.
2019-02-21 16:48:19 +01:00
Emanuel Schütze
c0cd3bc252
Merge pull request #4380 from FinnStutzenstein/motionBlockSlide
...
Motion block slide
2019-02-21 15:23:42 +01:00
Emanuel Schütze
80a061db38
Motion block slide template
2019-02-21 15:06:14 +01:00
FinnStutzenstein
2abe71313c
Motion block slide
2019-02-21 14:01:02 +01:00
Emanuel Schütze
650054dfc9
Merge pull request #4373 from normanjaeckel/HistoryPermission
...
Added new permission to see the history.
2019-02-21 13:07:07 +01:00
Emanuel Schütze
e97c308747
Merge pull request #4352 from FinnStutzenstein/losSlide
...
List of speakers slide
2019-02-21 13:00:02 +01:00
Emanuel Schütze
c799c3bb6b
List of speakers template
2019-02-21 12:34:45 +01:00
FinnStutzenstein
7ef36e93c6
List of speakers slide
2019-02-21 12:34:41 +01:00
Sean Engelhardt
a86af342eb
Add history permission into client
...
Requires the permission "core.can_see_history" to see the history in the navigation.
Disables navigating in the timeline and clearing the history for everyone than than the super admin
2019-02-21 11:48:03 +01:00
Norman Jäckel
d06a4a5c6d
Added new permission to see the history.
2019-02-21 11:45:40 +01:00
Emanuel Schütze
f4f8b8422f
Merge pull request #4376 from tsiegleauq/pdf-list-fixes
...
Adds extra cases for PDF CR lists
2019-02-21 09:54:29 +01:00
Emanuel Schütze
5a5b82316a
Merge pull request #4378 from tsiegleauq/pdf-footer-fix
...
Fix PDF-Footer logos
2019-02-21 09:18:59 +01:00
Emanuel Schütze
3bcb3de249
Merge pull request #4375 from tsiegleauq/pdf-motion-tag
...
Add tags to motion pdf
2019-02-21 09:12:29 +01:00
Emanuel Schütze
68667f904f
Merge pull request #4379 from tsiegleauq/translate-user-number
...
Add "No." as translateable
2019-02-21 08:56:41 +01:00
Sean Engelhardt
53ea73ccde
Add "No." as translateable
...
To display user numbers, No. is now translateable
2019-02-20 16:17:05 +01:00
Jochen Saalfeld
0975de7432
Merge pull request #4377 from tsiegleauq/angular725
...
Update to angular 7.2.5
2019-02-20 15:25:46 +01:00
Sean Engelhardt
da3e8dc355
Fix PDF-Footer logos
...
Adds a routine to extract the pdf footer images
before the footer was generated
2019-02-20 15:02:30 +01:00
Sean Engelhardt
8f83fc1bd5
Update to angular 7.2.5
...
Adds new update to angular 7.2.5 including fresh npm packages.
vulnerabilities currently concern PDF and dev-packages only
2019-02-20 13:13:34 +01:00
Sean Engelhardt
7f86f3af64
Adds extra cases for PDF CR lists
...
Adds a new function to detect "Fake lists", in PDF documents
and treats them accordingly.
Enhances the Layout of PDFs with CR-Mode UL/OL lists.
2019-02-20 11:43:22 +01:00