Commit Graph

6894 Commits

Author SHA1 Message Date
Roardom cac080e35b update: move editing/internal/moderation controls
Move editing/internal/moderation controls to dedicated panel
2021-09-03 04:39:04 +00:00
Roardom eed3687d74 add: more torrent statuses to discounts
Add more torrent status to discounts in torrent general info
2021-09-03 04:38:29 +00:00
Roardom a33bfbf5eb update: condense freeleech/double upload discounts
Only show 1 icon for freeleech regardless of how many freeleech discounts have been assigned. Same with double upload.
Convert all discounts to icons with the discount displayed in tooltip.
2021-09-03 04:38:04 +00:00
Roardom b01ad585a6 update: move "use a freeleech token" button
Move "Use a freeleech token" button to beside the download button to condense space
2021-09-03 04:37:43 +00:00
Roardom 9e0a115b56 update: move torrent timestamp and estimated ratio
Move torrent timestamp and estimated ratio into tooltips to condense space
2021-09-03 04:37:22 +00:00
Roardom 8b97afb503 update: move "view peers" and "view history"
Links the "View Peers" and "View History" pages into the seeds/leeches and completed stats respectively to condense space
2021-09-03 04:36:58 +00:00
HDVinnie 16b39f5753 Merge pull request #1882 from Roardom/master
(Update) Reseed requests
2021-09-02 03:45:13 -04:00
Roardom 126a8f58d3 update: reseed requests
Only show the reseed request button if user is currently leeching
2021-08-30 19:30:27 +00:00
HDVinnie 89569e0915 fix: tmdb trailers 2021-08-24 20:37:07 -04:00
HDVinnie cb2340601b fix: tmdb trailers 2021-08-24 18:29:05 -04:00
HDVinnie 8d1be0162b Apply fixes from StyleCI
[ci skip] [skip ci]
2021-08-24 05:49:40 +00:00
HDVinnie 0e8f24b721 fix: process basic announce request job
- you cannot throw a tracker exception to be returned to client from within a job in queue. Instead we kill the job.
2021-08-24 01:48:31 -04:00
HDVinnie b3c9c07761 update: mediainfo helper 2021-08-23 02:44:28 -04:00
HDVinnie b6e1fc9dc9 fix: #1839
- note other languages besides English are not supported. However this fixes the Undefined array key "format".
2021-08-23 02:06:37 -04:00
HDVinnie 78df5e7cca update: torrent audit + mediainfo accordion to alpine 2021-08-20 11:18:53 -04:00
HDVinnie 3a28b17acf fix: #1656 2021-08-20 10:18:29 -04:00
HDVinnie 1e1053f802 update: custom.js 2021-08-20 10:04:05 -04:00
HDVinnie 1a958f947e fix: #1876 2021-08-19 22:07:19 -04:00
HDVinnie edb77e6b6c fix: #1873 #1875 2021-08-17 20:08:57 -04:00
HDVinnie f4cc08745e fix: #1874 2021-08-17 20:07:57 -04:00
clandestine8 43fa129492 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-08-14 22:14:29 +00:00
clandestine8 de4f4dcb0a Add: Proxy Support via .env
Set PROXY_SCHEME=https when using a Proxy for HTTPS
Set FORCE_ROOT_URL to override the URL used for route variables.
2021-08-14 18:13:48 -04:00
HDVinnie 9f5fecca9c Apply fixes from StyleCI
[ci skip] [skip ci]
2021-08-11 19:52:46 +00:00
HDVinnie 664789de79 update: livewire similar torrent component
- Foreach Items Assign To Empty Array To Assign
 - Simplify If Else To Ternary
2021-08-11 15:23:22 -04:00
HDVinnie 99a355e804 update: livewire backup panel component
- Explicit Bool Compare
2021-08-11 15:22:18 -04:00
HDVinnie e7215da7eb update: bonus controller
- Simplify Bool Identical True
2021-08-11 15:21:01 -04:00
HDVinnie 46e5bc3f95 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-08-11 19:20:11 +00:00
HDVinnie 291593ae06 update: helpers.php
- Simplify If Else To Ternary
2021-08-11 15:19:37 -04:00
HDVinnie 98b0ce08fc fix: torrent keywords search 2021-08-11 06:41:53 -04:00
HDVinnie 2820fcfc52 update: torrent.blade.php 2021-08-10 23:07:12 -04:00
HDVinnie aac6f944bf Merge pull request #1868 from Roardom/master
(Add) HTML ID to torrent page
2021-08-10 21:23:37 -04:00
Roardom 6a3252190c add: HTML ID to torrent page
Also fixed indenting
2021-08-11 00:33:00 +00:00
HDVinnie 10af38557e fix: mysql-schema.dump 2021-08-10 19:53:24 -04:00
HDVinnie a83f21956e update: squash migrations
- Squashing Migrations
2021-08-10 19:29:34 -04:00
HDVinnie dcbb4753d4 fix: #1867
- close #1867
- torrent cards and grouping have been removed. They will be added again via Livewire and AlpineJS soon.
- NOTE: To avoid errors for users who have there default torrent layout as the now removed cards or grouping please run the following command in php artisan tinker. $users = User:all(); foreach($users as $user) { $user->torrent_layout = 0; $user->save(); }
2021-08-10 19:28:17 -04:00
HDVinnie 67817fbdff Apply fixes from StyleCI
[ci skip] [skip ci]
2021-08-10 23:21:36 +00:00
HDVinnie 88bf916b0a update: rss system
- a lot more refactoring to come
2021-08-10 11:31:47 -04:00
HDVinnie 62b241ee4d update: graveyard controller 2021-08-10 11:04:10 -04:00
HDVinnie 143c502cb7 Merge pull request #1866 from Roardom/master
(Update) start/end year placeholder in search
2021-08-10 07:22:15 -04:00
Roardom ab843da797 update: start/end year placeholder in search 2021-08-09 21:28:56 +00:00
HDVinnie cf9cd47532 Merge pull request #1865 from Roardom/master
(Add) HTML classes to torrent page
2021-08-08 10:31:48 -04:00
Roardom b779ea1629 add: HTML class to torrent subtitles 2021-08-08 06:49:10 +00:00
Roardom 16f90f85e4 add: HTML class to torrent audits 2021-08-08 06:42:47 +00:00
Roardom db3300f45f add: HTML classes to torrent page 2021-08-08 06:40:36 +00:00
HDVinnie a262da699a Merge pull request #1864 from Alkl58/master
(Fix) Missing " in torrent-list-search.blade.php
2021-08-07 15:16:26 -04:00
Alkl58 353f1fb692 (Fix) Missing " in torrent-list-search.blade.php 2021-08-07 20:27:35 +02:00
HDVinnie 3404127faa fix: helpdesk system 2021-08-06 12:10:51 -04:00
HDVinnie 86b28a7e7f update: livewire pagination
- this commit fires an event on livewire pagination that will auto scroll to top of page as intended.
2021-08-06 11:36:58 -04:00
HDVinnie ba48432f2f update: dependencies 2021-08-06 11:22:37 -04:00
HDVinnie 8f1014b2c6 Merge pull request #1863 from Alkl58/master
(Fix) MediaHub Movie Collection Hardcoded Category ID
2021-08-06 10:59:33 -04:00