Commit Graph

25871 Commits

Author SHA1 Message Date
Joshua M. Boniface
7d67443aca
ci: Add flock to openapi spec upload (#11381)
* Add flock to openapi spec upload

Prevents a race condition if two PRs are merged in very quick
succession.

* Remove lock at the end

* Revert "Remove lock at the end"

This reverts commit a7baafd10e3c1bc47304f05c93ac4864e622e5e0.

* Correct incorrect comments

* Exit with an error if flock fails
2024-04-18 09:03:06 -04:00
Bond-009
37d301ebd4
Merge pull request #11352 from jellyfin/fix-library-removal
fix: explicitly allow remove root when performing library removal
2024-04-18 12:16:04 +02:00
JPVenson
81d3758785
#11289 Fixed cleanup task not checking for folders (#11311) 2024-04-17 10:45:31 -06:00
renovate[bot]
1efddc4d87
chore(deps): update github/codeql-action action to v3.25.1 (#11376)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-17 10:45:12 -06:00
Bond-009
bb018c4adc
Enable nullable for LibraryManager (#11191) 2024-04-17 10:44:50 -06:00
Bond-009
356e05e3af
Changes SessionWebSocketListener to (re)use a timer (#11358) 2024-04-17 10:44:39 -06:00
Niels van Velzen
82e5f99f83
Support age in LocalizationManager.GetRatingLevel (#11367) 2024-04-17 10:44:30 -06:00
gnattu
80fac82c2c
fix: bind auto-discovery to multicast ip on macOS (#11368) 2024-04-17 10:44:20 -06:00
gnattu
658a454d81
fix: don't extract external sub (#11373) 2024-04-17 10:44:04 -06:00
gnattu
1b567efeb5 fix: correctly pass parameters in overrides
Signed-off-by: gnattu <gnattuoc@me.com>
2024-04-17 21:32:21 +08:00
gnattu
e4d66f35fd chore: use proper way to override remove root
This is an alternate approach which is more proper, but changes all parts that uses/overrides the original ValidateChildren method

Signed-off-by: gnattu <gnattuoc@me.com>
2024-04-17 14:41:19 +08:00
blackcharon
5e34f6cd6c Translated using Weblate (Persian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
2024-04-16 21:11:39 -04:00
Bond-009
c1fc80e85e
Merge pull request #11363 from jellyfin/renovate/ci-deps
chore(deps): update github/codeql-action action to v3.25.0
2024-04-16 12:04:49 +02:00
Bond-009
ee24704c44
Merge pull request #11360 from Bond-009/transcodelogfile
Write JSON directly to logfile
2024-04-16 12:04:39 +02:00
Bond-009
014c9c3cdc
Merge pull request #11357 from crobibero/album-artist
fix: fallback to artist if album artist not provided
2024-04-16 12:04:21 +02:00
renovate[bot]
e2a4dceb1d
chore(deps): update github/codeql-action action to v3.25.0 2024-04-15 13:57:37 +00:00
Cody Robibero
133b568a35
fix: use new serializer cache per IXmlSerializer (#11356) 2024-04-14 17:01:59 -06:00
Bond_009
e9ae2d6a1e Write JSON directly to logfile
Can't be worse than serializing to a string, concatenating and converting to utf8, right?
2024-04-14 23:19:38 +02:00
Cody Robibero
d402005d32 fix: fallback to artist if album artist not provided 2024-04-14 14:29:55 -06:00
Cody Robibero
6fb6b5f176
Validate item access (#11171) 2024-04-14 08:18:36 -06:00
renovate[bot]
9a4db80085
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.4.1 (#11306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-04-14 08:18:09 -06:00
renovate[bot]
453a5bdcf3
chore(deps): update eps1lon/actions-label-merge-conflict action to v3 (#11200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-14 07:57:53 -06:00
Bond-009
9818456d9e
Merge pull request #11109 from crobibero/animated-webp
Don't decode animated images
2024-04-14 15:54:48 +02:00
Bond-009
b4bd3f6151
Merge pull request #11351 from revam/fix-off-by-one-error-in-get-attribute-value
fix: fix off-by-one error in `GetAttributeValue`
2024-04-14 15:54:39 +02:00
Bond-009
ff824da97d
Merge pull request #11353 from jellyfin/renovate/libse-4.x
chore(deps): update dependency libse to v4
2024-04-14 15:54:17 +02:00
Moe Ye Htet
8026202d7e Translated using Weblate (Burmese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/my/
2024-04-14 07:55:05 -04:00
renovate[bot]
22f9ea580c
chore(deps): update dependency libse to v4 2024-04-13 10:23:33 +00:00
Jordan Fearnley
730a75a88a Chore: Adds unit tests to support (#11351) 2024-04-13 09:41:17 +02:00
gnattu
7befbda1a6 fix: code style
Signed-off-by: gnattu <gnattuoc@me.com>
2024-04-13 15:02:13 +08:00
gnattu
4fa6b8874f fix: typo
Signed-off-by: gnattu <gnattuoc@me.com>
2024-04-13 14:58:29 +08:00
gnattu
204146a3a5 fix: mark UserRoot as non-root when performing removal
Fixes #11269

Signed-off-by: gnattu <gnattuoc@me.com>
2024-04-13 14:48:40 +08:00
renovate[bot]
c566ccb63b
chore(deps): update skiasharp monorepo (#11337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-12 17:45:50 -06:00
renovate[bot]
33367c1e39
chore(deps): update github/codeql-action action to v3.24.10 (#11304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-12 17:45:42 -06:00
Cody Robibero
31e0756c0c
Only update if actively refreshing (#11341) 2024-04-12 17:45:15 -06:00
Bond-009
7d28d08e08
Enable more warnings as errors (#11288) 2024-04-12 17:45:01 -06:00
Tim Eisele
134bf7a6a5
Don't throw if file was already removed (#11286) 2024-04-12 17:44:45 -06:00
Dominik Krivohlavek
ab731d9212
Fix track MBID in audio metadata (#11301) 2024-04-12 17:44:30 -06:00
Cody Robibero
eccc9a0b64
Add index for lastPlayedDate (#11342) 2024-04-12 17:44:16 -06:00
Mikal Stordal
d3b9ebfa2e fix: fix off-by-one error in GetAttributeValue
Co-authored-by: fearnlj01 <fearnlj01@gmail.com>
2024-04-12 22:53:39 +00:00
Bond-009
79087eadd3
Merge pull request #11338 from crobibero/api-key-auth
Allow ApiKey to authorize against the FirstTimeSetupOrElevated policy
2024-04-12 12:33:18 +02:00
Bond-009
688a15ac41
Merge pull request #11347 from jellyfin/renovate/xunit-dotnet-monorepo
chore(deps): update xunit-dotnet monorepo
2024-04-12 12:33:05 +02:00
hoanghuy309
f8266b3e08 Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2024-04-12 05:42:21 -04:00
renovate[bot]
cbd8472478
chore(deps): update xunit-dotnet monorepo 2024-04-12 00:43:48 +00:00
VitoFe
6f1cf595b8 Translated using Weblate (Italian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
2024-04-11 14:16:34 -04:00
Dan Johansen
0c36f539ec Translated using Weblate (Danish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2024-04-11 10:06:59 -04:00
Cody Robibero
92eb9e3a94 Always grant access for Administrator role 2024-04-11 06:11:46 -06:00
GeorgeH005
e93fa27e4c
Add support for out-of-spec but existent, Dolby Vision Profile 8 CCid 6 media. (#11334) 2024-04-10 13:33:24 -06:00
ViggoC
f7f7ba8853 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2024-04-10 13:59:04 -04:00
renovate[bot]
574ad0c7fa
chore(deps): update dotnet monorepo to v8.0.4 (#11328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-10 11:25:54 -06:00
Joshua M. Boniface
ee1d6332ee
Merge pull request #11220 from Shadowghost/add-playlist-acl-api
Add playlist ACL endpoints
2024-04-10 12:52:01 -04:00