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
/
Jellyfin.Server
Age
Commit message (
Expand
)
Author
2020-03-22
Update all packages to .NET Core 3.1.2
Mark Monteiro
2020-03-21
Bind HTTPS ports when running with development environment flag
Mark Monteiro
2020-03-21
Set 'ASPNETCORE_ENVIRONMENT=Development' when running from visual studio
Mark Monteiro
2020-03-21
Run in development mode by default from Visual Studio
Mark Monteiro
2020-03-21
Enable HTTP/2 support
Mark Monteiro
2020-03-21
Rename command line option to --nowebclient and config setting to HostWebClient
Mark Monteiro
2020-03-17
Do not add command line flag to the config hierarchy unless it is explicitly set
Mark Monteiro
2020-03-15
Add debugging profile for running the server without web content
Mark Monteiro
2020-03-15
Use the same key constant for command line config and all other config
Mark Monteiro
2020-03-15
Do not call UseContentRoot() on the web host builder
Mark Monteiro
2020-03-15
Merge command line options into framework configuration
Mark Monteiro
2020-03-15
Add --nowebcontent command line flag
Mark Monteiro
2020-03-15
Construct ApplicationHost with DI framework instead of manually
Mark Monteiro
2020-03-15
Make startup config nullable when configuring app configuration
Mark Monteiro
2020-03-15
Use startup configuration to set the default redirect path
Mark Monteiro
2020-03-15
Rename IsNoWebContent to NoWebContent
Mark Monteiro
2020-03-11
Merge remote-tracking branch 'upstream/master' into support-running-without-w...
Mark Monteiro
2020-03-11
Use config setting to decide if web content should be hosted
Mark Monteiro
2020-03-10
Merge branch 'master' into support-injecting-iconfiguration
Mark Monteiro
2020-03-08
Store migration names alongside Ids in configuration in order to assist with ...
Mark Monteiro
2020-03-08
Use a Guid to uniquely identify migrations instead of a string name
Mark Monteiro
2020-03-08
Use logging.json instead of logging.user.json for override settings
Mark Monteiro
2020-03-08
Clean up migration logging messages
Mark Monteiro
2020-03-08
Throw exception on migration failure to halt application
Mark Monteiro
2020-03-07
Merge branch 'master' into logging-migration
Joshua M. Boniface
2020-03-07
Documentation and log message cleanup
Mark Monteiro
2020-03-07
do not ignore exceptions during migration execution
Mark Monteiro
2020-03-06
Rename IUpdater to IMigrationRoutine
Mark Monteiro
2020-03-06
Load user logging config file into application configuration
Mark Monteiro
2020-03-06
Add migration to create "logging.user.json"
Mark Monteiro
2020-03-06
Create separate constants for the two logging file names
Mark Monteiro
2020-03-06
Implement review suggestion
Vasily
2020-03-06
Disable logging.json migration as it is not ready yet
Vasily
2020-03-06
More logging, mark all migrations as applied if setup wizard is not complete
Vasily
2020-03-05
Fix comment
Vasily
2020-03-05
Moved migration routines to their own directory
Vasily
2020-03-05
Extract "migrations" config name to a proper constant
Vasily
2020-03-05
Improve migration logic
Vasily
2020-03-05
Shuffle migrations in a more manageable structure
Vasily
2020-03-05
Implement EnableThrottling migration for pre-10.5.0 to 10.5.0 or newer
Vasily
2020-03-05
Add tracking of JF version used to run this config previously
Vasily
2020-03-03
Merge remote-tracking branch 'upstream/master' into support-injecting-iconfig...
Mark Monteiro
2020-03-03
Increase min log level to 'Warning' framework namespaces
Mark Monteiro
2020-03-03
Register Serilog logging services correctly
Mark Monteiro
2020-02-28
Do not save a reference to the startup config in ApplicationHost
Mark Monteiro
2020-02-28
Register configuration correctly with application using 'ConfigureAppConfigur...
Mark Monteiro
2020-02-28
Use constants for settings keys
Mark Monteiro
2020-02-26
Use IsHostingContent instead of explicitly checking ContentRoot
Mark Monteiro
2020-02-25
Remove log message executed before logger is initialized
Mark Monteiro
2020-02-25
Use the swagger API page as the default redirect path if not hosting the jell...
Mark Monteiro
[prev]
[next]