diff --git a/bin/main/de/oaa/xxx/feed/FeedController$FeedPage.class b/bin/main/de/oaa/xxx/feed/FeedController$FeedPage.class index f1930d3..c0a0d33 100644 Binary files a/bin/main/de/oaa/xxx/feed/FeedController$FeedPage.class and b/bin/main/de/oaa/xxx/feed/FeedController$FeedPage.class differ diff --git a/bin/main/de/oaa/xxx/feed/FeedController$UpdateOptionRequest.class b/bin/main/de/oaa/xxx/feed/FeedController$UpdateOptionRequest.class new file mode 100644 index 0000000..c609d7d Binary files /dev/null and b/bin/main/de/oaa/xxx/feed/FeedController$UpdateOptionRequest.class differ diff --git a/bin/main/de/oaa/xxx/feed/FeedController$UpdatePostRequest.class b/bin/main/de/oaa/xxx/feed/FeedController$UpdatePostRequest.class new file mode 100644 index 0000000..bdd49c7 Binary files /dev/null and b/bin/main/de/oaa/xxx/feed/FeedController$UpdatePostRequest.class differ diff --git a/bin/main/de/oaa/xxx/feed/FeedController$VoteRequest.class b/bin/main/de/oaa/xxx/feed/FeedController$VoteRequest.class index 616c577..9adea41 100644 Binary files a/bin/main/de/oaa/xxx/feed/FeedController$VoteRequest.class and b/bin/main/de/oaa/xxx/feed/FeedController$VoteRequest.class differ diff --git a/bin/main/de/oaa/xxx/feed/FeedController.class b/bin/main/de/oaa/xxx/feed/FeedController.class index daaeaf9..f780e29 100644 Binary files a/bin/main/de/oaa/xxx/feed/FeedController.class and b/bin/main/de/oaa/xxx/feed/FeedController.class differ diff --git a/bin/main/de/oaa/xxx/feed/dto/FeedItemDto.class b/bin/main/de/oaa/xxx/feed/dto/FeedItemDto.class index afcc64c..54d2dc1 100644 Binary files a/bin/main/de/oaa/xxx/feed/dto/FeedItemDto.class and b/bin/main/de/oaa/xxx/feed/dto/FeedItemDto.class differ diff --git a/bin/main/de/oaa/xxx/feed/entity/FeedPostEntity.class b/bin/main/de/oaa/xxx/feed/entity/FeedPostEntity.class index eeae38f..81afc11 100644 Binary files a/bin/main/de/oaa/xxx/feed/entity/FeedPostEntity.class and b/bin/main/de/oaa/xxx/feed/entity/FeedPostEntity.class differ diff --git a/bin/main/de/oaa/xxx/feed/entity/PosterType.class b/bin/main/de/oaa/xxx/feed/entity/PosterType.class new file mode 100644 index 0000000..5ebda9e Binary files /dev/null and b/bin/main/de/oaa/xxx/feed/entity/PosterType.class differ diff --git a/bin/main/de/oaa/xxx/feed/repository/FeedPostRepository.class b/bin/main/de/oaa/xxx/feed/repository/FeedPostRepository.class index f52cab9..edabd75 100644 Binary files a/bin/main/de/oaa/xxx/feed/repository/FeedPostRepository.class and b/bin/main/de/oaa/xxx/feed/repository/FeedPostRepository.class differ diff --git a/bin/main/de/oaa/xxx/feed/repository/FeedPostVoteRepository.class b/bin/main/de/oaa/xxx/feed/repository/FeedPostVoteRepository.class index a24eff9..a776385 100644 Binary files a/bin/main/de/oaa/xxx/feed/repository/FeedPostVoteRepository.class and b/bin/main/de/oaa/xxx/feed/repository/FeedPostVoteRepository.class differ diff --git a/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$CreateBeitragRequest.class b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$CreateBeitragRequest.class index b1e2d5c..bf40115 100644 Binary files a/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$CreateBeitragRequest.class and b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$CreateBeitragRequest.class differ diff --git a/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$PostsPage.class b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$PostsPage.class index a51d49b..6e320d5 100644 Binary files a/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$PostsPage.class and b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$PostsPage.class differ diff --git a/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$ReportRequest.class b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$ReportRequest.class index 342011a..1fc46eb 100644 Binary files a/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$ReportRequest.class and b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$ReportRequest.class differ diff --git a/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$UpdateBeitragRequest.class b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$UpdateBeitragRequest.class new file mode 100644 index 0000000..6522cbc Binary files /dev/null and b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$UpdateBeitragRequest.class differ diff --git a/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$UpdateOptionRequest.class b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$UpdateOptionRequest.class new file mode 100644 index 0000000..3dfea9e Binary files /dev/null and b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$UpdateOptionRequest.class differ diff --git a/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$VoteRequest.class b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$VoteRequest.class index 5f4eb52..255481f 100644 Binary files a/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$VoteRequest.class and b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController$VoteRequest.class differ diff --git a/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController.class b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController.class index d243124..e260232 100644 Binary files a/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController.class and b/bin/main/de/oaa/xxx/gruppe/GruppenbeitragController.class differ diff --git a/bin/main/de/oaa/xxx/gruppe/dto/GruppenbeitragDto.class b/bin/main/de/oaa/xxx/gruppe/dto/GruppenbeitragDto.class index 158b12a..86f1ab9 100644 Binary files a/bin/main/de/oaa/xxx/gruppe/dto/GruppenbeitragDto.class and b/bin/main/de/oaa/xxx/gruppe/dto/GruppenbeitragDto.class differ diff --git a/bin/main/de/oaa/xxx/gruppe/entity/GruppenbeitragEntity.class b/bin/main/de/oaa/xxx/gruppe/entity/GruppenbeitragEntity.class index a3c4209..5c6c8a5 100644 Binary files a/bin/main/de/oaa/xxx/gruppe/entity/GruppenbeitragEntity.class and b/bin/main/de/oaa/xxx/gruppe/entity/GruppenbeitragEntity.class differ diff --git a/bin/main/de/oaa/xxx/gruppe/repository/UmfrageStimmeRepository.class b/bin/main/de/oaa/xxx/gruppe/repository/UmfrageStimmeRepository.class index 91de70c..c0903ff 100644 Binary files a/bin/main/de/oaa/xxx/gruppe/repository/UmfrageStimmeRepository.class and b/bin/main/de/oaa/xxx/gruppe/repository/UmfrageStimmeRepository.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$AttendeeDto.class b/bin/main/de/oaa/xxx/location/LocationEventController$AttendeeDto.class index 1a82d2b..343d24e 100644 Binary files a/bin/main/de/oaa/xxx/location/LocationEventController$AttendeeDto.class and b/bin/main/de/oaa/xxx/location/LocationEventController$AttendeeDto.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$BatchRequest.class b/bin/main/de/oaa/xxx/location/LocationEventController$BatchRequest.class index 8e45441..da90931 100644 Binary files a/bin/main/de/oaa/xxx/location/LocationEventController$BatchRequest.class and b/bin/main/de/oaa/xxx/location/LocationEventController$BatchRequest.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$CreateEventRequest.class b/bin/main/de/oaa/xxx/location/LocationEventController$CreateEventRequest.class index 7156353..2f752de 100644 Binary files a/bin/main/de/oaa/xxx/location/LocationEventController$CreateEventRequest.class and b/bin/main/de/oaa/xxx/location/LocationEventController$CreateEventRequest.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$EventDetailDto.class b/bin/main/de/oaa/xxx/location/LocationEventController$EventDetailDto.class index 2cf6d50..7b9dde9 100644 Binary files a/bin/main/de/oaa/xxx/location/LocationEventController$EventDetailDto.class and b/bin/main/de/oaa/xxx/location/LocationEventController$EventDetailDto.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$EventPreviewDto.class b/bin/main/de/oaa/xxx/location/LocationEventController$EventPreviewDto.class index f9c35cd..8641842 100644 Binary files a/bin/main/de/oaa/xxx/location/LocationEventController$EventPreviewDto.class and b/bin/main/de/oaa/xxx/location/LocationEventController$EventPreviewDto.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$IdsResult.class b/bin/main/de/oaa/xxx/location/LocationEventController$IdsResult.class index faa6b8e..abcb73f 100644 Binary files a/bin/main/de/oaa/xxx/location/LocationEventController$IdsResult.class and b/bin/main/de/oaa/xxx/location/LocationEventController$IdsResult.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$UpdateEventRequest.class b/bin/main/de/oaa/xxx/location/LocationEventController$UpdateEventRequest.class index 82ffc99..ae7cff7 100644 Binary files a/bin/main/de/oaa/xxx/location/LocationEventController$UpdateEventRequest.class and b/bin/main/de/oaa/xxx/location/LocationEventController$UpdateEventRequest.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController.class b/bin/main/de/oaa/xxx/location/LocationEventController.class index 4af0952..ad83e86 100644 Binary files a/bin/main/de/oaa/xxx/location/LocationEventController.class and b/bin/main/de/oaa/xxx/location/LocationEventController.class differ diff --git a/bin/main/static/community/benutzer.html b/bin/main/static/community/benutzer.html index 33fa30c..ea077e1 100644 --- a/bin/main/static/community/benutzer.html +++ b/bin/main/static/community/benutzer.html @@ -7,6 +7,7 @@