Patrick Barron
555651aae2
Fixed indentation and corrected typo
5 years ago
Mark Monteiro
1f765cdd93
Remove reference to System.Interactive.Async
5 years ago
Mark Monteiro
8e3b09a996
Do not use IAsyncEnumerable unnecessarily
5 years ago
dependabot-preview[bot]
25aa26a8fd
Bump sharpcompress from 0.24.0 to 0.25.0
...
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress ) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases )
- [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.24...0.25 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Mark Monteiro
644ddfad00
Apply code review changes
5 years ago
dafo90
62b0db59aa
Fix Authentication request log
5 years ago
Nyanmisaka
0ecac47098
drop the unnecessary colorspace conversion
...
Since 'hwdownload, format = nv12' has completed the conversion of colorspace. 'format = p010le' is redundant and will reduce the speed by almost half under the premise of unchanged cpu usage.
5 years ago
Nyanmisaka
a5249730d7
mpeg4 profile 15 is not supported by vaapi device
5 years ago
Nyanmisaka
6453638103
Merge pull request #1 from jellyfin/master
5 years ago
Vasily
71d8e66d9f
Add logging of URL being processed when logging an error
...
This might help diagnosing stuff like "Operation was cancelled"
5 years ago
Vasily
5be60782ed
Fix support for attachments with baseURL set
...
* Revert "Add baseURL to attachments"
* This is properly handled by jellyfin-web#1020
5 years ago
Kristupas Savickas
9dda2ffc91
Fix ffmpeg path on ARM docker image
5 years ago
dkanada
0cd7cd611e
Merge pull request #2758 from Bond-009/plugininstalled
...
Remove PluginInstalled
5 years ago
dkanada
0522c90109
Merge pull request #2635 from mark-monteiro/use-development-exception-page
...
Use ASP Development Exception Page
5 years ago
dkanada
cb634d27d8
Merge branch 'master' into use-development-exception-page
5 years ago
dkanada
19b6961c08
Merge pull request #2749 from hauntingEcho/ffmpeg-dependency-version
...
Specify a minimum version for jellyfin-ffmpeg dependency in .deb dependencies
5 years ago
Patrick Barron
c9da49ebaa
Implemented more suggestions
5 years ago
Patrick Barron
47ba4a84cd
Simplified more conditionals
5 years ago
Patrick Barron
81b4a4c54c
Implement various suggestions
5 years ago
Patrick Barron
e1958e3902
Miscellaneous code cleanup
5 years ago
Bond_009
2fcbc2a5b8
Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.Skia
5 years ago
Patrick Barron
add0a2088d
Simplified Conditionals and returns
5 years ago
Mark Monteiro
ed88430429
Log error messages when the manifest URL is not valid
5 years ago
Mark Monteiro
15dd46c25a
Add '--plugin-manifest-url' command line option and 'InstallationManager:PluginManifestUrl' config option
5 years ago
Patrick Barron
80cfcf5643
Remove unnecessary casts and explicit array types
5 years ago
Patrick Barron
86c06996b1
Remove redundant name qualifiers
5 years ago
Patrick Barron
961f48f5bc
Use ? and ?? where applicable
5 years ago
Patrick Barron
6a3f9253db
Convert using statements to using declarations where applicable
5 years ago
Patrick Barron
5966ee6d87
Convert type checks and null checks into pattern matching
5 years ago
Medzhnun
92af81166d
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
5 years ago
Mark Monteiro
f91f2ef328
Merge remote-tracking branch 'upstream/master' into register-services-correctly
5 years ago
Mark Monteiro
f2760cb055
Register IImageEncoder in Jellyfin.Server instead of Emby.Server.Implementations
5 years ago
Mark Monteiro
7be4b57fe7
Fix documentation for ExtraRuleType enum values
5 years ago
Mark Monteiro
3d8501e462
Document exception
5 years ago
Mark Monteiro
658e963e93
replace 'try-finally' with 'using' where appropriate
5 years ago
Bond-009
29539174a3
Merge pull request #2636 from mark-monteiro/development-https
...
Use ASP.NET Core HTTPS Development Certificate
5 years ago
Mark Monteiro
bc91445b5d
Use correct naming convention for _relevantEnvVarPrefixes
5 years ago
PrplHaz4
46453549b5
Start line with Boolean
5 years ago
PrplHaz4
b05e04c0cb
Collapse IsInEnabledFolder to single expression
...
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
5 years ago
Adam Bokor
a05cdf0b05
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
5 years ago
Adam Bokor
1cfc002764
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
5 years ago
Mark Monteiro
735d6c8ad5
Convert properties in ApplicationHost to private readonly fields, where possible
5 years ago
Mark Monteiro
241d0ae65c
Inject IStartupOptions into StartupWizard
5 years ago
darcostan
33cb5c02b0
Translated using Weblate (Serbian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
5 years ago
adrian gustavo martinez
837eacec04
Translated using Weblate (Spanish (Mexico))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
5 years ago
adrian gustavo martinez
3707437594
Translated using Weblate (Spanish (Argentina))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
5 years ago
Mark Monteiro
809cf3a0c2
Register IJsonSerializer correctly
5 years ago
Mark Monteiro
710767fbf2
Add deprecation warning message for injecting ILogger
5 years ago
Mark Monteiro
e16c16dd51
Register and construct IHttpClient correctly
5 years ago
Mark Monteiro
adf0e8d3fd
Register and construct ITaskManager and IIsoManager correctly
5 years ago