| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-13 | Fix logic | Bond-009 | |
| 2019-11-13 | Fix GetPathValue function | Bond-009 | |
| 2019-11-13 | Throw InvalidOperationException when attachment extraction exits abnormally ↵ | Andrew Mahone | |
| or doesn't produce output. | |||
| 2019-11-13 | Merge pull request #1864 from Bond-009/installationmanager | dkanada | |
| Improve IInstallationManager interface | |||
| 2019-11-10 | Merge pull request #1965 from Bond-009/dbjson | dkanada | |
| Deserialize with the correct type (and warning fixes) | |||
| 2019-11-09 | Translated using Weblate (Dutch) | Sander Lambrechts | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/ | |||
| 2019-11-09 | Translated using Weblate (Czech) | DJSweder | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/ | |||
| 2019-11-09 | Add comment | Bond_009 | |
| 2019-11-09 | Fix typos in docs | Bond_009 | |
| 2019-11-08 | Fix naming tests | Bond_009 | |
| 2019-11-07 | Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵ | Andrew Mahone | |
| media-attachments | |||
| 2019-11-07 | Remove use of ProcessFactory, as well as arbitrary timeout in ↵ | Andrew Mahone | |
| AttachmentExtractor. | |||
| 2019-11-08 | Merge pull request #1929 from Narfinger/parser-fix4 | dkanada | |
| [Draft][Help wanted] Fix parsing of certain names and adds a default season if no season was found | |||
| 2019-11-07 | Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | Andrew Mahone | |
| formatting / style Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵ | Andrew Mahone | |
| media-attachments | |||
| 2019-11-07 | Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Don't user ILoggerFactory. | Andrew Mahone | |
| 2019-11-07 | Simplify AttachmentExtractor instantiation. | Andrew Mahone | |
| 2019-11-07 | Update MediaBrowser.Controller/Library/IMediaSourceManager.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update MediaBrowser.Controller/Library/IMediaSourceManager.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update Emby.Server.Implementations/Library/MediaSourceManager.cs | Andrew Mahone | |
| docs Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | Andrew Mahone | |
| String -> string Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update Emby.Server.Implementations/Library/MediaSourceManager.cs | Andrew Mahone | |
| docs Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update Emby.Server.Implementations/Library/MediaSourceManager.cs | Andrew Mahone | |
| docs Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update Emby.Server.Implementations/Data/SqliteItemRepository.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update MediaBrowser.Api/Attachments/AttachmentService.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | formatting | Andrew Mahone | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Check for attachment file before trying to remove it during cleanup. | Andrew Mahone | |
| 2019-11-07 | Check for cancellation between each batch of MediaAttachment inserts. | Andrew Mahone | |
| 2019-11-07 | Merge pull request #1970 from Bond-009/nat | dkanada | |
| Use Mono.Nat Nuget package | |||
| 2019-11-07 | Doc improvements | Bond-009 | |
| 2019-11-07 | Merge branch 'master' into installationmanager | Bond-009 | |
| 2019-11-07 | Translated using Weblate (Chinese (Simplified)) | Terrance Siu | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/ | |||
| 2019-11-07 | Merge pull request #1973 from EraYaN/docs-warning-fixes | dkanada | |
| Fix the last of the docs warnings | |||
| 2019-11-07 | removed restriction to 3 digits in episodenumber and 4 in season numbers | Narfinger | |
| 2019-11-06 | Use block rather than local using statement. | Andrew Mahone | |
| 2019-11-06 | Clean up handling of missing source/attachment in AttachmentExtractor. | Andrew Mahone | |
| 2019-11-06 | Revert "Simplify AttachmentExtractor instantiation." | Andrew Mahone | |
| This reverts commit d33e0a4e2c59783c785c992ea0c3a31596ae3058. | |||
| 2019-11-05 | Extract the prefix for MediaAttachment insertions to a static member instead ↵ | Andrew Mahone | |
| of generating it per-query. | |||
| 2019-11-05 | Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵ | Andrew Mahone | |
| media-attachments | |||
| 2019-11-05 | Update Emby.Server.Implementations/Data/SqliteItemRepository.cs | Andrew Mahone | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-05 | Format attachment DeliveryURL with CultureInfo.InvariantCulture. | Andrew Mahone | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-05 | Update Emby.Server.Implementations/Data/SqliteItemRepository.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-05 | Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵ | Andrew Mahone | |
| media-attachments | |||
| 2019-11-05 | Simplify AttachmentExtractor instantiation. | Andrew Mahone | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-05 | Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-05 | Update Emby.Server.Implementations/Data/SqliteItemRepository.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-05 | Update Emby.Server.Implementations/Data/SqliteItemRepository.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
