Commit graph

60 commits

Author SHA1 Message Date
Chneemann
74cb029214 added CustomUserModelTests 2024-08-27 19:18:47 +02:00
Chneemann
ed7460177c update liked_videos handling in frontend and backend 2024-08-27 01:20:23 +02:00
Chneemann
de49073d9e add like function for movies 2024-08-26 23:51:35 +02:00
Chneemann
5e5d0f9517 use ManyToManyField for storing liked videos in User model 2024-08-26 15:23:26 +02:00
Chneemann
3f4424ea31 creator added to the video model 2024-08-25 17:58:50 +02:00
Chneemann
adaed94ff7 enable cachettl 2024-08-25 16:36:40 +02:00
Chneemann
7ba48b17d1 added documentation 2024-08-25 16:35:58 +02:00
Chneemann
7c25827096 added video convert test & bugfixes 2024-08-25 08:10:56 +02:00
Chneemann
62cec4c82d set up initial user and token for authentication tests 2024-08-24 19:10:22 +02:00
Chneemann
e4bb9f1ff2 add tests for user API endpoints 2024-08-24 15:05:21 +02:00
Chneemann
55b63966cf responsive design & bugfixes 2024-08-21 04:34:54 +02:00
Chneemann
a93e225872 check whether the uploaded videos are available in the resolution 2024-08-20 19:40:32 +02:00
Chneemann
6ba9a41404 update documentation 2024-08-19 22:09:05 +02:00
Chneemann
f3a0582428 added django rq 2024-08-19 20:39:47 +02:00
Chneemann
6fce3f1775 update allowed hosts & clean code 2024-08-19 15:31:36 +02:00
Chneemann
cfaa728e55 clean code 2024-08-18 21:23:00 +02:00
Chneemann
60309ac39c django_rq removed (server too weak), loading spinner added during upload 2024-08-18 18:59:53 +02:00
Chneemann
9465ba7f18 clean code 2024-08-18 10:03:28 +02:00
Chneemann
1d192e35e1 update ffmpeg path 2024-08-17 18:54:24 +02:00
Chneemann
9fe80394e6 bugfix rq worker 2024-08-17 18:52:58 +02:00
Chneemann
a552eb2a10 bugfix 2024-08-16 19:29:07 +02:00
Chneemann
a31b9a1c15 update settings 2024-08-16 18:36:47 +02:00
Chneemann
9b5bbd3988 auth mail adapted to the server 2024-08-15 17:07:27 +02:00
Chneemann
54f411ae87 update requirements.txt, fix staticfiles in urls for v-server 2024-08-15 09:56:02 +02:00
Chneemann
eaabd96104 update requirements 2024-08-14 21:02:44 +02:00
Chneemann
58208d11dd when the thumbnail is created the page is refreshed 2024-08-14 19:21:56 +02:00
Chneemann
f20fd0566f bugfixes upload video 2024-08-14 18:04:52 +02:00
Chneemann
c686296aeb bugfixes, clean code, switch vjs player to hls, optimized backend & play video in different resolutions 2024-08-14 14:00:27 +02:00
Chneemann
78424c709e update settings 2024-08-14 09:15:27 +02:00
Chneemann
ee934d730a upgrade requirements.txt 2024-08-13 16:54:11 +02:00
Chneemann
2c7fd7a9ca datenbank auf postgresql umgestellt 2024-08-13 16:20:28 +02:00
Chneemann
8fa95443aa videos werden in .m3u8 beim hochladen gerendert, videojs player hinzugefügt 2024-08-13 11:13:04 +02:00
Chneemann
ced191e0fa added django-import-export 2024-08-12 21:38:52 +02:00
Chneemann
9e976e06fd added task queue (django rq) & removes all files when the model is deleted 2024-08-12 18:43:29 +02:00
Chneemann
3564fcc360 added redis & django toolbar 2024-08-12 11:25:27 +02:00
Chneemann
0d64d090fa create two thumbnails in different resolutions when uploading the video and display them in the frontend 2024-08-12 09:51:25 +02:00
Chneemann
b91dfc5223 code outsourced to tasks.py, videos are converted during upload 2024-08-12 09:21:28 +02:00
Chneemann
817ddc63dd switch to movie data from the backend 2024-08-11 21:58:28 +02:00
Chneemann
87b785d386 generate and save thumbnail for newly uploaded videos 2024-08-11 10:07:46 +02:00
Chneemann
5510054961 add signal handler to auto-delete video file on Video model deletion 2024-08-11 09:23:49 +02:00
Chneemann
bf0785bc78 upload videos in the backend 2024-08-11 09:05:13 +02:00
Chneemann
4870349e23 show error overlay for a backend error 2024-08-08 00:28:58 +02:00
Chneemann
01f98753cc check email duplicates on the server before registration 2024-08-07 04:48:22 +02:00
Chneemann
bfa8b61449 error when the email does not exist & clean code error service 2024-08-07 04:36:19 +02:00
Chneemann
966d03edbd password change via email & token possible 2024-08-06 18:35:01 +02:00
Chneemann
052899307e send forgot password email 2024-08-06 18:18:40 +02:00
Chneemann
876317a994 securing the video page with auth.guard 2024-08-06 04:38:17 +02:00
Chneemann
69407e9f53 bugfix login token creation 2024-08-05 18:05:16 +02:00
Chneemann
133735e2f7 user is now unlocked by his email and token from the email link 2024-08-05 18:02:51 +02:00
Chneemann
3b4e1634ab added verify token in custom user model 2024-08-05 15:44:42 +02:00