Commit Graph

8 Commits

Author SHA1 Message Date
Dylan De Faoite
662966f138 14 standardize and clean api and fix bruno configuration (#25)
* ADD JWT authentication support with token generation and validation

* ADD JWT handling after successful login

* ADD user authentication and standardize user retrieval

* COMBINE token dtos

* ADD JWT authentication filter

* IMPROVE token handling

* STANDARDIZE API endpoints and improve JWT handling

* REMOVE extra logging

* REMOVE redundant job existence checks

* UPDATE Bruno Google token

* REFACTOR some classes

* ADD JWT cookie check

* ADD AuthProvider and CORS configuration; UPDATE API endpoints for consistency

* ADD JWT validation check;

* ADD profile picture to database

* ADD reload after login to update page

* PATCH login issue

* REMOVE unused classes

* ADJUST logging in JwtFilter

* REMOVE unused React component
2025-08-10 22:41:37 +02:00
Dylan De Faoite
87ad7e3537 ADD thumbnail to database (#12)
* ADD thumbnail to database

* ADD thumbnail generation and retrieval functionality

* ADD thumbnail availability check in VideoCard component

* ADD ClipDTO to reduce exposed internals

* REFactor move APIResponse and VideoMetadata to dto package

* REMOVE unused props from VideoCard

* ADD isThumbnailAvailable function
2025-07-17 23:21:01 +02:00
8d7f74e189 ADD SecurityConfig & ADD Auth Endpoints 2025-06-13 15:45:12 +02:00
c11cdb0ee6 REFACTOR JobService to not busily wait 2025-06-06 20:08:49 +02:00
59fb65d377 MOVED frontend out of Vaadin/Spring 2025-05-28 12:20:27 +02:00
d27276b66a ADD FFMPEG conversion 2025-05-08 21:59:03 +02:00
9f9e8251f9 ADD vodController to take POST request 2025-05-05 19:32:06 +02:00
34811fd981 initial commit 2025-05-05 18:46:03 +02:00