1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Commit graph

4340 commits

Author SHA1 Message Date
Daniel Neto
fbbf3bc3ab Update category retrieval to respect suggested categories setting 2025-07-02 13:51:40 -03:00
Daniel Neto
24aae777df Remove unused video.js player initialization from message event listener 2025-07-01 08:12:56 -03:00
Daniel Neto
d196ee91e4 Add video player controls for message events in script.js 2025-06-30 18:40:13 -03:00
Daniel Neto
be543ef59a Add 'Device' column to Video Views Info table and render app data 2025-06-30 15:47:30 -03:00
Daniel Neto
cde9576961 Enhance dropdown menu behavior and improve CSS formatting for consistency 2025-06-27 10:33:28 -03:00
Daniel Neto
51b28cebdb Add configurable toast position for notifications 2025-06-27 10:25:46 -03:00
Daniel Neto
7502151965 Update favicon dimensions to 1024x1024 for improved quality 2025-06-26 17:30:49 -03:00
Daniel Neto
549ba7c3ee Remove unnecessary setTimeout calls for zoom adjustment in logo and favicon cropping 2025-06-26 11:05:24 -03:00
Daniel Neto
d29d5e0ae8 https://github.com/WWBN/AVideo/issues/10076#issuecomment-3000827877 2025-06-25 16:30:23 -03:00
Daniel Neto
efe67c0617 Refactor image cropping size settings to use defined variables for logo and favicon dimensions 2025-06-25 15:39:13 -03:00
Daniel Neto
95f5dcf19c Add PWA icon generation and update manifest to use favicon 2025-06-25 15:28:42 -03:00
Daniel Neto
d825e61fb0 Remove unnecessary promise handling for favicon crop zoom initialization 2025-06-25 15:17:20 -03:00
Daniel Neto
62980a2695 Enhance image cropping functionality by enabling orientation support and adjusting zoom settings for logo and favicon 2025-06-25 15:14:21 -03:00
Daniel Neto
af468b21d7 Set custom sizes for logo and favicon cropping in configurations_body.php 2025-06-25 15:11:21 -03:00
Daniel Neto
9b438e96e5 Implement AI image generation feature and enhance image handling in video library 2025-06-25 10:52:14 -03:00
Daniel Neto
470d5db461 Refactor getChannelTabClass function to handle empty defaultTab for improved tab state management 2025-06-21 22:06:05 -03:00
Daniel Neto
fb50f62256 Enhance getChannelTabClass function to accept default tab parameter for improved tab management 2025-06-21 22:00:12 -03:00
Daniel Neto
1d12fe21a9 Update pagination logic in channel tabs to calculate total pages for articles, audio, and images 2025-06-21 21:45:23 -03:00
Daniel Neto
368d2009ac Add methods to AVideoPlugin for dynamic comment and big video includes
- Implemented `getCommentsIncludeFile` and `getBigVideoIncludeFile` methods in AVideoPlugin to allow plugins to provide custom include files for comments and big video sections.
- Updated `mainArea.php` to utilize the new method for including big video files.
- Added default implementations for these methods in PluginAbstract.
- Modified `videoComments.php` to include comments dynamically based on the new method.
2025-06-20 13:27:15 -03:00
Daniel Neto
2a77820e05 Refactor downloadChecker.php to improve structure and readability, including the addition of a container for layout. Update managerVideos_body.php to use modal for download alerts instead of AJAX alerts. 2025-06-18 13:56:08 -03:00
Daniel Neto
e46e02c62d Update Portuguese translations and modify upload prompts to use 'Browse files' for clarity 2025-06-17 13:28:33 -03:00
Daniel Neto
1916ea3c04 Add a image library in the croppie 2025-06-17 13:14:39 -03:00
Daniel Neto
e0ee3d4291 Update installation version to 15.1, add created and modified timestamps to videos table, and implement beforeSaveVideo hook for plugin integration. Enhance error handling in video saving process and update allowed file extensions to include webp. 2025-06-16 15:17:39 -03:00
Daniel Neto
6c75787704 Add error handling for selectpicker initialization in update.php 2025-06-14 18:24:50 -03:00
Daniel Neto
9fd564250b Live videos will be highlighted on channel page 2025-05-31 11:05:22 -03:00
Daniel Neto
098b0d4640 Add ImageMagick check and update PHP minimum version to 8.0.0 2025-05-31 11:05:01 -03:00
Daniel Neto
941459994e Fix VideoTags label retrieval and clean up dislike/like button HTML formatting 2025-05-23 19:48:36 -03:00
Daniel Neto
43b97024c9 Refactor PHP configuration script and optimize Memcached settings in Docker setup 2025-05-14 21:30:56 -03:00
Daniel Neto
f8ee494b67 https://github.com/WWBN/AVideo/issues/10015 2025-05-09 19:15:36 -03:00
Daniel Neto
db715b0bae Refactor return value in ObjectYPT to an empty array for better handling of uninstalled tables; add cache refresh identifier in sqlDAL; improve code formatting and readability in channelBody and script.js 2025-05-03 12:20:57 -03:00
Daniel Neto
82acc7a64f Update debug output format for background image path in channel view 2025-05-01 17:31:35 -03:00
Daniel Neto
d1fb83540c Add background image path to debug output in channel view 2025-05-01 17:30:21 -03:00
Daniel Neto
42be6c8e32 Add debug output for background image size in channel view 2025-05-01 17:28:33 -03:00
Daniel Neto
b4860712cf Fix API secret validation logic and update videoNotFound page title
https://github.com/WWBN/AVideo/issues/9999
2025-04-23 16:16:51 -03:00
Daniel Neto
dc279ad13d Improve debug 2025-04-11 10:54:06 -03:00
Daniel Neto
a573e1543c https://github.com/WWBN/AVideo/issues/9952 2025-04-03 22:44:21 -03:00
Daniel Neto
64ae7240dc Update BTC interface 2025-03-17 13:48:18 -03:00
Daniel Neto
41dd0f0734 Update BTC payments 2025-03-14 09:30:07 -03:00
Daniel Neto
d731a52cd0 Merge branch 'master' of https://github.com/WWBN/AVideo 2025-03-06 08:46:45 -03:00
Daniel Neto
6f6b970498 Update comments table 2025-03-06 08:46:43 -03:00
Caleb Mazalevskis
289fcda00f
Fix outdated link.
This commit fixes an outdated link in the help.php file.
2025-03-06 17:10:32 +08:00
Daniel Neto
b483a9cbc9 Only pause player if it is not ios 2025-02-25 13:19:48 -03:00
Daniel Neto
ce490bda70 https://github.com/WWBN/AVideo/issues/9870#issuecomment-2670401412 2025-02-20 10:57:04 +00:00
Daniel Neto
6caf099b05 Hide the button https://github.com/WWBN/AVideo/issues/9877#issuecomment-2658276223 2025-02-14 09:53:46 -03:00
Daniel Neto
8e6c18144f Update 2025-02-13 15:23:17 -03:00
Daniel Neto
8bc098d9ca Update 2025-02-13 15:20:07 -03:00
Daniel Neto
5aa205bd07 Update 2025-02-13 15:16:55 -03:00
Daniel Neto
c2d3390a68 Update 2025-02-13 14:03:12 -03:00
Daniel Neto
7ed7cda7a2 Update 2025-02-13 14:01:14 -03:00
Daniel Neto
1a619b9d71 Update 2025-02-13 14:00:08 -03:00