Patrick Barron
fe02c6e863
Merge pull request #2929 from crobibero/api-scheduled-tasks
...
Scheduled Tasks to Jellyfin.Api
4 years ago
David
6651cb8d24
Add JsonInto32Converter
...
Add additional swagger type mapping
4 years ago
crobibero
39376bace3
Merge remote-tracking branch 'upstream/api-migration' into api-scheduled-tasks
4 years ago
crobibero
ec3e15db57
Fix merge and build
4 years ago
crobibero
829eb1a849
merge master into api-migration
4 years ago
crobibero
a6815018dc
Update to .NET Core 3.1.5
4 years ago
crobibero
6c53e36ccf
Fix Api Routing
4 years ago
crobibero
a787efc660
Merge remote-tracking branch 'upstream/api-migration' into api-scheduled-tasks
4 years ago
Vasily
21505377d5
Merge pull request #3236 from Bond-009/common
...
Enable StyleCop for MediaBrowser.Common
4 years ago
crobibero
8b59934ccb
remove extra Clear call
4 years ago
Bond-009
f404e915ee
Enable StyleCop for MediaBrowser.Common
4 years ago
crobibero
01a5103fef
Add Dictionary with non-string keys to System.Text.Json
4 years ago
crobibero
4fe0beec16
Fix Json Enum conversion, map all JsonDefaults properties to API
4 years ago
dkanada
7972daaba4
fix a few issues with the plugin manifest
5 years ago
crobibero
341b947cde
Move int64 converter to JsonDefaults location
5 years ago
Mark Monteiro
3ed76d7e08
Update to .NET Core 3.1.4
5 years ago
Vasily
5922c35d69
Merge pull request #2920 from Bond-009/tests2
...
Add some simple tests
5 years ago
Mark Monteiro
cbd62e00a4
Ensure transcoding path is created when it is retrieved
5 years ago
Bond_009
118f30059c
Merge branch 'master' into nullable4
5 years ago
Mark Monteiro
8f02fb9a4f
Remove unused usings
...
This addresses the new issues identified in SonarCloud analysis
5 years ago
Bond-009
d744d7d234
Merge branch 'master' into register-services-correctly
5 years ago
Bond-009
c0b3c11b2e
Merge pull request #2846 from jellyfin/azure
...
Remove requirement to build web during server builds
5 years ago
Mark Monteiro
c5f163293f
Add <ProjectGuid> properties to all project files
...
This is required for SonarCloud analysis to run
5 years ago
Bond_009
c430a7ed8f
Address comments
5 years ago
Mark Monteiro
f815059698
Merge remote-tracking branch 'upstream/master' into register-services-correctly
5 years ago
Bond_009
7f4a229cd2
Add some simple tests
5 years ago
dkanada
e6ef680775
add code suggestions
5 years ago
Mark Monteiro
9728aa8b0a
Merge branch 'master' into register-services-correctly
5 years ago
dkanada
cb2523e2ef
merge branch master into plugin
5 years ago
Bond-009
3d611743ed
Merge pull request #2680 from mark-monteiro/remove-common-process
...
Remove CommonProcess and ProcessFactory
5 years ago
Mark Monteiro
1e1295bebf
Merge remote-tracking branch 'upstream/master' into register-services-correctly
5 years ago
dkanada
bd55bdb4e3
merge branch master into plugin
5 years ago
dkanada
8e9aeb84b1
remove release channel from plugin classes
5 years ago
Mark Monteiro
8e3b09a996
Do not use IAsyncEnumerable unnecessarily
5 years ago
Bond_009
2fcbc2a5b8
Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.Skia
5 years ago
Mark Monteiro
3d8501e462
Document exception
5 years ago
Mark Monteiro
aee6a1b476
Remove unnecessary async and parameter from ApplicationHost initialization method
5 years ago
Mark Monteiro
4efdc63337
Add missing call to ConfigureAwait()
5 years ago
Mark Monteiro
e0f40f57d8
Merge remote-tracking branch 'upstream/master' into remove-common-process
5 years ago
Bond_009
2be394089e
Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.Common
5 years ago
dkanada
5a816f0b22
Merge pull request #2731 from Bond-009/minor2
...
Minor improvements
5 years ago
Vasily
07ea120ba9
Merge pull request #2601 from mark-monteiro/support-running-without-web-content
...
Support Running Server Without Web Content
5 years ago
Bond_009
4419587c2a
Minor improvements
5 years ago
Mark Monteiro
1c13be085f
Make HasExitedSafe() private
5 years ago
Mark Monteiro
97c36d11d4
Use a TimeSpan instead of ms and support providing a custom CancellationToken
5 years ago
Mark Monteiro
ee2f911a2b
Remove unnecessary CommonProcess abstraction
5 years ago
Mark Monteiro
aa9737afb3
Update .NET Core to 3.1.3
5 years ago
Mark Monteiro
debab44870
Update all packages to .NET Core 3.1.2
5 years ago
Mark Monteiro
e2685c51ec
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Mark Monteiro
05ab61200a
Do not call UseContentRoot() on the web host builder
...
This call has nothing to do with static web content and should not have ever been called with the web content path: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/?view=aspnetcore-3.1&tabs=windows#content-root
Since this call is removed, the ContentRoot property is also removed from ApplicationHost as it is no longer needed.
Finally, move validation of the static content path to the DashboardService where it is actually used.
5 years ago