| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-31 | Merge pull request #733 from Bond-009/startuptasks | Joshua M. Boniface | |
| Remove unused function | |||
| 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 | Accept single-hyphen usage and rename -programdatadir to -datadir | PloughPuff | |
| For backwards compatibility, modify the args[] strings to replace single-hyphens with double-hyphens before parsing. Also rename -programdatadir to -datadir. | |||
| 2019-01-31 | Use CommandLineParser package for handling CLI args | PloughPuff | |
| 2019-01-31 | Remove more Connect related stuff | Claus Vium | |
| 2019-01-30 | Merge branch 'master' into startuptasks | Bond-009 | |
| 2019-01-29 | Merge pull request #716 from Bond-009/warnings | Vasily | |
| Remove more compile time warnings | |||
| 2019-01-28 | Removed loose whitespace and one .ToArray() call. | Erwin de Haan | |
| 2019-01-28 | Fixed inlining local-variable artifact. | Erwin de Haan | |
| 2019-01-28 | Final refactored `IFileSystem` and `ManagedFileSystem` | Erwin de Haan | |
| 2019-01-28 | Unwrapped all /(Write|Read)All(Text|Bytes)/ functions. | Erwin de Haan | |
| 2019-01-28 | Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile` | Erwin de Haan | |
| 2019-01-28 | Unwrapped `OpenRead` and `CopyFile` | Erwin de Haan | |
| 2019-01-28 | Unwrapped CreateDirectory and DeleteDirectory | Erwin de Haan | |
| 2019-01-28 | Unwrapped GetDirectoryName and DirectorySeperatorChar | Erwin de Haan | |
| 2019-01-27 | Fix crash when trying to deserialize a non-existing scheduled task | Claus Vium | |
| 2019-01-27 | Check if file exists instead of catching exceptions | Bond_009 | |
| 2019-01-27 | Remove code for pre-installed plugins | Bond_009 | |
| 2019-01-27 | Remove unused function | Bond_009 | |
| RunStartupTasks never executes because "startuptasks.txt" is never created | |||
| 2019-01-26 | Add Size to TypedBaseItem | Claus Vium | |
| 2019-01-26 | Merge pull request #723 from Bond-009/dbperf | Andrew Rabert | |
| Minor improvements to db code | |||
| 2019-01-26 | Merge pull request #709 from Bond-009/null | Andrew Rabert | |
| Fix always null expressions | |||
| 2019-01-26 | Merge pull request #710 from Bond-009/spelling | Andrew Rabert | |
| Fix a spelling mistake | |||
| 2019-01-26 | Merge pull request #711 from Bond-009/sysevent | Andrew Rabert | |
| Remove remnants of system events | |||
| 2019-01-26 | Address comments | Bond_009 | |
| 2019-01-26 | Fix ctor | Bond_009 | |
| 2019-01-26 | Minor improvements to db code | Bond_009 | |
| 2019-01-26 | Change image dimentions from double to int | Bond_009 | |
| Rename ImageSize -> ImageDimensions | |||
| 2019-01-25 | Revert "Merge pull request #452 from Bond-009/activitydb" | Erwin de Haan | |
| This reverts commit 48ad18d12baeeb42ec0ec7df9473330dcbc76754, reversing changes made to fe197415cac19c0e4005c52761c5e7a37b8a4557. | |||
| 2019-01-25 | Remove more compile time warnings | Bond_009 | |
| 2019-01-25 | Remove remnants of system events | Bond_009 | |
| 2019-01-25 | Fix a spelling mistake | Bond_009 | |
| 2019-01-25 | Fix always null expressions | Bond_009 | |
| 2019-01-24 | Merge pull request #452 from Bond-009/activitydb | Andrew Rabert | |
| Use EF Core for Activity database | |||
| 2019-01-24 | Merge pull request #657 from Bond-009/true | Andrew Rabert | |
| Remove conditions that are always true/false | |||
| 2019-01-24 | Merge pull request #672 from cvium/kill_unconditional_caching | Andrew Rabert | |
| Remove unconditional caching, modified since header and use ETags | |||
| 2019-01-23 | Suffix async methods with Async | Bond_009 | |
| 2019-01-23 | No need to check if the dir exists | Bond_009 | |
| 2019-01-23 | Return a true IEnumerable | Bond_009 | |
| 2019-01-23 | Ensure DB exists | Bond_009 | |
| 2019-01-23 | Use EF Core for Activity database | Bond_009 | |
| 2019-01-22 | Merge pull request #668 from hawken93/prepare_for_reports_module | Andrew Rabert | |
| Return Audio objects from MusicAlbum.Tracks | |||
| 2019-01-22 | Remove conditions that are always true/false | Bond_009 | |
| 2019-01-22 | Fix trim input | Claus Vium | |
| 2019-01-22 | Trim quotes from If-None-Match | Claus Vium | |
| 2019-01-22 | Remove unconditional caching, modified since header and use ETags | Claus Vium | |
| 2019-01-22 | removed excess newlines | Tthecreator | |
| 2019-01-22 | Set EnableRaisingEvents correctly for SubtitleEncoder | Tthecreator | |
