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

751 commits

Author SHA1 Message Date
Daniel Neto
fd7b1fc415 Enhance order assignment logic in sortChannelsBySubscribers.php to ensure unique order values and handle duplicates effectively 2025-07-23 18:28:28 -03:00
Daniel Neto
50354a0cfd Refactor order assignment logic in sortChannelsBySubscribers.php for clarity and consistency 2025-07-23 18:26:44 -03:00
Daniel Neto
d68183104a https://github.com/WWBN/AVideo/issues/10128#issuecomment-3094985615 2025-07-21 09:18:46 -03:00
Daniel Neto
baa9fd3bd9 https://github.com/WWBN/AVideo/issues/10128#issuecomment-3086899512 2025-07-18 10:31:44 -03:00
Daniel Neto
b9288420e2 Enhance BigVideoLive handling with additional user feedback messages and improve Shorts player iframe interaction 2025-07-16 19:36:07 -03:00
Daniel Neto
251ad82e0c Fix formatting issues and update humanTiming function to humanTimingOrDate for video creation time display 2025-07-11 19:09:37 -03:00
Daniel Neto
c6c664b657 Implement humanTimingOrDate function for improved video creation time display 2025-07-11 19:01:27 -03:00
Daniel Neto
0f51d7bc60 Add human-readable timing option for video items and clean up code formatting
https://github.com/WWBN/AVideo/issues/10112
2025-07-11 15:12:05 -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
33cdfff043 Enhance sectionExists function in mainArea.php to include debug output for section existence checks, providing clearer feedback on whether the section was found or not. 2025-06-17 14:07:36 -03:00
Daniel Neto
16e55b60e5 Enhance sectionExists function in mainArea.php to check for active sections before returning true 2025-06-17 10:06:52 -03:00
Daniel Neto
0d3ab27d01 Update URL rewrite rules and mapping for trending videos to 'popular-now' in .htaccess and Gallery plugin 2025-06-16 17:51:01 -03:00
Daniel Neto
f0d7da1138 Add new URL rewrite rules for video sorting options and implement getShowOnlyURL function for cleaner URL handling in the Gallery plugin 2025-06-16 10:06:02 -03:00
Daniel Neto
f36b549d4d Refactor section ordering in Gallery plugin to use usort for improved clarity and maintainability; enhance code formatting for consistency. 2025-06-08 15:33:06 -03:00
Daniel Neto
3c0f195268 Refactor Gallery plugin to ensure numeric sorting of sections and add debug output for channel user IDs in mainArea.php for improved traceability. 2025-06-08 15:17:05 -03:00
Daniel Neto
fd55591552 Fix user instantiation in sortChannelsBySubscribers.php to correctly reference user ID for channel name retrieval. 2025-06-08 11:17:56 -03:00
Daniel Neto
90869569c0 Enhance output formatting in sortChannelsBySubscribers.php by including channel names in the reordered channels display for better clarity. 2025-06-08 11:17:34 -03:00
Daniel Neto
73c0c6a8c9 Improve output formatting in sortChannelsBySubscribers.php by including user identification in the reordered channels display for better clarity. 2025-06-08 11:13:20 -03:00
Daniel Neto
55981fb00e Add sortChannelsBySubscribers script to reorder channels by subscriber count 2025-05-31 10:35:42 -03:00
Daniel Neto
5fce8317ab Enhances RSS feed generation and optimizes gallery logic
Updates RSS headers, adds new iTunes metadata, and improves enclosure selection logic for better compatibility and clarity.
Refactors gallery plugin to remove debug code and reorganize live video sections.
Introduces utility function for responsive layout adjustments in live video displays.

Improves maintainability and user experience.
2025-04-20 07:08:43 -03:00
Daniel Neto
508ebc81ed Update 2025-04-18 19:57:14 -03:00
Daniel Neto
9b318d4ced Update 2025-04-18 19:54:55 -03:00
Daniel Neto
ef4d251df8 Update 2025-04-18 19:45:10 -03:00
Daniel Neto
e754679550 Better API documentation 2025-04-08 12:15:58 -03:00
Daniel Neto
e56dbcaf5a Now you can rename the rebroadcasts section 2025-02-06 14:05:40 -03:00
Daniel Neto
bacce95721 Update 2025-01-17 16:43:33 -03:00
Daniel Neto
1814a508ca Live Update 2025-01-16 16:08:22 -03:00
Daniel Neto
8a78d50550 https://github.com/WWBN/AVideo/issues/9717 2024-12-16 10:09:52 -03:00
Daniel Neto
a53b02544b https://github.com/WWBN/AVideo/issues/9695#issuecomment-2533165391 2024-12-11 15:21:48 -03:00
Daniel Neto
0a11e504c6 https://github.com/WWBN/AVideo/issues/9694 2024-12-11 15:06:22 -03:00
Daniel Neto
3d1ade4677 Updates 2024-11-07 16:43:33 -03:00
Daniel Neto
1e11de1ceb Adjust gallery 2024-10-01 14:45:30 -03:00
Daniel Neto
bdecb49d7f Update 2024-09-30 12:37:42 -03:00
Daniel Neto
e76a5eb01f Update 2024-09-30 12:30:40 -03:00
Daniel Neto
83d2b16383 Update 2024-09-30 12:29:14 -03:00
Daniel Neto
7fb4f18a36 https://github.com/WWBN/AVideo/issues/9445#issuecomment-2381868266 2024-09-30 10:57:17 -03:00
Daniel Neto
759b9a86f4 Fix submenu css 2024-09-18 13:54:30 -03:00
Daniel Neto
e38b1aea36 You can now upload images to the comments. and select where the live row will appear in the gallery 2024-08-19 17:02:02 -03:00
Daniel Neto
1beab3b1c0 Libs updates and new version with option to pin videos on channel 2024-08-05 11:37:04 -03:00
Daniel Neto
70eb700657 https://github.com/WWBN/AVideo/issues/8957 2024-04-09 10:00:33 -03:00
Daniel Neto
0c745c6352 Update 2024-04-02 14:52:36 -03:00
Daniel Neto
556daf78a8 Update 2024-03-20 13:59:13 -03:00
Daniel Neto
64aac53ada Improve video sort parameters
the flix layour can now add specific channels
2024-03-19 13:51:29 -03:00
Daniel Neto
9e6ef0bbc9 https://github.com/WWBN/AVideo/issues/8901 2024-03-19 08:43:29 -03:00
Daniel Neto
01f835f0b1 https://github.com/WWBN/AVideo/issues/8853#issuecomment-1952611459 2024-02-21 10:39:19 -03:00
Daniel Neto
7d6a592d73 Update icons 2024-02-20 09:59:45 -03:00
Daniel Neto
c8f9cefe30 Update 2024-01-30 11:13:33 -03:00
Daniel Neto
5bcf87ea81 https://github.com/WWBN/AVideo/issues/8801 2024-01-22 11:19:31 -03:00
Daniel Neto
d24e45fb58 https://github.com/WWBN/AVideo/issues/8791 2024-01-12 16:11:53 -03:00
Daniel Neto
feaf90db7d Add a for kids switch at the top 2024-01-11 16:00:15 -03:00