Commit Graph

412 Commits

Author SHA1 Message Date
Roardom 94098c53ff fix: some phpstan level 7 errors in Helpers 2024-01-07 17:21:12 +00:00
Roardom 0f8e87e0bb fix: larastan error in Helpers\CacheUser.php 2024-01-03 04:07:53 +00:00
Roardom 5e66938502 fix: larastan error in Helpers\HiddenCaptcha.php 2024-01-03 03:48:15 +00:00
Roardom 16ee3bdfab fix: larastan error in Helpers\Linkify.php 2024-01-03 03:45:28 +00:00
Roardom aee0148c37 remove: unused language helper 2024-01-03 03:43:52 +00:00
Roardom 09f5116042 fix: larastan errors in Helpers\LanguageCensor.php
This file isn't actually being used anywhere
2024-01-03 03:37:07 +00:00
Roardom 7bc0bc87d9 fix: larastan errors in Helpers\TorrentHelper.php 2024-01-03 03:23:04 +00:00
Roardom 575729e805 fix: larastan errors in Helpers\TorrentTools.php 2024-01-03 03:21:46 +00:00
Roardom 811a76c0da fix: larastan errors in Helpers\SystemInformation.php 2024-01-02 23:48:54 +00:00
Roardom ec54ae4808 fix: larastan errors in Helpers\StringHelper.php 2024-01-02 23:48:30 +00:00
Roardom 81f89970a6 fix: larastan errors in Helpers\Helpers.php 2024-01-02 23:30:05 +00:00
Roardom ea7104f9e8 update: more strict bbcode youtube video regex 2023-12-30 08:44:57 +00:00
Roardom c940c9013c refactor: format bbcode parser code 2023-12-30 07:31:59 +00:00
Roardom 4c9785b975 fix: typos in bbcode parser comments 2023-12-30 07:29:52 +00:00
Roardom 94f51a0328 update: specify quote encoding in bbcode parser 2023-12-30 07:25:04 +00:00
Roardom 961d6d94a1 refactor: use static anonymous functions in bbcode parser 2023-12-30 07:16:21 +00:00
Roardom 61519a6309 refactor: remove redundant regex in bbcode parser 2023-12-30 07:08:19 +00:00
Roardom 4665d7a990 refactor: add types to bbcode parser 2023-12-30 07:00:27 +00:00
HDVinnie 99d1cc8d94 PHP Style Change (Laravel Pint CI) 2023-12-16 13:12:44 +00:00
Rhilip ede6ba3edc pref: use php array_is_list when bencode 2023-12-16 21:11:53 +08:00
HDVinnie 799fa3548a Merge pull request #3291 from Roardom/table-header
(Add) Table header bbcode syntax
2023-12-10 10:20:56 -05:00
Roardom ea763a4f6f add: table header bbcode syntax 2023-12-09 12:31:36 +00:00
HDVinnie 478873b504 PHP Style Change (Laravel Pint CI) 2023-11-21 18:53:56 +00:00
milkers69 b138d5cc58 Update Mediainfo flags 2023-11-21 12:52:59 -06:00
HDVinnie 3f03214e39 PHP Style Change (Laravel Pint CI) 2023-11-07 23:54:38 +00:00
Roardom 8f9c2f8c22 update: only allow px for bbcode font size 2023-10-22 01:49:47 +00:00
HDVinnie 8ab0a85efd PHP Style Change (Laravel Pint CI) 2023-10-16 14:09:07 +00:00
milkers69 1133308736 (Update) Mediainfo Flags 2023-10-16 09:08:05 -05:00
HDVinnie dda221975f fix: mediainfo helper 2023-10-12 23:20:04 -04:00
HDVinnie 656647649f Revert "cleanup: pt.2"
This reverts commit 33d9927abd.
2023-10-12 23:11:20 -04:00
HDVinnie 33d9927abd cleanup: pt.2 2023-10-12 22:41:46 -04:00
HDVinnie b3f0386149 cleanup: pt.1 2023-10-12 22:30:52 -04:00
Roardom bc94c0ed5e update: cache torrents in announce by infohash 2023-09-07 03:37:09 +00:00
HDVinnie 88d114c526 PHP Style Change (Laravel Pint CI) 2023-08-30 09:39:04 +00:00
Roardom 2085656e76 fix: various larastan helper issues 2023-08-25 07:21:45 +00:00
HDVinnie d1ab2d7aad Merge pull request #2983 from Roardom/add-pre-bbcode
(Add) `pre` bbcode syntax for inline code
2023-07-31 21:44:07 -04:00
HDVinnie 1d6b27e497 Merge pull request #3002 from Roardom/update-torrent-whitelist
(Update) Don't store announce url in torrent file
2023-07-31 09:14:42 -04:00
Roardom 40d8934abf update: don't store announce url in torrent file
We previously overwrote the provided PID, but all we need to do is just delete it.
2023-07-31 05:24:26 +00:00
Roardom 76a99b9002 update: invalid torrent filenames
A few escapes were missing. Added bitcomet and BEP 47 padding files because not all clients support them, and cause new torrents to be generated including the padding files as well as adding even more padding files into the torrent, exponentially including more and more files the more the torrent is crossed. Additionally, reformatted the code to include more comments.
2023-07-31 04:00:53 +00:00
Roardom 4c4583bc86 add: torrent folder name to files list 2023-07-30 04:29:29 +00:00
Roardom 32d9a1d5b7 add: pre bbcode syntax for inline code 2023-07-29 08:53:56 +00:00
Roardom b7da1498e3 update: remove redundant whitelisted keys in torrent file
We already overwrite these keys later on lines 53-55, no need to keep them.
2023-07-22 05:33:48 +00:00
Roardom 741adef615 add: moderation scopes 2023-07-10 04:20:40 +00:00
Roardom 2bc10d48e2 fix: email blacklist updater
Only throw an error if there already exists a blacklist in the cache.
2023-07-07 18:56:56 +00:00
Roardom 9d4789ba91 refactor: require whitespace before statements 2023-07-07 00:27:13 +00:00
milkers69 8a692bda96 Add more mediainfo language to flag mappings 2023-07-04 15:01:08 -05:00
HDVinnie 5232781f03 Merge pull request #2840 from Roardom/code-cleanup-3
(Refactor) Code Cleanup
2023-06-19 20:14:57 -04:00
Roardom b5493c5642 refactor: swap where('id', '=', ) for find() 2023-06-19 23:18:40 +00:00
HDVinnie d3f3510011 remove: unused foreach keys 2023-06-19 10:18:48 -04:00
HDVinnie 45c209277b Merge pull request #2789 from Roardom/fix-bbcode-block-margins
(Fix) BBCode margin of some block elements
2023-05-14 16:58:22 -04:00