Commit Graph

278 Commits

Author SHA1 Message Date
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
HDVinnie
09483f3f60 Merge branch 'master' into patch-1 2020-06-01 18:41:20 -04:00
HDVinnie
e866d6a0d5 update: torrent controller 2020-06-01 13:46:56 -04:00
innocente205
2d1bec5972 (Update) TorrrentController.php
Add freeleech to torrent upload
2020-05-30 16:15:14 +07:00
HDVinnie
c4a9875863 fix: torrent grouping and cards views 2020-05-29 13:21:38 -04:00
HDVinnie
c87591dff4 update: torrent controller 2020-05-28 15:15:15 -04:00
HDVinnie
7c1c37d52e update: torrent request types 2020-05-26 20:08:52 -04:00
HDVinnie
ee85ab10ba update: torrent types 2020-05-26 13:45:43 -04:00
HDVinnie
2111aa1c07 Merge branch 'master' into Types-System-Refactor 2020-05-26 13:33:44 -04:00
HDVinnie
3d3de56ccb update: queries 2020-05-26 13:22:18 -04:00
HDVinnie
8ef0bdc566 update: torrent controller 2020-05-21 17:21:03 -04:00
HDVinnie
e319000b0c update: torrent recommendations query 2020-05-05 04:29:08 -04:00
HDVinnie
12294fd94a chore: styleci 2020-04-24 16:50:21 -04:00
HDVinnie
0ceae8c701 refactor: identical false to boolean not 2020-04-24 11:07:48 -04:00
HDVinnie
8c8e2865b2 refactor: camel case function naming to underscore 2020-04-24 11:04:24 -04:00
HDVinnie
78608a4666 refactor: space after sole ! operators
-  There should be a space after sole `!` operators
2020-04-14 22:31:48 -04:00
HDVinnie
c937439998 update: torrent controller
- eager load torrent subtitles
2020-03-26 13:28:36 -04:00
HDVinnie
6160c03ede refactor: change variable with read only status and default value to a constant 2020-03-06 09:04:22 -05:00
HDVinnie
408bfafc3e Apply fixes from StyleCI
[ci skip] [skip ci]
2020-03-05 15:47:30 +00:00
HDVinnie
4b9c006a05 chore: phpdoc blocks cleanup 2020-03-05 10:46:14 -05:00
shlandturtle
9d32c0ba02 fix: Chat related system announcement typos 2020-03-04 11:00:28 +00:00
HDVinnie
605c337204 refactor: encapsed strings to sprintf 2020-02-17 13:52:20 -05:00
HDVinnie
29cd6e8eb6 refactor: use identical over equal with same type 2020-02-16 21:04:19 -05:00
HDVinnie
6eaeb07fc1 refactor: simplify ifelse to ternary 2020-02-13 17:30:47 -05:00
HDVinnie
b275e9ba82 refactor: combine nested if statements
### `Combine If Rector`

Merges nested if statements

```diff
 class SomeClass {
     public function run()
     {
-        if ($cond1) {
-            if ($cond2) {
-                return 'foo';
-            }
+        if ($cond1 && $cond2) {
+            return 'foo';
         }
     }
 }
```
2020-02-13 11:26:54 -05:00
HDVinnie
c8d953a3ad Merge branch 'master' into development 2020-02-12 18:03:21 -05:00