Commit graph

49 commits

Author SHA1 Message Date
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
Chneemann
537519a3dd update error.service, added register send email for activation 2024-08-05 00:05:26 +02:00
Chneemann
b8a6c95910 added & configure auth login, environments & error.service 2024-08-04 15:55:49 +02:00
Chneemann
53c2caa45e added auth.service & config HttpClient 2024-08-04 10:48:52 +02:00
Chneemann
94b096e6c0 added user api-view 2024-08-04 10:02:07 +02:00
Chneemann
f8af9ee5df customized form added to the admin interface for the user 2024-08-04 08:57:10 +02:00
Chneemann
6743153be0 update backend data structure, custom user created 2024-08-04 08:47:19 +02:00
Chneemann
e5658a8c4e app user changed to users and integrated 2024-08-04 08:32:29 +02:00
Chneemann
aa660a1289 new backend data structure 2024-08-04 08:25:52 +02:00
Chneemann
3ba66f282a added users & groups view 2024-08-01 13:54:49 +02:00
Chneemann
82588488ef first commit 2024-08-01 11:02:09 +02:00