HDVinnie
db9feef9c9
(Update) Import Facade’s Explicitly
2018-07-11 11:21:33 -04:00
HDVinnie
2525f5ff8d
(Update) Adopt PSR-2 Coding Style
...
- General Cleanup
2018-07-11 11:15:06 -04:00
HDVinnie
a30c798dc8
(Update) IRC Announce System
...
- Adopt PHP short array syntax
2018-07-11 11:08:21 -04:00
HDVinnie
ec30bddb31
(Update) IRC Announce System
...
- reformat to adopt PSR-2 coding style
2018-07-11 11:05:01 -04:00
HDVinnie
a1312872b8
(Update) autoGroup Command
2018-07-10 20:25:05 -04:00
HDVinnie
e53a3c60d0
(Update) Announce Controller
2018-07-10 20:19:02 -04:00
HDVinnie
27d69f5861
(Update) WYSIBB
...
- fix youtube support
- requires `npm run dev` or `npm run prod` to be run depending on if
running UNIT3D in dev or production.
2018-07-09 17:08:03 -04:00
HDVinnie
aa64a3b3c1
(Update) Following System
...
- now sends user a PM when someone they are following uploads a new
torrent that is NOT anonymous!
- closes #344
2018-07-09 15:03:50 -04:00
HDVinnie
7989e7e4be
(Update) Torrents List
2018-07-09 15:02:08 -04:00
HDVinnie
f1388dfef2
(Fix) Spelling Mistake
2018-07-09 12:13:26 -04:00
HDVinnie
33b6e6fde5
Merge pull request #343 from HDInnovations/Torrent-Listing-Refactor
...
(Update) Download Check System
2018-07-09 11:30:38 -04:00
HDVinnie
6151c0a967
(Update) Download Check System
...
- Makes it configurable within torrent.php config file to have download
check page on or off. If off the checks still process but if a check
fails it will be displayed in the redirect with a toastr.
- This applies to all torrent view types.
- Closes #297
2018-07-09 11:29:19 -04:00
HDVinnie
254a33e603
Merge pull request #342 from HDInnovations/Torrent-Listing-Refactor
...
(Update) Torrents Listing View
2018-07-09 10:44:50 -04:00
HDVinnie
31bc97cf11
(Update) Initial Changes
...
- vue component smallbookmark needs work still
- Poster and IMDB ratings/votes are commented out and will remain so
until meta system is refactored.
2018-07-09 09:43:14 -04:00
HDVinnie
06d538653d
(Add) Email Whitelist / Blacklist System
...
- Blacklist means that you won’t be able to sign-up with and or send
invites to a email email on blacklist.
- Whitelist means that you will only be able to sign-up with and or
send invites to a whitelisted email.
- Set “enabled” to null to not use either
2018-07-08 10:02:24 -04:00
HDVinnie
63b4fecb1b
(Update) Warnings System
...
- added options to delete a warning, delete all warnings and deactivate
all warnings in addition to the already existing deactivate a warning.
2018-07-06 20:37:31 -04:00
HDVinnie
6f29aca324
(Update) Cleanup Graveyard View Partial
2018-07-05 12:10:25 -04:00
HDVinnie
bb9e839805
(Add) recycleFailedLogins Command
...
- recycles failed login attempts from logs daily once record is older
then 30 days
2018-07-05 09:47:51 -04:00
HDVinnie
9e3a59b1f2
(Update) Mobile Responsive Adjustments
2018-07-05 09:46:52 -04:00
HDVinnie
fb26ab28c7
(Update) Graveyard System
...
- General Cleanup
2018-07-05 09:04:39 -04:00
HDVinnie
c161fbe99e
(Update) Graveyard System
...
- adds search system
- fixes multiple bugs
2018-07-01 23:28:06 -04:00
HDVinnie
7f8bf3aba0
(Fix) User Tagging System
...
- fix tagging system so you can once again tag users in comments and
forums
2018-06-30 20:49:43 -04:00
HDVinnie
d06b8a2ac1
(Add) Mass Validate Users Tool
...
This is a tool to mass validate any users that are not currently
validated…..meaning the users active field is 0 and group_id is 1
(validating). Running this from staff dashboard will take all users
that meet above criteria and set there active field to 1 and group_id
to 3 (member)
2018-06-30 16:03:32 -04:00
HDVinnie
63890fc224
(Update) Announce Controller
2018-06-30 09:40:50 -04:00
HDVinnie
1271a43b78
(Update) common.php language
2018-06-30 09:36:06 -04:00
HDVinnie
aff5f1904e
(Update) Cleanup other.php configuration file
2018-06-30 08:51:21 -04:00
HDVinnie
7db39aaa34
(Security Fix) User Password Reset
...
- security fix
2018-06-28 10:26:31 -04:00
HDVinnie
6e9b3968f9
(Fix) User Warning Progress Bar
...
- calculate % to be used for progress width
@php $percent = 100 / config('hitrun.max_warnings'); @endphp
2018-06-28 10:19:36 -04:00
HDVinnie
a8d2284e8c
Merge pull request #339 from werrpy/fix-pm-links
...
(Fix) PM names and links
2018-06-26 21:00:28 -04:00
werrpy
843da9b659
(Fix) PM names and links
2018-06-26 20:22:26 -04:00
HDVinnie
03497f9de4
(Fix) IMDB Links On Torrents
2018-06-26 01:48:55 -04:00
HDVinnie
b674d45eaf
(Fix) IMDB Links On Torrent Requests
2018-06-26 01:47:42 -04:00
HDVinnie
11a7b0ebf2
(Fix) Torrent Request BON Bounty PM
...
- don’t pm torrent request creator when he adds bounty to his own
torrent request
2018-06-25 20:14:16 -04:00
HDVinnie
55b1e3c540
Merge pull request #337 from werrpy/bon-allocation-fix
...
(Fix) BON Allocation
2018-06-25 20:06:25 -04:00
werrpy
701f6f18c7
(Fix) BON Allocation
...
$legendary variable was used twice to store legendary torrents and legendary seeders. This caused the BON earnings to mismatch.
This fix renames the variables to indicate BON earned for torrents or seeders.
2018-06-25 16:58:58 -04:00
HDVinnie
bf2d980018
(Fix) Failed PM Redirect
2018-06-25 08:03:46 -04:00
HDVinnie
f4996c2080
Merge pull request #336 from ialexsilva/patch-34
...
(Update) pt-br request.php language file
2018-06-24 16:14:58 -04:00
HDVinnie
da8a698f88
Merge pull request #335 from ialexsilva/patch-33
...
(Update) pt-br pm.php language file
2018-06-24 16:14:32 -04:00
Alex Silva
cff4bb84e5
Update request.php
2018-06-24 16:25:22 -03:00
Alex Silva
4b8d55ed62
Update pm.php
...
typo
2018-06-24 16:18:19 -03:00
HDVinnie
c01f9d8ac7
(Update) Torrent Downloading
...
- if a user has no download rights - he can upload but he can't
download his .torrent file to actually seed. NOW one is be able to
download his/her own torrents regardless of the download rights.
2018-06-24 14:28:30 -04:00
HDVinnie
7b1c02b9b5
(Update) Dependencies
2018-06-24 14:14:34 -04:00
HDVinnie
8cfb41aea7
(Update) Announce Controller
...
- typos
2018-06-24 14:07:08 -04:00
HDVinnie
a6ed78768e
(Update) Torrent Controller
...
- no need to store temp torrent files long term!
2018-06-24 13:58:32 -04:00
HDVinnie
b2d68f6dd4
(Update) Torrent & Torrent Requests Meta Handling
2018-06-20 07:26:46 -04:00
HDVinnie
e925823eaf
(Update) TMDB Client
2018-06-20 06:50:18 -04:00
HDVinnie
b5c32c285a
(Update) New Galactic SCSS Build
...
- requires `npm run dev` or `npm run prod` to be run
2018-06-20 06:49:57 -04:00
HDVinnie
5c40c8a59a
(Update) Adopt PHP Short Array Syntax In View Blades
2018-06-19 13:04:28 -04:00
HDVinnie
eadcd8d823
(Update) Dependancies
2018-06-19 11:06:06 -04:00
HDVinnie
913e3e097e
(Update) Sample .env
2018-06-19 10:05:43 -04:00