Commit Graph

4191 Commits

Author SHA1 Message Date
HDVinnie 86d5dbb2fd fix: #3144
- cache returns -1 as a string
2023-10-10 17:39:11 -04:00
HDVinnie b0d2157434 Merge pull request #3163 from Roardom/simplify-client-stats-controller
(Refactor) Simplify client stats controller
2023-10-08 13:25:19 -04:00
HDVinnie 954586253b Merge pull request #3162 from Roardom/extra-stats-eager-loading
(Update) Use eager loading in group stats
2023-10-08 13:24:52 -04:00
HDVinnie 04d7a04e53 Merge pull request #3161 from Roardom/fix-stats-disabled-pruned-banned-users
(Fix) Stats query for disabled/pruned/banned users
2023-10-08 13:23:45 -04:00
HDVinnie 1502fe54d1 Merge pull request #3156 from Roardom/add-api-upload-perm-validation
(Fix) Validate user permissions when uploading torrents via api
2023-10-08 13:17:14 -04:00
HDVinnie c7a30fe0c0 Merge pull request #3153 from Roardom/soft-deleted-users-invites
(Update) Don't modify invites of soft-deleted users
2023-10-08 13:15:50 -04:00
HDVinnie 3c6a4ac509 Merge pull request #3152 from Roardom/note-search-soft-deletions
(Fix) Show soft deleted users in note search
2023-10-08 13:14:17 -04:00
HDVinnie b0c5f949d1 Merge pull request #3151 from Roardom/upload-subtitles-to-unapproved-torrents
(Update) Allow uploading subtitles to unapproved torrents
2023-10-08 13:13:33 -04:00
Roardom 99b45bd7d4 refactor: simplify client stats controller 2023-10-07 07:14:39 +00:00
Roardom 8036a8d5e8 update: use eager loading in group stats 2023-10-07 07:11:58 +00:00
Roardom c9628dc5f0 fix: stats query for disabled/pruned/banned users 2023-10-07 07:07:48 +00:00
Roardom cea35dc5d2 fix: validate user permissions when uploading torrents via api 2023-10-07 06:03:44 +00:00
Roardom f52d7883f4 update: don't modify invites of soft-deleted users 2023-10-07 05:46:47 +00:00
Roardom 179e8653f6 fix: show soft deleted users in note search 2023-10-07 05:31:57 +00:00
Roardom 45ebee70cb update: allow uploading subtitles to unapproved torrents 2023-10-07 05:25:50 +00:00
Roardom dc7f8d8bcb fix: anon notification for anon-uploaded subtitles 2023-10-07 05:21:20 +00:00
HDVinnie 1e751e64ba Merge pull request #3143 from Obi-Wana/ip-intrusion-highlighting
(Add) Top 10 failed login IPs
2023-10-06 11:35:36 -04:00
HDVinnie 7dc1be3ce0 fix: announce
- checkMinInterval should not be able to be turned off
2023-10-06 05:38:16 -04:00
HDVinnie 22b538ffc0 fix: typo 2023-10-06 05:23:02 -04:00
Roardom e1ea7b1c68 fix: phpredis compatibility for checking announce min interval
phpredis has a different function signature for the redis set command compared to predis. Laravel just passes the arguments directly through to the underlying package.
2023-10-06 06:19:21 +00:00
HDVinnie 777969b9b4 fix: checkMinInterval function
- phpredis support
2023-10-06 01:06:16 -04:00
HDVinnie 77bec4c06c update: phpredis support 2023-10-05 22:46:12 -04:00
HDVinnie a401272753 fix: phpstan + query cleanup 2023-10-03 19:51:57 -04:00
HDVinnie 83b5a27d4e Merge pull request #3145 from Roardom/fix-rss-perms
(Fix) Rss edit/delete access
2023-10-03 08:58:15 -04:00
HDVinnie 9abf1a43de Merge pull request #3144 from Roardom/fix-torrent-announce-cache
(Fix) Announce torrent cache misses
2023-10-03 08:58:02 -04:00
HDVinnie bc551f2561 Merge pull request #3141 from milkers69/7.x.x
(Update) Allow Admins to Edit Any Profile
2023-10-03 08:55:59 -04:00
HDVinnie 35b75b8ac8 fix: ReportController 2023-10-01 17:54:20 -04:00
HDVinnie e070e3420f Merge branch '7.x.x' into fix-rss-perms 2023-09-29 07:24:23 -04:00
HDVinnie 8397a8c0e0 Merge branch '7.x.x' into fix-torrent-announce-cache 2023-09-29 07:24:09 -04:00
HDVinnie 957ff4dddd Merge branch '7.x.x' into ip-intrusion-highlighting 2023-09-29 07:23:51 -04:00
HDVinnie b7d42ef807 Merge branch '7.x.x' into 7.x.x 2023-09-29 07:21:46 -04:00
HDVinnie 8992fe1956 update: TopicController 2023-09-29 07:18:19 -04:00
Roardom 741778d355 fix: rss edit/delete access 2023-09-24 01:04:45 +00:00
Roardom 361a9b3c0f fix: announce torrent cache misses 2023-09-23 22:07:56 +00:00
Jay Sizzla 5c7e406c32 Fix StyleCI 2023-09-15 15:11:19 +02:00
Jay Sizzla 8a1ab38b9d Fix StyleCI 2023-09-15 15:06:58 +02:00
Jay Sizzla 7119d8b52d Show once more than 3 times in history in 1 week 2023-09-15 15:00:38 +02:00
Jay Sizzla 03d4e00cc9 Add top 10 failed login ips 2023-09-15 14:58:14 +02:00
milkers69 797395ac87 Allow Admins to Edit Any Profile 2023-09-12 21:38:57 -05:00
HDVinnie 8c369a2c1d Merge pull request #3137 from HDInnovations/Http2ServerPush
(Remove) Http2ServerPush middleware
2023-09-12 15:53:22 -04:00
HDVinnie fbbc7c337d Merge pull request #3139 from HDInnovations/User-Registration
(Update) User registration
2023-09-12 15:52:45 -04:00
HDVinnie 1704cff498 PHP Style Change (Laravel Pint CI) 2023-09-11 23:24:19 +00:00
HDVinnie a3494203b1 update: harden password requirements 2023-09-11 19:23:19 -04:00
HDVinnie 95aadb2e93 fix: TrackerException 2023-09-11 19:22:04 -04:00
HDVinnie bf5989cd5a remove: Http2ServerPush middleware
- http3 will be released soon and Http2ServerPush will be deprecated.
2023-09-11 19:21:14 -04:00
HDVinnie 9e9b0106de Merge pull request #3135 from Roardom/fix-announce-torrent-cache-busting
(Fix) Announce torrent cache busting
2023-09-10 21:04:43 -04:00
Roardom f055335aec fix: announce torrent cache busting
We don't select the info_hash on the torrent. We have to take it from the validated query parameter instead.
2023-09-10 23:44:00 +00:00
HDVinnie 47964f1e2e Merge pull request #3120 from Roardom/fix-chatbox
(Fix) Chatbox
2023-09-10 17:17:42 -04:00
HDVinnie 931f55c992 Merge pull request #3134 from Roardom/reduce-history-queries
(Update) Reduce history queries when flushing active peers
2023-09-10 09:13:27 -04:00
HDVinnie 5a57717b01 Merge pull request #3133 from Roardom/fix-peer-connectivity-check
(Fix) Peer connectivity check query
2023-09-10 09:12:52 -04:00