- requires new migration to be ran
- make sure to run `php artisan clear:all`
- This commit add soft deletes to warnings with the ability to restore
them as well.
- This fixes the issue where deleting a warning will only make the
autoWarning command reissue it again if said user still hasn’t met
seedtime requirement on said torrent.
- closes#288
- clean controller and model
- redo validation and creation/edits of messages are handled
- fix reciever_id to receiver_id
- fix receiver relation
- add PM icon on profile
- create PM menu as a partial
- update routes
- REQUIRES `php artisan migrate`
- update Peers table (rename hash to info_hash for consistency)
- update announce and torrent controller to match new column name
- major cleanup / refactor of torrent controller
- remove torrent rules from model into controller
- cleanup torrent, peer and torrentfile models
- THIS REQUIRES `php artisan migrate`
- Torrents Layout Setting
- You can now set your default torrents layout. Then when you visit
torrents icon in side nav it will automatically goto your preferred
torrents layout. You can find this new setting on your Account Settings
page.
- The default is the original Torrent List Layout.
- requires `php artisan migrate`
- - requires `php artisan clear:all`
Visually more appealing.
Will now reference urls in the message body.
Includes reported user AND reported by user.
Title now links to the torrent reported.
- Personal Freeleech System Reworked
- Graveyard Working (Beta, could use more love and will get it)
- Added Freeleech Tokens System To Couple With Graveyard
- Make UNIT3D more general friendly. On top of the icons from previous
commit there is now option to select if there will be meta for the
category or not. Movie and TV cats should have meta enabled. Music,
Apps and whatnot should not. If meta is not enabled for said category
then the meta block is hidden for said torrent or request on its
details page.
- #75
- Add Breadcrumbs
- Added missing group permissions/options
- Update Migration
- Cleanup/Refactor
- Note this does not fully close issue noted above. There is more to be
done which will be finalized in (Update) Groups System PT.2