| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-12 | Merge branch 'master' into xml | Bond-009 | |
| 2019-03-12 | Merge pull request #1060 from Bond-009/assinfo | Vasily | |
| Remove redundant class AssemblyInfo | |||
| 2019-03-12 | Implement review feedback | Joshua Boniface | |
| 2019-03-12 | Merge pull request #1095 from Bond-009/fix1077 | Vasily | |
| Add AppConfig to the DI service collection | |||
| 2019-03-12 | Merge pull request #1021 from Bond-009/failonwarn | Vasily | |
| Fail on warnings for Jellyfin.Server | |||
| 2019-03-11 | remove open subtitles from the server | dkanada | |
| 2019-03-11 | Fix nullref | Bond-009 | |
| 2019-03-11 | Merge pull request #1089 from jellyfin/translations | Vasily | |
| Update translations | |||
| 2019-03-10 | Remove unneccessary string | Joshua Boniface | |
| 2019-03-10 | Add further resources to complete WebPath | Joshua Boniface | |
| 2019-03-10 | Make use of WebPath | Joshua Boniface | |
| 2019-03-10 | Add configuration flag for Web directory | Joshua Boniface | |
| 2019-03-10 | Translated using Weblate (Kazakh) | WWWesten | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/ | |||
| 2019-03-10 | Translated using Weblate (Chinese (Simplified)) | Matsuri | |
| Currently translated at 97.8% (92 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/ | |||
| 2019-03-09 | Merge pull request #1077 from Bond-009/musicbrainz | Joshua M. Boniface | |
| Make MusicBrainz base url configurable | |||
| 2019-03-08 | Disable HTTPS in Kestrel if Certificate is null | Claus Vium | |
| 2019-03-08 | Remove more unused stuff | Bond-009 | |
| 2019-03-08 | Remove usage of depricated 'WebRequest' | Bond-009 | |
| Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2 | |||
| 2019-03-08 | Make MusicBrainz base url configurable | Bond-009 | |
| 2019-03-07 | Add urlprefixes during init | Claus Vium | |
| 2019-03-07 | Remove EnvironmentInfo | Bond-009 | |
| This moved the last bit of usefulness of EnvironmentInfo into a static class. | |||
| 2019-03-07 | Merge pull request #1065 from cvium/closed_response | Bond-009 | |
| Don't set status code if response is closed | |||
| 2019-03-07 | Don't set status code if response is closed | Claus Vium | |
| 2019-03-08 | Merge pull request #1058 from Bond-009/clean | Vasily | |
| Cleanup/simplification | |||
| 2019-03-07 | Fail on warnings for Jellyfin.Server | Bond-009 | |
| 2019-03-07 | Reduce the amount of exceptions thrown | Bond_009 | |
| 2019-03-07 | Cleanup/simplification | Bond-009 | |
| * Removed useless copies/allocations * Reduced unneeded complexity | |||
| 2019-03-07 | Merge remote-tracking branch 'remotes/upstream/master' into kestrel_poc | Claus Vium | |
| 2019-03-07 | Merge pull request #870 from LogicalPhallacy/betterauth | Bond-009 | |
| Better default authentication | |||
| 2019-03-07 | Make SkipLogExtensions static | Claus Vium | |
| 2019-03-07 | Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs | Bond-009 | |
| Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-03-07 | Remove redundent class AssemblyInfo | Bond-009 | |
| 2019-03-07 | Merge pull request #844 from ploughpuff/ffmpeg | Vasily | |
| Reworked FFmpeg path discovery and always display to user | |||
| 2019-03-07 | Merge pull request #1028 from Bond-009/ratings | Vasily | |
| Simplify rating loading | |||
| 2019-03-07 | made hashset static and readonly | Phallacy | |
| 2019-03-07 | more fixes for perf and style | Phallacy | |
| 2019-03-07 | Remove useless abstraction around XmlReaderSettings | Bond_009 | |
| This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage | |||
| 2019-03-07 | Apply suggestions from code review | Bond-009 | |
| more minor fixes before I do larger fixes Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-03-06 | Make FileSystem readonly | Claus Vium | |
| 2019-03-06 | Remove public Host property | Claus Vium | |
| 2019-03-06 | Review comments | Claus Vium | |
| 2019-03-06 | Update LocalizationManager.cs | Bond-009 | |
| 2019-03-06 | Merge pull request #915 from cvium/remove_encryptionmanager | Vasily | |
| Remove IEncryptionManager | |||
| 2019-03-05 | Minor fixes to address style issues | Phallacy | |
| 2019-03-05 | Renamed Init() to SetFFmpegPath() | PloughPuff | |
| 2019-03-05 | Review comments | PloughPuff | |
| Address review comments from JustAMan, Bond-009 and cvium. | |||
| 2019-03-05 | Reworked FFmpeg path discovery and always display to user | PloughPuff | |
| 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-05 | Remove more Content-Length references | Claus Vium | |
| 2019-03-05 | Add ProcessWebSocketRequest to IHttpListener | Claus Vium | |
| 2019-03-05 | Fix DI in FileWriter.TransmitFile | Claus Vium | |
