Commit graph

235 commits

Author SHA1 Message Date
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
Chneemann
d4625cd5e8 Merge branch 'main' of https://github.com/Chneemann/videoflix 2024-09-10 05:00:06 +02:00
Chneemann
866dca0e19 Create README.md in the front- and backend folder 2024-09-10 04:54:53 +02:00
Andre Kempf
156df1e078
Create README.md 2024-09-10 04:49:53 +02:00
Chneemann
3114ef138e Configure baseUrl for dev and prod environments 2024-09-10 04:48:15 +02:00
Chneemann
f9b8b3b32a Design: Header fixed at imprint and privacy policy 2024-09-09 09:33:40 +02:00
Chneemann
b282732f0a Update: Headline of new uploaded movies changed this week 2024-09-09 09:22:23 +02:00
Chneemann
1373b46898 Fix: Scroll buttons opacity replaced by display:none 2024-09-08 08:51:47 +02:00
Chneemann
4cdf58142c Fix: Padding from header & hero banner 2024-09-08 08:45:28 +02:00
Chneemann
09f253c01a Style: Update blue variables with pure blue 2024-09-07 11:03:21 +02:00
Chneemann
a392c9ff21 Fix: Close button triggering form submission issue 2024-09-07 10:53:56 +02:00
Chneemann
46686bb0da Fix: Deactivate button if movieIsUploaded is false 2024-09-06 20:42:52 +02:00
Chneemann
cf2eae1752 Fix: Prevent premature rendering while movies load 2024-09-06 20:38:01 +02:00
Chneemann
971d6dd48f bugfixes 2024-09-05 04:59:32 +02:00
Chneemann
a13e74d2e6 film genres sorted alphabetically 2024-09-05 04:49:20 +02:00
Chneemann
20a399b5c7 implement video thumbnail generation and display in movie banner 2024-09-05 04:33:40 +02:00
Chneemann
6f7c9d149b update recentMovies to filter by current week 2024-09-04 18:11:47 +02:00
Chneemann
ab3618a632 bugfix guest login 2024-09-04 18:06:15 +02:00
Chneemann
3907f1df29 upgrade Django to 5.0.8 and Webpack to 5.94.0 to fix security vulnerabilities 2024-09-03 21:05:09 +02:00
Chneemann
f129f068e0 clean code 2024-08-31 19:03:21 +02:00
Chneemann
8d3d925a6d fix refresh page bug 2024-08-31 07:28:11 +02:00
Chneemann
3cb3206ecc security changes 2024-08-30 18:03:40 +02:00
Chneemann
06928fe245 buttons cannot be clicked multiple times 2024-08-30 10:59:39 +02:00
Chneemann
da1a1b1516 bugfixes 2024-08-30 10:38:03 +02:00
Chneemann
03105c4fc6 notes on conversion and availability of videos for the user added 2024-08-30 09:14:48 +02:00