TorrentPier Cattle. Версия 2.8.4
Ссылка:
Release v2.8.4 · torrentpier/torrentpier
Чейнджлог:
Comparing v2.8.3...v2.8.4 · torrentpier/torrentpier
New Contributors
Ссылка:
Release v2.8.4 · torrentpier/torrentpier
Чейнджлог:
Comparing v2.8.3...v2.8.4 · torrentpier/torrentpier
Features
- (installer) Add web server config guidance post-installation (#2086) - (414c916)
- (log action) Show torrent delete action (#2061) - (4e79ea1)
- (log action) Show torrent register action (#2060) - (8507d62)
- (view_torrent.php) Added checking auth to download (#2067) - (f02df3d)
- (vote topic) Improved functionality & implemented caching (#2063) - (b48a7bc)
- Bring back bb_exit() & prn_r() functions (#2114) - (3dc5826)
- Allow setting custom ban reason when banning users (#2094) - (006ea21)
- Bring back support seo_url function in Sitemap.php (#2093) - (f3027f4)
- Add system information dashboard to admin panel (#2092) - (479696e)
- Enhance client IP detection with trusted proxy validation (#2085) - (c3cb8b6)
- Add clear button for file upload input in posting_attach.tpl (#2072) - (13e2603)
- Prevent robots indexing for private topics (#2071) - (9243b12)
- Added check for frozen torrent in playback_m3u.php (#2065) - (20184a5)
- Add option to use original torrent filenames for downloads (#2064) - (9246868)
- Added check for demo-mode in admin_robots.php and admin_sitemap.php (#2046) - (49931d1)
- Restore some deprecated code for backward compatibility (#2028) - (4e91f59)
Bug Fixes
- (ACP) A non-numeric value encountered for stats (#2073) - (2055ef5)
- (Attach.php) Trying to access array offset on value of type null (#2075) - (07b3c7f)
- (cookie) Correct cookie value handling and add SameSite support (#2115) - (1da3fc5)
- (i18n) Support deep merge for nested translation keys (#2131) - (e71bb24)
- Prevent robots indexing for login & registration pages (#2116) - (4e71b5c)
- Prevent showing meta description if defined HAS_DIED (#2070) - (7858cb4)
- Make Ajax::$action property nullable to handle missing POST parameter (#2066) - (41e5de8)
- Handle Nette DateTime objects in birthday validation (#2032) - (6e7e3dd)
New translations
Dependencies
Refactor
Miscellaneous
- (docker) Configure MySQL charset and collation (#2102) - (d1d97bc)
- Some minor improvements & updated Docker setup instructions (#2101) - (8d4ecd8)
- Added missing mysqli extension in README (#2130) - (e20cadf)
- Force disable reg_email_activation in demo mode (#2129) - (e51b128)
- Minor improvements (#2126) - (f758d38)
- Docker support (#2100) - (7388f47)
- Fixed incorrect installation guidlines in README.md (#2090) - (4dc7662)
- Use text captcha driver by default (#2084) - (63dedfc)
- Some minor improvements (#2076) - (ca337f6)
- Some minor improvements (#2068) - (b793a6e)
- Removed deploy pipeline (#2047) - (144aa05)
Revert
- Demo mode: Save user language in cookies (#2128) - (a5ad7ba)
- "refactor: Moved Select class into Legacy\Common (#1846)" - (d2f5971)
New Contributors
- @advancedalloy made their first contribution