Commit Graph

1924 Commits

Author SHA1 Message Date
HDVinnie 85b5633a32 (Update) Automated System Chat Messages 2018-09-29 23:04:15 -04:00
HDVinnie 6bc05ff948 (Update) NerdBot
- added option to chat config to turn on and off nerd bot
- cleaned up nerd bot command
2018-09-29 22:51:57 -04:00
HDVinnie 40234c0662 (Update) Torrent Request System
- requires `php artisan migrate && php artisan clear:all` if not using
gitupdater

- Create A Torrent Request Anonymously
- Add Bounty To A Torrent Request Anonymously
- Fill A Torrent Request Anonymously

- closes #201
2018-09-29 22:44:22 -04:00
HDVinnie dafce3f4d5 (Cleanup) Remove Old Stylesheets Section From Views 2018-09-29 21:00:40 -04:00
HDVinnie 0c6bd03070 Merge pull request #400 from yourguessismine/patch-3
(Update) request.blade.php
2018-09-28 13:57:08 -04:00
yourguessismine 2255195eb6 Update request.blade.php
Staff can now see the username of the user that claims a request anonymously.
2018-09-28 12:29:15 -04:00
HDVinnie 88add3fc91 Merge pull request #397 from yourguessismine/patch-2
(Fix) User Email Change
2018-09-27 11:41:19 -04:00
yourguessismine 8beec6f5ce (Fix) User Email CHange
Fixes 500 error when attempting to change email.
2018-09-27 11:23:28 -04:00
HDVinnie f3c567e8e8 (Add) Poster SWAL On Torrents List 2018-09-25 22:06:47 -04:00
HDVinnie 4aea685d6c (Update) Galactic Theme 2018-09-25 20:37:03 -04:00
HDVinnie ac3bf4bc6f (Update) README
- fix discord icon
2018-09-25 08:36:40 -04:00
HDVinnie a4efeba3c8 (Add) Internal Torrent Tag
- closes #190
- added internal torrent tag
- ability to filter torrent results by internal tag
2018-09-24 17:45:29 -04:00
HDVinnie 0302722a02 (Update) Category Results Layout 2018-09-24 17:03:16 -04:00
HDVinnie 7e7b9df840 (Update) Torrent List Layout
- add torrent comment count
2018-09-24 17:02:44 -04:00
HDVinnie 832e9a9283 (Update) Torrent Queries
- eager load comments
- optimize thank count retrieval
2018-09-24 17:01:36 -04:00
HDVinnie 466e6d94dd (Fix) Torrent List Ratings
- remove {
2018-09-20 16:43:09 -04:00
HDVinnie 28f4142afa (Update) Torrent List Posters/Ratings
- Brings back torrent posters and rating on torrent list. Configurable
in users account settings.
- Load $client variable outside foreach loop! Thus drastically helping
load times and API/Redis hits.
2018-09-20 16:14:17 -04:00
HDVinnie cbcf1c17ee (Fix) Torrent Moderation
- fix for commit c64fd73dad
2018-09-20 16:11:59 -04:00
HDVinnie c64fd73dad (Update) Torrent Moderation System
- closes #395
- note that if a uploader is in a “Trusted” group meaning they bypass
moderation by staff then the Moderated By will be that users username
since the system auto approves there upload.
2018-09-20 12:24:56 -04:00
HDVinnie fc745513fe (Update) Issue Template 2018-09-20 11:51:03 -04:00
HDVinnie 2b498cb12e (Update) Dependencies
NOTE: Requires `npm install && composer install`
2018-09-19 14:24:57 -04:00
HDVinnie ed4b140e1e (Update) Better Email Validation Checks 2018-09-17 22:06:49 -04:00
HDVinnie 6dfdb323f5 (Update) BON System
- fix routes
- return proper toastr error
2018-09-17 20:19:41 -04:00
HDVinnie 02ebbc02d0 (Update) BON Gifting
- added gift icon to user profiles when clicked autofill gift_to
username on BON page.
2018-09-17 10:35:36 -04:00
HDVinnie a631394398 (Fix) Registration Validation Checks 2018-09-16 22:58:57 -04:00
HDVinnie 53de143f73 (Update) Notifications System
- add paginate
2018-09-13 22:03:53 -04:00
HDVinnie 629993f179 (Update) New Follower Upload Message
Ref #388
- Moved from a Private Message (PM) to a Notification
2018-09-13 21:52:03 -04:00
HDVinnie d4aef2ebe3 (Fix) Request Details Page
- This page was broke in last commit
367f1f65aa due to @endif being removed
accidentally.
2018-09-10 00:46:34 -04:00
HDVinnie 367f1f65aa (Merge) pull request #390 from yourguessismine/master
(Update) Comment Layout/Style
2018-09-10 00:34:22 -04:00
HDVinnie d88997627e (Revert) Torrent Postpone Icon
@yourguessismine I do agree the postpone icon should be `fa-pause`. Its better fit since reject already uses `fa-thumbs-down`. However it would be best fit it get changed globally in a different PR. 

As always thanks for the contributions.
2018-09-10 00:31:01 -04:00
yourguessismine d0abdb58bd Update Article Comments
Add group color and icon to comment author username. 
Remove "Author" and "By" from preceding the authors username.  
Add 10px padding to the right of authors avatar.
2018-09-10 00:08:59 -04:00
yourguessismine ae765b39a9 Update Request Comments
Add group color and icon to comment author username. 
Remove "Author" and "By" from preceding the authors username.  
Add 10px padding to the right of authors avatar.
2018-09-10 00:06:55 -04:00
yourguessismine 39e53f6986 Update Torrent Comments
Add group color and icon to comment author username. 
Remove "Author" and "By" from preceding the authors username.  
Add 10px padding to the right of authors avatar. 
Changed moderation postpone button icon to fa-pause.
2018-09-10 00:02:15 -04:00
HDVinnie 5513733dea (Merge) PR #389 from yourguessismine/patch-1
Center reCAPTCHA on login/register screen. Desktop & mobile.
2018-09-09 18:37:18 -04:00
yourguessismine 671609a887 Center reCAPTCHA on login screen. Desktop & mobile
Requires 'npm run prod'
2018-09-09 18:28:35 -04:00
HDVinnie 0a3cc78a72 (Update) BON Gift PM 2018-09-08 20:58:18 -04:00
HDVinnie 2970b35f5d (Update) Command Run Order 2018-09-06 21:01:13 -04:00
HDVinnie b2ef63d7bf (Update) Staff Dashboard Style 2018-09-05 16:43:20 -04:00
HDVinnie 15eb4bb176 (Fix) Recaptcha Validation Rules 2018-09-05 12:13:19 -04:00
HDVinnie 9cc436be72 (Update) Auth System
- Fix Typo
- Add Recaptcha To Login Page
- Cleanup captcha config

NOTE: In order to use captcha on register and login pages you must have
a recaptcha account here. https://www.google.com/recaptcha/ and then
must enter your keys in the config/captcha.php and set enabled to true.
It is highly suggested you do this to avoid bot account signing up and
bot net attacks trying to brute force attack your site!
2018-09-05 09:10:42 -04:00
HDVinnie d4e9ea9ee5 (Update) Staff Dashboard
- Add More System / App Info Cards
2018-09-05 08:51:21 -04:00
HDVinnie 9cc3730268 (Update) Staff Dashboard
- New Layout
- New System Info Cards
- New SSL Info Card

- NOTE: You must run `npm run prod && php artisan clear:all`

- NOTE: You must install `sudo apt-get install php7.x-intl`
You need to replace 'x' by the actual php version you currently have
installed.
2018-09-04 13:24:23 -04:00
HDVinnie 3ad5183fff (Update) Galactic Theme
- NOTE: requires `nom run prod` to be ran
2018-09-04 13:11:56 -04:00
HDVinnie 8c0099f7c3 (Fix) User Deleting 2018-09-04 10:14:42 -04:00
HDVinnie aae18217e7 (Update) Bepsvpt Security Headers
- NOTE: Must run `composer install && php artisan clear:all` once files
are transferred.
2018-09-04 09:33:22 -04:00
HDVinnie e0704a2163 (Update) Codebase Version # v1.8.6 2018-09-03 22:24:22 -04:00
HDVinnie 8a4757faba (Update) Staff Dashboard Layout 2018-09-03 22:18:21 -04:00
HDVinnie 88b1ad64c2 (Update) Possible Cheaters Tool 2018-09-03 22:18:05 -04:00
HDVinnie b41c6a29ca (Update) Javascript 2018-09-03 22:17:47 -04:00
HDVinnie 16cbe72f89 (Update) Dependencies
NOTE: Must run `npm install && npm run prod` and `composer install`
once you have transferred files.
2018-09-03 22:11:35 -04:00