Commit Graph

1979 Commits (299541f1b26136ef89741f28c7949cda4e5e485f)

Author SHA1 Message Date
Mark Monteiro 2a521b0f68 Rename 'log' to 'logger'
5 years ago
Vasily bece62fd5c Fix GetLocalApiUrl for cases with https enabled
5 years ago
Mark Monteiro 0e57348cf4 Merge remote-tracking branch 'upstream/master' into development-https
5 years ago
Mark Monteiro 123bfbcf19 Merge remote-tracking branch 'upstream/master' into use-development-exception-page
5 years ago
Mark Monteiro 5b1091db27 Merge remote-tracking branch 'upstream/master' into do-not-instantiate-services-at-startup
5 years ago
Bond-009 f31efce52d
Merge branch 'master' into usings
5 years ago
Vasily 07ea120ba9
Merge pull request #2601 from mark-monteiro/support-running-without-web-content
5 years ago
Vasily 10275a1f32
Merge pull request #2447 from Bond-009/minor
5 years ago
Vitorvlv 5804873d38 Translated using Weblate (Portuguese (Brazil))
5 years ago
Mark Monteiro 4699ec6417
Use null-coalescing assignment
5 years ago
MG cd5289efcf Translated using Weblate (Italian)
5 years ago
Louis Hermier ab7771941a Translated using Weblate (French)
5 years ago
Medzhnun 3c666aed4c Translated using Weblate (Bulgarian)
5 years ago
Anthony Lavado c9919f4633
Merge pull request #2730 from Bond-009/plugincrash
5 years ago
Bond_009 3ab50f5a3f Address comments
5 years ago
Mark Monteiro 34204046dd Remove duplicate array of extras directory names
5 years ago
Bond_009 787049f35f Merge branch 'master' into minor
5 years ago
Bond-009 ddd5d3aaec
Merge branch 'master' into usings
5 years ago
Mark Monteiro cc8294842a Add ExtraType.Unknown enum value and use it instead of null
5 years ago
Bond_009 147e434634 Try to not crash on unsupported plugin load
5 years ago
nextlooper42 aa96f4322e Translated using Weblate (Slovak)
5 years ago
KGT1 6e847b3f57 Translated using Weblate (German)
5 years ago
Exploding Dragon 314129c803 Translated using Weblate (Chinese (Simplified))
5 years ago
amirmasoud 6408174ccc Translated using Weblate (Persian)
5 years ago
pucherot 6bfb7524f9 Translated using Weblate (Spanish)
5 years ago
dkanada 9e82e7c847
Merge pull request #2712 from joshuaboniface/fix-ldap-issues
5 years ago
Nyanmisaka 0aefc39469 Translated using Weblate (Chinese (Simplified))
5 years ago
abdulaziz 0a23abb84f Translated using Weblate (Arabic)
5 years ago
ferferga a9759f6a80 Rename translation keys
5 years ago
Joshua M. Boniface c356266419 Revert #2146 ordering change
5 years ago
Mark Monteiro e266ad51c5 Simplify logic; remove unnecessary methods
5 years ago
Mark Monteiro 5fcbedc194 Display extras with an unknown type
5 years ago
ferferga 620135d8da Removed spanish string from english file
5 years ago
ferferga aa98160d70 Add whitespaces
5 years ago
ferferga 797b2fbf1d Restore comments
5 years ago
ferferga a2a53ec879 Same with SubtitleScheduledTasks
5 years ago
ferferga 07f4893ba6 Translated RefreshChannelScheduledTask as well
5 years ago
ferferga 28f07df657 Fix NullReferenceException at startup
5 years ago
ferferga 105fc3dc29 Apply suggestions
5 years ago
ferferga d0b3dc1485 Remove an unused string
5 years ago
ferferga 30c1170a55 Remove comments
5 years ago
ferferga 0778eb20aa Translate Scheduled Tasks (names and descriptions)
5 years ago
Vasily 0d2a355c00 Make variables binding correspond with column names
5 years ago
dkanada 622106467e
Merge pull request #2668 from mark-monteiro/fix-application-host-dispose
5 years ago
Mark Monteiro aa9737afb3 Update .NET Core to 3.1.3
5 years ago
Mark Monteiro d1fe28fac6 Check for null before disposing
5 years ago
Mathis 37ff36226b Translated using Weblate (German)
5 years ago
Bond_009 7915c6ca73 Remove extra ;
5 years ago
Bond_009 e9d1eabd53 Remove unused usings
5 years ago
Dennis M. Pöpperl da4855ce4f Translated using Weblate (German)
5 years ago
dkanada 86f614b26b
Merge pull request #2638 from mark-monteiro/update-asp
5 years ago
Frode F a4ff27fbdc Translated using Weblate (Norwegian Nynorsk)
5 years ago
dkanada 0d9787dfb4
Merge pull request #2478 from JustAMan/fix-search-order
5 years ago
dkanada 7270997e76
add code suggestions
5 years ago
Mark Monteiro debab44870 Update all packages to .NET Core 3.1.2
5 years ago
Mark Monteiro b8580e58aa Check for implementation of IService correctly
5 years ago
Mark Monteiro 6f8c81ff7e Register ServiceController with the DI framework
5 years ago
Mark Monteiro dc2b8c4646 Log a warning if an attempt is made to register an invalid service type
5 years ago
Mark Monteiro 72c822513f Create ServiceController via DI instead of manual construction
5 years ago
Mark Monteiro dc140429fe Do not create unnecessary instances of IService at server startup
5 years ago
Mark Monteiro c36e4ecc6c Log all 'DOTNET_' and 'ASPNETCORE_' environment variables at application startup
5 years ago
Mark Monteiro 0e3d319a3a Log 'ASPNETCORE_ENVIRONMENT' value at application startup
5 years ago
Mark Monteiro 842ec04828 Do not handle exceptions manually when in development mode
5 years ago
Mark Monteiro 92628c4033 Clean up HTTP listener exception handling
5 years ago
Mark Monteiro aa546dd36a Rename command line option to --nowebclient and config setting to HostWebClient
5 years ago
Medzhnun e028fb6fde Translated using Weblate (Bulgarian)
5 years ago
Mark Monteiro 1a63c3f364 Inject IConfiguration instead of resolving manually
5 years ago
dkanada 9649b986d8
Merge pull request #2621 from mark-monteiro/log-env-vars-at-startup
5 years ago
dkanada a96c0a72b8
Merge pull request #2549 from dkanada/refactor
5 years ago
Andreas Zeller 3e3470e503 Translated using Weblate (German)
5 years ago
abdulaziz a19e4e2e30 Translated using Weblate (Arabic)
5 years ago
Mark Monteiro 885bc11b67 Log 'JELLYFIN_' environment variables at application start
5 years ago
Mark Monteiro ef7497e837 Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
dkanada 7aec11d621
Merge pull request #2497 from mark-monteiro/1914-prevent-duplicates-in-playlists
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
5 years ago
Mark Monteiro 6fbdf0d6a2 Construct ApplicationHost with DI framework instead of manually
5 years ago
Mark Monteiro a67e32f8ec Clean up and document BrowserLauncher correctly
5 years ago
Mark Monteiro a9c1ff9119 Remove unnecessary method in BrowserLauncher
5 years ago
Mark Monteiro 4102e3afd0 Rename IsNoWebContent to NoWebContent
5 years ago
Mark Monteiro 547f248a62 Update XML documentation for WebPath
5 years ago
SaddFox 6ab2b74c18 Translated using Weblate (Slovenian)
5 years ago
Andy CHABALIER d380684805 Translated using Weblate (French)
5 years ago
Shadowghost f92543479f Translated using Weblate (German)
5 years ago
Mark Monteiro 9a7875b6f9 Do not check for duplicates if they are allowed in playlist configuration
5 years ago
Mark Monteiro 79413d9f33 Add a configuration flag to allow/disallow duplicates in playlists
5 years ago
Vasily ad440cd2f6
Merge pull request #2449 from Bond-009/warn17
5 years ago
Deniz 8d0d05107f Translated using Weblate (Turkish)
5 years ago
Z Yang 217b8a96ac Translated using Weblate (Chinese (Simplified))
5 years ago
Mark Monteiro d276e0f8f4 Use Distinct() to filter out duplicates when adding items to playlist
5 years ago
Mark Monteiro 487aa376b4 Merge remote-tracking branch 'upstream/master' into 1914-prevent-duplicates-in-playlists
5 years ago
Mark Monteiro 99bf6edba2 Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Mark Monteiro 29bad073eb Use config setting to decide if web content should be hosted
5 years ago
Bond-009 94fe9b8f6d
Merge branch 'master' into warn17
5 years ago
Mark Monteiro 6131599e88 Merge branch 'master' into support-injecting-iconfiguration
5 years ago
zixaar 97bca5a900 Translated using Weblate (Arabic)
5 years ago
zixaar 8999a5f6a2 Translated using Weblate (Arabic)
5 years ago
Bond-009 a7e1a5c96a
Merge pull request #2506 from mark-monteiro/inject-loggers-with-context
5 years ago
Mednis 12f2baa3d8 Translated using Weblate (Latvian)
5 years ago
Mednis f6cfdcf7d7 Translated using Weblate (Latvian)
5 years ago