Commit Graph

125 Commits

Author SHA1 Message Date
4c49a1daf8 PATCH video start bug 2025-07-16 19:17:47 +02:00
Dylan De Faoite
5e7f216e2d Merge pull request #8 from ThisBirchWood/3-clip-saving
Implemented Clip Saving and page to view existing clips
2025-07-16 00:02:12 +02:00
aa7a57c2e4 REMOVE unnecessary exception stack traces 2025-07-15 23:59:39 +02:00
2600968c5a ADD live update for clip creation time 2025-07-15 15:51:50 +02:00
0fbb68fdb7 REFACTOR http requests in frontend 2025-07-14 23:06:27 +02:00
416da3281a ADD functionality to retrieve and display clips by ID 2025-07-14 13:36:26 +02:00
5fa4425f1b UPDATE session timeout 2025-07-12 19:18:18 +02:00
3f5d325efd ADD directory sharding for permanent clips 2025-07-12 19:12:25 +02:00
db9426ba1a REMOVE data initialization 2025-07-12 18:44:53 +02:00
9f8894798d ADD VideoPlayer component and implement video fetching functionality 2025-07-12 14:27:51 +02:00
e6d3b48855 ADD support for displaying months and years in time ago format 2025-07-10 00:05:53 +02:00
b19fd50dfa ADD time ago display to VideoCard component 2025-07-09 23:52:45 +02:00
87759c689a ADD duration overlay to VideoCard 2025-07-09 23:33:31 +02:00
16781aec04 ADD fallback thumbnail 2025-07-09 23:12:12 +02:00
c001a2a1a6 ADD functionality to fetch and display user clips in MyClips component 2025-07-09 22:57:54 +02:00
a78aecdfb6 ADD ClipController for clip retrieval 2025-07-09 21:57:23 +02:00
130938c56a ADD MyClips page and VideoCard component 2025-07-09 18:39:40 +02:00
c512f055ee Refactor FfmpegService to improve progress tracking and streamline command building 2025-07-09 18:25:51 +02:00
fa89c66260 REFACTOR clipService and ADD ffmpegService 2025-07-08 18:26:47 +02:00
6d4146ed85 ADD input structure for metadata 2025-07-08 18:11:41 +02:00
2958dd8cd7 ADD ClipNames component for title and description input in ClipEdit 2025-07-07 22:35:40 +02:00
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
ea1508d1cf ADD title and description fields to outputMetadata 2025-07-04 22:47:52 +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
Dylan De Faoite
4f4f2831d9 Merge pull request #2 from ThisBirchWood/1-database-integration
2 - Database Integration
2025-06-25 17:05:16 +02:00
9c2fb9b710 REFACTOR for consistent syntax 2025-06-25 17:04:18 +02:00
7c64649c22 UPDATE Dropdown and Topbar components for improved styling and functionality 2025-06-25 16:44:37 +02:00
38f3778a6b ADD Dropdown component for user actions 2025-06-24 22:52:24 +02:00
d3dce9ec25 ADD user prop to Sidebar and conditionally render My Clips button 2025-06-24 20:37:21 +02:00
636a1db8c7 PATCH extra item in Flexbox 2025-06-24 20:28:29 +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
fcd722f33b UPDATE .gitignore 2025-06-13 13:45:09 +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