| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-12 | Translated using Weblate (Dutch) | Stef Havermans | |
| Currently translated at 97.8% (92 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/ | |||
| 2019-02-12 | Translated using Weblate (Dutch) | Stef Havermans | |
| Currently translated at 88.2% (83 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/ | |||
| 2019-02-12 | Translated using Weblate (Dutch) | Erwin de Haan | |
| Currently translated at 88.2% (83 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/ | |||
| 2019-02-12 | Translated using Weblate (Malay) | Sarah Zainalabidin | |
| Currently translated at 98.9% (93 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/ | |||
| 2019-02-12 | Translated using Weblate (Italian) | Kowalski Prime | |
| Currently translated at 98.9% (93 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/ | |||
| 2019-02-12 | Translated using Weblate (Hungarian) | ZsiGiT | |
| Currently translated at 98.9% (93 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/ | |||
| 2019-02-12 | Translated using Weblate (French) | Hadrien Miche | |
| Currently translated at 98.9% (93 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/ | |||
| 2019-02-12 | Translated using Weblate (English (United States)) | Erwin de Haan | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_US/ | |||
| 2019-02-12 | Translated using Weblate (Danish) | bakkegaard | |
| Currently translated at 98.9% (93 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/ | |||
| 2019-02-12 | Translated using Weblate (Dutch) | Erwin de Haan | |
| Currently translated at 96.8% (91 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/ | |||
| 2019-02-08 | Add error logging when translation is missing from core | Claus Vium | |
| 2019-02-08 | Remove missing languages from localization options | Claus Vium | |
| 2019-02-08 | Default to en-US for missing core translations | Claus Vium | |
| 2019-02-04 | Fix loading of rating files | Bond_009 | |
| 2019-02-03 | Merge pull request #732 from Bond-009/locale | Joshua M. Boniface | |
| Reworked LocalizationManager to load data async | |||
| 2019-02-01 | Fix build error | Bond_009 | |
| 2019-02-01 | Update iso6392.txt | minegociomovil | |
| Add new es-MX option for the latin metadata search in www.themoviedb.org Content add: spa||es-mx|Spanish; Latin|espagnol; Latin | |||
| 2019-01-31 | Merge pull request #734 from Bond-009/culture | Joshua M. Boniface | |
| Fix more analyzer warnings | |||
| 2019-01-31 | Remove support for games as a media type | Claus Vium | |
| 2019-01-31 | Merge branch 'master' into locale | Bond-009 | |
| 2019-01-30 | Merge branch 'master' into culture | Bond-009 | |
| 2019-01-29 | Update Emby.Server.Implementations/Localization/LocalizationManager.cs | Vasily | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 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 more analyzer warnings | Bond_009 | |
| 2019-01-27 | Reworked LocalizationManager to load data async | Bond_009 | |
| 2019-01-25 | Fix a spelling mistake | Bond_009 | |
| 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-17 | Reformat JustAMan review pt1 changes | Erwin de Haan | |
| Refs #575 | |||
| 2019-01-13 | ReSharper format: conform inline 'out' parameters. | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv | Erwin de Haan | |
| 2019-01-13 | EditorConfig reformat: Non-CS files. | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part Liv-P | Erwin de Haan | |
| 2019-01-11 | Merge branch 'dev' into code-cleanup | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin de Haan | |
| Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment. | |||
| 2019-01-07 | remove trailing whitespace | hawken | |
| 2018-12-30 | Use Microsoft.Extensions.Logging abstraction | Bond_009 | |
| 2018-12-25 | Reformat JSON using JQ with sorted keys | Andrew Rabert | |
| cat "$f" | jq -S | sponge "$f" | |||
| 2018-12-15 | Replace Emby with Jellyfin in the translations | Bond_009 | |
| 2018-09-12 | Update to 3.5.2 and .net core 2.1 | stefan | |
| 2017-11-29 | fix live tv over dlna | Luke Pulverenti | |
| 2017-11-16 | 3.2.36.11 | Luke Pulverenti | |
| 2017-11-09 | update play media source feature | Luke Pulverenti | |
| 2017-11-05 | support track selection before playback | Luke Pulverenti | |
| 2017-11-03 | update download progress reporting | Luke Pulverenti | |
| 2017-11-01 | normalize strm file contents | Luke Pulverenti | |
| 2017-10-30 | allow separate configuration of date format | Luke Pulverenti | |
| 2017-10-21 | update home video library support | Luke Pulverenti | |
