| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-25 | No need to assign empty string. | Phlogi | |
| 2019-03-25 | Removed trailing spaces, renamed get wan IP function. | Phlogi | |
| 2019-03-25 | Seperate changes from #1023 | Bond-009 | |
| The unrelated changes from #1023 (and more) | |||
| 2019-03-25 | Formatting update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Formatting update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Formatting update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Formatting update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-24 | Fix check for available WAN address. | Phlogi | |
| 2019-03-24 | Format the WAN API Url correctly with https and Port. | Phlogi | |
| 2019-03-24 | Also add the WAN switch to the public system info. | Phlogi | |
| 2019-03-24 | Proper access to configuration objects | Phlogi | |
| 2019-03-24 | Removed comment, renamed methods consistently. | Phlogi | |
| 2019-03-24 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-24 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-24 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-24 | Fix build, missing changes. | Phlogi | |
| 2019-03-24 | Change WAN IP behaviour: Use ServerConfiguration.WanDdns if set in ↵ | Phlogi | |
| configuration. | |||
| 2019-03-24 | WAN Address should use public ports instead of local ports. | Phlogi | |
| https://github.com/jellyfin/jellyfin/issues/601#issuecomment-475941080 | |||
| 2019-03-22 | made password resets an interface and per user | Phallacy | |
| 2019-03-16 | Merge branch 'master' into subtitle-display-title | redSpoutnik | |
| 2019-03-14 | Added contact email to user agent | PloughPuff | |
| MusicBrainz request a contact email address is supplied in comment section of user agent field. | |||
| 2019-03-14 | Change subtitles DisplayTitle behavior | redSpoutnik | |
| 2019-03-13 | More warning fixes | Bond-009 | |
| 2019-03-12 | Finalise removal of --ffprobe switch | PloughPuff | |
| Removed --ffprobe from src files and server/docker scripts. | |||
| 2019-03-13 | Merge pull request #1059 from Bond-009/os | Vasily | |
| Remove EnvironmentInfo | |||
| 2019-03-12 | Merge pull request #1092 from joshuaboniface/configurable-webdir | Joshua M. Boniface | |
| Add configurable webdir option | |||
| 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-11 | Fix nullref | Bond-009 | |
| 2019-03-10 | Add further resources to complete WebPath | Joshua Boniface | |
| 2019-03-10 | Make use of WebPath | Joshua Boniface | |
| 2019-03-08 | Disable HTTPS in Kestrel if Certificate is null | Claus Vium | |
| 2019-03-08 | Remove more unused stuff | 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 remote-tracking branch 'remotes/upstream/master' into kestrel_poc | Claus Vium | |
| 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 | 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-06 | Remove public Host property | Claus Vium | |
| 2019-03-06 | Merge pull request #915 from cvium/remove_encryptionmanager | Vasily | |
| Remove IEncryptionManager | |||
| 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 | Fix DI in FileWriter.TransmitFile | Claus Vium | |
| 2019-03-05 | Remove unused Brotli compressor | Claus Vium | |
| 2019-03-05 | Grab content root from config and fix kestrel port bindings | Claus Vium | |
