Commit Graph

1127 Commits (master)

Author SHA1 Message Date
Claus Vium 7f8d9ae7c5
fix: use TryGetString to avoid crashing, fixes #10306 (#10308)
8 months ago
Cody Robibero effa303cb9
Add missing LocalAccessOrRequiresElevationHandler (#10268)
8 months ago
Cody Robibero ba7e3bfd82 Migrate to customizable cast receiver config
8 months ago
Patrick Barron 493de3297a Use IHostLifetime to handle restarting and shutting down
8 months ago
Patrick Barron 1d8c3e088b Don't log unhandled exceptions twice
8 months ago
cvium 4fe641b55d missed a spot
8 months ago
cvium ba928d872e fix: open the connection when using SqliteConnection directly
8 months ago
Lehonti Ramos bc959270b7
Removed nesting levels through block-scoped `using` statement (#10025)
8 months ago
Bond-009 c7ca416206
Merge pull request #10138 from cvium/sqlite_client_poc
9 months ago
cvium 4fa7672d75 fix todos and add graylog back
9 months ago
cvium 7e4e715a90 remove unused using
9 months ago
cvium a1a1551680 remove batteries init
9 months ago
Bond_009 18a311d32f == null -> is null
9 months ago
cvium 05e40ecb93 review comments
9 months ago
cvium d223f5b518 completely remove sqlitepcl
9 months ago
cvium 613f4296e3 loading works
9 months ago
Sky-High 06b80a8ced fix for MigrateNetworkConfiguration.cs
10 months ago
Sky-High 78c17ba895 fix #9983 MigrateNetworkConfiguration error
10 months ago
Shadowghost e56275fb46 Extract networking constants
11 months ago
Joshua M. Boniface 93b400343e
Merge pull request #8147 from Shadowghost/network-rewrite
11 months ago
Shadowghost e233a3b074 Apply review suggestions
11 months ago
Shadowghost 32ac3b580c Rename additional values in NetworkConfiguration and add migration for all changed values
11 months ago
Nick ab20ceaad6 Migrate to trickplay table to EF. Rename vars/methods/members to have consistent use of tile and thumbnail
11 months ago
Niels van Velzen 6de56f0518 Add support for lyric provider plugins
11 months ago
Shadowghost 32499f0e98 Merge branch 'master' into network-rewrite
11 months ago
Cody Robibero 9a0dfc00f1
Add all websocket messages to generated openapi spec (#9682)
11 months ago
Shadowghost 006b04dc0b Merge branch 'master' into network-rewrite
12 months ago
cvium 716bcc6410 chore: deprecate EasyPassword as it isn't very secure
12 months ago
Shadowghost d8d5c86d49 Merge branch 'master' into network-rewrite
12 months ago
Bill Thornton 155f3856c0 Use default files to remove index.html from url
1 year ago
Shadowghost eb52af4e6a
Fix playlists library and migration (#9770)
1 year ago
Shadowghost a8cdf4434b
Fix access to playlists not created by a user (#9746)
1 year ago
Shadowghost c042f20224 Merge branch 'master' into network-rewrite
1 year ago
Cody Robibero e1a30a4aef
Merge pull request #8598 from Neuheit/ipv4fallback
1 year ago
Shadowghost bcf92b5722
Fix MigrateRatingLevels (#9461)
1 year ago
Shadowghost 6cc1203c1b Merge branch 'master' into network-rewrite
1 year ago
Stepan Goremykin b6cfdb8b92 Simplify conditional expression
1 year ago
Stepan Goremykin 26958162d0 Remove unused using directives
1 year ago
Marc Brooks d45cabfa74
Fix migration for MusicBrainz (#9559)
1 year ago
Shadowghost 82080bd1ef Apply review suggestions
1 year ago
Shadowghost 8d158df678 Add migration to properly set playlist owner
1 year ago
Shadowghost 80b8661008 Merge branch 'master' into network-rewrite
1 year ago
Shadowghost c5a363a007 Merge branch 'master' into network-rewrite
1 year ago
Shadowghost f0251f86cb Move MigrateRatingLevels migration to preStartup
1 year ago
Shadowghost 5cdb0c7932 Apply review suggestions
1 year ago
Shadowghost 15efb9935c Fix typo and migration description
1 year ago
Shadowghost a6cfe75d6e Add database migration for rating schema change
1 year ago
Bond-009 720852f708
Merge pull request #9356 from Bond-009/tryparse
1 year ago
Bond_009 24a7e210c3 Optimize tryparse
1 year ago
Shadowghost 2f4e43b87f Add migration for MusicBrainz settings
1 year ago
Shadowghost 20fd05b050 Consistently write IP in upercase
1 year ago
Shadowghost 42498194d9 Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery
1 year ago
Shadowghost 3a91c37283 Merge branch 'master' into network-rewrite
1 year ago
Shadowghost 4eba16c672 Apply review suggestions
1 year ago
Shadowghost b8ed1f81cd Add back LocalAccessOrRequiresElevationPolicy
1 year ago
Shadowghost eeb0f7af6c Add permissions for LiveTV access and management
1 year ago
Shadowghost b7418d6e9e Add permission for collection management
1 year ago
cvium c9aef96dba fix firsttimesetup
1 year ago
cvium cba9657aec fix openapi auth
1 year ago
cvium 956c89dc2f fix default policy
1 year ago
cvium 209edd38a4 refactor: simplify authz
1 year ago
Bond-009 6bf34f8e22
Simplify CreateApplicationPaths (#9171)
1 year ago
Zoltan Csizmadia e0519189b2
Use Directory.Packages.props (#9135)
1 year ago
Patrick Barron 0df899943f Move LogEnvironmentInfo to StartupHelpers
1 year ago
Patrick Barron 63b0132562
Remove OS information from System Info (#9175)
1 year ago
Shadowghost 343a94f185 Fix CA1851
1 year ago
Shadowghost 656a0bff6f Merge remote-tracking branch 'upstream/master' into network-rewrite
1 year ago
renovate[bot] e408da4651
chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v3.3.4 (#9117)
1 year ago
Bond-009 875359d457
Merge pull request #9108 from barronpm/efcore-cleanup
1 year ago
Patrick Barron 8479f0f90c Rename JellyfinDb to JellyfinDbContext
1 year ago
Patrick Barron dc85d86ea1 Enable in-process restarting
1 year ago
Patrick Barron f8ca71ee15 Move WebHostBuilder extension method to separate file
1 year ago
Patrick Barron 029d53502f Move some startup methods to StartupHelpers
1 year ago
Patrick Barron 7186b343bd Move Formatters to Jellyfin.Api
1 year ago
Patrick Barron 74a07f6d1c Move Middleware to Jellyfin.Api
1 year ago
Bond_009 8ff0cb1e9d Remove AddPeopleQueryIndex migration
1 year ago
Bond_009 ab918c6292 Fine tune DB settings
1 year ago
renovate[bot] 24a27a360e
chore(deps): update dependency serilog.aspnetcore to v6.1.0 (#9085)
1 year ago
Patrick Barron 033ffa9a88 Fix tests
1 year ago
Patrick Barron 0f46eca6a4 Minor cleanup in Startup class
1 year ago
Patrick Barron 159e74ea09 Update Serilog.AspNetCore
1 year ago
Patrick Barron 7b17799b01 Migrate from IWebHost to IHost
1 year ago
Bond-009 aefa8da4ee
Merge pull request #9064 from barronpm/move-jellyfin-drawing-skia
1 year ago
Patrick Barron 16e33665a2 Move Jellyfin.Drawing.Skia to src
1 year ago
renovate[bot] 2045eb109b
chore(deps): update dependency sqlitepclraw.bundle_e_sqlite3 to v2.1.4 (#9062)
1 year ago
renovate[bot] 7516e61c5b
chore(deps): update dotnet monorepo to v7.0.2
1 year ago
Patrick Barron b5da0d1b17
Rename Emby.Drawing and move to src (#9054)
1 year ago
Bond-009 69a51c425a
Fix all warnings in Jellyfin.Api (#9003)
1 year ago
Cody Robibero 8326349137
Use custom database healthcheck (#8973)
1 year ago
Shadowghost ef085483b2 Merge branch 'master' into network-rewrite
1 year ago
renovate[bot] 02f9e60e7c
chore(deps): update dotnet monorepo to v7.0.1 (#8900)
1 year ago
Bond-009 a455e580be
Use static methods StopWatch where it makes sense (#8898)
1 year ago
Joshua M. Boniface 47f1d1395c
Merge pull request #8826 from Bond-009/slowhttp
1 year ago
Shadowghost 2c86bd1875 Merge branch 'master' into network-rewrite
1 year ago
Bond_009 fd9dc1e308 Update deps
1 year ago
Bond_009 93fd462b58 Use File.SetUnixFileMode
1 year ago
Bond_009 71982c7297 Fix build errors
1 year ago
Bond_009 236dd650d0 Update projects to .net7
1 year ago
Bond_009 52194f56b5 Replace != null with is not null
1 year ago
Bond_009 c7d50d640e Replace == null with is null
1 year ago