Commit Graph

27 Commits

Author SHA1 Message Date
HDVinnie 619d83098b (Update) Hit&Run / History System
- add prewarnings
- update history table (migration)
- I added a check in the announce controller for the completed event sent by client. During that event I added `$history->immune = ($user->group->is_immune == 1) ? 1 : 0; ` which is pretty much saying is the user in a immune group upon download completion. This will solve people in immune groups that download but dont meet 7 days seedtime but then get demoted and banned. As we wont issue warnings for history records marked as immune.
2018-11-10 12:06:49 -05:00
HDVinnie 02b9d066e1 (Fix) Commands Schedule
- whoops
2018-11-05 14:02:00 -05:00
HDVinnie ab01fcce33 (Update) Commands and Schedule
- use proper naming schema per laravel community standards.
2018-11-04 13:43:34 -05:00
Laravel Shift ca0fe4481a 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
2018-10-28 01:44:55 +00:00
HDVinnie f6650d8beb (Add) recycleClaimedTorrentRequests Command
- Recycle torrent requests that were claimed but not filled within 7 days
2018-10-23 18:55:20 -04:00
HDVinnie 9f830e186f (Update) Commands
- schedule new commands
- set pruning system to off by default
- check if system is on or off in command
2018-10-15 09:45:12 -04:00
HDVinnie e962a1f470 (Update) Command Kernal 2018-09-09 11:53:26 -04:00
HDVinnie 2970b35f5d (Update) Command Run Order 2018-09-06 21:01:13 -04:00
poppabear8883 9149db0228 feat(gitUpdate): Add database migration for file hashes
Run: `php artisan migrate`
2018-08-19 21:36:09 -04:00
HDVinnie a989584070 (Add) New Email Test Command
- running `php artisan test:email` will test your mailer configuration
and attempt to fire a email off to the owners email address. This will
be mainly used for the UNIT3D Installer created by @poppabear8883
2018-08-05 18:02:01 -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
poppabear8883 eb9f06fda3 (Feature) Clears several common cache's
Usage: php artisan clear:all
2018-05-11 11:57:31 -04:00
Poppabear fa48929fac (feature) git:update artisan command
This feature adds a `php artisan git:update` command. Its used to
update the local repository with the current remote repository without
changing local files.

This is a Beta release!

Disclaimer: We are not responsible for any data lost with the usage of
this tool. Use at your own risk. Please report issues so that we can
improve on this tool.
2018-05-07 20:05:37 -04:00
HDVinnie 04073b20d4 (Update) Activity Logging System
- create recycle command to destroy activity records once 30 days old
- ability to delete single activity record
- cleanup and rename route/controller functions
- Created At column added and displayed in human format
2018-04-27 21:35:50 -04:00
poppabear8883 07b8b4c299 (Feature) demo:seed command
Ability to add dummy data for demonstration or testing purposes.

This feature is in Alpha stages and will continue to improve over the
coming weeks.
2018-04-19 23:27:32 -04:00
HDVinnie 53af9b5e0a (Update) Invite System Enhancements
- Closes #248
- Ability to set invite expire time in config/other.php
- Daily command to recycle old expired invites that were never used
2018-03-31 14:51:17 -04:00
HDVinnie 3d1afae0d0 (Update) Refactor IRC Announce Bot 2018-03-04 22:54:39 -05:00
HDVinnie 8709100b42 (Update) Add Artisan commands for testing 2018-03-04 15:24:06 -05:00
HDVinnie 918e533a30 (Update) Reactor According To Linter Shift
In accordance with #119
2018-01-17 22:45:55 -05:00
Laravel Shift 635db06b15 Shift console commands 2018-01-18 01:04:21 +00:00
HDVinnie 9a807064d6 (Update) Personal Freeleech + Graveyard System + Freeleech Tokens
- Personal Freeleech System Reworked
- Graveyard Working (Beta, could use more love and will get it)
- Added Freeleech Tokens System To Couple With Graveyard
2018-01-15 20:51:20 -05:00
HDVinnie ab227b3adc (Update) Make PreWarning Its Own Command
- Set hourly and runs before actual autoWarning command
- Does not send prewarn PM if a real warning already exists for said
hitrun.
2018-01-03 11:08:17 -05:00
HDVinnie 207cad1c3c (Fix) Command Kernel 2017-12-19 14:19:53 -05:00
HDVinnie d91fb8387a (Fix) Commands Schedule 2017-12-15 23:51:04 -05:00
HDVinnie 3e02efbc59 (Update) Commands
- Renamed commands to make them more understanding
- Removed hardcode and linked instead to hitrun config file
- Fixed sender_id in multiple cases
2017-12-14 20:57:47 -05:00
poppabear8883 e58563c88e Reformatted per psr-2 coding standards 2017-12-12 21:50:27 -05:00
HDVinnie 5a32c2c38d (Release) UNIT3D v1.0
- BETA
- There are bugs and features not yet complete
- This is not recommended for production use
2017-12-10 21:06:18 -05:00