Skip to content

Releases: HDInnovations/UNIT3D-Community-Edition

UNIT3D-Community-Edition v6.0.2

28 Feb 10:22
12f90d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.1...v6.0.2

UNIT3D-Community-Edition v6.0.1

17 Feb 06:10
013051b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.0.1

UNIT3D-Community-Edition v6.0.0

09 Feb 17:51
f29d31d
Compare
Choose a tag to compare

Note

Before update make sure you are on PHP 8.1. https://github.com/HDInnovations/UNIT3D-Community-Edition/discussions/2015
Before update make sure you are on latest composer. Run composer self-update

After update run php artisan db:seed --class=RegionsTableSeeder && php artisan db:seed --class=DistributorsTableSeeder && php artisan cache:clear

What's Changed

Read more

UNIT3D-Community-Edition v5.3.0

30 May 00:00
Compare
Choose a tag to compare

Pull Requests

  • [#1775] (Fix) Remove line breaks from BBcode, fix URLs without scheme in Linkify, add noreferrer, Thanks to [@Oha-you]
  • [#1770] (Fix) Add subtitle file validation, remove .ico, edit rules, Thanks to [@Oha-you]
  • [#1764] (Add) Use a different color for visited torrent links, Thanks to [@Oha-you]
  • [#1761] (Refactor) Polls markup and styles, don't auto-add question mark, Thanks to [@Oha-you]
  • [#1759] docs: add Oha-you as a contributor, Thanks to [@allcontributors][bot]
  • [#1726] (Add) Validate if files inside torrents have valid filenames, Thanks to [@Oha-you]
  • [#1715] (Update) About Me in Profile: don't limit to 500 chars, add wysibb, remove badge style, Thanks to [@Oha-you]
  • [#1714] (Update) Danish translations + add missing language strings ticket system, Thanks to [@Globbered]
  • [#1684] (Add) Markdown Features, Thanks to [@Roardom]
  • [#1668] (Feature) Add Staff & User Ticket Notifications, Thanks to [@Obi-Wana]
  • [#1785] prevent users to edit private RSS feed by others, Thanks to [@Obi-Wana]
  • [#1782] build(deps): bump ws from 7.4.4 to 7.4.6, Thanks to [@dependabot][bot]
  • [#1780] build(deps): bump dns-packet from 1.3.1 to 1.3.4, Thanks to [@dependabot][bot]
  • [#1772] (Refactor) Graveyard, Thanks to [@HDVinnie]
  • [#1769] (Update) Improve Linkify, escape special chars for BBcode, Thanks to [@Oha-you]
  • [#1766] (Refactor) Torrent metadata, dynamic BGs, use thumbs instead of full-sized images, Thanks to [@Oha-you]
  • [#1762] (Refactor) Homepage featured carousel/slider block, Thanks to [@Oha-you]
  • [#1720] (Update) Readme: mention demo:seed command, Thanks to [@Oha-you]
  • [#1710] build(deps): bump phpseclib/phpseclib from 2.0.30 to 2.0.31, Thanks to [@dependabot][bot]
  • [#1706] (Update) Norwegian Lang, Thanks to [@HDVinnie]
  • [#1694] (Refactor) Torrent Requests Search, Thanks to [@HDVinnie]
  • [#1690] (Improve) Ticket Tool Notifications, Thanks to [@Obi-Wana]
  • [#1676] An Option to cleanup the Menu a bit, Thanks to [@LewdNeko-chan]
  • [#1673] (Update) Similar Torrents View, Thanks to [@HDVinnie]
  • [#1672] (Refactor) Livewire Components and Views, Thanks to [@HDVinnie]
  • [#1664] (Update) German Translation improvements, Thanks to [@Alkl58]
  • [#1778] (Refactor) Modal styles and markup, center vertically, fix Light theme styles, Thanks to [@Oha-you]
  • [#1767] (Fix) A batch of front-end fixes for torrents and forum posts, Thanks to [@Oha-you]
  • [#1765] (Fix) Set Light theme as default for new users, Thanks to [@Oha-you]
  • [#1763] (Fix) Set IMDB to zero by default, don't check it in js, Thanks to [@Oha-you]
  • [#1760] (Fix) Upload page: ajax preview description, save values, don't replace, Thanks to [@Oha-you]
  • [#1758] (Fix) Allow pressing Enter in input fields, fix user's torrent search, Thanks to [@Oha-you]
  • [#1757] (Fix) Convert unix-style line breaks to
    for BBcode, Thanks to [@Oha-you]
  • [#1756] (Fix) Torrent filter settings saving, CSRF value for jquery ajax, Thanks to [@Oha-you]
  • [#1749] (Fix) Prevent CSP error caused by inline void javascript in left menu, Thanks to [@Oha-you]
  • [#1747] Fix 500 Error due to Cookie Consent Message, Thanks to [@Alkl58]
  • [#1746] (Fix) Profile: optimize SQL query for uploads count, Thanks to [@Oha-you]
  • [#1745] (Fix) Auto pruning with artisan auto:disable_inactive_users, Thanks to [@Oha-you]
  • [#1743] (Fix) Demo data generation with demo:seed, Thanks to [@Oha-you]
  • [#1730] (Fix) Check filenames properly, use separate function without '/', Thanks to [@Oha-you]
  • [#1717] (Fix) Spoilers on Pages with markdown, Thanks to [@Oha-you]
  • [#1713] (Fix) Metadata: placeholders for actor photos, make them clickable, Thanks to [@Oha-you]

Commits Direct To Master

UNIT3D-Community-Edition v5.2.0

10 Mar 18:21
Compare
Choose a tag to compare

Notes

  • After updating be sure to run php artisan db:seed --class=TicketCategoriesTableSeeder and php artisan db:seed --class=TicketPrioritiesTableSeeder to seed the DB with required data for the new Helpdesk Ticket system. Fresh installs do NOT require this as the installer does it for you!

Pull Requests

Commits Direct To Master

UNIT3D-Community-Edition v5.1.0

07 Jan 03:47
Compare
Choose a tag to compare

Notes

  • npm run prod is now npx mix -p

Pull Requests

Commits Direct To Master

UNIT3D-Community-Edition v5.0.0

18 Dec 05:31
Compare
Choose a tag to compare

Notes

Pull Requests

Commits Direct To Master

UNIT3D-Community-Edition v4.0.0

28 Oct 23:33
e0a14c3
Compare
Choose a tag to compare

Notes

  • Be sure to run php artisan queue:restart && sudo supervisorctl reread && sudo supervisorctl update && sudo supervisorctl reload && sudo systemctl restart php7.4-fpm after 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:meta to 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

Commits Direct To Master

UNIT3D-Community-Edition v3.0.0

04 Sep 16:14
e800ba7
Compare
Choose a tag to compare

Notes

  • Be sure to run php artisan queue:restart && sudo supervisorctl reread && sudo supervisorctl update && sudo supervisorctl reload

Pull Requests

  • [#1369] (Refactor) PHP Announce, Thanks to [@HDVinnie]
  • [#1425] minor language corrections, Thanks to [@Gideon75]
  • [#1421] (Update) Italian Translations, Thanks to [@Gideon75]
  • [#1430] (Fix) atomic counter updates in SubtitleController, Thanks to [@howardlau1999]
  • [#1427] (Fix) user profile totals and user info in posts, Thanks to [@werrpy]
  • [#1419] Fixes featured torrents not being set to freeleech and doubleup when …, Thanks to [@PyR8zdl]

Commits Direct To Master

UNIT3D-Community-Edition v2.7.0

27 Jul 16:13
Compare
Choose a tag to compare

Reference

Jackett Jackett/Jackett#9102

Pull Requests

Commits Direct To Master