FinnStutzenstein
35e88b8386
Correct projector scroll reset
...
Fixes the "everytime reset" with #4887
2019-08-01 08:03:34 +02:00
Sean
62c55094bb
Merge pull request #4887 from GabrielInTheWorld/saveTheProjector
...
Updates the projector
2019-07-31 15:26:46 +02:00
Sean
36833c6206
Merge pull request #4886 from GabrielInTheWorld/saveTheMemberWithStars
...
Adds icons to display status 'inactive', 'is present' and 'is committee'
2019-07-31 15:08:14 +02:00
Sean
2be3fa1f08
Merge pull request #4885 from GabrielInTheWorld/saveTheMember
...
Exports the settings for the dialogs to a separate file.
2019-07-31 13:21:05 +02:00
GabrielMeyer
bd03300ee0
Exports the settings for the dialogs to a separate file.
...
- Includes a constant for small, medium and large dialogs.
2019-07-30 15:59:15 +02:00
GabrielMeyer
6fdd2de3c0
Updates the projector
...
- The height is resetting by changing the slide.
- The user does not see a 'moving'-cursor by hovering over the projector-icon in the queue.
2019-07-30 14:24:50 +02:00
GabrielMeyer
e487b8fec8
Adds icons to display status 'inactive', 'is present' and 'is committee'
...
- In `user-list.component` and in `user-detail.component`
- Also removes the method `getUserTooltip()` from `base-list-view.ts`
2019-07-30 13:44:15 +02:00
Finn Stutzenstein
1ed9aab380
Merge pull request #4872 from FinnStutzenstein/postgresIdSequence
...
Restarting the id sequence for postgresql
2019-07-30 13:27:43 +02:00
Finn Stutzenstein
29e06bf7ea
Merge pull request #4884 from FinnStutzenstein/superadminDirective
...
Added IsSuperAdmin directive
2019-07-30 13:27:05 +02:00
Sean
56db9b0723
Merge pull request #4882 from GabrielInTheWorld/savingSearchInBar
...
Saves the value of the local search in 'list-view-table'
2019-07-30 11:27:54 +02:00
GabrielMeyer
2a1a44ee5a
Saves the value of the local search in 'list-view-table'
...
- Builds a new component 'rounded-input' to have a input-field with rounded borders.
- Saves the input on every change in the local storage.
- In the `OnInit`-function this value is restored.
2019-07-30 10:57:55 +02:00
FinnStutzenstein
408ef6d3f2
Restarting the id sequence for postgresql
2019-07-30 10:42:11 +02:00
FinnStutzenstein
f876d1c1fa
Added IsSuperAdmin directive
2019-07-30 10:12:21 +02:00
Finn Stutzenstein
60098af22d
Merge pull request #4880 from FinnStutzenstein/tslint
...
New linting rules and ordering of imports
2019-07-30 10:07:05 +02:00
FinnStutzenstein
51a3fbdf3e
New linting rules and ordering of imports
2019-07-30 09:53:14 +02:00
Finn Stutzenstein
1b26c03ef9
Merge pull request #4866 from FinnStutzenstein/RepoUpdate
...
Generic relations for the repos
2019-07-30 09:25:50 +02:00
FinnStutzenstein
dd66244d84
Generic relations for the repos
2019-07-30 09:07:51 +02:00
Sean
13e8bbb168
Merge pull request #4873 from GabrielInTheWorld/uiFixes
...
Fixes some UI issues
2019-07-26 12:04:56 +02:00
Sean
4cf61ba6ce
Merge pull request #4879 from tsiegleauq/mediafile-manual-change-detection
...
Add better change detection to MediaFiles
2019-07-26 11:53:25 +02:00
GabrielMeyer
b5b3e60e81
Fixes some UI issues corresponding to the theme
...
- Fixes white page at 'legalnotice' and 'privacypolicy'
- Fixes the button to collapse the sidenav
- Fixes a too long text in the headbar
- Reworked the login data service:
* make order of operations clear
* prevent setting invalid data into the storage
2019-07-26 11:47:04 +02:00
Sean Engelhardt
db30831d3e
Add better change detection to MediaFiles
...
There was a chance that the file browser did not update after creating or renaming a folder.
2019-07-26 10:41:46 +02:00
Sean
ec853e5aba
Merge pull request #4868 from FinnStutzenstein/userBulkViews
...
Group add/remove bulk view
2019-07-25 11:27:28 +02:00
Sean
85fa114fa0
Merge pull request #4860 from GabrielInTheWorld/fixSorting
...
Implements a custom sorting for categories
2019-07-25 10:28:57 +02:00
Sean
ff7978b8ae
Merge pull request #4843 from GabrielInTheWorld/uiImprovements
...
Fixes dynamic growing cells in workflows
2019-07-25 10:26:20 +02:00
Sean
1d89bc6b30
Merge pull request #4875 from tsiegleauq/table-no-data
...
Add various UI refinement
2019-07-25 09:52:31 +02:00
Sean
d330a4ca97
Merge pull request #4876 from tsiegleauq/refactor-PDF-TOC
...
Fix PDF TOC header
2019-07-25 09:42:42 +02:00
Sean Engelhardt
31ab7d387c
Fix PDF TOC header
...
Fixes an error where the PDF TOC header could not be repeated.
PDFmake seems to ignore soft references to objects. It will print them exactly once and then ignore them.
Also Adds the name of a parent category in a TOC-Table
2019-07-24 16:56:22 +02:00
Sean Engelhardt
0c9732ec7d
Add various UI refinement
...
- "no data" in VScroll tables
- "no data" in File manager
- VScroll to angular theme (dark mode, etc)
- Prettier history table
2019-07-23 15:59:24 +02:00
Finn Stutzenstein
20cbe37d74
Merge pull request #4869 from FinnStutzenstein/emailConnectionRefusedError
...
Added error message for connection refused errors sending emails
2019-07-23 15:40:34 +02:00
GabrielMeyer
ac9bcf8539
Implements a custom sorting for categories
...
- If the motion-list is sorted by categories, the category is internal sorted by the `category_weight` of the motion
- Adds a slot to pass a custom sorting function to the `sort-filter-bar.component`
2019-07-23 15:27:21 +02:00
GabrielMeyer
bb55110245
Fixes dynamic growing cells in workflows
...
- The cells in the table of a workflow are dynamically growing
- The colors of the states get new labels
- If multiple selection in motion-list is active, the button to change the view won't be seen
2019-07-23 15:01:35 +02:00
Sean
93e37720dc
Merge pull request #4871 from FinnStutzenstein/cleanupPermissions
...
Cleanup unused permissions
2019-07-23 14:37:07 +02:00
FinnStutzenstein
a60719bcc4
Added error message for connection refused errors sending emails
2019-07-23 14:12:05 +02:00
Sean
54c5410bb8
Merge pull request #4870 from tsiegleauq/firefox-mediafiles
...
Hotfix mediafiles for firefox
2019-07-23 13:57:41 +02:00
Sean Engelhardt
2d908c9ee6
Hotfix mediafiles fore firefox
...
firefox requires special treatment. Again.
2019-07-23 13:08:29 +02:00
FinnStutzenstein
c2a73c5146
Cleanup unused permissions
2019-07-23 12:52:28 +02:00
FinnStutzenstein
bbb8a84f5c
Group add/remove bulk view
2019-07-23 12:06:26 +02:00
Sean
e28f0f6685
Merge pull request #4867 from tsiegleauq/file-manager-permissions
...
Add permissions to media files
2019-07-23 11:19:48 +02:00
Sean Engelhardt
2071cbe4c4
Add permissions to media files
...
Adds a set of permissions to the new file manager
2019-07-23 10:42:06 +02:00
Finn Stutzenstein
20dc306106
Merge pull request #4861 from FinnStutzenstein/userBulkViews
...
Bulk views for users: state, password and delete
2019-07-23 10:25:15 +02:00
FinnStutzenstein
1e177917d0
Bulk views for users: state, password and delete
2019-07-23 08:41:39 +02:00
Finn Stutzenstein
61002a6bad
Merge pull request #4865 from FinnStutzenstein/MotionCommentSectionSorting
...
sorting of motion comment sections
2019-07-22 16:03:13 +02:00
Sean Engelhardt
ce57f88adb
Add motion comment section sort view
2019-07-22 15:46:26 +02:00
Sean
5c660a373f
Merge pull request #4863 from tsiegleauq/ngrid-real-search-filter
...
Implement NGrids filter function
2019-07-22 12:19:04 +02:00
Sean
d5746f95cb
Merge pull request #4864 from FinnStutzenstein/LogoFontMigration
...
Added logo and font migrations
2019-07-22 11:44:45 +02:00
Sean
e3f3108f8c
Merge pull request #4841 from GabrielInTheWorld/globalSearch
...
Refactores the 'global search'
2019-07-19 15:24:54 +02:00
Sean
bccdb43d58
Merge pull request #4837 from FinnStutzenstein/projectorImprovements
...
Projector improvements
2019-07-19 15:00:23 +02:00
FinnStutzenstein
74647dc75d
sorting of motion comment sections
2019-07-19 14:37:59 +02:00
Sean Engelhardt
2372408e4c
Implement NGrids filter function
...
- Implements NGrids new "filteredData" function, to restore old filter behavior.
Export a quick-filtered list is now possible.
- More controll about List-View-Table UI
- Use NGrid target-events for better mutli-select behavior
- Changes the behavior of hidden headers to ignore paddings-changes
- filters are more resistant to errors and storage loss
2019-07-19 14:35:24 +02:00
FinnStutzenstein
e9ef293cf7
Added logo and font migrations
2019-07-19 13:45:39 +02:00