Commit Graph

380 Commits

Author SHA1 Message Date
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
Roardom 4d5b4a73c5 fix: bbcode margin of some block elements 2023-05-12 20:32:44 +00:00
Roardom 11fd7b4dcc fix: bbcode delegation of line break handling
Pages support markdown as well as bbcode, and handle linebreaks themselves. We shouldn't convert linebreaks in the bbcode parser in such scenarios. Also remove an unused variable.
2023-05-12 19:32:09 +00:00
Roardom a4ce049b77 fix: hiding whitespace surrounding bbcode block elements 2023-05-11 09:15:00 +00:00
HDVinnie dfc1f813d4 Merge pull request #2759 from Roardom/fix-bbcode-font-size 2023-05-07 08:48:21 -04:00
Roardom 9fe05cc3bd fix: bbcode font size 2023-05-05 20:52:29 +00:00
HDVinnie 62af8eb1c4 PHP Style Change (Laravel Pint CI) 2023-04-29 18:24:26 +00:00
milkers69 566b409487 add more mediainfo language flag mappings 2023-04-29 13:19:18 -05:00
Roardom a0429ca442 fix: achievement unlock
The unlock() function only takes a single argument
2023-04-12 03:19:22 +00:00
Roardom ea9fd6c9c9 update: swap infohash from ascii-encoded hex to binary 2023-04-08 08:02:04 +00:00
milkers69 f859d2a553 Map more mediainfo languages to flags 2023-04-05 11:25:55 -05:00
milkers69 c2c5fd909d Map more mediainfo languages to flags 2023-04-04 16:06:56 -05:00
HDVinnie d66922c506 Merge pull request #2653 from milkers69/7.x.x
(Update) Add more mediainfo languages to flag mappings
2023-03-29 20:29:19 -04:00
milkers69 2e7d8026dd Map German (CH) mediainfo language to swiss flag 2023-03-29 14:54:15 -05:00
Roardom 05ad4c37b9 add: external tracker support 2023-03-27 04:17:30 -05:00
Roardom 8d69177ccf refactor: replace custom nfo parsing with iconv
The code that swaps out the exception cases afterwards has never worked because the string was converted to html entities first
2023-03-19 03:03:17 -05:00
milkdawg 0b2ac68125 Map more mediainfo languages to flags 2023-03-07 09:04:02 -06:00
HDVinnie f4c950d713 fix: rating_color helper 2023-02-25 11:34:40 -05:00
HDVinnie f397fdc168 fix: system info helper 2023-02-23 19:54:45 -05:00
HDVinnie 6d079fd19c update: bencode helper
- remove deprecated constant FILE_BINARY
2023-02-09 20:30:54 -05:00
Roardom d97ab002f2 remove: redundant bbcode converter 2023-02-07 23:51:10 -06:00
Roardom a1cacd7fa5 update: rendered bbcode/markdown/html styles 2023-02-07 23:23:56 -06:00
milkdawg 60087b59f8 Map more mediainfo languages to countries flags 2023-02-06 08:55:48 -06:00
HDVinnie f4ebee885c update: lint 2023-02-03 22:23:00 -05:00
HDVinnie 3650900c97 update: lint
- not_operator_with_space to false
2023-02-03 16:01:29 -05:00
HDVinnie 472c820f99 update: UNIT3D linting
- github action updated with new ruleset in pint.json
- codebase linted with new ruleset
- contributors can now run `./vendor/bin/pint`
- action workflow will auto correct any lint issues upon commit/opened pull request
2023-02-02 08:02:34 -05:00
HDVinnie d9b25c1ccb Merge pull request #2569 from milkdawg/new-mediainfo-languages
(Update) Add more mediainfo languages to flag mappings
2023-01-31 20:54:06 -05:00
milkdawg 3af39af76c PSR12 Linting 2023-01-31 21:43:39 +00:00
milkdawg b011917b41 Move english (ca) to ca flag, and french (ca) to quebec flag in mediainfo 2023-01-31 15:42:46 -06:00
milkdawg d482698bf5 Map 2 more languages to flag in mediainfo 2023-01-31 11:17:49 -06:00
Roardom fd60381eb6 add: more load averages 2023-01-29 02:27:21 -06:00
HDVinnie 9e846484f9 Merge pull request #2559 from milkdawg/new-mediainfo-languages
(Update) Add more mediainfo languages to flag mappings
2023-01-23 16:26:26 -05:00
milkdawg cb3eafdffd Fix Latin american spanish for mediainfo flag and add a few more 2023-01-23 14:22:29 -06:00