Commit Graph

2536 Commits

Author SHA1 Message Date
HDVinnie 8ecd41157d update: tv model 2021-09-21 18:29:50 -04:00
HDVinnie ec777a7fe6 update: movie model 2021-09-21 18:29:40 -04:00
HDVinnie ec3ae6549d fix: #1880 2021-09-21 18:29:08 -04:00
HDVinnie dd4ad204fc add: small bookmark button component 2021-09-21 18:27:54 -04:00
HDVinnie 5e5a9bd2d3 refactor: torrent bookmarking
- remove dedicated bookmark page/search now that it is built into torrent list as a filter
2021-09-21 18:25:14 -04:00
HDVinnie b31f6cb434 update: torrent list search
- add more search filters
2021-09-21 16:57:32 -04:00
HDVinnie 8daffbbee4 update: helpdesk ticket search 2021-09-21 16:46:14 -04:00
HDVinnie 2b71daa7d2 update: collection controller 2021-09-21 16:44:13 -04:00
HDVinnie c8dcc86ea6 update: git updater 2021-09-17 20:22:36 -04:00
HDVinnie df5446d127 update: livewire components 2021-09-17 20:19:44 -04:00
HDVinnie bc287278be update: git updater 2021-09-14 19:07:09 -04:00
HDVinnie 18c44a3613 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-13 17:53:21 +00:00
clandestine8 147d26bb59 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-09 23:30:14 +00:00
clandestine8 4327d0741f Fix: Keep Anonymous Requests Anonymous in Approved Fill Notification 2021-09-09 19:29:29 -04:00
Obi-Wana 5c59efb8b1 fix Issue #1890 2021-09-07 10:41:29 +02:00
HDVinnie 2619befb99 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-07 00:56:20 +00:00
HDVinnie 7aa2e310cd update: similar torrent component 2021-09-06 20:54:43 -04:00
clandestine8 c961f76dd2 update: Add Require Resolution to API and Torrent Edit 2021-09-06 20:51:47 -04:00
clandestine8 893c8db434 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-07 00:35:22 +00:00
clandestine8 aa77ad18ca fix: use meta flag instead of slug 2021-09-06 20:34:30 -04:00
clandestine8 73eabd86fb Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-07 00:26:29 +00:00
clandestine8 4856fdfddb fix: require resolution for movie or tv meta categories 2021-09-06 20:26:01 -04:00
clandestine8 f410d9ef0f fix: remove unnecessary line break text 2021-09-06 19:28:44 -04:00
clandestine8 a737482e79 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-06 23:26:02 +00:00
clandestine8 ab3f42e933 Fix: Bulk torrent delete messages 2021-09-06 19:25:17 -04:00
clandestine8 363368e0ff Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-04 18:27:46 +00:00
clandestine8 176139fb20 Add: Rate Limiting to Comments 2021-09-04 14:25:39 -04: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 3a28b17acf fix: #1656 2021-08-20 10:18:29 -04:00
HDVinnie f4cc08745e fix: #1874 2021-08-17 20:07:57 -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 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 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 4b52603b58 fix: FetchReleaseYears command 2021-08-06 10:52:40 -04:00
HDVinnie 53226828a9 disable: peer connectivity checks
- this needs to be redesigned
2021-08-06 10:51:52 -04:00
Alkl58 e88c20087a (Add) Hide Closed Tickets by default 2021-08-06 16:34:52 +02:00