index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Jellyfin.Server.Integration.Tests
/
JellyfinApplicationFactory.cs
Age
Commit message (
Expand
)
Author
2025-06-08
Rework startup topic handling and reenable output to logging framework (#14243)
JPVenson
2025-06-05
Feature/version check in library migration (#14105)
JPVenson
2025-06-03
Add declarative backups for migrations (#14135)
JPVenson
2025-04-27
Unified migration handling (#13950)
JPVenson
2025-01-27
Fixed migration runner and added docs for adding migrations
JPVenson
2024-08-28
Prevent server from starting if the ffmpeg path is invalid (#12463)
gnattu
2023-11-10
Fix integration tests
Patrick Barron
2023-09-23
Use IHostLifetime to handle restarting and shutting down
Patrick Barron
2023-01-15
Move WebHostBuilder extension method to separate file
Patrick Barron
2023-01-15
Move some startup methods to StartupHelpers
Patrick Barron
2023-01-12
Fix tests
Patrick Barron
2023-01-11
Migrate from IWebHost to IHost
Patrick Barron
2022-11-27
Fix last CA1305 error (#8806)
Bond-009
2022-09-28
Remove redundant using directives
Hannes Braun
2022-02-14
Fix option to disable server discovery
Bond_009
2021-11-02
Streamline startup code
Bond_009
2021-07-06
Add test for RobotsRedirectionMiddleware
Bond_009
2021-03-09
Perform static initialization only once
Bond_009
2021-03-09
Split integration tests from unit tests
Bond_009