Commit Graph

196 Commits

Author SHA1 Message Date
Hyleus 4d459cc1bb Improve strings for custom CSS 2017-12-22 10:15:19 +01:00
Hyleus 3abc0e22e7 Use the custom CSS if one if one is selected 2017-12-21 20:17:46 +01:00
Hyleus 222d2e6d2d Add the ability to set a custom CSS URL 2017-12-21 16:56:43 +01:00
HDVinnie 4d082d3972 (Feature) Torrent Activity/Status Indicators
- Closes #64
- 4 User Status Indicators Added
- Currently Seeding!, Currently Leeching!, Started Downloading But
Never Completed!, You Completed This Download But Are No Longer Seeding
It!
2017-12-20 15:01:38 -05:00
HDVinnie a9f90bb142 (Fix) Automated Request PMs 2017-12-20 14:32:34 -05:00
HDVinnie 9252df446b (Fix) Estimated Ratio after Download
- refactoring to torrent controller and torrents blade were needed to
separate uploader & user variable.
2017-12-20 12:49:35 -05:00
HDVinnie 5b62fc384b Merge pull request #63 from Hyleus/url-matcher-fix
Accept any URL that is valid under RFC 2396
2017-12-20 11:10:21 -05:00
Hyleus 6064444eda Accept only valid filter results 2017-12-20 17:08:11 +01:00
HDVinnie 845071f537 (Fix) Registration Lang & Welcome AutoShout 2017-12-20 11:04:48 -05:00
Hyleus 06a8f561a5 Merge branch 'master' of https://github.com/UNIT3D/UNIT3D into url-matcher-fix 2017-12-20 17:04:40 +01:00
Hyleus b6f8de26f5 Accept any URL that is valid under RFC 2396 2017-12-20 17:04:15 +01:00
HDVinnie 2ab3c777b3 (Fix) BON Tip PM 2017-12-20 10:18:44 -05:00
HDVinnie 7b2e4b50b0 (Fix) Welcome PM 2017-12-20 10:18:30 -05:00
HDVinnie 25771589b5 (Update) Forums Layout / Styling 2017-12-20 10:13:30 -05:00
HDVinnie 7fd2dd312f (Fix) Typo In Featured Torrent AutoShout 2017-12-20 10:01:15 -05:00
HDVinnie 7f4122343c (Fix) Ban / Unban User 2017-12-20 08:40:31 -05:00
HDVinnie ba8aee77d3 (Update) Use System ID 1
- no longer use 0
2017-12-20 07:32:17 -05:00
HDVinnie d5175b696b (Update) untilRatio function 2017-12-20 07:18:26 -05:00
HDVinnie 0e8eece04f (Cleanup) Forums Topic View 2017-12-19 17:59:10 -05:00
HDVinnie 51243181de (Update) Fluidize Ratio Bar 2017-12-19 16:15:27 -05:00
HDVinnie dda4ac93fb (Update) Example env + database config 2017-12-19 15:52:11 -05:00
HDVinnie 9b31412bc3 (Fix) MassPM 2017-12-19 14:48:03 -05:00
HDVinnie 207cad1c3c (Fix) Command Kernel 2017-12-19 14:19:53 -05:00
HDVinnie c428210232 Merge pull request #62 from Hyleus/size-helper-fix
Fix the byte formatting method
2017-12-19 12:08:21 -05:00
Hyleus db90ee7402 Merge branch 'master' of https://github.com/UNIT3D/UNIT3D into size-helper-fix 2017-12-19 17:56:02 +01:00
Hyleus f7f301fcd4 Fix the bytes formatting 2017-12-19 17:51:26 +01:00
HDVinnie 371d38b492 Merge pull request #59 from Hyleus/url-matcher-fix
Fix the URL matcher
2017-12-19 09:37:29 -05:00
HDVinnie aea03d9703 (Update) User Profile Blade 2017-12-19 09:27:42 -05:00
HDVinnie 482b0aab60 (Update) Ban System
- Cannot ban/unban yourself or other staff
2017-12-19 09:18:54 -05:00
Hyleus c0c52d2889 Fix the URL matcher 2017-12-19 00:55:38 +01:00
HDVinnie 7551882a53 (Update) English Localization 2017-12-16 20:17:55 -05:00
HDVinnie 5d79fe2294 (Add) Intervention Image Config 2017-12-16 20:17:34 -05:00
HDVinnie 0fe491a0e8 Merge pull request #56 from Hyleus/download-check-pending
Show pending status in download check
2017-12-16 07:54:32 -05:00
Hyleus 318933d71c Show pending status in download check 2017-12-16 08:50:02 +01:00
HDVinnie d91fb8387a (Fix) Commands Schedule 2017-12-15 23:51:04 -05:00
HDVinnie 77a8c2140a (Update) NOTICE OF LICENSE
- Updated Author Names To Match GitHub Usernames For Clarity.
2017-12-15 22:45:37 -05:00
HDVinnie ff5adc0a1d Merge pull request #54 from Hyleus/ratio-preview
Display the amount that can still be downloaded.
2017-12-15 13:19:43 -05:00
HDVinnie 3dcfb71579 Update download_check.blade.php
use <br> over <br/> as HTML5 standard
2017-12-15 13:19:30 -05:00
Hyleus 0323deea1a Display the buffer amount in the header bar 2017-12-15 19:09:15 +01:00
Hyleus bdba707510 Fix the message in the download check pages 2017-12-15 18:33:41 +01:00
Hyleus 4a81b7044e Display the amount that can still be downloaded.
This adds a line of text that displays the amount until the user falls
under the required ratio.
2017-12-15 18:07:57 +01:00
HDVinnie d7afbfc74b Merge pull request #53 from Hyleus/estimated-ratio
Add an estimated ratio
2017-12-15 08:26:03 -05:00
Hyleus b60a25e8ff Add a row for the estimated ratio 2017-12-15 12:55:31 +01:00
Hyleus 09b3fbd45b Fix getRatioString function 2017-12-15 12:45:22 +01:00
HDVinnie 3e02efbc59 (Update) Commands
- Renamed commands to make them more understanding
- Removed hardcode and linked instead to hitrun config file
- Fixed sender_id in multiple cases
2017-12-14 20:57:47 -05:00
HDVinnie 4d8b0a8ad3 (Add) Ability To Edit Comments
- User can edit own comments
- Staff can edit all comments
- Added wysibb to article comments
- Some cleanup
- closes #50
2017-12-14 15:49:18 -05:00
HDVinnie f57e6be056 Merge pull request #51 from Hyleus/ratio-stat-fix
Prettify the visible ratio
2017-12-14 15:48:43 -05:00
Hyleus 03df2bd8f4 Simplify User.php 2017-12-14 21:43:54 +01:00
Hyleus e53ee5b569 Change the function for displaying ratio 2017-12-14 21:33:27 +01:00
Hyleus 918041d0fa Improve ratio calculation 2017-12-14 21:28:45 +01:00