| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-03 | Remove some unused references | Claus Vium | |
| 2019-03-03 | Await host startup | Claus Vium | |
| 2019-03-03 | Use EnableHttps instead of CertificateInfo | Claus Vium | |
| 2019-03-03 | Add certificate to https and minor cleanup | Claus Vium | |
| 2019-03-01 | Don't mix LINQ and roreach loops for readability | Bond-009 | |
| 2019-02-27 | Remove more cruft and add the beginnings of a socket middleware | Claus Vium | |
| 2019-02-27 | Merge pull request #978 from fasheng/fix-dlna-multiple-interfaces | Vasily | |
| Fix DLNA for multiple interfaces on linux | |||
| 2019-02-26 | Undo some of the span abuse | Claus Vium | |
| 2019-02-26 | Extend the IHttpServer interface to avoid the typecasting | Claus Vium | |
| 2019-02-26 | Remove websocket options and configure kestrel listen ports | Claus Vium | |
| 2019-02-26 | Remove SocketSharp from Jellyfin.Server and some other cleanup | Claus Vium | |
| 2019-02-26 | Fix websockets array index out of bounds and some cleanup | Claus Vium | |
| 2019-02-26 | Still broken | Claus Vium | |
| 2019-02-26 | Add response compression middleware | Claus Vium | |
| 2019-02-26 | Use middlewares instead of Routing | Claus Vium | |
| 2019-02-26 | Replace some todos with http extensions and prepare some socket work | Claus Vium | |
| 2019-02-26 | Remove hardcoded path and fix url bug in Windows | Claus Vium | |
| 2019-02-26 | kestrel init | Claus Vium | |
| 2019-02-26 | Log time in a standardized way | Bond-009 | |
| 2019-02-25 | Use stopwatch for more accurate measurements and reduce log spam | Bond_009 | |
| DateTime.Now is suitible for small timespans Replaced the needlessly complex and verbose logging for the httpserver | |||
| 2019-02-22 | Add option to toggle if ignore virtual interfaces | Xu Fasheng | |
| Some VPN like ZerotierOne owns IP address but no gateway, and there is no good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces, so just provide one option to let user decide it. | |||
| 2019-02-20 | Merge branch 'master' into update_tvdb | Vasily | |
| 2019-02-20 | Remove IEncryptionManager | Claus Vium | |
| 2019-02-19 | Merge pull request #830 from Bond-009/update | Joshua M. Boniface | |
| Removed remaining self-update code | |||
| 2019-02-18 | Got to start somewhere | Bond-009 | |
| 2019-02-18 | Merge pull request #887 from wtayl0r/replace-primitives-with-iconfiguration | Vasily | |
| Replace primitive injection with IConfiguration | |||
| 2019-02-18 | Removed remaining self-update code | Bond_009 | |
| 2019-02-18 | Merge pull request #913 from Bond-009/log | Vasily | |
| Reduce log spam | |||
| 2019-02-18 | Merge pull request #829 from Bond-009/fields | Vasily | |
| Removed some unused fields | |||
| 2019-02-17 | Removed unnecessary configuration options and reduced primitive dependencies | William Taylor | |
| 2019-02-17 | Merge remote-tracking branch 'upstream/release-10.2.z' into newmaser | Bond-009 | |
| 2019-02-16 | Merge branch 'master' into fields | Bond-009 | |
| 2019-02-16 | Reduce log spam | Bond-009 | |
| 2019-02-15 | Remove SizeLimit | Claus Vium | |
| 2019-02-15 | Use DI for TvDbClientManager | Claus Vium | |
| 2019-02-12 | Address comments | Bond-009 | |
| 2019-02-12 | Don't create multiple instances of the same type | Bond_009 | |
| 2019-02-12 | Simplify plugin loading | Bond_009 | |
| 2019-02-12 | Move to Microsoft.Extensions.DependencyInjection | Bond_009 | |
| This PR replaces SimpleInjector with Microsoft.Extensions.DependencyInjection. | |||
| 2019-02-10 | Add support for ZIP plugin archives | Joshua Boniface | |
| Most code from @cvium. Also removes the lazy and ill-conceived GUID- based checksumming, which just died with ZIP archives. | |||
| 2019-02-09 | Removed some unused fields | Bond_009 | |
| 2019-02-09 | Fix namespacing so it lines up properly with file names and paths (#715) | Erwin de Haan | |
| * Fix stupid namespacing so it lines up properly with file names and paths. | |||
| 2019-02-05 | Remove custom Threading | Claus Vium | |
| 2019-02-03 | Merge pull request #736 from Bond-009/startasync | Joshua M. Boniface | |
| Start startup tasks async | |||
| 2019-02-03 | Merge pull request #732 from Bond-009/locale | Joshua M. Boniface | |
| Reworked LocalizationManager to load data async | |||
| 2019-02-02 | Remove unused field | Bond_009 | |
| 2019-01-31 | Remove support for games as a media type | Claus Vium | |
| 2019-01-31 | Revert back to NoAutoRunWebApp | PloughPuff | |
| Addressed further review comments. Removed unnecessary .ParsedStartupOptions namespace. Removed DataDir, ConfigDir and LogDir from Interface file as not necessary. | |||
| 2019-01-31 | Move Options to Jellyfin.Server and create interface file | PloughPuff | |
| Changes following review comments. | |||
| 2019-01-31 | Use CommandLineParser package for handling CLI args | PloughPuff | |
