Skip to content

Commit

Permalink
Last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 7, 2024
1 parent e6d75e8 commit 7f77929
Show file tree
Hide file tree
Showing 51 changed files with 142 additions and 0 deletions.
Empty file modified backend/.gitignore
100644 → 100755
Empty file.
Empty file modified backend/.mvn/wrapper/maven-wrapper.jar
100644 → 100755
Empty file.
Empty file modified backend/.mvn/wrapper/maven-wrapper.properties
100644 → 100755
Empty file.
Empty file modified backend/mvnw.cmd
100644 → 100755
Empty file.
Empty file modified backend/pom.xml
100644 → 100755
Empty file.
Empty file.
Empty file modified backend/src/main/java/com/example/chatApp/MailService.java
100644 → 100755
Empty file.
Empty file modified backend/src/main/java/com/example/chatApp/RedisService.java
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified backend/src/main/java/com/example/chatApp/chat/ChatMessage.java
100644 → 100755
Empty file.
Empty file modified backend/src/main/java/com/example/chatApp/chat/CorsConfig.java
100644 → 100755
Empty file.
Empty file modified backend/src/main/java/com/example/chatApp/chat/MessageType.java
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified backend/src/main/resources/application.properties
100644 → 100755
Empty file.
Empty file.
Binary file added backend/test/app.jar
Binary file not shown.
Binary file added backend/test/chatApp-0.0.1-SNAPSHOT.jar.original
Binary file not shown.
9 changes: 9 additions & 0 deletions backend/test/classes/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
server.port=3333
spring.mail.host=smtp.gmail.com
spring.mail.port=587
spring.mail.username[email protected]
spring.mail.password=xhsdigzdasdvwfxl
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true
spring.redis.host=redis
spring.redis.port=6379
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions backend/test/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
artifactId=chatApp
groupId=com.example
version=0.0.1-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
com/example/chatApp/chat/ChatController.class
com/example/chatApp/chat/VideoCallMessage.class
com/example/chatApp/chat/VideoCallMessage$VideoCallMessageBuilder.class
com/example/chatApp/config/WebSocketConfig.class
com/example/chatApp/chat/AnswerVideoCall.class
com/example/chatApp/ChatAppApplication.class
com/example/chatApp/chat/AnswerVideoCall$AnswerVideoCallBuilder.class
com/example/chatApp/chat/Candidate$CandidateBuilder.class
com/example/chatApp/MailService.class
com/example/chatApp/chat/MessageType.class
com/example/chatApp/chat/ChatMessage.class
com/example/chatApp/config/RedisConfig.class
com/example/chatApp/config/WebSocketEventListener.class
com/example/chatApp/chat/Signal$SignalBuilder.class
com/example/chatApp/chat/Candidate.class
com/example/chatApp/chat/CorsConfig.class
com/example/chatApp/chat/ChatMessage$ChatMessageBuilder.class
com/example/chatApp/chat/UsernameRequest.class
com/example/chatApp/chat/Signal.class
com/example/chatApp/RedisService.class
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/MailService.java
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/ChatMessage.java
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/ChatAppApplication.java
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/VideoCallMessage.java
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/CorsConfig.java
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/MessageType.java
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/AnswerVideoCall.java
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/RedisService.java
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/config/WebSocketConfig.java
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/ChatController.java
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/config/WebSocketEventListener.java
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/chat/UsernameRequest.java
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/main/java/com/example/chatApp/config/RedisConfig.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com/example/chatApp/ChatAppApplicationTests.class
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/home/jemsit/Desktop/gitlab/WebRTC/backend/src/test/java/com/example/chatApp/ChatAppApplicationTests.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-------------------------------------------------------------------------------
Test set: com.example.chatApp.ChatAppApplicationTests
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.539 s - in com.example.chatApp.ChatAppApplicationTests
Binary file not shown.

0 comments on commit 7f77929

Please sign in to comment.