Commit Graph

76 Commits

Author SHA1 Message Date
466b6b35f5 ADD scheduled cleanup for temporary directories in DirectoryService 2025-07-07 22:16:03 +02:00
dcb2bcff22 ADD DirectoryService integration for clip persistence and file management 2025-07-07 21:59:54 +02:00
12eafcdd3e REFactor storage configuration and introduce DirectoryService for file management 2025-07-05 10:37:27 +02:00
3abdfe3978 ADD file size retrieval and update VideoMetadata object 2025-07-03 22:40:29 +02:00
8de4a147f2 REMOVE JobService dependency from MetadataService 2025-07-03 22:17:22 +02:00
159bcac5c4 MOVE user authentication and clip creation to ClipService 2025-07-02 22:03:39 +02:00
3ce1c1486a ADD title and description fields to VideoMetadata type 2025-07-02 21:02:07 +02:00
6cf454c484 RENAME CompressionService to ClipService and update references 2025-06-25 19:31:37 +02:00
f37c4fc75d REFACTOR Clip creation in Editservice 2025-06-25 19:19:10 +02:00
e93ccd2ecd ADD Clip database insertion & UPDATE schema 2025-06-25 19:07:38 +02:00
38f3778a6b ADD Dropdown component for user actions 2025-06-24 22:52:24 +02:00
071f3c420c ADD logout functionality to SecurityConfig and Topbar 2025-06-24 20:23:56 +02:00
bf071d06f9 UPDATE SecurityConfig to permit access for most endpoints 2025-06-24 20:08:22 +02:00
1a5403d5d7 ADD logout functionality to SecurityConfig 2025-06-24 20:03:43 +02:00
8ab0472ac7 UPDATE AuthController to return user details with APIResponse; ADD user fetching logic in MainLayout and Topbar 2025-06-24 20:00:05 +02:00
0237ec57db UPDATE OAuth2 user service to handle user creation and redirect after login 2025-06-24 14:21:59 +02:00
df7c2a15df UPDATE OAuth2 user service to save additional user details 2025-06-24 00:11:01 +02:00
c7b3f6bf70 REFINE OAuth2 user handling and update database schema 2025-06-23 23:28:29 +02:00
8d7f74e189 ADD SecurityConfig & ADD Auth Endpoints 2025-06-13 15:45:12 +02:00
0986552059 ADD Clip Table 2025-06-13 10:35:52 +02:00
fa120fe7b5 ADD database integration & ADD simple dummy user entity 2025-06-12 22:23:10 +02:00
f79beadb09 IMPROVE error handling on frontend 2025-06-10 12:12:19 +02:00
06c02b81bc UPDATE backend API to return JSON-like objects 2025-06-10 10:50:44 +02:00
c11cdb0ee6 REFACTOR JobService to not busily wait 2025-06-06 20:08:49 +02:00
bff85731a5 ADD some temporary default values in VideoMetadata 2025-06-05 20:49:27 +02:00
9d2830302b ADD extra error checking 2025-06-05 20:30:22 +02:00
7f829a70e1 ADD more error handling 2025-06-05 19:41:03 +02:00
3132bae98f ADD readme & ADD mvnw 2025-06-03 10:39:06 +02:00
544a736f66 REFACTOR error handling 2025-06-03 09:58:31 +02:00
783485dd39 REFACTOR float to long for better precision 2025-05-28 22:31:00 +02:00
c468625a74 PATCH scrollbar issue 2025-05-28 19:49:34 +02:00
96574efcdc add old frontend code back 2025-05-28 14:49:09 +02:00
59fb65d377 MOVED frontend out of Vaadin/Spring 2025-05-28 12:20:27 +02:00
c11346ec3b ADD download button functionality 2025-05-24 22:44:04 +02:00
bde14bb62e ADD progress bar 2025-05-24 18:17:30 +02:00
ab645316a1 REFACTOR for consistency 2025-05-24 17:40:34 +02:00
8fa6b11e70 ADD logging to MetadataService 2025-05-24 16:54:28 +02:00
2bc4a6af33 ADD export button calling backend to process clip 2025-05-24 16:47:57 +02:00
e86723496e ADD edit request to frontend 2025-05-23 15:40:50 +02:00
90da54a642 UPDATE page layout 2025-05-23 14:44:14 +02:00
78d1cf7748 ADD ClipConfig settings 2025-05-23 14:15:09 +02:00
7b6c3431b5 ADD clip length label 2025-05-23 11:56:25 +02:00
a25564dd31 REFACTOR sliders into different files 2025-05-23 11:39:56 +02:00
62af69e45b PATCH NaN values on video load 2025-05-23 11:08:03 +02:00
84ad154bd4 ADD custom play controls 2025-05-23 10:53:52 +02:00
c39aa99a4a PATCH slider not updating with video 2025-05-23 10:41:53 +02:00
57dc71c482 PATCH right thumb not dragging video correctly 2025-05-23 09:21:36 +02:00
6bd5b517f6 ADD normal slider connected to range slider 2025-05-23 00:20:28 +02:00
318fbe84f6 ADD range slider that follows player 2025-05-22 23:30:49 +02:00
9348dd928e ADD metadata endpoints + update Bruno 2025-05-20 14:12:12 +02:00