Commit graph

  • 20a399b5c7 implement video thumbnail generation and display in movie banner Chneemann 2024-09-05 04:33:40 +0200
  • 6f7c9d149b update recentMovies to filter by current week Chneemann 2024-09-04 18:11:47 +0200
  • ab3618a632 bugfix guest login Chneemann 2024-09-04 18:06:15 +0200
  • 3907f1df29 upgrade Django to 5.0.8 and Webpack to 5.94.0 to fix security vulnerabilities Chneemann 2024-09-03 21:05:09 +0200
  • f129f068e0 clean code Chneemann 2024-08-31 19:03:21 +0200
  • 8d3d925a6d fix refresh page bug Chneemann 2024-08-31 07:28:11 +0200
  • 3cb3206ecc security changes Chneemann 2024-08-30 18:03:40 +0200
  • 06928fe245 buttons cannot be clicked multiple times Chneemann 2024-08-30 10:59:39 +0200
  • da1a1b1516 bugfixes Chneemann 2024-08-30 10:38:03 +0200
  • 03105c4fc6 notes on conversion and availability of videos for the user added Chneemann 2024-08-30 09:14:48 +0200
  • 5cea3b54da clean code Chneemann 2024-08-29 17:58:14 +0200
  • 3f2d4afc06 clean code & bugfixes Chneemann 2024-08-29 09:48:37 +0200
  • 0d7b669cf6 update design Chneemann 2024-08-28 20:04:55 +0200
  • 5fc3e5b062 display & save favorite movies Chneemann 2024-08-28 15:24:51 +0200
  • 142bed640e clean code Chneemann 2024-08-27 19:19:50 +0200
  • 74cb029214 added CustomUserModelTests Chneemann 2024-08-27 19:18:47 +0200
  • ed7460177c update liked_videos handling in frontend and backend Chneemann 2024-08-27 01:20:23 +0200
  • 41a708c324 update favorite design Chneemann 2024-08-27 00:45:15 +0200
  • 73fc8e0352 update favorite img design Chneemann 2024-08-26 23:57:55 +0200
  • de49073d9e add like function for movies Chneemann 2024-08-26 23:51:35 +0200
  • 5e5d0f9517 use ManyToManyField for storing liked videos in User model Chneemann 2024-08-26 15:23:26 +0200
  • 3f4424ea31 creator added to the video model Chneemann 2024-08-25 17:58:50 +0200
  • adaed94ff7 enable cachettl Chneemann 2024-08-25 16:36:40 +0200
  • 7ba48b17d1 added documentation Chneemann 2024-08-25 16:35:58 +0200
  • 7c25827096 added video convert test & bugfixes Chneemann 2024-08-25 08:10:56 +0200
  • 62cec4c82d set up initial user and token for authentication tests Chneemann 2024-08-24 19:10:22 +0200
  • e4bb9f1ff2 add tests for user API endpoints Chneemann 2024-08-24 15:05:21 +0200
  • 5e39c3d035 customized functions for the back button Chneemann 2024-08-24 09:06:46 +0200
  • 349b578a3d clean code Chneemann 2024-08-23 22:07:58 +0200
  • 8c3e7c3028 update responsive design & bugfixes Chneemann 2024-08-23 21:02:45 +0200
  • 3453f42ad5 update responsive design Chneemann 2024-08-23 20:27:52 +0200
  • e49820af4a btn modified & bugfix Chneemann 2024-08-23 00:23:33 +0200
  • e3d02d2866 added guest login Chneemann 2024-08-23 00:15:44 +0200
  • 3475c61bf3 update responsive design Chneemann 2024-08-22 23:57:52 +0200
  • 442be2d692 update responsive design Chneemann 2024-08-22 23:48:05 +0200
  • 5eda3c554e troubleshooting for display in safari Chneemann 2024-08-22 23:44:15 +0200
  • 35702d8158 bugfixes Chneemann 2024-08-22 23:38:57 +0200
  • 6a89b1b408 error message design update Chneemann 2024-08-22 23:27:21 +0200
  • 644be7e71e added close btn Chneemann 2024-08-22 04:45:54 +0200
  • 61f956d964 bugfixes Chneemann 2024-08-21 20:54:51 +0200
  • a3d7652ea2 update design Chneemann 2024-08-21 20:24:08 +0200
  • 55b63966cf responsive design & bugfixes Chneemann 2024-08-21 04:34:54 +0200
  • fd7cb3a8dc only the videos that have been uploaded in the resolution are playable Chneemann 2024-08-20 19:51:46 +0200
  • a93e225872 check whether the uploaded videos are available in the resolution Chneemann 2024-08-20 19:40:32 +0200
  • 012161a316 update browse design Chneemann 2024-08-20 04:29:17 +0200
  • 60f42e4aae update hero banner design Chneemann 2024-08-19 22:53:00 +0200
  • 6ba9a41404 update documentation Chneemann 2024-08-19 22:09:05 +0200
  • f3a0582428 added django rq Chneemann 2024-08-19 20:39:47 +0200
  • 6fce3f1775 update allowed hosts & clean code Chneemann 2024-08-19 15:31:36 +0200
  • cfaa728e55 clean code Chneemann 2024-08-18 21:23:00 +0200
  • c9f2d0a054 update environment for v-server Chneemann 2024-08-18 21:06:46 +0200
  • 60309ac39c django_rq removed (server too weak), loading spinner added during upload Chneemann 2024-08-18 18:59:53 +0200
  • 9465ba7f18 clean code Chneemann 2024-08-18 10:03:28 +0200
  • 1d192e35e1 update ffmpeg path Chneemann 2024-08-17 18:54:24 +0200
  • 9fe80394e6 bugfix rq worker Chneemann 2024-08-17 18:52:58 +0200
  • a552eb2a10 bugfix Chneemann 2024-08-16 19:29:07 +0200
  • a31b9a1c15 update settings Chneemann 2024-08-16 18:36:47 +0200
  • 690e991309 bugfix btn show no img if none was passed Chneemann 2024-08-16 09:13:26 +0200
  • 9b5bbd3988 auth mail adapted to the server Chneemann 2024-08-15 17:07:27 +0200
  • 54f411ae87 update requirements.txt, fix staticfiles in urls for v-server Chneemann 2024-08-15 09:56:02 +0200
  • eaabd96104 update requirements Chneemann 2024-08-14 21:02:44 +0200
  • 58208d11dd when the thumbnail is created the page is refreshed Chneemann 2024-08-14 19:21:56 +0200
  • f20fd0566f bugfixes upload video Chneemann 2024-08-14 18:04:52 +0200
  • c686296aeb bugfixes, clean code, switch vjs player to hls, optimized backend & play video in different resolutions Chneemann 2024-08-14 14:00:27 +0200
  • 27232e1421 rename & design upload movie component Chneemann 2024-08-14 10:24:06 +0200
  • 38e5456bca new movie component added and integrated Chneemann 2024-08-14 09:45:16 +0200
  • 3545c0e718 added & design small btn component Chneemann 2024-08-14 09:28:09 +0200
  • 78424c709e update settings Chneemann 2024-08-14 09:15:27 +0200
  • ee934d730a upgrade requirements.txt Chneemann 2024-08-13 16:54:11 +0200
  • d1417a5c67 error caught when database is empty Chneemann 2024-08-13 16:28:42 +0200
  • 2c7fd7a9ca datenbank auf postgresql umgestellt Chneemann 2024-08-13 16:20:28 +0200
  • 8fa95443aa videos werden in .m3u8 beim hochladen gerendert, videojs player hinzugefügt Chneemann 2024-08-13 11:13:04 +0200
  • ced191e0fa added django-import-export Chneemann 2024-08-12 21:38:52 +0200
  • 9e976e06fd added task queue (django rq) & removes all files when the model is deleted Chneemann 2024-08-12 18:43:29 +0200
  • 3564fcc360 added redis & django toolbar Chneemann 2024-08-12 11:25:27 +0200
  • 0d64d090fa create two thumbnails in different resolutions when uploading the video and display them in the frontend Chneemann 2024-08-12 09:51:25 +0200
  • b91dfc5223 code outsourced to tasks.py, videos are converted during upload Chneemann 2024-08-12 09:21:28 +0200
  • 19a4de1e2d bugfix play btn Chneemann 2024-08-12 07:41:00 +0200
  • 817ddc63dd switch to movie data from the backend Chneemann 2024-08-11 21:58:28 +0200
  • 87b785d386 generate and save thumbnail for newly uploaded videos Chneemann 2024-08-11 10:07:46 +0200
  • 5510054961 add signal handler to auto-delete video file on Video model deletion Chneemann 2024-08-11 09:23:49 +0200
  • bf0785bc78 upload videos in the backend Chneemann 2024-08-11 09:05:13 +0200
  • 4fe20b908e update favicon Chneemann 2024-08-10 16:45:50 +0200
  • c4b9818e65 design scrollbar Chneemann 2024-08-10 16:44:15 +0200
  • 3f8bc3ab0e bugfix design & update header logo Chneemann 2024-08-10 08:05:36 +0200
  • d7b07202ec switchable password visibility Chneemann 2024-08-10 07:56:28 +0200
  • 1f460dc0a4 error toast also closes when you click on the blurred part Chneemann 2024-08-09 18:49:45 +0200
  • d70982c0b5 update responsive design Chneemann 2024-08-09 18:42:38 +0200
  • 19d956ef6a update responsive design Chneemann 2024-08-09 04:34:51 +0200
  • 10ffea4412 bugfixes Chneemann 2024-08-08 16:51:10 +0200
  • ff59c040f5 bugfixes & clean code Chneemann 2024-08-08 04:43:30 +0200
  • 874a65d12a clean code Chneemann 2024-08-08 00:29:52 +0200
  • 4870349e23 show error overlay for a backend error Chneemann 2024-08-08 00:28:58 +0200
  • f00533de9d design error toast component Chneemann 2024-08-07 22:32:45 +0200
  • 4c3e1339d6 added error toast component Chneemann 2024-08-07 22:08:50 +0200
  • fb3f040bff privacy policy & imprint no longer opens on new page Chneemann 2024-08-07 21:56:26 +0200
  • 01f98753cc check email duplicates on the server before registration Chneemann 2024-08-07 04:48:22 +0200
  • bfa8b61449 error when the email does not exist & clean code error service Chneemann 2024-08-07 04:36:19 +0200
  • 966d03edbd password change via email & token possible Chneemann 2024-08-06 18:35:01 +0200
  • 052899307e send forgot password email Chneemann 2024-08-06 18:18:40 +0200