Notes
- Be sure to run
php artisan queue:restart && sudo supervisorctl reread && sudo supervisorctl update && sudo supervisorctl reload && sudo systemctl restart php7.4-fpmafter updating. - Then run
php artisan tinker
$torrents = App\Models\Torrent::all();
foreach($torrents as $torrent) { $torrent->bumped_at = $torrent->created_at; $torrent->save(); } - You should then run
php artisan fetch:metato fetch meta data for your preexisting torrents. Depending on how many you have this can take some time. Make sure you leave terminal open while command is processing. Do NOT close until complete.
Pull Requests
- [#1467] (Refactor) Torrent Bumping, Thanks to [@HDVinnie]
- [#1467] (Refactor) Meta Data, Thanks to [@HDVinnie]
- [#1465] Update helper.js, Thanks to [@DrunkenMonkey1]
- [#1464] ZH Translation update, Thanks to [@ted423]
- [#1459] idiom, Thanks to [@Gideon75]
- [#1454] (Update) User Profiles, Thanks to [@HDVinnie]
- [#1453] (Update) Top Nav, Thanks to [@HDVinnie]
- [#1452] (Update) README, Thanks to [@VPEvents]
- [#1451] (Optimize) MassPM Function, Thanks to [@HDVinnie]
- [#1449] edit language, Thanks to [@Gideon75]
- [#1447] just a correct idioma, Thanks to [@Gideon75]
- [#1436] Laravel 8.x Shift, Thanks to [@HDVinnie]
- [#1463] Fix: [#1434] , [#1437], Thanks to [@fmohican]
- [#1462] Fix Regular Expressions to find inline HTML encoded special characters, Thanks to [@fmohican]
- [#1458] (Fix) Announce Controller Test, Thanks to [@HDVinnie]