Sean Engelhardt
8a40ee3cbc
Fix exporting of selected motions
...
Fixes an issue where the export button has been put in the
wrong view
2019-04-15 15:28:03 +02:00
GabrielMeyer
b7799c2337
Validates creating a new user
...
- If a new user is created and neither the username, first name nor last name is set, a hint is displayed and the user is still in the creating mode.
- Also prevents that the client queries a user that does not exist.
2019-04-15 15:07:23 +02:00
Maximilian Krambach
a831ccd2b2
Merge pull request #4593 from MaximilianKrambach/multiSelectMotionExport
...
Multi select motion export
2019-04-15 13:33:05 +02:00
Finn Stutzenstein
e9a60a54fd
Merge pull request #4597 from GabrielInTheWorld/migrations
...
Adds a migration for projector changes
2019-04-15 13:27:36 +02:00
Maximilian Krambach
7d9ea4e55a
multiselect motion export
2019-04-15 13:24:43 +02:00
Maximilian Krambach
48593acc25
disable multiselect options if nothing selected
2019-04-15 13:24:42 +02:00
Maximilian Krambach
a670d85267
fix motion import ooddity
...
- lag due to undefined submitters
- additional text separator
2019-04-15 12:43:16 +02:00
Sean
2bd9172006
Merge pull request #4591 from MaximilianKrambach/tagFilter
...
Adds a 'tag' filter to motion lists
2019-04-15 12:30:07 +02:00
Sean
1bd9f09dd6
Merge pull request #4592 from MaximilianKrambach/manyStars
...
bulk set/unset favorite status
2019-04-15 12:24:46 +02:00
Finn Stutzenstein
de7394d1cc
Merge pull request #4599 from FinnStutzenstein/fixCommentSectionUpdates
...
Updates the cache on comment section updates. Implements missing client
2019-04-15 11:11:18 +02:00
GabrielMeyer
79cd8e9917
Adds a migration for projector changes
2019-04-15 11:02:39 +02:00
FinnStutzenstein
ce216204f1
Updates the cache on comment section updates. Implements missing client
...
code.
2019-04-15 10:54:34 +02:00
Maximilian Krambach
81c50f5b2f
bulk set/unset favorite status
2019-04-15 10:52:18 +02:00
Finn Stutzenstein
259afa7f88
Merge pull request #4594 from FinnStutzenstein/modelStructureForAssignments
...
Background structure for assignments
2019-04-15 10:43:54 +02:00
FinnStutzenstein
9cfc0bbd42
Background structure for assignments
...
- moved some components
- added consistend namin scheme: (View)Assignment, (View)AssignmentPoll
(View)AssignmentPollOption and (View)AssignmentRelatedUser.
- Added precisionPipe, which needs to be added everywhere.
- Cleaned up converting deciml fields (as strings in the REST API) to
floats
- The repository creates the View* structure and enabled user updates.
2019-04-15 10:29:26 +02:00
Finn Stutzenstein
e7624c0d1e
Merge pull request #4585 from FinnStutzenstein/projectorListCleanup
...
Put projector cards in own components in the listview
2019-04-15 08:10:01 +02:00
Maximilian Krambach
b5a6669359
Adds a 'tag' filter to motion lists
2019-04-12 11:50:32 +02:00
FinnStutzenstein
f44590b519
Put projector cards in own components in the listview
2019-04-12 07:15:22 +02:00
Finn Stutzenstein
b05cd3af5a
Merge pull request #4580 from GabrielInTheWorld/form-validation
...
Fixes error from `mediafile-list.component` when logging out
2019-04-12 07:12:58 +02:00
Emanuel Schütze
2f9328c2d2
Merge pull request #4590 from emanuelschuetze/translations-201904
...
Updated translations
2019-04-11 23:23:10 +02:00
Emanuel Schütze
8072c26983
Merge pull request #4586 from FinnStutzenstein/unsetFontOnDelete
...
Unset font if the mediafile is deleted
2019-04-11 23:14:51 +02:00
Emanuel Schütze
9059191e91
Updated translations
2019-04-11 23:09:13 +02:00
Emanuel Schütze
58b5ec3f5e
Merge pull request #4573 from CatoTH/OS3-multi-paragraph-amendments
...
Creating multi-paragraph amendments
2019-04-11 21:18:16 +02:00
Tobias Hößl
5978868c37
Creating multi-paragraph amendments
...
- new config option to enable/disable multiple paragraphs
2019-04-11 17:00:25 +02:00
Emanuel Schütze
cf7d3487d4
Merge pull request #4589 from MaximilianKrambach/updateFormPatch
...
don't autoupdate detail forms during editing
2019-04-11 16:43:54 +02:00
Maximilian Krambach
a2b75194a1
don't autoupdate detail forms during editing
2019-04-11 16:06:05 +02:00
Emanuel Schütze
e959ef9c52
Merge pull request #4587 from normanjaeckel/FixProjector
...
Fixed countdown on projector.
2019-04-10 16:45:38 +02:00
Norman Jäckel
8927982554
Fixed countdown on projector.
2019-04-10 08:48:57 +02:00
Emanuel Schütze
c0564e0f5e
Merge pull request #4583 from FinnStutzenstein/fixProjectorSerializer
...
Protect element fields from the projector model. Fixes creation of
2019-04-09 21:19:26 +02:00
FinnStutzenstein
648aabc310
Unset font if the mediafile is deleted
2019-04-09 19:38:01 +02:00
FinnStutzenstein
5a1f638f8d
Protect element fields from the projector model. Fixes creation of
...
projectors.
2019-04-09 17:15:16 +02:00
Emanuel Schütze
f54360290f
Merge pull request #4582 from FinnStutzenstein/fixUnregisteredCollections
...
Fixed handling of unregistered resources
2019-04-09 16:38:30 +02:00
FinnStutzenstein
dfaf8b552a
Fixed handling of unregistered resources
2019-04-09 16:15:23 +02:00
GabrielMeyer
4994cc6ce8
Fixes error from mediafile-list.component
when logging out
...
- If the user is seeing the mediafiles and wants to log out, an error occurred causing by querying an attribute from undefined object.
2019-04-09 15:30:49 +02:00
Finn Stutzenstein
fc5f6f4e54
Merge pull request #4521 from normanjaeckel/RefactorStateAccessLevel
...
Refactored state access level by renaming state field to restriction.
2019-04-08 15:28:21 +02:00
FinnStutzenstein
23264849c9
client and small changes in the serializer
2019-04-08 14:56:32 +02:00
Norman Jäckel
6f24b7c169
Refactored state access level by renaming state field to restriction.
2019-04-08 14:56:14 +02:00
Maximilian Krambach
6f62e5c7e4
Merge pull request #4537 from MaximilianKrambach/assignments
...
assignment detail and list views
2019-04-08 10:25:56 +02:00
Emanuel Schütze
54ec8bbe55
Merge pull request #4576 from gsiv/bug/redis-config-typo
...
Fix typo in SESSION_REDIS configuration
2019-04-08 10:22:57 +02:00
Sean Engelhardt
054f76a5d4
Cleanups and enhancements
...
Cleans up and reviews some methods
2019-04-08 10:16:48 +02:00
Maximilian Krambach
464fb89b53
include per-poll values, some travis fix
2019-04-08 10:16:47 +02:00
Norman Jäckel
e6daf32924
Added check for double serializer class registering.
...
Removed AssignmentShortPollSerializer.
2019-04-08 10:16:47 +02:00
Maximilian Krambach
52193e9fb2
Assignments
2019-04-08 10:16:46 +02:00
Gernot Schulz
58a0da7945
Fix typo in SESSION_REDIS configuration
2019-04-08 09:52:04 +02:00
Emanuel Schütze
3fd5d19daa
Merge pull request #4531 from ostcar/fix_config_key_to_id
...
Fixes problems with config.key_to_id
2019-04-08 09:02:52 +02:00
Sean
2f330933a0
Merge pull request #4461 from tsiegleauq/permission-list-view
...
Add permissions to ListViews
2019-04-06 21:33:44 +02:00
Sean Engelhardt
bd33c59ddf
Add permissions to ListViews
...
Adds the AuthGuard to certain routes
Adds an error-component
Also hides certain other elements where
permissions should apply
2019-04-06 21:13:17 +02:00
Oskar Hahn
41aed15426
Make the projector-system explicit async.
...
Also lock config.build_key_to_id
2019-04-06 06:40:15 +02:00
Maximilian Krambach
028c358a7f
Merge pull request #4567 from MaximilianKrambach/csvExportLabeledRecommend
...
export recommendations with extra labels
2019-04-05 13:17:42 +02:00
Emanuel Schütze
4ca8fccbea
Merge pull request #4571 from tsiegleauq/motion-list-show-id
...
Show sequential number in motion list
2019-04-05 13:11:06 +02:00