| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-18 | Merge pull request #887 from wtayl0r/replace-primitives-with-iconfiguration | Vasily | |
| Replace primitive injection with IConfiguration | |||
| 2019-02-18 | Merge pull request #913 from Bond-009/log | Vasily | |
| Reduce log spam | |||
| 2019-02-18 | Merge pull request #829 from Bond-009/fields | Vasily | |
| Removed some unused fields | |||
| 2019-02-17 | Merge pull request #925 from Bond-009/newmaser | Joshua M. Boniface | |
| Merge 10.2.0 release branch back into master | |||
| 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 Reference and replaced with package reference | William Taylor | |
| 2019-02-17 | Removed extra using | 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-17 | Merge remote-tracking branch 'upstream/release-10.2.z' into newmaser | Bond-009 | |
| 2019-02-16 | Merge pull request #920 from nvllsvm/dockolate_icetainer | Andrew Rabert | |
| Fix cachedir missing from Docker container | |||
| 2019-02-16 | Fix cachedir missing from Docker container | Andrew Rabert | |
| Adds the /cache volume and set it to writeable by all. This allows for those using jellyfin to continue using it without modifying their config. However, retaining cache will require one to mount the /cache volume. Also make the /config and /media dirs 777 by default. No permissions on mounted volumes will be changed. | |||
| 2019-02-16 | Bump release version for last-minute PRsv10.2.0 | Joshua Boniface | |
| 2019-02-16 | Merge branch 'master' into fields | Bond-009 | |
| 2019-02-16 | Reduce log spam | Bond-009 | |
| 2019-02-16 | Merge pull request #899 from AThomsen/bugfix/dlna_name_race_condition | Bond-009 | |
| DLNA: Fix race condition leading to missing device names | |||
| 2019-02-16 | Merge pull request #907 from cvium/fix_assembly_visibility | Bond-009 | |
| Fix assembly visibility | |||
| 2019-02-16 | Merge pull request #910 from nvllsvm/make_it_so | Andrew Rabert | |
| Enhance Dockerfiles | |||
| 2019-02-16 | Merge pull request #911 from nvllsvm/hooked_on_phonics | Andrew Rabert | |
| Checkout submodules in Docker Hub hook | |||
| 2019-02-16 | Checkout submodules in Docker Hub hook | Andrew Rabert | |
| 2019-02-16 | Enhance Dockerfiles | Andrew Rabert | |
| * Prevent failure when obj exists from host compile * Enhance readability of disposed stages * Formatting | |||
| 2019-02-16 | Merge pull request #909 from n8225/dockerBuilds | Andrew Rabert | |
| Fix docker arm builds | |||
| 2019-02-15 | Fix docker arm builds | n8225 | |
| 2019-02-15 | Update submodule to 10.2.0 release | Joshua Boniface | |
| 2019-02-15 | Remove superfluous changelog entries | Joshua Boniface | |
| 2019-02-15 | Update version to 10.2.0 release | Joshua Boniface | |
| 2019-02-15 | Merge pull request #883 from jellyfin/translations | Joshua M. Boniface | |
| Import Translations | |||
| 2019-02-15 | Merge pull request #892 from joshuaboniface/depend-ffmpeg-version | Joshua M. Boniface | |
| Add jellyfin-ffmpeg and versioning to package deps | |||
| 2019-02-16 | Merge pull request #885 from Bond-009/warn | Vasily | |
| More warning fixes | |||
| 2019-02-16 | Comments | Bond-009 | |
| 2019-02-16 | Update Jellyfin.Server/Jellyfin.Server.csproj | Vasily | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-02-16 | Reorder elements | Bond-009 | |
| 2019-02-16 | Remove more doc warnings | Bond-009 | |
| 2019-02-16 | More fixes | Bond-009 | |
| 2019-02-16 | Correctly dispose WebSocketSharpListener | Bond-009 | |
| 2019-02-16 | More warnings | Bond-009 | |
| 2019-02-16 | Disable SA1130 | Bond-009 | |
| 2019-02-16 | Warnings for docs | Bond-009 | |
| 2019-02-16 | Fix up CoreAppHost.cs | Bond-009 | |
| 2019-02-16 | Do not declare visible instance fields | Bond-009 | |
| 2019-02-16 | Closing braces should be followed by an empty line | Bond-009 | |
| 2019-02-16 | Disable SA1512 | Bond-009 | |
| 2019-02-16 | No multiple empty lines | Bond-009 | |
| 2019-02-16 | Single line comments should start with a space | Bond-009 | |
| 2019-02-16 | ConfigureAwait | Bond-009 | |
| 2019-02-16 | Change discards | Bond-009 | |
| 2019-02-16 | Merge pull request #901 from cvium/dispose_webresponse_on_errors | Bond-009 | |
| Properly dispose HttpWebResponse when the request failed to avoid 'too many open files' | |||
| 2019-02-15 | Make all class implementing dynamically loaded interfaces public | Claus Vium | |
| 2019-02-15 | Merge pull request #801 from Bond-009/di | Vasily | |
| Move to Microsoft.Extensions.DependencyInjection | |||
| 2019-02-15 | Merge pull request #875 from Bond-009/error | Vasily | |
| Treat warnings as errors for release builds | |||
