HDVinnie
bd54a2334d
fix: carbon issues
2024-04-24 10:15:54 -04:00
HDVinnie
e4dd9bfa9b
update: configs
2024-04-23 22:29:21 -04:00
HDVinnie
4f10a0f155
chore: composer bump
2024-04-23 17:17:07 -04:00
HDVinnie
b3b04f63ec
update: mysql-schema.sql
2024-04-23 17:10:12 -04:00
HDVinnie
0f52a11201
fix: other.php config
...
- This value needs to be a int and not a string due to carbon changes.
- Tests: 390 incomplete, 334 passed (755 assertions) 23.5% Coverage
2024-04-23 17:01:17 -04:00
HDVinnie
1420eb454c
remove: deprecated methods and dbal
2024-04-23 16:35:06 -04:00
HDVinnie
51fa8ec46b
update: laravel
...
- Laravel 11 introduces a new default application structure with fewer default files. Namely, new Laravel applications contain fewer service providers, middleware, and configuration files.
However, it is not recommend that Laravel 10 applications upgrading to Laravel 11 attempt to migrate their application structure, as Laravel 11 has been carefully tuned to also support the Laravel 10 application structure.
2024-04-23 16:06:37 -04:00
HDVinnie
ed392eb196
Merge pull request #3773 from HDInnovations/Meta-Data
...
(Update) Meta data
2024-04-22 21:25:48 -04:00
HDVinnie
518dfefb83
Merge pull request #3771 from Audionut/patch-1
...
(Update) API Torrent Resource
2024-04-22 21:25:20 -04:00
HDVinnie
6e4be4d83b
chore: pint
2024-04-22 15:22:22 -04:00
HDVinnie
4bcc9cbf13
add: bluray.com support
2024-04-22 15:11:50 -04:00
Audionut
4444d9ce5b
API - expose options
...
Expose featured and personal_release
2024-04-21 13:18:05 +00:00
HDVinnie
f9f894870a
Merge pull request #3768 from Roardom/fix-null-torrent-status
...
(Fix) Refresh the torrent before sending to external tracker
2024-04-20 00:04:02 -04:00
Roardom
9d8621fc3c
fix: ci
...
`featured` is both an attribute and a relation. Using `getAttribute`, we always prioritize the attribute, which seems to satisfy CI.
2024-04-20 02:24:39 +00:00
Roardom
11ef47ca09
fix: refresh the torrent before sending to external tracker
...
We need to populate the status, seeders, leechers, and times_completed fields.
2024-04-20 01:47:32 +00:00
HDVinnie
c5377ae96b
fix: top_users.blade.php
2024-04-19 11:28:11 -04:00
HDVinnie
b4f402a782
fix: user profile
...
- broken in https://github.com/HDInnovations/UNIT3D-Community-Edition/pull/3754
2024-04-19 11:07:24 -04:00
HDVinnie
ab956c2da5
Merge pull request #3767 from Roardom/fix-external-tracker-connectivity-status
...
(Fix) Connectivity check on external tracker
2024-04-19 10:48:32 -04:00
HDVinnie
3b6dac0513
Merge pull request #3766 from Roardom/fix-external-tracker-featured
...
(Fix) Add/remove featured torrents to external tracker
2024-04-19 10:47:49 -04:00
Roardom
f653641e2b
fix: connectivity check on external tracker
...
The external tracker updates the peer row and doesn't touch the redis cache.
2024-04-19 14:32:43 +00:00
Roardom
899f121e6f
fix: add/remove featured torrents to external tracker
2024-04-19 14:29:50 +00:00
HDVinnie
509ee7316f
Merge pull request #3765 from Roardom/fix-external-tracker-torrent-add
...
(Fix) All torrents should be added to the external tracker
2024-04-19 09:44:50 -04:00
Roardom
f61364f803
fix: add torrents to external tracker immediately
...
Otherwise, we get errors when deleting pending torrents.
2024-04-19 13:39:43 +00:00
HDVinnie
6aab657549
Merge pull request #3764 from Roardom/fix-external-tracker
...
(Fix) Viewing stats from external tracker
2024-04-19 06:19:11 -04:00
Roardom
e3234da27f
fix: viewing stats from external tracker
...
Some incorrect logic here that was never properly tested
2024-04-19 09:38:26 +00:00
HDVinnie
8e8c373884
Merge pull request #3762 from HDInnovations/Request-3745
...
(Add) Request #3745
2024-04-17 19:35:07 -04:00
HDVinnie
b27c533c72
Blade Style Change (Prettier Blade CI)
2024-04-17 23:30:49 +00:00
HDVinnie
41db02b0ac
add: request #3745
...
- closes #3745
2024-04-17 19:29:49 -04:00
HDVinnie
fc399fd61a
Merge pull request #3759 from EkoNesLeg/8.x.x
...
(Refactor) Change input type for better 2FA inference
2024-04-17 15:09:45 -04:00
HDVinnie
f0bd8d1b26
Merge pull request #3760 from MiM-MiM/meta_primary_language_fix
...
fix: primary language metadata class
2024-04-17 15:08:53 -04:00
MiM-MiM
5a93a1da44
fix: primary language metadata class
...
Primary language meta class changed from "runtime" to "language"
2024-04-17 13:54:58 -04:00
EkoNesLeg
134e5f0fde
update: two-factor-challenge.blade.php
...
ARIA element's deleted per core-dev's request; dupe attirbutes removed too.
2024-04-17 17:11:12 +01:00
EkoNesLeg
9bd216e227
(Update) two-factor-challenge.blade.php
...
Remove `tel` from the recovery-code form as codes are alphanumeric and passwd manager compatibility is not relevant.
Added additional contraints to the input elements to prevent auto capping, autocorrect, spellcheck. Also added aria element for screenreader compatibility.
2024-04-17 16:47:52 +01:00
EkoNesLeg
5b59fcbd8f
Merge pull request #1 from EkoNesLeg/EkoNesLeg-patch-1
...
refactor: Change input type for better 2FA inference
2024-04-17 13:44:53 +01:00
EkoNesLeg
0bf9ad7210
refactor: Change input type for better 2FA inference
...
This change improves passwd manager detection for 2FA fields, ensuring auto clipboard copying or user prompt popups. It also improves mobile usage by calling the numeric keypad for the tel-set 2FA input field, rather than a full keyboard.
Tested on ProtonPass; with input type set to `text`, no clipboard copying or popup occurs, requiring manual copy-pasting. But with type `tel`, 2FA autofill features are fully activated.
2024-04-17 13:42:11 +01:00
HDVinnie
e0c967eccf
Merge pull request #3758 from HDInnovations/Playlist-Permissions
...
(Fix) Playlist permissions
2024-04-16 13:06:45 -04:00
HDVinnie
567b0c6d81
fix: permission check
2024-04-16 00:10:31 -04:00
HDVinnie
78e162282f
Merge pull request #3755 from HDInnovations/Group-Validation
...
(Fix) Group Validation
2024-04-15 23:00:12 -04:00
HDVinnie
8a33400ec3
Merge pull request #3757 from HDInnovations/Warning-Notifications
...
(Update) Warning Notifications
2024-04-15 22:59:57 -04:00
HDVinnie
3240dd696a
update: notifications
2024-04-15 14:26:10 -04:00
HDVinnie
5682bd03f8
update: rules
2024-04-14 20:25:09 -04:00
HDVinnie
fa2a5a2dab
chore: actions
2024-04-14 18:53:08 -04:00
HDVinnie
b40250f88d
fix: form request
2024-04-14 18:21:36 -04:00
HDVinnie
627e67f7f6
Merge pull request #3754 from Audionut/invite_profile
...
(Update) User profile invite persmission - 2fa
2024-04-14 14:25:13 -04:00
HDVinnie
845d9f7151
Merge pull request #3753 from Obi-Wana/missing-media-search
...
(Add) Missing media search
2024-04-14 14:24:36 -04:00
Jay Sizzla
ea38a1cb38
Add search for title and year
2024-04-14 11:34:39 +02:00
Audionut
96984a4c66
(Update) User profile invite persmission - 2fa
2024-04-14 17:58:46 +10:00
HDVinnie
612f6a44b3
Merge pull request #3749 from HDInnovations/Images
...
(Update) Images
2024-04-11 23:36:40 -04:00
HDVinnie
062f166f3b
Blade Style Change (Prettier Blade CI)
2024-04-12 03:11:56 +00:00
HDVinnie
1502f8fd91
update: images
2024-04-11 23:10:57 -04:00