- requires `php artisan migrate && php artisan clear:all` if not using
gitupdater
- Create A Torrent Request Anonymously
- Add Bounty To A Torrent Request Anonymously
- Fill A Torrent Request Anonymously
- closes#201
- Brings back torrent posters and rating on torrent list. Configurable
in users account settings.
- Load $client variable outside foreach loop! Thus drastically helping
load times and API/Redis hits.
- closes#395
- note that if a uploader is in a “Trusted” group meaning they bypass
moderation by staff then the Moderated By will be that users username
since the system auto approves there upload.
@yourguessismine I do agree the postpone icon should be `fa-pause`. Its better fit since reject already uses `fa-thumbs-down`. However it would be best fit it get changed globally in a different PR.
As always thanks for the contributions.
Add group color and icon to comment author username.
Remove "Author" and "By" from preceding the authors username.
Add 10px padding to the right of authors avatar.
Add group color and icon to comment author username.
Remove "Author" and "By" from preceding the authors username.
Add 10px padding to the right of authors avatar.
Add group color and icon to comment author username.
Remove "Author" and "By" from preceding the authors username.
Add 10px padding to the right of authors avatar.
Changed moderation postpone button icon to fa-pause.
- Fix Typo
- Add Recaptcha To Login Page
- Cleanup captcha config
NOTE: In order to use captcha on register and login pages you must have
a recaptcha account here. https://www.google.com/recaptcha/ and then
must enter your keys in the config/captcha.php and set enabled to true.
It is highly suggested you do this to avoid bot account signing up and
bot net attacks trying to brute force attack your site!
- New Layout
- New System Info Cards
- New SSL Info Card
- NOTE: You must run `npm run prod && php artisan clear:all`
- NOTE: You must install `sudo apt-get install php7.x-intl`
You need to replace 'x' by the actual php version you currently have
installed.