Roardom
01ff5e9d9a
update: allow staff to view private playlists
2024-11-03 11:25:40 +00:00
HDVinnie
2618ebf308
Merge pull request #4296 from IonBazan/feature/register-tests
2024-10-31 14:15:54 -04:00
HDVinnie
e0809cae16
Merge pull request #4295 from Roardom/weekly-charts
2024-10-31 14:15:34 -04:00
Ion Bazan
19488c45d8
Improve registration tests
2024-11-01 02:01:41 +08:00
HDVinnie
7222dfd167
Merge pull request #4293 from Roardom/fix-events
2024-10-31 07:23:55 -04:00
HDVinnie
65000a230c
Merge pull request #4291 from IonBazan/feature/invite-internal-note
2024-10-31 07:22:32 -04:00
Roardom
3b7efe67a9
add: weekly top 10 charts
2024-10-31 10:17:00 +00:00
Roardom
e1dc5dafe6
fix: claiming prize for last day of event
2024-10-31 06:23:11 +00:00
Ion Bazan
b5d6b316ef
Add test
2024-10-31 02:47:46 +08:00
Ion Bazan
e75dd383d9
code review fixes
2024-10-31 00:00:03 +08:00
HDVinnie
742f4750ec
chore: prettier ci
2024-10-30 07:33:16 -04:00
HDVinnie
25031dcf76
chore: pint ci
2024-10-30 07:29:13 -04:00
Ion Bazan
87e547b444
Add internal note for staff invitations
2024-10-30 11:14:48 +08:00
HDVinnie
1dfb43b5dc
Merge pull request #4286 from HDInnovations/Bug-4284
...
(Fix) Bug #4284
2024-10-28 17:34:39 -04:00
HDVinnie
ee168a4b72
Merge pull request #4285 from costaht/fix-imdb-id-rss
...
(Fix) Leading zeros missing on IMDB URL in the RSS feed
2024-10-28 00:00:35 -04:00
HDVinnie
ed04a4c6b0
fix: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in torrent card component
...
- This change ensures that null values are handled properly, avoiding the deprecation warning.
- Closes #4284
2024-10-27 23:56:09 -04:00
costaht
ac5dc1d709
fix: missing leading zeros on imdb id
2024-10-27 21:44:52 -03:00
HDVinnie
437c8dcc88
Merge pull request #4282 from HDInnovations/8.x.x
...
(Release) v8.3.3
v8.3.3
2024-10-27 18:55:57 -04:00
HDVinnie
f141fb7a5d
update: unit3d config version
...
- patch release
2024-10-27 18:24:24 -04:00
HDVinnie
4e07e6f95b
Merge pull request #4279 from Roardom/fix-end-year
...
(Fix) Meilisearch torrent search by end year
2024-10-27 18:18:16 -04:00
HDVinnie
8c730e3bf6
Merge pull request #4276 from Roardom/fix-timeelapsed-type
...
(Fix) Time elapsed calculation type warning
2024-10-27 18:17:49 -04:00
HDVinnie
7b3edae27b
Merge pull request #4275 from Roardom/bumped-created
...
(Fix) `bumped_at` should equate `created_at` when reset
2024-10-27 18:17:12 -04:00
HDVinnie
c71bac7386
update: phpstan-baseline.neon
...
- temp!
2024-10-27 18:16:45 -04:00
Roardom
93319fb5b0
fix: meilisearch torrent search by end year
...
The wrong variable is used here.
2024-10-26 04:02:07 +00:00
Roardom
1eab41af1a
fix: time elapsed calculation type warning
...
Sometimes an average seedtime is passed into here which isn't an int. This function currently only supports units above one second, so cast to int first.
2024-10-25 05:44:14 +00:00
Roardom
e65f1aa50c
fix: bumped_at should equate created_at when reset
2024-10-24 07:41:06 +00:00
HDVinnie
afbf75fecb
Merge pull request #4274 from Roardom/fix-playlist-search
...
(Fix) Meilisearch playlist search
2024-10-23 20:53:11 -04:00
HDVinnie
9d7e9d072c
update: chat message resource to remove htmlspecialchars_decode
...
- this is not needed with voku otherwise inputted html will parse
2024-10-23 16:10:16 -04:00
Roardom
a843a41abc
fix: meilisearch playlist search
...
Requires resyncing meilisearch torrents index.
2024-10-23 19:53:23 +00:00
HDVinnie
a92d794e05
Merge pull request #4267 from HDInnovations/Old-Dependencies
...
(Remove) hdvinnie/laravel-html-purifier
2024-10-23 15:26:10 -04:00
HDVinnie
47cd932731
Merge pull request #4273 from HDInnovations/meilisearch-pagination
...
(Fix) Invalid value type for page in Torrent search
2024-10-23 15:24:34 -04:00
HDVinnie
cd1cafb089
Merge pull request #4272 from HDInnovations/configs
...
(Cleanup) Config files
2024-10-23 00:52:33 -04:00
HDVinnie
1401fe4182
Merge pull request #4271 from HDInnovations/similar-request-button
...
(Fix) Autofill certain fields in similar 'add request' button
2024-10-23 00:51:58 -04:00
HDVinnie
e070133422
Merge pull request #4270 from thepolishplumber/fix/torrent-request-validation-update
...
(Fix) Validation for torrent request updates
2024-10-23 00:51:02 -04:00
thepolishplumber
7be91a0606
fix: update function return type signature
2024-10-23 06:17:51 +02:00
HDVinnie
161031c157
fix: Invalid value type at page, expected a positive integer, but found a string
...
- This ensures that the page parameter is correctly cast to an integer before being passed to the Meilisearch API.
2024-10-23 00:13:32 -04:00
HDVinnie
90f08eab8d
remove: dead config files and old omdb api-key
2024-10-23 00:01:02 -04:00
HDVinnie
0b68f75309
fix: autofill certain fields in similar 'add request' button
...
- fixes from PR #4253
2024-10-22 22:49:18 -04:00
HDVinnie
c8065e09d1
Merge pull request #4266 from HDInnovations/Audit-Stats
...
(Add) Editors to audit stats
2024-10-22 22:15:07 -04:00
HDVinnie
4f47f4b5f0
Merge pull request #4265 from HDInnovations/Playlists
2024-10-22 22:14:27 -04:00
HDVinnie
af21147802
remove: hdvinnie/laravel-html-purifier in preparation for octane
2024-10-22 22:10:43 -04:00
HDVinnie
98e31fba77
update: playlist search to use wildcards
2024-10-22 22:00:58 -04:00
thepolishplumber
d5113f7195
fix: in UpdateTorrentRequestRequest.php, validate fields that are relevant to the updated torrent request's category
2024-10-22 18:47:58 +02:00
HDVinnie
ea448effa6
add: editors to audit stats
2024-10-21 15:54:41 -04:00
HDVinnie
619c61c2e4
Merge pull request #4264 from HDInnovations/8.x.x
...
(Release) v8.3.2
v8.3.2
2024-10-21 09:07:45 -04:00
HDVinnie
f35e2d7d0e
Merge pull request #4263 from HDInnovations/Dependencies
...
(Update) Dependencies
2024-10-21 09:02:25 -04:00
HDVinnie
6d57f35cd6
Merge pull request #4262 from Roardom/fix-downloaded-filter
...
(Fix) Meillisearch torrent search downloaded / not downloaded / incomplete filters
2024-10-21 08:58:52 -04:00
HDVinnie
15329f2a0d
Merge pull request #4261 from Roardom/reset-bumps
...
(Update) Reset bumped torrent status after 1 week
2024-10-21 08:58:35 -04:00
HDVinnie
f41320142a
update: dependencies
2024-10-21 08:56:49 -04:00
Roardom
d46690aacc
fix: meilisearch torrent search incomplete filter
2024-10-21 12:45:13 +00:00