-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaning the project of unnecessary files and adding descriptions des…
…cribing individual code elements
- Loading branch information
Showing
19 changed files
with
27 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
Back/Spring/backend/src/main/java/pl/zeto/backend/VMC/controller/AccessDeniedController.java
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
Back/Spring/backend/src/main/java/pl/zeto/backend/VMC/controller/AccountController.java
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
Back/Spring/backend/src/main/java/pl/zeto/backend/VMC/controller/Test.java
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
Back/Spring/backend/src/main/java/pl/zeto/backend/VMC/controller/UserController.java
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Back/Spring/backend/src/main/java/pl/zeto/backend/VMC/dto/CredentialsDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.zeto.backend.VMC.dto; | ||
|
||
public record CredentialsDto(String username, char[] password) { | ||
public record CredentialsDto(String username, char[] password) { // Niemutowalna klasa przechowująca dane logowania | ||
} |
2 changes: 1 addition & 1 deletion
2
Back/Spring/backend/src/main/java/pl/zeto/backend/VMC/dto/ErrorDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.zeto.backend.VMC.dto; | ||
|
||
public record ErrorDto (String message) { | ||
public record ErrorDto (String message) { // Niemutowalna klasa przechowująca dane błędu | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Back/Spring/backend/src/main/java/pl/zeto/backend/VMC/dto/SignUpDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package pl.zeto.backend.VMC.dto; | ||
|
||
public record SignUpDto (String firstName, String lastName,String email,String username, char[] password){ | ||
public record SignUpDto (String firstName, String lastName,String email,String username, char[] password){ // Niemutowalna klasa przechowująca dane rejestracji | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
...Spring/backend/src/main/java/pl/zeto/backend/VMC/exeption/UserAlreadyExistsException.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
Back/Spring/backend/src/main/java/pl/zeto/backend/VMC/repository/UsersRepo.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters