| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-16 | Move the definition of ProductName to the correct class | Anthony Lavado | |
| Missed moving this from one class to the other. | |||
| 2019-03-22 | made password resets an interface and per user | Phallacy | |
| 2019-03-18 | Merge pull request #1127 from LogicalPhallacy/lockoutfix | Joshua M. Boniface | |
| Add configurable user lockout | |||
| 2019-03-16 | Merge branch 'master' into subtitle-display-title | redSpoutnik | |
| 2019-03-16 | Remove some dead code | redSpoutnik | |
| 2019-03-16 | Merge pull request #2 from LogicalPhallacy/master | LogicalPhallacy | |
| update lockoutfix to latest for testing | |||
| 2019-03-16 | configurable user lockout | Phallacy | |
| 2019-03-14 | Change subtitles DisplayTitle behavior | redSpoutnik | |
| 2019-03-14 | Adjusted AssemblyCopyright attribute values. | Erwin de Haan | |
| 2019-03-14 | Adjusted the Product Name so the User Agent is correct/better. | Erwin de Haan | |
| 2019-03-13 | Improvements around streams | Bond-009 | |
| * Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * Remove some dead code | |||
| 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-10 | Add further resources to complete WebPath | Joshua Boniface | |
| 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-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 | Reduce aspnet imports | Claus Vium | |
| 2019-03-07 | Remove redundent class AssemblyInfo | Bond-009 | |
| 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-05 | Minor fixes to address style issues | Phallacy | |
| 2019-03-05 | Remove --ffprobe logic | PloughPuff | |
| 2019-03-05 | Address review comments from Bond | 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-04 | minor style fixes | Phallacy | |
| 2019-02-28 | Do not allow new users to delete content by default | The Lynxy | |
| 2019-02-27 | Remove IHttpResponse | Claus Vium | |
| 2019-02-27 | Replace some usage of QueryParamCollection | Claus Vium | |
| 2019-02-27 | Cleanup in QueryParamCollection | Claus Vium | |
| 2019-02-27 | Remove HttpUtility | Claus Vium | |
| 2019-02-27 | Remove some unused stuff | Claus Vium | |
| 2019-02-26 | Remove unused Cookies | Claus Vium | |
| 2019-02-26 | Remove SetContentLength and company | Claus Vium | |
| 2019-02-26 | kestrel init | Claus Vium | |
| 2019-02-26 | Begin removing System.Net sources | Claus Vium | |
| 2019-02-22 | Send DLNA devices message to only the matched interface | Xu Fasheng | |
| This will be the right way for multiple interfaces, or the client will receive all devices message with different IP addresses and could not detect which one could access. And provide one option DlnaOptions.SendOnlyMatchedHost to fallback to old behaviour if this commit missed something. | |||
| 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 | merging with master to clear merge conflict | Phallacy | |
| 2019-02-20 | minor changes and return to netstandard | Phallacy | |
| 2019-02-19 | Merge pull request #848 from Bond-009/perf | Joshua M. Boniface | |
| Minor changes to reduce allocations | |||
