| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-25 | Simplify/remove/clean code | Bond-009 | |
| * Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;) | |||
| 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 | Implement review feedback | Joshua Boniface | |
| 2019-03-10 | Move CreateDirectory for dataDir to try block | Joshua Boniface | |
| 2019-03-10 | Have datadir envvar match the others | Joshua Boniface | |
| 2019-03-10 | Add further resources to complete WebPath | Joshua Boniface | |
| 2019-03-10 | Add configuration flag for Web directory | 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 | Fix the 2 new warnings | Bond-009 | |
| 2019-03-03 | Start the webhost before RunStartupTasks and fix ContentEncoding | Claus Vium | |
| 2019-02-26 | kestrel init | Claus Vium | |
| 2019-02-20 | Merge pull request #851 from Bond-009/appdata | Vasily | |
| Simplify code to get data dir | |||
| 2019-02-18 | Remove useless check | Bond-009 | |
| 2019-02-18 | Simplify code to get data dir | Bond_009 | |
| 2019-02-17 | Removed async from non-async method | William Taylor | |
| 2019-02-17 | Removed unnecessary configuration options and reduced primitive dependencies | William Taylor | |
| 2019-02-17 | Removed primitives from services in Program.cs | William Taylor | |
| This will make it easier to move dependency registration to a system without having to new up all the services first. Moved the primitives to an IConfiguration which is much easier to inject. | |||
| 2019-02-16 | Warnings for docs | Bond-009 | |
| 2019-02-16 | ConfigureAwait | Bond-009 | |
| 2019-02-15 | Merge pull request #801 from Bond-009/di | Vasily | |
| Move to Microsoft.Extensions.DependencyInjection | |||
| 2019-02-13 | Rewrite rules for determining app paths and use XDG_CONFIG_HOME for ↵ | ploughpuff | |
| configDir (#781) Re-write rules for determining dataDir, configDir and logDir. Generally, arguments from command line take precedence, then JELLYFIN env vars, before using XDG names. Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com> | |||
| 2019-02-12 | Move to Microsoft.Extensions.DependencyInjection | Bond_009 | |
| This PR replaces SimpleInjector with Microsoft.Extensions.DependencyInjection. | |||
| 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 | Merge pull request #788 from Bond-009/warnings | Andrew Rabert | |
| Fix more warnings | |||
| 2019-02-01 | Fix more warnings | Bond_009 | |
| 2019-02-01 | Rebase on master | Bond_009 | |
| 2019-02-01 | Make cache dir configurable | Bond_009 | |
| 2019-01-31 | Improved help text and output errors to stderr | PloughPuff | |
| Addressed review comments from JustAMan. | |||
| 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 | Merge branch 'master' into locale | Bond-009 | |
| 2019-01-27 | Start startup tasks async | Bond_009 | |
| 2019-01-27 | Reworked LocalizationManager to load data async | Bond_009 | |
| 2019-01-26 | Move Skia back into it's own project | Bond_009 | |
| 2019-01-26 | Merge pull request #711 from Bond-009/sysevent | Andrew Rabert | |
| Remove remnants of system events | |||
| 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 remnants of system events | Bond_009 | |
| 2019-01-24 | Merge pull request #452 from Bond-009/activitydb | Andrew Rabert | |
| Use EF Core for Activity database | |||
| 2019-01-24 | Fix some analyzer warnings | Bond_009 | |
| Some changes: * Don't omit braces * Fix culture sensitive string compare * Define accessibility functions I restricted myself to these 5 files, for now :p | |||
| 2019-01-23 | Suffix async methods with Async | Bond_009 | |
| 2019-01-23 | Ensure DB exists | Bond_009 | |
| 2019-01-20 | Fix func name | Andrew Rabert | |
| 2019-01-20 | Merge branch 'dev' into imagesize | Andrew Rabert | |
| 2019-01-20 | Removed unused parameters from Program.getImageEncoder | William Taylor | |
| 2019-01-20 | Replaced injections of ILogger with ILoggerFactory | William Taylor | |
| This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies. | |||
| 2019-01-20 | Touchup | Bond_009 | |
| 2019-01-20 | Remove unneeded fields | Bond_009 | |
