HDVinnie
6659a3da2d
Merge pull request #1830 from Alkl58/master
...
(Add) Flush Peers for Users
2021-07-11 11:10:07 -04:00
HDVinnie
36332d04cc
add: standalone stylesheet option
2021-07-11 10:35:44 -04:00
Alkl58
6de6a0cd00
Apply fixes from StyleCI
2021-07-08 15:46:48 +02:00
Alkl58
acb928fcaa
Apply fixes from StyleCI
2021-07-08 15:45:53 +02:00
Alkl58
2b9e97d5b4
Add Flush Peers for Users
2021-07-08 15:25:49 +02:00
Oha-you
bcd1254d9c
fix: Better breakdown and calculation of profile stats, show negative values
2021-06-01 23:21:21 +03: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
Oha-you
faaccbb904
fix: Profile, better way to optimize SQL query for uploads count
2021-04-29 22:03:54 +03:00
Oha-you
efcb5db45b
fix: Profile, optimize SQL query for uploads count
2021-04-29 20:20:04 +03:00
HDVinnie
3fc7526ccf
refactor: remove redundant else
2021-04-27 22:00:58 -04:00
HDVinnie
4aa120aff4
update: user controller
2021-01-05 14:12:03 -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
96dd65af5d
refactor: user controller
2020-12-30 12:21:39 -05:00
HDVinnie
f89c947ec8
cleanup: user controller
2020-12-28 23:46:42 -05:00
HDVinnie
601e4c1f90
update: general cleanup
2020-12-03 00:16:23 -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
3bd8492128
refactor: in_array(...) usage
...
- Added the 'strict' (third) parameter for security's sake.
2020-12-02 21:21:43 -05:00
HDVinnie
817ce03fd0
refactor: insecure uniqid usage
2020-12-02 21:18:16 -05:00
HDVinnie
14d78d445f
refactor: redundent else
2020-12-02 21:00:02 -05: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
612d1d53f6
update: language settings
...
- closes #1383
2020-08-01 13:19:18 -04:00
HDVinnie
0733269867
update: phpdoc blocks
2020-07-22 16:57:13 -04:00
HDVinnie
46b40a8e0e
refactor: imports
2020-07-22 16:39:04 -04:00
HDVinnie
680c069ac5
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-07-22 19:10:03 +00: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
442720eb54
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-07-15 23:12:48 +00:00
HDVinnie
64807a6f7a
refactor: remove always else
2020-06-30 16:52:53 -04:00
HDVinnie
f69ecec866
refactor: code quality changes
2020-06-02 18:37:19 -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
bf08470bf5
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-05-21 07:51:11 +00:00
HDVinnie
163bedd917
refactor: email blacklist system
...
- closes #1011
2020-05-21 03:47:45 -04:00
HDVinnie
12294fd94a
chore: styleci
2020-04-24 16:50:21 -04:00
HDVinnie
608c508fe7
refactor: symplify quote escapes
2020-04-24 11:19:08 -04:00
HDVinnie
0ceae8c701
refactor: identical false to boolean not
2020-04-24 11:07:48 -04:00
HDVinnie
4afdfbdade
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-04-19 05:31:13 +00: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
46aa876c06
refactor: add literal separator to numbers
...
- This is for PHP7.4 + only
- Adds an `_` as thousands separator in numbers
2020-04-14 20:25:07 -04:00
clandestine8
5013223ced
(fix) StyleCI - Remove Spaces in Strings
2020-04-07 16:07:20 -04:00
clandestine8
e2ce7b2fb9
(fix) Only add CSV file if Failed Torrent Count is greater than 0
2020-04-07 16:03:37 -04:00
clandestine8
b57b005a5e
(fix) StyleCI - Remove escaped characters & Spaces in Strings
2020-04-07 15:59:39 -04:00
clandestine8
79a156f603
add: missingTorrentFiles.CSV
...
When Downloading All torrents, if torrent file is missing it will output into a CSV container in the Zip File.
2020-03-29 01:41:01 -04:00
shlandturtle
d1a00bea4a
fix: HnR count on profile
2020-03-08 20:53:49 +00: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
a9574f2228
chore: phpdoc block cleanup
2020-03-05 11:23:49 -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