- 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.
- 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
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.
- 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
- Personal Freeleech System Reworked
- Graveyard Working (Beta, could use more love and will get it)
- Added Freeleech Tokens System To Couple With Graveyard