Commit Graph

55 Commits

Author SHA1 Message Date
d5017bb333 ADD example env files 2025-12-06 23:13:34 +00:00
10ebcd5479 ADD configurable JWT expiration time in UserController 2025-08-13 23:39:08 +02:00
e10335696b ADD navigation refresh after Google login and logout 2025-08-12 15:53:44 +02:00
6433294ced REFACTOR code to use Optional entity 2025-08-12 15:39:06 +02:00
fda43855cc PATCH scrolling issues after dropdown menu 2025-08-11 15:20:03 +02:00
0c11abc7b9 ADD Google OAuth login and logout functionality on frontend 2025-08-11 15:16:47 +02:00
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
20f7ec8db4 Backend MP4 conversion (#23)
* ADD conversion queue

* ADD RemuxService for MP4 conversion

* REMOVE unused conversion queue

* REORGANISE Job-related classes

* ADD Job stages

* REVERT to old commit, using Spring Async instead

* ADD asynchronous processing for video tasks

* PATCH and streamline progress tracking

* ADD asynchronous video processing and job restructuring

* REFACTOR job service method

* ADD job remux functionality

* ADD remuxing endpoint

* PATCH complete flag not updating in API response

* ADD progress type in frontend

* ADD reset functionality for job status

* PATCH missing progress bar for subsequent exports

* REDESIGN settings box

* ADD tracking video file conversion in frontend

* PATCH extension bug

* REMOVE autowired decorator
2025-07-31 20:48:34 +02:00
Dylan De Faoite
f0a4eed381 17 clean up services structure (#18)
* Refactor ClipService and MediaService

* Refactor ClipService for less coupling to Jobs

* PATCH unnecessary requests in frontend

* REFACTOR MetadataService to use CommandRunner

* REFACTOR DirectoryService and UploadService

* REFACTOR ClipService

* MERGE MetadataService with MediaService
2025-07-26 22:21:56 +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
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
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
130938c56a ADD MyClips page and VideoCard component 2025-07-09 18:39:40 +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
ea1508d1cf ADD title and description fields to outputMetadata 2025-07-04 22:47:52 +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
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
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
c7b3f6bf70 REFINE OAuth2 user handling and update database schema 2025-06-23 23:28:29 +02:00
f79beadb09 IMPROVE error handling on frontend 2025-06-10 12:12:19 +02:00
faaac0abec PATCH frontend to match new API 2025-06-10 10:59:51 +02:00
b2c10db130 IMPROVE error checking on frontend 2025-06-10 10:15:41 +02:00
c21bcd956a REMOVE H1 title 2025-05-30 18:11:03 +02:00
bf844edc1b ADD note about mp4 only 2025-05-30 16:01:06 +02:00
ac769c4468 ADD home page waffle 2025-05-30 15:59:14 +02:00
e65bbf8e75 ABSTRACT sidebar buttons 2025-05-30 14:58:29 +02:00
1802659f43 REFACTOR frontend 2025-05-30 14:43:53 +02:00
fdaef02ef9 IMPROVE general styling + ADD logo 2025-05-30 14:30:07 +02:00
9f34c7b1f0 PATCH incorrect import name 2025-05-29 20:50:22 +02:00
5f3e1ed699 UPDATE icons 2025-05-28 22:31:13 +02:00
c468625a74 PATCH scrollbar issue 2025-05-28 19:49:34 +02:00
00abeab158 ADD different volume icons 2025-05-28 16:35:27 +02:00
890377b5da EXTEND upload input 2025-05-28 16:25:53 +02:00
257befa95c ADD page title 2025-05-28 16:17:02 +02:00