aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2019-11-06Revert "Simplify AttachmentExtractor instantiation."Andrew Mahone
This reverts commit d33e0a4e2c59783c785c992ea0c3a31596ae3058.
2019-11-05Extract the prefix for MediaAttachment insertions to a static member instead ↵Andrew Mahone
of generating it per-query.
2019-11-05Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵Andrew Mahone
media-attachments
2019-11-05Update Emby.Server.Implementations/Data/SqliteItemRepository.csAndrew Mahone
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-05Update Emby.Server.Implementations/Data/SqliteItemRepository.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-05Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵Andrew Mahone
media-attachments
2019-11-05Simplify AttachmentExtractor instantiation.Andrew Mahone
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-05Update Emby.Server.Implementations/Data/SqliteItemRepository.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-05Update Emby.Server.Implementations/Data/SqliteItemRepository.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-05Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵Andrew Mahone
media-attachments
2019-11-05Throw ArgumentException instead of ArgumentNullException on empty Guid.Andrew Mahone
2019-11-04Return list result directly for MediaAttachments.Andrew Mahone
2019-11-04Rename "limit" to "insertAtOnce" in InsertMediaAttachments.Andrew Mahone
2019-11-04Check for cancellation in SaveMediaAttachments.Andrew Mahone
2019-11-04Flatten using connection in GetMediaAttachments/SaveMediaAttachmentsAndrew Mahone
2019-11-04Use ToByteArray instead of ToGuidBlob.Andrew Mahone
2019-11-04Merge remote-tracking branch 'origin/master' into media-attachments-cleanAndrew Mahone
2019-11-04Add space when building query string for attachments.Andrew Mahone
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-11-03Merge pull request #1904 from JustAMan/hls-move-2Joshua M. Boniface
Switch ffmpeg to hls muxer (from segment) to fix premature stop on non-patched ffmpeg
2019-11-02Translated using Weblate (Hungarian)Juhos István
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2019-11-02Merge pull request #1915 from Bond-009/hexdkanada
Rewrite hex encoder/decoder
2019-11-01Fix xml docsBond_009
2019-11-01Update deps and add MultiThreading analyzerBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-29Address commentsBond_009
2019-10-29More warning fixesBond_009
2019-10-29Fix more warningsBond_009
2019-10-24Translated using Weblate (Turkish)delfino434
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2019-10-24Translated using Weblate (French)emmanuel billeaud
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2019-10-22Instantiate AttachmentExtractor in ApplicationHost.Andrew Mahone
2019-10-22Support MediaAttachment retrieval in MediaSourceManager.Andrew Mahone
2019-10-22Store MediaAttachments in DB.Andrew Mahone
2019-10-20Merge pull request #1898 from Bond-009/jsonfixJoshua M. Boniface
Fix Json serialization error
2019-10-19Translated using Weblate (Korean)schbal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-18Translated using Weblate (Norwegian Bokmål)Marius Lindvall
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2019-10-18Translated using Weblate (Korean)schbal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-16Address review commentsVasily
2019-10-16Merge pull request #1871 from Bond-009/docVasily
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
2019-10-15Fix Json serialization errorBond_009
2019-10-15Merge pull request #1884 from Bond-009/netcore3.0Vasily
Move to netcore3.0
2019-10-14Log to debug all HTTP 500 response urlsVasily
2019-10-13Translated using Weblate (Korean)schbal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-13Translated using Weblate (Spanish)Axel Gabriel Calle Granda
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2019-10-13Translated using Weblate (Norwegian Bokmål)Marius Lindvall
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2019-10-11Move to netcore3.0Bond_009
2019-10-10Merge pull request #1854 from Bond-009/jsonVasily
Use System.Text.Json api for databases
2019-10-10Translated using Weblate (Korean)schbal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-09Merge pull request #1863 from joshuaboniface/fix-baseurl-issuesVasily
Fix inconsistent BaseUrl behavior
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
2019-10-09Merge pull request #1870 from JustAMan/fix-http-ex1Bond-009
Fix exception when handling error, log errors better