Commit Graph

107 Commits

Author SHA1 Message Date
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
HDVinnie
67339d7329 (Update) PHPDocs 🚀 2019-04-03 20:02:01 -04:00
HDVinnie
2da9253f6d Apply fixes from StyleCI
[ci skip] [skip ci]
2019-03-25 18:00:19 +00:00
HDVinnie
1fdc58a605 (Fix) User Stats Display 🐛
- @singularity43 we should discuss this more once your free
2019-03-25 13:59:15 -04:00
HDVinnie
c382aa5236 (Update) Refactor Validation Error/Info/Warning/Success Handeling 🚀 2019-03-25 13:53:41 -04:00
HDVinnie
0aa1cf9875 (Fix) User Bookmarks+Wishes Query 🐛 2019-03-23 13:17:22 -04:00
HDVinnie
89ba76ebac (Add) Read Rules Feature 🆕
- closes #646
2019-03-22 12:21:48 -04:00
HDVinnie
ec897bb6de Apply fixes from StyleCI
[ci skip] [skip ci]
2019-03-19 19:33:47 +00:00
HDVinnie
1e40db9cf0 (Update) Relocate TorrentTools + Bencode To Helpers 🚀
- these are better fit as helpers and not a service.
2019-03-19 13:44:19 -04:00
singularity43
2ae2a82d81 (Update) UserController
Remove recorded download check when pulling Unsatisfieds (resolve issue for FL torrents).
2019-03-12 17:12:22 -04:00
singularity43
2014f5706a (Update) UserController
Factor in bon.
2019-03-08 22:12:31 -05:00
singularity43
852e5f106e (Update) UserController
Remove update.
2019-03-08 21:29:45 -05:00
HDVinnie
54377c3502 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-03-09 02:17:21 +00:00
singularity43
49c2b3a40f (Fix) UserController
Typo
2019-03-08 21:02:47 -05:00
singularity43
f90b653d10 (Update) UserController
Temp patch to update user table to match history?

(Fix needed)
2019-03-08 21:01:59 -05:00
singularity43
eec7173d32 (Update) UserController
Pull same stat as history (which is correct?)
2019-03-08 20:33:14 -05:00
HDVinnie
68ebfd4832 Apply fixes from StyleCI 2019-02-25 03:10:05 +00:00
HDVinnie
802506e6b7 (Fix) User Controller 🐛
- correct Model Namespace
2019-02-24 16:20:23 -05:00
HDVinnie
e0e1aa924b Apply fixes from StyleCI 2019-02-22 13:16:32 +00:00
HDVinnie
3c87845e54 (Update) Namespace models under App\Models 🚀 2019-02-22 08:15:41 -05:00
Laravel Shift
12397c9e6a Adopt PSR-2 coding style
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.

[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2019-02-22 03:22:51 +00:00
HDVinnie
69d510f451 Apply fixes from StyleCI 2019-02-22 02:41:31 +00:00
singularity43
f64e1647c1 Merge branch 'quick-updates' of https://github.com/HDInnovations/UNIT3D into quick-updates 2019-02-21 21:16:56 -05:00
singularity43
513eb1c286 (Update) UserController
Remove non needed queries.
2019-02-21 21:15:03 -05:00
HDVinnie
a6e5f8b8b8 Apply fixes from StyleCI 2019-02-22 01:52:51 +00:00
singularity43
c2d903d286 (Update) UserController
Cleaned.
2019-02-21 20:46:37 -05:00
singularity43
210b3b41bc (Update) UserController
Cleaned.
2019-02-21 20:43:16 -05:00
singularity43
5f481cb452 (Update) UserController
Clean dirty queries.
2019-02-21 20:35:46 -05:00
singularity43
ef45229006 (Update) UserController
Add support for new privacy options.
2019-02-21 19:48:36 -05:00
HDVinnie
89af134ae6 (Update) UserController 🚀
- import the facade explicitly
2019-02-20 13:02:39 -05:00
HDVinnie
c3dea4bdad Apply fixes from StyleCI 2019-02-02 00:31:47 +00:00
singularity43
acb5be7cff (Update) UserController
Add unsatisfieds logic.

TODO: I know enable = true and not are identical, i will revisit this and expand.
2019-02-01 19:23:58 -05:00
singularity43
42578ab197 (Update) UserController
1: Establish relationship with user so the max works correctly.
2019-02-01 15:18:36 -05:00
singularity43
dc05817c8d (Update) UserController
Max not sum.
2019-02-01 13:57:15 -05:00
singularity43
c957d3200f (Update) UserController
Don't sum seedtime, max it instead.
2019-02-01 13:21:51 -05:00
singularity43
e24d04ea49 (Update) UserController
Remove up/download.
Fix seedtime sum.
2019-02-01 12:44:10 -05:00
HDVinnie
eea115e342 Apply fixes from StyleCI 2019-02-01 17:18:28 +00:00
singularity43
8005af1495 (Fix) UserController
1: Fix all history showing
2: Fix 500 on seeds.
2019-02-01 11:58:07 -05:00
HDVinnie
8babc00e8d (Fix) Add Missing TwoStep Auth Function 🐛
- seems was forgotten in prevoius pr.
2019-02-01 09:03:37 -05:00
HDVinnie
2b25f54b8a Apply fixes from StyleCI 2019-02-01 11:55:14 +00:00
singularity43
2484a70a96 (Update) UserController
Fix public downloads.
2019-02-01 01:07:22 -05:00
singularity43
4a24d87bb0 (Update) UserController
Fix bon tipped amount.
2019-02-01 01:02:39 -05:00
singularity43
f38bdc1310 (Update) UserController
Fix thanks count.
2019-02-01 00:35:12 -05:00
singularity43
a5ef4085b5 (Update) UserController
Resolve missing id issue on uploads.
2019-02-01 00:12:25 -05:00
HDVinnie
4c58e9e3eb Apply fixes from StyleCI 2019-02-01 03:14:54 +00:00
singularity43
d5ac3a076a (Update) UserController
Default ordering fix.
2019-01-31 19:48:46 -05:00
singularity43
0b5265634a (Update) UserController
Fix mysql queries.
2019-01-31 19:41:02 -05:00
HDVinnie
adc6494012 Apply fixes from StyleCI 2019-01-31 04:04:04 +00:00
singularity43
92d012cb9f (Update) UserController
Add all new user filters for all new views.
Add privacy support.
Add new views.
etc.
2019-01-30 21:43:36 -05:00