Commit Graph

267 Commits

Author SHA1 Message Date
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
HDVinnie
e47afe4ab4 chore: styleci 2020-02-12 14:51:22 -05:00
HDVinnie
80c842e39c chore: update license block
- make styleci happy
2020-02-12 14:49:18 -05:00
HDVinnie
dbb928f940 chore: update license block 2020-02-12 14:45:59 -05:00
HDVinnie
8d72989943 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-02-12 17:41:17 +00:00
HDVinnie
611fcd6bc1 refactor: if / else / elseif statements
- Change If Else Value Assign To Early Return
- Change Nested Ifs To Early Return
- Remove Always Else
2020-02-12 12:34:34 -05:00
HDVinnie
9a893662de Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-08 16:28:32 +00:00
HDVinnie
c8f2390c4d Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-06 15:38:43 +00:00
innocente205
47f73d49dc Update TorrentController.php 2019-12-07 20:08:55 +07:00
HDVinnie
4ded8bdb75 (Update) Torrent File Download Naming Schema 🚀 2019-12-07 19:58:40 +07:00
HDVinnie
61d1f0e3ff (Fix) Issue #967 🐛
- closes #967
2019-12-07 19:58:40 +07:00
HDVinnie
a4e2b26c49 (Fix) Chat Announces 🐛 2019-12-07 19:58:40 +07:00