Commit Graph

503 Commits

Author SHA1 Message Date
HDVinnie 6aec71e20c refactor: torrent list page to livewire
- grouping view and card view are next
2021-05-25 19:41:55 -04:00
HDVinnie 2dbadb0b75 add: torrent bdinfo 2021-05-25 19:36:36 -04:00
Oha-you 23122962c1 update: Improve Linkify, escape special chars for BBcode 2021-05-20 22:55:39 +03:00
HDVinnie f18d7627f0 fix: torrent controller union type 2021-05-18 20:53:56 -04:00
HDVinnie 321847e067 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-05-16 02:41:53 +00:00
HDVinnie 3407075214 refactor: better php8 usage
- Change simple property init and assign to constructor promotion
- Remove unused variable in catch()
- Change docs types to union types, where possible
2021-05-15 22:41:28 -04:00
HDVinnie 041927202c refactor: type and name of catch exception should match 2021-05-15 14:01:27 -04:00
HDVinnie 999c16093b cleanup: unused variables 2021-05-15 12:52:00 -04:00
Oha-you 4d7b82a497 fix: Upload page - ajax preview description, save values, don't replace 2021-05-12 21:29:44 +03:00
HDVinnie 07bb03c9bc Revert "refactor: dynamic calls to static"
This reverts commit 71ff333eb4.
2021-05-09 10:49:39 -04:00
HDVinnie 71ff333eb4 refactor: dynamic calls to static 2021-04-27 21:35:23 -04:00
Oha-you 7a7cdcacf3 fix: Check filenames properly, use separate function without '/' 2021-04-17 14:48:52 +03:00
Oha-you 452254c691 add: Validate if files inside torrents have valid filenames 2021-04-15 01:15:53 +03:00
Oha-you 3b8cbab91f fix: Validate if the uploaded file is a valid torrent 2021-04-14 23:01:45 +03:00
HDVinnie f491805fb2 fix: issue #1622
- close #1622
2021-01-28 14:54:29 -05:00
HDVinnie 8ef0446933 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-01-14 02:57:55 +00:00
HDVinnie 3e97e3941b update: torrent upload message 2021-01-13 21:57:42 -05:00
HDVinnie 2623a0e2e2 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-01-05 19:19:34 +00:00
JamesPSS 351bbe38a1 Update: Revoke Featured 2021-01-04 22:14:36 +01:00
HDVinnie 59dc74394c refactor: torrent controller
- Combine Ifs
- Explicit Bool Compares
- Switch Negated Ternary
2021-01-01 13:26:38 -05:00
HDVinnie 8a9d94e07a update: preslash simple functions
- performance
2020-12-31 12:41:46 -05:00
HDVinnie bd9d7895bb fix: repeat conditions
- remove conditions that are already covered by earlier conditions and thus have no effect.
2020-12-30 23:01:46 -05:00
HDVinnie a2c6e8c5f1 update: phpdoc blocks 2020-12-30 21:39:36 -05:00
HDVinnie 36987d478e refactor: torrent controller 2020-12-30 12:21:14 -05:00
HDVinnie ec095db52c cleanup: torrent controller 2020-12-28 23:46:26 -05:00
HDVinnie 467d31f10a refactor: constructor promotions 2020-12-17 23:25:50 -05:00
HDVinnie e24ef8aa21 update: torrent searching
- remove uneeded eager loads
2020-12-07 22:20:12 -05:00
HDVinnie 7e664a667b Apply fixes from StyleCI
[ci skip] [skip ci]
2020-12-03 02:27:21 +00:00
HDVinnie e92aabae41 update: phpdoc blocks 2020-12-02 21:27:04 -05:00
HDVinnie 38364abe38 refactor: array_push misused
- array_push(...) calls behaving as '$array []= ...'. ' []= ' works faster than invoking functions in PHP.
2020-12-02 21:11:18 -05:00
HDVinnie 4a44d6a3a5 refactor: combine issets 2020-12-02 20:58:39 -05:00
HDVinnie bf969cf6ea refactor: nested postive ifs 2020-12-02 20:50:21 -05:00
HDVinnie 99cec1b4d0 update: similar torrents 2020-11-23 18:14:33 -05:00
HDVinnie 992245bbcc Apply fixes from StyleCI
[ci skip] [skip ci]
2020-10-28 20:42:44 +00:00
HDVinnie e5a4a16ddf refactor: meta data system
- Complete rewrite of meta data system
- New media hub feature.
- Torrent Bumping Refactor
- Wish System Disabled until refactored
- Fetch meta command added for fetchinng new meta on prexsisnting torrents.
- plus alot more
- closes #1428
- closes #1344
- closes #1147
- closes #361
2020-10-28 16:42:22 -04:00
HDVinnie d3e44408e5 update: irc bot 2020-10-19 11:05:01 -04:00
HDVinnie 01093d711c Apply fixes from StyleCI
[ci skip] [skip ci]
2020-07-28 16:54:24 +00:00
HDVinnie a0e737a72f update: faceted torrent search 2020-07-27 12:00:59 -04:00
HDVinnie 5aac6a8f04 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-07-22 20:57:33 +00:00
HDVinnie 0733269867 update: phpdoc blocks 2020-07-22 16:57:13 -04:00
HDVinnie 805ce0bfda Apply fixes from StyleCI
[ci skip] [skip ci]
2020-07-22 20:39:18 +00:00
HDVinnie 46b40a8e0e refactor: imports 2020-07-22 16:39:04 -04:00
HDVinnie a975116218 refactor: preslash simple functions
- Add pre-slash to short named functions to improve performance by almost 30%
-  @see https://stackoverflow.com/questions/55419673/php7-adding-a-slash-to-all-standard-php-functions-php-cs-fixer-rule
2020-07-22 15:09:37 -04:00
HDVinnie e7ccde0190 refactor: rename property to match type 2020-07-22 14:50:41 -04:00
HDVinnie 67edb56d01 fix: resolutions system 2020-06-09 22:06:13 -04:00
HDVinnie eace55915f update: torrent controller 2020-06-06 22:36:49 -04:00
HDVinnie c8adeb7d35 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-06-07 02:09:28 +00:00
HDVinnie 8b6682faa1 update: torrent controller 2020-06-06 21:47:23 -04:00
HDVinnie 2be2650cdb update: torrent details view 2020-06-04 17:27:57 -04:00
HDVinnie f69ecec866 refactor: code quality changes 2020-06-02 18:37:19 -04:00