Commit graph

209 commits

Author SHA1 Message Date
Chneemann
3f3df6cca0 refactor: improve readability and add JSDoc comments in ForgotPasswordComponent 2025-05-03 09:49:23 +02:00
Chneemann
973c5bac83 refactor: improve readability and add JSDoc comments in VerifyEmailComponent 2025-05-03 09:46:19 +02:00
Chneemann
fa8a30e940 docs: add JSDoc comments to AuthGuard functions and move to dedicated folder 2025-05-02 20:02:00 +02:00
Chneemann
5f91d075ca docs: add JSDoc comments to functions in VideoListComponent 2025-05-02 19:58:02 +02:00
Chneemann
81f449296f feat: integrate GenreService into UploadVideoComponent and replace hardcoded genres 2025-05-02 17:25:42 +02:00
Chneemann
87b026ff35 refactor: improve code readability and maintainability across components 2025-05-02 17:20:17 +02:00
Chneemann
039711b18f feat: display uploaded video after successful upload 2025-05-02 08:38:37 +02:00
Chneemann
3861464092 feat: add Video interface for typed video data handling 2025-05-01 09:22:40 +02:00
Chneemann
58110bc7c1 refactor: rename GenreService to FilmGenreService and create FilmGenre interface 2025-05-01 08:14:36 +02:00
Chneemann
6bfd167122 feat: create GenreService to load film genres from API 2025-05-01 08:03:32 +02:00
Chneemann
75c99b28ad fix: display genre name in CategoriesComponent 2025-04-30 04:28:42 +02:00
Chneemann
ffb6ba4a5b refactor: rename remaining movie variables to video 2025-04-30 04:22:24 +02:00
Chneemann
3cd3f44dea refactor: rename MoviesListComponent to VideoListComponent and update variables accordingly 2025-04-29 04:35:49 +02:00
Chneemann
7e08f6379f refactor: rename MovieService to VideoService and remove 'movie' from backend URLs 2025-04-29 04:04:51 +02:00
Chneemann
8deb9c6bdb docs: add documentation to AuthComponent and clean up component structure 2025-04-27 21:07:41 +02:00
Chneemann
3f135c9a1b docs: add comments to functions in the services 2025-04-27 07:10:14 +02:00
Chneemann
189be57023 docs: add comments to functions in VideoPlayerComponent 2025-04-26 22:53:10 +02:00
Chneemann
187c9ed137 refactor: optimize and improve readability of VideoPlayerComponent code 2025-04-26 22:46:11 +02:00
Chneemann
3d4ad193a8 feat: create ResolutionService to centralize and manage video resolutions 2025-04-26 22:41:34 +02:00
Chneemann
df8305806f refactor: unify video resolutions and clean up code 2025-04-26 22:24:05 +02:00
Chneemann
bf4b1da3f9 feat: adjust banner for mobile and desktop views 2025-04-26 14:15:44 +02:00
Chneemann
5417ac0636 docs: add comments to functions for better understanding 2025-04-25 09:04:24 +02:00
Chneemann
9cd395b16e docs: update general README.md of the project 2025-04-24 08:38:34 +02:00
Chneemann
7da9277d69 docs: update backend README.md with latest changes and setup instructions 2025-04-24 08:05:31 +02:00
Chneemann
1f7d3f475b feat: update Django and Werkzeug to fix CVEs 2025-04-23 13:01:29 +02:00
Chneemann
0cb91f3b9b refactor: use pathlib for all file path definitions in settings 2025-04-23 09:31:35 +02:00
Chneemann
99098dd9cf fix: minor bugfixes in the authentication process 2025-04-22 13:19:32 +02:00
Chneemann
66bbb57548 chore: integrate django-environ, create .env-example, and move sensitive settings to .env 2025-04-22 13:08:31 +02:00
Chneemann
3b2f8aee30 chore: remove django_debug_toolbar and update ALLOWED_HOSTS and CORS settings 2025-04-22 10:42:15 +02:00
Chneemann
b5e0f52822 feat: create ApiService and TokenService to refactor and delegate functions from other services 2025-04-22 07:34:28 +02:00
Chneemann
8a2ed1a733 feat: implement server-side logout by deleting token to invalidate user session 2025-04-22 06:46:54 +02:00
Chneemann
d77aee2b9f refactor: reorganize component structure and update imports 2025-04-21 10:03:03 +02:00
Chneemann
9c14319236 refactor: optimize code structure and readability 2025-04-21 09:17:09 +02:00
Chneemann
31f1041164 ui: add icons to email and password input fields 2025-04-20 15:28:30 +02:00
Chneemann
f895e2900b style: refine layout and UI elements for improved visual consistency 2025-04-20 08:46:32 +02:00
Chneemann
28acea1663 refactor: extract MoviesListComponent to simplify CategoriesComponent 2025-04-20 08:04:45 +02:00
Chneemann
59d5b842b6 refactor: reorganize folder structure for improved maintainability and readability 2025-04-19 18:15:57 +02:00
Chneemann
259dccef20 chore: update project to Angular 19 2025-04-19 17:15:45 +02:00
Chneemann
68751f1cfc chore: update project to Angular 18 2025-04-19 16:45:30 +02:00
Chneemann
e66a96244b Remove unknown host from ALLOWED_HOSTS 2024-09-16 04:35:25 +02:00
Chneemann
7f39c24617 Add missing host to ALLOWED_HOSTS to resolve Invalid HTTP_HOST header error 2024-09-15 10:18:11 +02:00
Chneemann
8ff11ddc83 Sentry integrated in Django 2024-09-15 09:05:19 +02:00
Chneemann
8f899d57a5 Add tests for user liked and watched video endpoints 2024-09-14 09:44:26 +02:00
Chneemann
64a1fd184f Fix: Videos were not saved correctly as viewed on the server 2024-09-14 09:32:35 +02:00
Chneemann
2d3d00c441 Add functionality to mark video as watched on server when viewed 2024-09-14 09:30:30 +02:00
Chneemann
90dca91f6d Implement video watched status display in frontend 2024-09-13 20:53:06 +02:00
Chneemann
95c0bc0e97 Add user_watched_detail view and route for updating watched videos 2024-09-13 20:27:10 +02:00
Chneemann
6e5f3cb40a Add watched_videos field to CustomUser and resolve related_name conflict 2024-09-13 20:18:07 +02:00
Chneemann
41fee56a49 Fix: Optimize video & thumbnail load 2024-09-12 04:38:32 +02:00
Chneemann
16a6e351d4 Add fallback image for video loading and error states 2024-09-11 04:56:45 +02:00