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
Ben Johnson
a6f606ed9f
tests: Improve several tests
2020-02-21 17:51:22 -05:00
Ben Johnson
5db70a9ea8
tests: Flesh-out several more ChatController tests
2020-02-20 16:38:43 -05:00
Ben Johnson
837d84c82a
tests: Add a couple more tests
2020-02-19 22:08:19 -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
6eaeb07fc1
refactor: simplify ifelse to ternary
2020-02-13 17:30:47 -05:00
HDVinnie
285ecfa38b
refactor: count on null
2020-02-12 19:15:58 -05:00
HDVinnie
c8d953a3ad
Merge branch 'master' into development
2020-02-12 18:03:21 -05:00
HDVinnie
dd0adb5f5a
chore: add missing license blocks
2020-02-12 15:21:47 -05:00
HDVinnie
780e0c1f0e
chore: update license block
2020-02-12 15:05:34 -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
a557e92fc4
(Add) API BaseController 🆕
2019-11-28 17:21:30 -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
HDVinnie
6b6ae583c5
(Fix) Multiple Routing Issues 🐛
2019-11-10 16:36:35 -05:00
HDVinnie
d889971834
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2019-11-05 22:40:30 +00:00
HDVinnie
eed3b51c92
(Update) CRUDDY PT.7 🚀
2019-10-25 17:35:14 -04:00
HDVinnie
dc2cf66405
(Update) CRUDDY PT.3 🚀
2019-10-23 13:48:28 -04:00
Laravel Shift
4853105815
Shift to consistent, fluent response chains
2019-05-09 00:05:17 +00: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
HDVinnie
92560ad681
(Fix) ChatController 🐛
...
- add missing variable operator.
- Use of undefined constant receiver_id - assumed 'receiver_id'.
2019-02-12 13:16:19 -05:00
HDVinnie
c9aadb8c5c
Apply fixes from StyleCI
2019-02-11 07:47:06 +00:00
singularity43
0c7b940217
(Update) ChatController API
...
Cache bot.
2019-02-10 20:51:59 -05:00
HDVinnie
f711b767a2
Apply fixes from StyleCI
2019-02-09 20:56:26 +00:00
singularity43
fa48de24a6
(Update) ChatController
...
Support for bots, pms, etc.
2019-02-09 14:57:57 -05:00
HDVinnie
d65a6479ae
Merge branch 'master' into feature/chat-private-messages
2019-02-02 20:42:27 -05:00
HDVinnie
a159e83862
(Fix) Chatbox 🐛
...
- closes #469
- temp patch suggested by @JackPriceBurns until HTMLPurifier package is fixed upstream.
2018-12-20 20:26:20 -05:00
HDVinnie
2f2c52328b
Apply fixes from StyleCI
2018-12-06 22:57:41 +00:00
HDVinnie
00bb324053
Apply fixes from StyleCI
2018-12-06 14:42:13 +00:00
HDVinnie
a9cc47ec39
(Update) Chatbox System
...
- port over can_chat permission
2018-11-02 21:38:41 -04:00
poppabear8883
0581cdf1fc
(Update) Cleanup
2018-07-26 12:07:10 -04:00
poppabear8883
ff274d8d54
(Update) Removed facade to use proper dependency injection
2018-07-26 09:20:15 -04:00
poppabear8883
40cb6a18e6
(Security Update) This update addresses a potential security issue
2018-07-25 16:38:12 -04:00