| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 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> | |||
| 2019-11-05 | Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵ | Andrew Mahone | |
| media-attachments | |||
| 2019-11-05 | Throw ArgumentException instead of ArgumentNullException on empty Guid. | Andrew Mahone | |
| 2019-11-04 | Return list result directly for MediaAttachments. | Andrew Mahone | |
| 2019-11-04 | Rename "limit" to "insertAtOnce" in InsertMediaAttachments. | Andrew Mahone | |
| 2019-11-04 | Check for cancellation in SaveMediaAttachments. | Andrew Mahone | |
| 2019-11-04 | Flatten using connection in GetMediaAttachments/SaveMediaAttachments | Andrew Mahone | |
| 2019-11-04 | Use ToByteArray instead of ToGuidBlob. | Andrew Mahone | |
| 2019-11-04 | Merge remote-tracking branch 'origin/master' into media-attachments-clean | Andrew Mahone | |
| 2019-11-04 | Add space when building query string for attachments. | Andrew Mahone | |
| Co-Authored-By: Vasily <JustAMan@users.noreply.github.com> | |||
| 2019-11-03 | Merge pull request #1904 from JustAMan/hls-move-2 | Joshua M. Boniface | |
| Switch ffmpeg to hls muxer (from segment) to fix premature stop on non-patched ffmpeg | |||
| 2019-11-02 | Properly remove event handler | Bond_009 | |
| 2019-11-02 | Translated using Weblate (Hungarian) | Juhos István | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/ | |||
| 2019-11-01 | Add docs | Bond_009 | |
| 2019-11-01 | Use Mono.Nat Nuget package | Bond_009 | |
| 2019-11-02 | Merge pull request #1915 from Bond-009/hex | dkanada | |
| Rewrite hex encoder/decoder | |||
| 2019-11-01 | Fix PR issues | Bond_009 | |
| 2019-11-01 | Improve IInstallationManager interface | Bond_009 | |
| 2019-11-01 | Fix xml docs | Bond_009 | |
| 2019-11-01 | Update deps and add MultiThreading analyzer | Bond_009 | |
| 2019-11-01 | Rewrite hex encoder/decoder | Bond_009 | |
| 2019-11-01 | Deserialize with the correct type (and warning fixes) | Bond_009 | |
| 2019-10-29 | Address comments | Bond_009 | |
| 2019-10-29 | More warning fixes | Bond_009 | |
| 2019-10-29 | Fix more warnings | Bond_009 | |
| 2019-10-29 | Update Emby.Server.Implementations/Library/UserViewManager.cs | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2019-10-24 | Translated using Weblate (Turkish) | delfino434 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/ | |||
| 2019-10-24 | Translated using Weblate (French) | emmanuel billeaud | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/ | |||
| 2019-10-22 | Instantiate AttachmentExtractor in ApplicationHost. | Andrew Mahone | |
| 2019-10-22 | Support MediaAttachment retrieval in MediaSourceManager. | Andrew Mahone | |
| 2019-10-22 | Store MediaAttachments in DB. | Andrew Mahone | |
| 2019-10-22 | add another parser case and allow parsing of seasonless | Narfinger | |
| Add another parser case and we now allow parsing of seasonless series which hopefully should cover more cases of directory structure | |||
| 2019-10-20 | Merge pull request #1898 from Bond-009/jsonfix | Joshua M. Boniface | |
| Fix Json serialization error | |||
| 2019-10-20 | Add clearer exceptions, warnings and docs | Bond_009 | |
| 2019-10-20 | Don't shuffle some types by default | Bond_009 | |
| 2019-10-19 | Translated using Weblate (Korean) | schbal | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/ | |||
| 2019-10-18 | Translated using Weblate (Norwegian Bokmål) | Marius Lindvall | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/ | |||
| 2019-10-18 | Translated using Weblate (Korean) | schbal | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/ | |||
| 2019-10-16 | Address review comments | Vasily | |
| 2019-10-16 | Merge pull request #1871 from Bond-009/doc | Vasily | |
| Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos | |||
| 2019-10-15 | Fix Json serialization error | Bond_009 | |
| 2019-10-15 | Merge pull request #1884 from Bond-009/netcore3.0 | Vasily | |
| Move to netcore3.0 | |||
| 2019-10-14 | Log to debug all HTTP 500 response urls | Vasily | |
| 2019-10-13 | Translated using Weblate (Korean) | schbal | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/ | |||
