Releases: HDInnovations/UNIT3D-Community-Edition
UNIT3D-Community-Edition v8.1.0
Caution
Please do following before running php artisan git:update
command
Bring site offline with php artisan down
Edit your .env
file with sudo nano .env
manually rename these in .env and save and exit.
-BROADCAST_DRIVER=redis
-CACHE_DRIVER=redis
+BROADCAST_CONNECTION=redis
+CACHE_STORE=redis
Start updater php artisan git:update
PLEASE PAY CLOSE ATTENTION TO THESE REQUIRED CONFIG CHANGES!
What's Changed
- (Update) Group Requirements Page by @Obi-Wana in #3722
- (Update) two-factor-auth-form.blade.php lang by @BitPyrate in #3716
- (Fix) Call to a member function pluck() on array by @LostRager in #3717
- (Fix) Duplicate data-type-id attribute on torrent row component by @crKtv in #3731
- (Fix) Bug #3729 by @HDVinnie in #3733
- (Fix) Bug #3724 by @HDVinnie in #3734
- (Update) Dependencies by @HDVinnie in #3737
- (Fix) Helpdesk Route by @HDVinnie in #3738
- (Add) Request #3676 by @HDVinnie in #3742
- (Update) TMDb/IMDb icons for meta partials by @EkoNesLeg in #3743
- (Update) Images by @HDVinnie in #3749
- (Add) Missing media search by @Obi-Wana in #3753
- (Update) User profile invite persmission - 2fa by @Audionut in #3754
- (Update) Warning Notifications by @HDVinnie in #3757
- (Fix) Group Validation by @HDVinnie in #3755
- (Fix) Playlist permissions by @HDVinnie in #3758
- (Fix) Primary language metadata class by @MiM-MiM in #3760
- (Refactor) Change input type for better 2FA inference by @EkoNesLeg in #3759
- (Add) Request #3745 by @HDVinnie in #3762
- (Fix) Viewing stats from external tracker by @Roardom in #3764
- (Fix) All torrents should be added to the external tracker by @Roardom in #3765
- (Fix) Add/remove featured torrents to external tracker by @Roardom in #3766
- (Fix) Connectivity check on external tracker by @Roardom in #3767
- (Fix) Refresh the torrent before sending to external tracker by @Roardom in #3768
- (Update) API Torrent Resource by @Audionut in #3771
- (Update) Meta data by @HDVinnie in #3773
- (Update) Laravel 11 by @HDVinnie in #3774
- (Fix) User Search by @HDVinnie in #3775
- (Update) Disable PHP announce when external tracker is enabled by @Roardom in #3781
- (Fix) Topic reads on home page by @Roardom in #3780
- (Update) Automatically resize textarea input depending on content by @Roardom in #3779
- (Fix) Bug #3752 by @HDVinnie in #3782
- (Release) v8.1.0 by @HDVinnie in #3783
New Contributors
- @BitPyrate made their first contribution in #3716
- @Audionut made their first contribution in #3754
Full Changelog: v8.0.2...v8.1.0
UNIT3D-Community-Edition v8.0.2
What's Changed
- (Fix) Bug #3706 by @HDVinnie in #3707
- (Fix) Bug #3687 by @HDVinnie in #3709
- (Fix) Announce: Seeder not getting Leecher Peers by @Alkl58 in #3710
- (Fix) Bug #3708 by @HDVinnie in #3711
- (Fix) Welcome back message not showing up correctly by @LostRager in #3712
- (Release) v8.0.2 by @HDVinnie in #3715
Full Changelog: v8.0.1...v8.0.2
UNIT3D-Community-Edition v8.0.1
What's Changed
- (Refactor) AutoGroup User Assignment by @EkoNesLeg in #3691
- (Fix) Ticket attachment upload by @Alkl58 in #3694
- (Fix) Torrent row with null meta by @LostRager in #3695
- (Add) Image attachments to ticket create form by @Alkl58 in #3696
- (Update) Enhanced Notification Dot by @EkoNesLeg in #3697
- (Release) v8.0.1 by @HDVinnie in #3701
Full Changelog: v8.0.0...v8.0.1
UNIT3D-Community-Edition v8.0.0
Note
UNIT3D v8.0.0 require Bun. https://bun.sh We have dropped Mix and NPM in favor of Vite and Bun. So please install it before updating your website. curl -fsSL https://bun.sh/install | bash
. This does not apply to new installs as the installer will do this for you. Because NPM and MIX has been dropped you SHOULD also pull the latest app/Console/Commands/GitUpdater.php
in master branch to your server before running php artisan git:update
. You should also be on PHP 8.3
. Lastly in you .env
file please find MIX_ECHO_ADDRESS
and change it to VITE_ECHO_ADDRESS
.
What's Changed
- (Fix) Case insensitivity duplicate checking in keyword upsert by @Roardom in #3424
- (Fix) Indonesia vs India localization typo by @Roardom in #3425
- (Fix) Some Livewire types take 2 by @Roardom in #3426
- (Update) Use csp-compatible alpinejs for toggles by @Roardom in #3430
- (Refactor) Remove unused alpinejs by @Roardom in #3432
- (Fix) Various Css cleanup fixes by @Roardom in #3433
- (Fix) Application approval dialog button by @Roardom in #3438
- (Fix) Add user to watchlist button by @Roardom in #3439
- (Add) Torrent leak search by @Roardom in #3440
- (Update) Limit user edit interval for torrents/requests by @Roardom in #3441
- (Chore) Bumped minimum version number in README by @ipkpjersi in #3442
- (Fix) Sticky header disappearing due to sticky footer implementation by @Roardom in #3434
- Output torrent name during fetch:meta execution by @costaht in #3444
- (Fix) Quickly ticking torrents on similar page by @Roardom in #3445
- (Fix) Allow paragraph formatting in reports by @Roardom in #3447
- (Fix) Hide advanced search text by @Roardom in #3450
- (Add) Upload snatches to extra stats by @Roardom in #3452
- (Add) Config option to toggle torrent thanks button by @Roardom in #3453
- (Fix) Hiding featured torrent panel when none exist by @Roardom in #3454
- (Add) Filters to person search by @Roardom in #3456
- (Update) Group histories and uploads by month by @Roardom in #3458
- (Add) Ability to edit user notes by @Roardom in #3459
- (Update) User search filters by @Roardom in #3460
- (Fix) Group order in various locations by @Roardom in #3461
- (Update) Treat non existing permissions as denied by @Roardom in #3463
- (Fix) Handling of null users when topics have no posts with valid users by @Roardom in #3464
- (Fix) User uploads class to control page width by @Roardom in #3465
- (Fix) List styling when users use invalid bbcode list items by @Roardom in #3466
- (Fix) User profile edit two bbcode input editors conflict by @Roardom in #3467
- (Fix) Include localization for password validation by @Roardom in #3468
- (Update) Don't change the freeleech/double upload when featured by @Roardom in #3472
- (Remove) Old images by @HDVinnie in #3473
- (Fix) Revision of errors in Ukrainian translation and translation of untranslated lines by @crisukbot in #3462
- (Fix) Data table border by @Roardom in #3474
- (Fix) Panel header link colors by @Roardom in #3475
- (Fix) Only count active peers by @Roardom in #3477
- (Remove) User ratings source by @Roardom in #3478
- (Add) Random media block by @Roardom in #3479
- (Update) Use queued announce updates by @Roardom in #3448
- (Fix) Data table border by @Roardom in #3484
- (Fix) Posts index eager load by @Roardom in #3481
- (Add) Emphasis to bookmark button when bookmarked and show bookmark count by @Roardom in #3482
- (Refactor) Chatbox html by @Roardom in #3483
- (Update) Add EUR and CZE regions to regions seeder by @Roardom in #3487
- (Update) Clarify required values on upload form by @Roardom in #3488
- (Fix) Gift bon text and don't show button to oneself by @Roardom in #3490
- (Fix) Non-accessible profile links by @Roardom in #3491
- (Update) Only allow staff to delete helpdesk tickets by @Roardom in #3492
- (Add) Model docblocks by @HDVinnie in #3493
- (Update) Require 2fa to invite users by @Roardom in #3489
- (Add) Classes to home page blocks by @Roardom in #3496
- (Update) sanitize bbcode preview by @Roardom in #3497
- (Update) Update slot-limited peers but exclude from peer lists by @Roardom in #3494
- (Add) Automatic torrent freeleeches by @Roardom in #3486
- (Update) Allow users in the editor group to search via regex by @Roardom in #3498
- (Update) Allow customization of group requirements by @Roardom in #3495
- (Fix) Swap order of xss cleaning and bbcode parsing in bbcode preview by @Roardom in #3499
- (Add) System required groups validation by @HDVinnie in #3502
- (Fix) User search by @Roardom in #3505
- (Fix) Limit image size in forum signatures by @Roardom in #3508
- (Update) Toggle checkbox grid row/column when clicking header by @Roardom in #3510
- (Fix) Limit maximum image height in chatbox by @Roardom in #3507
- (Fix) Namespace rate limiters by @Roardom in #3501
- (Update) Normalize forums a little more by @Roardom in #3503
- (Fix) bullet design when users use invalid bbcode by @Roardom in #3513
- (Update) Wiki index by @edge20200 in #3504
- (Update) remove
show_forum
permission by @Roardom in #3511 - (Update) Separate Vue Chat from Global JS. by @clandestine8 in #3514
- (Update) Separate forum categories into their own model by @Roardom in #3519
- (Update) Audit log exclusions by @Roardom in #3520
- (Update) Improve test speed by @Roardom in #3521
- (Fix) Only use the query builder and not eloquent in migrations by @Roardom in #3522
- (Fix) Select peer during the lock instead of before it by @Roardom...
UNIT3D-Community-Edition v7.2.5
What's Changed
- (Refactor) Make deletion confirmations consistent by @Roardom in #3388
- (Add) Editor group by @HDVinnie in #3389
- (Fix) Missing mediainfo returning empty string instead of null by @Roardom in #3394
- (Fix) Clear cache of some overview stats that rely on user data by @Roardom in #3398
- (Update) Improve sync peers command by @Roardom in #3401
- (Update) Improve highspeed tag query performance by @Roardom in #3400
- (Update) Remove eloquent updated in commands by @Roardom in #3402
- (Add) Staff torrent download search by @Roardom in #3404
- (Fix) Web rate limiter by @Roardom in #3406
- (Update) Fortify by @HDVinnie in #3407
- (Update) Move all swal popups inside script tags by @Roardom in #3410
- (Fix) Long forum post author title wrapping by @Roardom in #3408
- (Add) Email logging by @Roardom in #3414
- (Refactor) Move scss files to fit 7-1 sass architecture conventions by @Roardom in #3415
- (Fix) Fortify Rate Limiters by @HDVinnie in #3409
- (Update) Use Alpine JS components for form dialogs by @Roardom in #3416
- (Add) Adult filter to advanced torrent search by @Roardom in #3417
- (Fix) Unable to clear date filter fields on torrent search by @Roardom in #3419
- (Update) Use fast default filter for torrent download search group by @Roardom in #3420
- (Fix) Torrent download search type search by @Roardom in #3421
- (Fix) Freeleech button js by @Roardom in #3422
- (Release) v7.2.5 by @HDVinnie in #3423
Full Changelog: v7.2.4...v7.2.5
UNIT3D-Community-Edition v7.2.4
What's Changed
Full Changelog: v7.2.3...v7.2.4
UNIT3D-Community-Edition v7.2.3
What's Changed
- (Fix) Cards with null meta by @Roardom in #3373
- (Update) Redesign yearly overview system by @Roardom in #3376
- (Update) Use 64 bit integer for history id by @Roardom in #3377
- (Add) Yearly overview system by @HDVinnie in #3367
- (Update) Allow empty peer id prefix for client blacklist by @Roardom in #3378
- (Fix) Style issues by @Roardom in #3379
- (Update) Add back props to blade components by @Roardom in #3384
- (Fix) Some Livewire types by @Roardom in #3380
- (Release) v7.2.3 by @HDVinnie in #3385
Full Changelog: v7.2.2...v7.2.3
UNIT3D-Community-Edition v7.2.2
UNIT3D-Community-Edition v7.2.1
What's Changed
- (Update) Clean up stylesheets by @Roardom in #3315
- (Remove) Unused CSS by @HDVinnie in #3314
- (Update) Sort specials in torrent grouping by @Roardom in #3327
- (Update) Sort warnings by active first by @Roardom in #3328
- (Update) Warn user about unrecognized torrent clients by @Roardom in #3330
- (Update) Cast int announce query parameters to ints by @Roardom in #2989
- (Fix) Incorrect optional label for meta ids on torrent edit form by @Roardom in #3335
- (Fix) Only show subtitles from approved torrents by @Roardom in #3336
- (Update) Enforce max torrents per page by @Roardom in #3337
- (Update) Block system reserved ports by @Roardom in #3329
- (Fix) nfo line height styles by @Roardom in #3338
- (Update) IP Ban System by @HDVinnie in #3344
- (Fix) More reasonable torrent form max sizes by @Roardom in #3342
- (Update) Announce by @HDVinnie in #3345
- (Update) Enforce octane compatibility with phpstan by @Roardom in #3346
- (Fix) Replace
nunomaduro/larastan
withlarastan/larastan
by @Roardom in #3347 - (Refactor) Support livewire computed properties in larastan by @Roardom in #3348
- (Fix) Theme Stats by @HDVinnie in #3349
- (Update) use peer id for client blacklist instead of user agent by @Roardom in #2828
- (Fix) Unhandled null in resources/views/components/torrent/card.blade… by @clandestine8 in #3353
- (Fix) Some larastan errors in helpers by @Roardom in #3350
- (Refactor) ENUMS by @HDVinnie in #3356
- (Fix) User Deletes by @HDVinnie in #3355
- (Update) Traditional Chinese Translations by @Yswag in #3351
- (Refactor) Increase phpstan level by @Roardom in #3358
- (Update) Meta trailers by @HDVinnie in #3360
- (Fix) Calling formatByte helper with a null argument by @Roardom in #3361
- (Refactor) Add other directories to phpstan by @Roardom in #3359
- (Refactor) Deprecated rules by @HDVinnie in #3362
- (Update) Improve not enough bon for torrent request error message by @Roardom in #3364
- (Fix) Allow uploading subtitles to unapproved torrents by @Roardom in #3368
- (Release) v7.2.1 by @HDVinnie in #3370
New Contributors
Full Changelog: v7.2.0...v7.2.1
UNIT3D-Community-Edition v7.2.0
What's Changed
- (Add) Tracker request rate stats to staff dashboard by @Roardom in #3296
- (Fix) Mass Validate Users by @LostRager in #3298
- (Update) use
array_is_list
when bencode by @Rhilip in #3297 - (Fix) Staff History Search by @HDVinnie in #3300
- (Fix) Error 500 on login when invalid username by @Obi-Wana in #3301
- (Refactor) Use plural table names by @Roardom in #3304
- (Refactor) Format blade files using prettier by @Roardom in #3234
- (Add) Requests per second metric tracking by @Roardom in #3306
- (Update) New material design v3 themes by @Roardom in #3308
- (Update) Decrease chatbox font size from 18px to 16px by @Roardom in #3309
- (Add) Filter torrent search by primary language by @Roardom in #3310
- (Update) Collection view by @Roardom in #3311
- (Update) Download check view by @Roardom in #3312
- (Fix) Playlists and article cards in amoled theme by @Roardom in #3313
- (Update) Wikis to current code practices by @Roardom in #3320
- (Add) Wikis System by @HDVinnie in #3303
- (Update) Bbcode improvements by @Roardom in #3322
- (Fix) Null primary language by @Roardom in #3323
- (Fix) Tmdb service types by @Roardom in #3115
- (Security) Chatbox by @HDVinnie in #3324
- (Release) v7.2.0 by @HDVinnie in #3325
New Contributors
Full Changelog: v7.1.3...v7.2.0