Commit Graph

75 Commits

Author SHA1 Message Date
PyR8zdl dd67d63cbb Fixed Logical Operator 2020-03-18 16:23:21 -05:00
PyR8zdl 91122f532c ADD new options on torrent upload **STILL TESTING**
Adds options to set torrent as Featured, DoubleUp, Freeleech, and Sticky on upload api endpoint.

I've done limited testing on this and I'm worndering if this could be done better.
2020-03-18 16:00:13 -05:00
shlandturtle 89396e8068 fix: internal in API 2020-03-08 17:27:08 +00: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
staticza e3df04bca4 Fix error in check/delete of torrent after failing validation
Check / delete of torrent file was referencing the incorrect disk.  It was referring to `torrent` instead of `torrents`.
2020-03-02 00:58:49 +02:00
Ben Johnson aa32a893fa tests: Implement TorrentController API tests
As part of this effort, a dedicated "torrents" storage location was
added to filesystems.php, which affects the torrent file storage
location. Accordingly, the torrent files in existing installations will
need to be moved (or symlinked) upon upgrade. The primary reason for
this change is mentioned in the Laravel docs: "This convention will
keep your publicly accessible files in one directory that can be easily
shared across deployments when using zero down-time deployment systems
like Envoyer."
2020-02-24 15:24:50 -05: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 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 52e280296e Apply fixes from StyleCI
[ci skip] [skip ci]
2020-02-08 13:03:22 +00:00
HDVinnie 3170373de0 Update TorrentController.php 2020-02-08 08:02:04 -05:00
PyR8zdl 3183cdf067 Add reseed filter to torrent API
This filter will aid in programmatically auto reseeding torrents that need it.
2020-02-07 21:56:51 -06:00
HDVinnie 9a893662de Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-08 16:28:32 +00:00
HDVinnie d4f48c272f Apply fixes from StyleCI
[ci skip] [skip ci]
2019-12-23 04:25:21 +00:00
HDVinnie c55d47cabb (Update) Torrent API 🚀
- added filtering
2019-12-01 11:35:46 -05:00
HDVinnie 188fee71c9 (Update) TorrentController 🚀 2019-11-28 17:21:56 -05:00
HDVinnie 8972a6e5b2 (Update) Torrent API Controller 🚀 2019-11-27 08:34:46 -05:00
HDVinnie e098a0cd2b (Update) Torrent API Controller 🚀 2019-11-26 23:46:01 -05:00
HDVinnie 05003b34ae (Add) Torrent API Controller 🆕 2019-11-26 22:47:25 -05:00