Mika Bomm mixel
  • Norder-Ohe 14e, 22395, Hamburg, Hamburg, Germany
  • Joined on 2024-07-13
mixel pushed to main at mixel/docker-vm-compose 2024-09-12 17:18:45 +02:00
3343fdfe55 add s3 minio server
mixel created pull request mixel/DocuSphere#9 2024-09-08 13:24:35 +02:00
WIP: Fix dependency Issues to make the programm work again first
mixel created branch jwt-creation-broken in mixel/DocuSphere 2024-09-08 13:23:26 +02:00
mixel pushed to jwt-creation-broken at mixel/DocuSphere 2024-09-08 13:23:26 +02:00
3e8321b9b6 store this all as todo Dependency Cycle issues I couldn't resolve
569581951f add comment to User.java with TODO
9c117f8ffb add jwt Properties to application.yml
2f861b40c3 fix spelling mistake in build.gradle
fa7dd1e3c4 extract password hashing to external service PasswordService.java
Compare 5 commits »
mixel closed issue mixel/DocuSphere#6 2024-09-07 08:08:11 +02:00
Rehide password_hashed in Response
mixel commented on issue mixel/DocuSphere#6 2024-09-07 08:07:53 +02:00
Rehide password_hashed in Response

Done in commit fbc24d309e

mixel pushed to jwt-creation at mixel/DocuSphere 2024-09-06 20:57:41 +02:00
fbc24d309e Split up UserDTO.java into UserRespondDTO.java and UserRequestDTO.java, this commit also includes a change to DocumentRequestDTO.java which now takes in a whole file in with MultipartFile
mixel created pull request mixel/DocuSphere#8 2024-09-06 20:04:43 +02:00
WIP: JWT creation and following best practices
mixel pushed to jwt-creation at mixel/DocuSphere 2024-09-06 20:01:55 +02:00
c37139287f Updated/Introduced: 1. Spring security (currently disabled seen in SecurityConfig.java) 2. Renamed Coloumn names to be more aligned with best practices 3. Return DTO instead of User Object to request
mixel created branch jwt-creation in mixel/DocuSphere 2024-09-06 20:01:55 +02:00
mixel opened issue mixel/DocuSphere#7 2024-09-06 18:44:13 +02:00
Seperate DTO for requests/response
mixel opened issue mixel/DocuSphere#6 2024-09-06 17:30:09 +02:00
Rehide password_hashed in Response
mixel pushed to main at mixel/DocuSphere 2024-09-06 15:58:58 +02:00
10f417e961 Update CreateAt and UpdateAt to use @CreationTimestamp and @UpdateTimestamp annotations respectively
985d7835eb add missing environment variable to .env.example
Compare 2 commits »
mixel opened issue mixel/DocuSphere#5 2024-09-06 13:47:34 +02:00
Put Insomnia JSON in the Project
mixel commented on issue mixel/DocuSphere#3 2024-09-06 13:46:45 +02:00
Use DTO for document endpoints

Test all endpoints and write Insomnia Requests for it

mixel commented on issue mixel/DocuSphere#2 2024-09-06 13:42:44 +02:00
JWT Authorization

Also write a users/me endpoint and encode the UUID from the user into the JWT token if that is possibe

mixel commented on issue mixel/DocuSphere#4 2024-09-05 23:30:12 +02:00
Figure out a solution for S3 Stroage Path

Proposal, send the whole file via an API requests then the server uploads it via the minio APi to the S3 bucket then gets the path back and saves it as one entity into the database

mixel pushed to main at mixel/DocuSphere 2024-09-05 23:28:38 +02:00
ab4322fba8 remove unused property
654e7b1801 update .env logic to use dotenv for java instead of using intellij's internal environent manager
e5188c8c16 add margin between spacer and button
82d467d24f remove unused v-model
Compare 4 commits »
mixel pushed to main at mixel/docker-vm-compose 2024-09-05 15:30:59 +02:00
cee0bafc22 update
mixel opened issue mixel/DocuSphere#4 2024-09-05 12:56:19 +02:00
Figure out a solution for S3 Stroage Path