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

24180 commits

Author SHA1 Message Date
Daniel Neto
67f47df875 Merge branch 'master' of https://github.com/WWBN/AVideo 2025-09-29 22:13:51 -03:00
Daniel Neto
d7e14ef706 Change cleanUpRowFromDatabase parameter to pass by reference for improved performance 2025-09-29 22:13:49 -03:00
Daniel Neto
fb74ac2b5e
Merge pull request #10211 from WWBN/dependabot/npm_and_yarn/hls.js-1.6.13
Bump hls.js from 1.6.12 to 1.6.13
2025-09-29 08:24:45 -03:00
dependabot[bot]
5e51488c41
Bump hls.js from 1.6.12 to 1.6.13
Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.6.12 to 1.6.13.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](https://github.com/video-dev/hls.js/compare/v1.6.12...v1.6.13)

---
updated-dependencies:
- dependency-name: hls.js
  dependency-version: 1.6.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-29 11:24:32 +00:00
Daniel Neto
290ff57dce
Merge pull request #10210 from WWBN/dependabot/composer/zircote/swagger-php-5.4.0
Bump zircote/swagger-php from 5.3.1 to 5.4.0
2025-09-29 07:16:42 -03:00
dependabot[bot]
eafdedf694
Bump zircote/swagger-php from 5.3.1 to 5.4.0
Bumps [zircote/swagger-php](https://github.com/zircote/swagger-php) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Commits](https://github.com/zircote/swagger-php/compare/5.3.1...5.4.0)

---
updated-dependencies:
- dependency-name: zircote/swagger-php
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-29 10:16:28 +00:00
Daniel Neto
59387841ed Improve error handling in _mysql_connect function for missing mysqli extension 2025-09-26 09:37:32 -03:00
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
80d51d93a5 Merge branch 'master' of https://github.com/WWBN/AVideo 2025-09-24 18:58:45 -03:00
Daniel Neto
e6f3ce9e00 Refactor getDate method to remove unnecessary whitespace and improve readability 2025-09-24 18:58:43 -03:00
Daniel Neto
cb00dabd5e Enhance getDate method to support ISO 8601 format with milliseconds and compact format with space-separated timezone 2025-09-24 18:58:37 -03:00
Daniel Neto
47582c455d
Merge pull request #10207 from WWBN/dependabot/npm_and_yarn/tinymce-8.1.2
Bump tinymce from 8.0.2 to 8.1.2
2025-09-22 06:13:10 -03:00
dependabot[bot]
1e0548be62
Bump tinymce from 8.0.2 to 8.1.2
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 8.0.2 to 8.1.2.
- [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/8.1.2/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-version: 8.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 09:12:57 +00:00
Daniel Neto
51ee237d3f
Merge pull request #10206 from WWBN/dependabot/composer/chillerlan/php-qrcode-5.0.4
Bump chillerlan/php-qrcode from 5.0.3 to 5.0.4
2025-09-22 06:12:22 -03:00
dependabot[bot]
250005ac82
Bump chillerlan/php-qrcode from 5.0.3 to 5.0.4
Bumps [chillerlan/php-qrcode](https://github.com/chillerlan/php-qrcode) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/chillerlan/php-qrcode/releases)
- [Commits](https://github.com/chillerlan/php-qrcode/compare/5.0.3...5.0.4)

---
updated-dependencies:
- dependency-name: chillerlan/php-qrcode
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 09:12:07 +00:00
Daniel Neto
92aec968d9 Set session cookie parameters for security
https://github.com/WWBN/AVideo/issues/10191#issuecomment-3293810383
2025-09-16 13:42:56 -03:00
Daniel Neto
4df1c3bf21 Merge branch 'master' of https://github.com/WWBN/AVideo 2025-09-15 11:54:10 -03:00
Daniel Neto
f27a036e70 Add check for empty REQUEST_METHOD in stopHeadRequests condition 2025-09-15 11:54:07 -03:00
Daniel Neto
180d4df95c
Merge pull request #10193 from WWBN/dependabot/npm_and_yarn/hls.js-1.6.12
Bump hls.js from 1.6.11 to 1.6.12
2025-09-15 06:53:52 -03:00
dependabot[bot]
0017c41856
Bump hls.js from 1.6.11 to 1.6.12
Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.6.11 to 1.6.12.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](https://github.com/video-dev/hls.js/compare/v1.6.11...v1.6.12)

---
updated-dependencies:
- dependency-name: hls.js
  dependency-version: 1.6.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-15 09:53:40 +00:00
Daniel Neto
4e452049bc Set memory limit to 4G in functions.php and restreamer.json.php 2025-09-12 12:23:58 -03:00
Daniel Neto
35fbccc1d2 Fix regex patterns in .htaccess for video routing 2025-09-10 09:44:42 -03:00
Daniel Neto
19ba54b806 Fix strict comparison in startAuthorizeNetAcceptHosted function 2025-09-08 15:28:23 -03:00
Daniel Neto
0a46ad1a27 Fix plans_id handling in startAuthorizeNetAcceptHosted function 2025-09-08 15:27:26 -03:00
Daniel Neto
d273322ac4 Merge branch 'master' of https://github.com/WWBN/AVideo 2025-09-08 09:12:44 -03:00
Daniel Neto
ba42c8bcf6 Add plans_id parameter to getAvailableRecurrentPayments and related methods 2025-09-08 09:12:42 -03:00
Daniel Neto
f249066af1
Merge pull request #10182 from WWBN/dependabot/npm_and_yarn/fortawesome/fontawesome-free-7.0.1
Bump @fortawesome/fontawesome-free from 7.0.0 to 7.0.1
2025-09-08 06:10:57 -03:00
dependabot[bot]
2ab51634ac
Bump @fortawesome/fontawesome-free from 7.0.0 to 7.0.1
Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/7.0.0...7.0.1)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 09:08:56 +00:00
Daniel Neto
f60e3e0016
Merge pull request #10181 from WWBN/dependabot/npm_and_yarn/hls.js-1.6.11
Bump hls.js from 1.6.10 to 1.6.11
2025-09-08 06:07:47 -03:00
Daniel Neto
42cfc190c7
Merge pull request #10180 from WWBN/dependabot/npm_and_yarn/bootstrap-5.3.8
Bump bootstrap from 5.3.7 to 5.3.8
2025-09-08 06:07:16 -03:00
dependabot[bot]
fca33618cd
Bump hls.js from 1.6.10 to 1.6.11
Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.6.10 to 1.6.11.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](https://github.com/video-dev/hls.js/compare/v1.6.10...v1.6.11)

---
updated-dependencies:
- dependency-name: hls.js
  dependency-version: 1.6.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 09:07:04 +00:00
dependabot[bot]
62e43c4235
Bump bootstrap from 5.3.7 to 5.3.8
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.7 to 5.3.8.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.3.7...v5.3.8)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-version: 5.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 09:07:01 +00:00
Daniel Neto
5e95e31f22 Comment out error logging in getSocialModal function 2025-09-05 21:18:58 -03:00
Daniel Neto
a43cbf22e7 Enhance video name cleaning by adding additional search patterns 2025-09-05 21:17:53 -03:00
Daniel Neto
03d36b23b4 https://github.com/WWBN/AVideo/issues/10177#issuecomment-3259535007 2025-09-05 20:35:53 -03:00
Daniel Neto
c7f409e9e2 Set default donation message and add helper for donation message configuration 2025-09-01 12:22:44 -03:00
Daniel Neto
216fd5f011 Set default donation message in chat input for donation modal 2025-09-01 12:13:10 -03:00
Daniel Neto
d059245ff9 Set default donation message in hidden input field for donation form 2025-09-01 12:11:01 -03:00
Daniel Neto
a955de5793 Add 'chat_user_ignores' to arrayTables for user-related operations 2025-08-28 17:22:42 -03:00
Daniel Neto
e9545f4b0f Sanitize input values by removing control characters and zero-width spaces in sqlDAL class 2025-08-28 12:16:51 -03:00
Daniel Neto
61f89b7848 Log video save action with external options in error log 2025-08-28 12:01:58 -03:00
Daniel Neto
22daa452fd Log editing action for video ID and external options in aVideoEncoder 2025-08-28 11:56:20 -03:00
Daniel Neto
3f66ccd991 Log error when no external options are found for video ID in multiple methods 2025-08-28 11:44:36 -03:00
Daniel Neto
9e914ddf19 Update video save method to bypass user permission check when necessary 2025-08-28 11:33:50 -03:00
Daniel Neto
199928aa66 Log error when no data is provided to update in setShortSummaryAndMetaDescriptionVideo method 2025-08-28 11:15:49 -03:00
Daniel Neto
54bfe27bc2 Log permission check failure in setShortSummaryAndMetaDescriptionVideo method 2025-08-28 11:14:39 -03:00
Daniel Neto
3056fb1204 Add user permission check to setShortSummaryAndMetaDescriptionVideo method 2025-08-28 10:49:12 -03:00
Daniel Neto
b463efc11f Limit logged response length in postVariables function to improve readability 2025-08-27 22:12:38 -03:00
Daniel Neto
faabbdcea1 Log successful response length in postVariables function 2025-08-27 22:11:12 -03:00