| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-24 | Merge pull request #1933 from cvium/autoreload_log_config | Bond-009 | |
| Reload logging.json on changes (cherry picked from commit da7ba822b0516ad4e179e26f05943cafeaac2139) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2019-09-27 | Don't log revision number | Bond_009 | |
| 2019-09-24 | Remove submodule and add clone and build to CI | Erwin de Haan | |
| 2019-09-11 | Update deps (#1735) | Bond-009 | |
| 2019-08-18 | Fix possible hidden exceptions | Bond_009 | |
| If an error occurred while starting the server which in turn caused an exception in the dispose method of the apphost, the first exception wouldn't get logged. | |||
| 2019-08-11 | Improve clickable link | Bond_009 | |
| 2019-08-11 | Update deps + document startup project | Bond_009 | |
| * Fixed the release build * Documented all public/internal members of Jellyfin.Server * Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server This will ensure that any new public/internal members of Jellyfin.Server are documented | |||
| 2019-08-09 | Fix more warnings | Bond_009 | |
| 2019-07-25 | Remove IpAddressInfo and IpEndPointInfo classes | Bond_009 | |
| 2019-07-07 | Fix merge errors | Bond_009 | |
| 2019-07-06 | Merge branch 'master' into release-10.3.z | Bond-009 | |
| 2019-07-06 | Fixes issues with HttpClientManager | Bond_009 | |
| 2019-06-28 | Add removed line | Bond_009 | |
| 2019-06-28 | Final fixes | Bond-009 | |
| 2019-06-28 | More | Bond-009 | |
| 2019-06-09 | Improve main code flow | Bond_009 | |
| Improved the way how some parts of the code depend on eachother Fixed some style issues | |||
| 2019-06-05 | Merge pull request #1366 from Bond-009/warn3 | Anthony Lavado | |
| Fix more warnings | |||
| 2019-06-01 | Merge branch 'master' into tasks | Bond-009 | |
| 2019-06-01 | Fix more warnings | Bond-009 | |
| 2019-03-26 | Reduce complexity http routes | Bond-009 | |
| 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-25 | Lower the amount of running tasks | Bond_009 | |
| 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 | |
