HDVinnie
c09dff69be
add: personal user api
...
- wiki updated https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Torrent-API-(UNIT3D-v8.3.4)
2024-11-12 16:07:22 -05:00
HDVinnie
c43ea3ff37
Merge pull request #4342 from Roardom/fix-id-search
...
(Fix) Searching torrent/request searching by id
2024-11-11 06:48:09 -05:00
Roardom
0df4b67c6b
fix: searching torrent/request searching by id
...
Regression from #4309
2024-11-09 22:28:11 +00:00
HDVinnie
8eb1e64cc1
Merge pull request #4300 from Roardom/ansi-db
...
(Refactor) Use ANSI-compatible syntax for raw database queries
2024-11-03 21:15:37 -05:00
HDVinnie
18a46cb3c5
Merge pull request #4340 from Roardom/playlist-comment-delete
...
(Fix) Delete playlist comments on playlist deletion
2024-11-03 21:15:00 -05:00
HDVinnie
6e822caa47
Merge pull request #4339 from Roardom/modo-playlist-show
...
(Update) Allow staff to view private playlists
2024-11-03 21:14:31 -05:00
HDVinnie
0c277f036c
Merge pull request #4338 from Roardom/my-playlists
...
(Add) Link to user playlists in profile dropdown and profile page
2024-11-03 21:13:51 -05:00
HDVinnie
7f9cd2abcf
Merge pull request #4309 from Roardom/search-trait
...
(Refactor) Move TorrentFilter trait into TorrentSearchFiltersDTO
2024-11-03 21:13:05 -05:00
Roardom
03fed5cb02
fix: delete playlist comments on playlist deletion
2024-11-03 11:39:12 +00:00
Roardom
01ff5e9d9a
update: allow staff to view private playlists
2024-11-03 11:25:40 +00:00
Roardom
82f4c3bf01
add: link to user playlists in profile dropdown and profile page
...
For convenience.
2024-11-03 11:19:15 +00:00
HDVinnie
b895dd3257
Merge pull request #4308 from Roardom/fix-forum-post-count
2024-11-02 09:38:07 -04:00
HDVinnie
f6b53100f5
Merge pull request #4307 from Roardom/fix-playlist-sort
2024-11-02 09:37:29 -04:00
HDVinnie
561beab04d
Merge pull request #4306 from Roardom/update-save-playlist-image
2024-11-02 09:37:13 -04:00
HDVinnie
82845cd8c8
Merge pull request #4304 from Roardom/playlist-partial-username-search
2024-11-02 09:34:39 -04:00
HDVinnie
cfc218faf9
Merge pull request #4301 from HDInnovations/Bug-4277
2024-11-02 09:33:27 -04:00
HDVinnie
6665f3ea64
Merge pull request #4303 from Roardom/fix-top10-styles
2024-11-02 09:33:09 -04:00
HDVinnie
43e67cf53d
Merge pull request #4302 from Roardom/tab-flash
2024-11-02 09:32:42 -04:00
Roardom
40c2889613
refactor: move TorrentFilter trait into TorrentSearchFiltersDTO
...
The trait is only used in the one place (apart from being used in the request search, which it shouldn't have been used for in the first place).
2024-11-02 10:48:09 +00:00
Roardom
df507a5c6a
fix: only show forum/topic/post count visible to user
...
Some forums are only visible to certain user groups so we should exclude the stats from users unable to access them.
2024-11-02 08:08:38 +00:00
Roardom
b0efdad68c
fix: playlist sort should be alphabetical
...
Currently it's z-a. It used to be a-z. Regression from #3844 .
2024-11-02 06:09:58 +00:00
Roardom
86b04f1398
update: keep image when updating playlist
...
When updating a playlist, if no image is specified, it removes the image from the playlist. Instead, keep the latest image provided. This is mostly for convenience from user reports which strongly request this feature.
2024-11-02 06:02:55 +00:00
Roardom
3592a22587
update: allow searching playlists via partial username
2024-11-02 05:56:07 +00:00
Roardom
78e1d2eedf
fix: top10 non-weekly styles
...
Only weekly top 10 styles should remove the default margins.
2024-11-02 05:48:04 +00:00
Roardom
ef0b0084e2
fix: conversation and ticket search tabs flashing
...
It was likely this was a bad copy-paste error from the person-credit tabs
which are by default hidden and are unhidden for tabs with greater than 0
items. This is not needed for ticket search and conversation search and adds
an unneeded flash of unstyled content. Remove `x-cloak` removes the flash.
2024-11-02 05:34:02 +00:00
Roardom
0e4bcb570d
refactor: use ANSI-compatible syntax for raw database queries
2024-11-02 04:26:49 +00:00
HDVinnie
40274da143
Merge pull request #4299 from IonBazan/pest-upgrade
...
(Tests) Pest upgrade and improve coverage
2024-11-01 06:32:15 -04:00
Ion Bazan
4c40916f9d
fix test
2024-11-01 16:39:12 +08:00
Ion Bazan
5574dfdee4
fix CreateNewUserTest.php
2024-11-01 15:59:37 +08:00
Ion Bazan
67a34a4283
Update Pest tests
2024-11-01 15:28:28 +08:00
HDVinnie
98b7bad411
add: donation package soft deletes
...
- fixes #4277
2024-10-31 23:09:35 -04:00
HDVinnie
2111c8b5aa
Merge pull request #4297 from Roardom/fix-bookmark-search
...
(Fix) Re-index torrent after being bookmarked
2024-10-31 21:18:16 -04:00
Roardom
da0f09c1a5
fix: re-index torrent after being bookmarked
...
This is already implemented for the bookmark icon button, but not the main button on the torrent page.
2024-11-01 00:26:17 +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