Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Communication: Allow user to forward messages #9794

Open
wants to merge 149 commits into
base: develop
Choose a base branch
from

Merge branch 'develop' into feature/communication/forward-share-message

9e741ca
Select commit
Loading
Failed to load commit list.
Open

Communication: Allow user to forward messages #9794

Merge branch 'develop' into feature/communication/forward-share-message
9e741ca
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Feb 10, 2025 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- src/test/java/de/tum/cit/aet/artemis/communication/ForwardedMessageResourceIntegrationTest.java  1
- src/test/javascript/spec/helpers/mocks/service/mock-forwarded-message.service.ts  2
- src/test/javascript/spec/component/shared/metis/forwarded-message/forwarded-message.component.spec.ts  1
- src/main/webapp/app/shared/metis/forwarded-message/forwarded-message.component.ts  9
- src/test/javascript/spec/service/metis/forwarded-message.service.spec.ts  1
- src/test/javascript/spec/component/overview/course-conversations/dialogs/forward-messages-dialog/forward-messages-dialog.component.spec.ts  2
- src/main/java/de/tum/cit/aet/artemis/communication/domain/ForwardedMessage.java  10
- src/main/java/de/tum/cit/aet/artemis/communication/web/ForwardedMessageResource.java  5
- src/main/webapp/app/shared/metis/forwarded-message.service.ts  3
- src/main/webapp/app/entities/metis/forwarded-message.model.ts  6
- src/main/webapp/app/overview/course-conversations/dialogs/forward-message-dialog/forward-message-dialog.component.ts  7
- src/test/javascript/spec/helpers/mocks/service/mock-answer-post.service.ts  1
- src/main/webapp/app/shared/metis/post/post.component.ts  1
- src/test/javascript/spec/helpers/mocks/service/mock-course-management.service.ts  1
         

See the complete overview on Codacy