aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2019-03-05Review commentsPloughPuff
Address review comments from JustAMan, Bond-009 and cvium.
2019-03-05Reworked FFmpeg path discovery and always display to userPloughPuff
1) Reworked FFmpeg and FFprobe path discovery (CLI switch, Custom xml, system $PATH, UI update trigger). Removed FFMpeg folder from Emby.Server.Implementations. All path discovery now in MediaEncoder. 2) Always display FFmpeg path to user in Transcode page. 3) Allow user to remove a Custome FFmpeg path and return to using system $PATH (or --ffmpeg if available). 4) Remove unused code associated with 'prebuilt' FFmpeg. 5) Much improved logging during path discovery.
2019-03-05Remove more Content-Length referencesClaus Vium
2019-03-05Add ProcessWebSocketRequest to IHttpListenerClaus Vium
2019-03-05Fix DI in FileWriter.TransmitFileClaus Vium
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-03-05Remove unused Brotli compressorClaus Vium
2019-03-04minor style fixesPhallacy
2019-03-05Remove unused _listenerClaus Vium
2019-03-05Grab content root from config and fix kestrel port bindingsClaus Vium
2019-03-04Expand todoClaus Vium
2019-03-04Update LocalizationManager.csBond-009
2019-03-04Use QueryHelpers.AddQueryStringClaus Vium
2019-03-04Review commentsClaus Vium
2019-03-04Fix a logging statementClaus Vium
2019-03-04Merge pull request #735 from Bond-009/loopJoshua M. Boniface
Readability changes
2019-03-03Remove some unused referencesClaus Vium
2019-03-03Await host startupClaus Vium
2019-03-03Start the webhost before RunStartupTasks and fix ContentEncodingClaus Vium
2019-03-03Use EnableHttps instead of CertificateInfoClaus Vium
2019-03-03Add certificate to https and minor cleanupClaus Vium
2019-03-01Correct the list of series typesLynxy
2019-03-01Simplify rating loadingBond-009
2019-03-01Don't mix LINQ and roreach loops for readabilityBond-009
2019-03-01Add some websocket manager boilerplateClaus Vium
2019-02-28Translated using Weblate (Turkish)Deniz
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2019-02-28Translated using Weblate (Spanish (Argentina))ElFantasma
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
2019-02-28Translated using Weblate (Slovenian)SaddFox
Currently translated at 87.2% (82 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2019-02-28Translated using Weblate (Portuguese (Brazil))v1tin
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2019-02-28Translated using Weblate (Italian)EffeF
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
2019-02-28Translated using Weblate (French (Canada))TheBird956
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
2019-02-28Translated using Weblate (French)TheBird956
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2019-02-27fixed logic flip in auth empty check and fixed crypto algo choicePhallacy
2019-02-27Call SharpWebSocket's Closed event handler before disposingClaus Vium
2019-02-27Remove a file that shouldn't have been addedClaus Vium
2019-02-27Remove more cruft and add the beginnings of a socket middlewareClaus Vium
2019-02-27Check websocket state before closingClaus Vium
2019-02-27Fix websocketsClaus Vium
2019-02-27Fix query log for realClaus Vium
2019-02-27Fix query logClaus Vium
2019-02-27Merge pull request #978 from fasheng/fix-dlna-multiple-interfacesVasily
Fix DLNA for multiple interfaces on linux
2019-02-27Merge pull request #1011 from Bond-009/orderVasily
Don't try to order the response the same as the request
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-02-27Remove redundant parenthesisXu Fasheng
2019-02-27Remove HttpUtilityClaus Vium
2019-02-27Remove some unused stuffClaus Vium
2019-02-27Remove SocketHttpListenerClaus Vium
2019-02-27Merge pull request #959 from Bond-009/stringJoshua M. Boniface
Reduce string allocations at startup
2019-02-27Merge pull request #891 from Bond-009/postsanJoshua M. Boniface
Reduce the amount of db calls during the post scan event
2019-02-26More cleanupClaus Vium