Commit Graph

897 Commits

Author SHA1 Message Date
HDVinnie dbdf16c207 (Update) Default Article Image 🚀 2019-06-16 23:23:12 -04:00
Jack Price-Burns 0f06920108 (Fix) StyleCI 2019-06-16 10:00:45 +01:00
Jack Price-Burns 0a7bb2ee25 (Fix) tags not eager loading when searching 2019-06-16 09:47:23 +01:00
Jack Price-Burns aef8e89c14 (Fix) Slow torrent list 2019-06-16 09:26:09 +01:00
HDVinnie b88049cf6a (Update) AnnounceController 🚀 2019-06-16 02:11:12 -04:00
Jack Price-Burns 4724f60bff (Fix) StyleCI 2019-06-15 21:12:37 +01:00
Jack Price-Burns e886a587a3 (Update) Leach to leech 2019-06-15 21:08:53 +01:00
Jack Price-Burns 8d677bb368 (Fix) Slow home page 🐛 2019-06-15 21:08:39 +01:00
HDVinnie 1100e56c35 (Update) BBCode V2 🚀
- complete refactor of BBCODE
- updated wysibb
- removed decoda for internal BBCODE parser
2019-06-10 15:46:05 -04:00
HDVinnie 206938ff77 (Fix) Activiy Log Typo 🐛 2019-06-10 15:41:15 -04:00
HDVinnie 7e52caf450 (Remove) Select2 ♻️
- closes #683
2019-05-29 12:03:57 -04:00
HDVinnie 85fe92b1ea Apply fixes from StyleCI
[ci skip] [skip ci]
2019-05-25 05:12:00 +00:00
HDVinnie 898cdba654 Merge pull request #779 from mxss/phpdoc-fixes
phpdoc: missing $request parameter
2019-05-22 15:14:06 -04:00
Max Kovalenko 9f8835b0ae phpdoc: missing $request parameter 2019-05-22 09:29:40 +03:00
Morgan Wong d4b9b7c2ef (Fix) missing parameter in function 🐛 2019-05-22 11:59:39 +08:00
HDVinnie 6594b34538 (Update) HomeController.php 🚀 2019-05-21 17:20:32 -04:00
HDVinnie c47e0ddecc (Update) HomeController.php 🚀
- add caching for blocks
2019-05-21 17:16:26 -04:00
Max Kovalenko 56c7e68b5f misc phpdoc fixes 2019-05-21 20:01:15 +03:00
HDVinnie 2af877918c (Add) Language Stats 🆕 2019-05-20 13:29:10 -04:00
HDVinnie 761f3175e9 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-05-18 17:13:15 +00:00
HDVinnie ad2e4c0a11 (Update) Refactor Seedbox System 🚀 2019-05-15 23:10:44 -04:00
HDVinnie ae35e64ff0 (Fix) BonusController 🐛
- import $user variable into subquery
2019-05-15 17:40:17 -04:00
HDVinnie a69a0f12dc (Update) Refactor Middelware + Listeners 🚀
- removed useless middelwares to reduce load.
- refactored online users block to auth event listeners
2019-05-15 17:27:20 -04:00
HDVinnie d2bbd9dae3 Merge pull request #725 from HDInnovations/shift-14576
(Update) Laravel Fixer
2019-05-13 11:22:44 -04:00
Morgan Wong f7c871d57a (fix) missing SQL aggregate column
When user clicks the "size item", SQL returns error.
2019-05-13 04:05:17 +08:00
HDVinnie 9389e279d7 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-05-09 00:11:55 +00:00
Laravel Shift d9ddbe6159 Shift cleanup 2019-05-09 00:05:27 +00:00
Laravel Shift 4853105815 Shift to consistent, fluent response chains 2019-05-09 00:05:17 +00:00
Laravel Shift 97e88dd68b Leverage injected request object
Laravel automatically injects the current Http [request object][1] to all Controller actions and Middleware. Leveraging this object improves consistency and testability.

[1]: https://laravel.com/docs/5.7/requests#accessing-the-request
2019-05-09 00:05:13 +00:00
Laravel Shift b0732954c4 Shift deprecated helpers
Laravel recommends using the `Str` and `Arr` class methods directly instead of the respective helper functions. These helper functions are [deprecated in Laravel 5.8][1] and will be removed in a future version.

[1]: https://github.com/laravel/framework/pull/26898
2019-05-09 00:05:08 +00:00
Laravel Shift 38cd5f005c Shift bindings
Laravel 5.1 requires PHP 5.5.9+ which provides the new static `class`
property to get the fully qualified name of a class and is preferred
over using class name strings.
2019-05-09 00:05:00 +00:00
Laravel Shift dcc003602b Adopt Laravel coding style
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.

However, Shift allows you to customize the adopted coding style through
the [.shiftrc][1] file by using your [PHP CS Fixer][2] config.

[1]: https://laravelshift.com/shiftrc-configuration-file
[2]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
2019-05-09 00:04:58 +00:00
HDVinnie 4eecc04a00 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-05-05 20:40:37 +00:00
HDVinnie 47d8581a45 Merge pull request #716 from pbodq2/master
(Update) Extend captcha support
2019-05-05 16:38:41 -04:00
Morgan Wong e1ee8261d9 (Update) Add captcha support
Overriding function validateEmail with captcha condition
2019-05-05 17:34:19 +08:00
Morgan Wong 8547382981 (Update) Add captcha support
Overriding the function validateEmail with extra condition
2019-05-05 17:32:55 +08:00
HDVinnie 47df8b935f Merge pull request #714 from buaapyj/master
(Update) AnnounceController.php
2019-05-03 16:44:53 -04:00
HDVinnie 71ba0873c3 (Fix) Notifications System 🐛 2019-05-03 16:35:36 -04:00
buaapyj 58b6a78119 Update AnnounceController.php 2019-05-04 03:17:55 +08:00
buaapyj fcfc081019 Update AnnounceController.php 2019-05-04 03:16:35 +08:00
buaapyj e15948828d Update AnnounceController.php 2019-05-04 03:15:40 +08:00
buaapyj 7118cf1c44 Update AnnounceController.php
add Ipv6 support for Tracker based on IPv6 Tracker Extension(BEP 7 on BitTorrent.org) #699
2019-05-04 03:13:45 +08:00
buaapyj 7bb55c139b Update AnnounceController.php
add Ipv6 support for Tracker based on IPv6 Tracker Extension(BEP 7 on BitTorrent.org) #699
2019-05-04 03:09:53 +08:00
HDVinnie aed6bee12e (Update) Notifications System 🚀
- added filtering
- cruddy
2019-05-03 11:59:12 -04:00
Morgan Wong 003ddc583f (Update) Add captcha support 2019-05-02 22:51:49 +08:00
Morgan Wong 30da9eee08 (Update) Add captcha support 2019-05-02 21:26:34 +08:00
HDVinnie b7813b6814 (Update) AnnounceController 🚀
- ref. #710
2019-04-30 21:22:56 -04:00
HDVinnie 2c3d2e4f5f (Update) AnnounceController 🚀
- avoid using super-global variable $_SERVER.
2019-04-30 17:08:04 -04:00
HDVinnie f056b2db1a Merge pull request #705 from pbodq2/master
(Update) Add multi-lang translation
2019-04-30 13:55:26 -04:00
Morgan Wong cef9facd68 (Update) Add multi-lang translation
Added fields
2019-04-30 21:52:35 +08:00