Daniel Neto
5abbb80f6b
Add admin check to report4.php to restrict access to user reports
2025-09-26 09:22:56 -03:00
Daniel Neto
ac340dfc7e
https://github.com/WWBN/AVideo/issues/10208#issuecomment-3336004296
2025-09-26 09:16:42 -03:00
Daniel Neto
56ad30f670
Enhance video statistics: include external options in video statistics query; improve CSV export to handle dynamic external options columns
2025-07-30 12:57:31 -03:00
Daniel Neto
675d5ca369
Refactor channelBody.php: simplify tab selection logic and enhance readability; update navbarSidebar.php to include group name in channel links; improve managerUsersGroups_body.php by using translation functions for UI messages
2025-07-30 12:08:12 -03:00
Daniel Neto
d0369a27b6
Enhance channel links: update URL structure to include group name and add label for channels by group in sidebar
2025-07-29 18:20:30 -03:00
Daniel Neto
0b28225740
Enhance channel management: add user group filtering to channel retrieval and display user groups in sidebar
2025-07-29 14:17:48 -03:00
Daniel Neto
e2ae642a4f
Add overflow hidden to swal icon overlay for improved styling
2025-07-28 11:31:34 -03:00
Daniel Neto
d1b0131f13
https://github.com/WWBN/AVideo/issues/10135
2025-07-25 14:37:19 -03:00
Daniel Neto
efa50e4ca5
https://github.com/WWBN/AVideo/issues/10135
2025-07-25 13:08:54 -03:00
Daniel Neto
78827af2d1
Add context to social sharing feedback in embedded player
2025-07-16 19:48:13 -03:00
Daniel Neto
0a8c090b34
Enhance social sharing feedback in embedded player with conditional messages
2025-07-16 19:46:52 -03:00
Daniel Neto
a236991b34
Add social modal handling for video sharing in embedded player
2025-07-16 19:04:31 -03:00
Daniel Neto
462508a1fe
Fix togglePlayerSocial handling for Shorts player iframe support
2025-07-16 18:52:05 -03:00
Daniel Neto
7453407a0d
Enhance togglePlayerSocial handling with iframe support and improved warning message
2025-07-16 18:40:15 -03:00
Daniel Neto
1108743197
https://github.com/WWBN/AVideo/issues/10119
2025-07-16 17:53:02 -03:00
Daniel Neto
65c5b8e3eb
Refactor code style for consistency in script.js and videoEmbeded.php
2025-07-16 17:43:08 -03:00
Daniel Neto
8aabf215b7
https://github.com/WWBN/AVideo/issues/10119
2025-07-16 17:40:57 -03:00
Daniel Neto
c6c664b657
Implement humanTimingOrDate function for improved video creation time display
2025-07-11 19:01:27 -03:00
Daniel Neto
0ee7296d4d
Enhance video status descriptions and update manager view to display detailed status information
2025-07-11 14:03:35 -03:00
Daniel Neto
8db8d44a92
Refactor Video Status Constants
...
- Updated references from Video::$status* to Video::STATUS_* for consistency across multiple files.
- Ensured that all instances of video status checks and assignments utilize the new constant format.
- This change improves code readability and maintainability by standardizing the way video statuses are referenced throughout the codebase.
2025-07-11 12:52:02 -03:00
Daniel Neto
0c05672df9
Add support for Draft status in video management and creation
...
https://github.com/WWBN/AVideo/issues/10111#issuecomment-3057322869
2025-07-11 11:34:43 -03:00
Daniel Neto
5dd47f4fae
Remove wheel zoom functionality from user charts
2025-07-11 09:45:58 -03:00
Daniel Neto
4d064adf1b
Show a report for total users chart
2025-07-10 15:28:42 -03:00
Daniel Neto
24c0191104
https://github.com/WWBN/AVideo/issues/10112#issuecomment-3057195078
2025-07-10 12:49:02 -03:00
Daniel Neto
2608c82034
TALOS-2025-2207
2025-07-08 15:41:31 -03:00
Daniel Neto
0e0ee74f10
Implement playlist redirection and improve video loading logs in modeYoutube.php
2025-07-08 10:40:51 -03:00
Daniel Neto
410dc349ca
Add ID attribute to admin panel link for improved accessibility
2025-07-05 16:09:16 -03:00
Daniel Neto
9cf18bde1b
Fix autoplay poster and thumbnail URL retrieval logic in modeYoutube.php
2025-07-03 20:32:37 -03:00
Daniel Neto
a48157e0b7
Update autoplay video poster and thumbnail URLs to use new video source retrieval method
2025-07-03 20:29:49 -03:00
Daniel Neto
e8a858f24e
Refactor message event handling to check player initialization before processing commands
2025-07-02 17:32:41 -03:00
Daniel Neto
1d6749030c
Ensure categories variable is initialized as an empty array if no categories are found in getAllCategories method
2025-07-02 17:28:05 -03:00
Daniel Neto
c1a0924ac3
https://github.com/WWBN/AVideo/issues/10102
2025-07-02 17:22:23 -03:00
Daniel Neto
fe8348b1f4
Add option to hide categories with negative order in getAllCategories method
2025-07-02 16:25:28 -03:00
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