aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api
AgeCommit message (Collapse)Author
2020-06-05Fix incorrect HLS master playlist fieldsAndreas B
Resolves: #3224
2020-06-03Fix buildBond-009
2020-06-03Merge pull request #2767 from Bond-009/nullable3Vasily
Enable nullabe reference types for MediaBrowser.Model
2020-06-03Merge pull request #3180 from xumix/masterAnthony Lavado
Refactor copy codec checks
2020-06-03Merge pull request #3179 from Bond-009/bugsAnthony Lavado
Fix some 'bugs' flagged by sonarcloud
2020-06-02Merge pull request #2676 from GranPC/public-pr/blurhashVasily
Implement Blurhash generation for images
2020-05-31refactor MediaBrowser.Api/VideosService.csdanieladov
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-05-31refactordanieladov
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-05-31Order ids to merge to avoid stack overflowMister Rajoy
As said in https://github.com/jellyfin/jellyfin/issues/3176, merging 1 with 2 and then 2 with 1 cause an stack overflow. sorting ids first fix the problem
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-27Merge pull request #3192 from jellyfin/audiodkanada
Fix issue with audio transcoding
2020-05-27fix issue with audio transcodingdkanada
2020-05-26Merge pull request #2733 from OancaAndrei/syncplayJoshua M. Boniface
Add syncplay feature
2020-05-26Revert "Fix emby/user/public API leaking sensitive data"Joshua M. Boniface
2020-05-26Fix code issuesgion
2020-05-26Merge remote-tracking branch 'upstream/master' into syncplaygion
2020-05-26Refactor copy codec checksxumix
2020-05-25Fix some 'bugs' flagged by sonarcloudBond_009
2020-05-26Rename ImageInfo.Hash to ImageInfo.BlurHashVasily
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-19Compute hash only when one is not computed in DB, small optimizations here ↵Vasily
and there
2020-05-19Fix compilation after rebaseVasily
2020-05-18Add endpoint to update all items in libraryJesús Higueras
2020-05-18Add BlurHash support to backendJesús Higueras
2020-05-15Merge pull request #2970 from barronpm/activitydb-efcoreVasily
Migrate Activity Database to Entity Framework Core
2020-05-15Fix some code smellsgion
2020-05-15Merge remote-tracking branch 'upstream/master' into syncplaygion
2020-05-15Fix code issuesgion
2020-05-14Fix regressions introduced by #3098Patrick Barron
2020-05-14Merge branch 'master' into activitydb-efcorePatrick Barron
2020-05-14Address review commentsPatrick Barron
2020-05-14Merge branch 'master' into websocketMark Monteiro
2020-05-13Merge branch 'master' into activitydb-efcorePatrick Barron
2020-05-13Apply review suggestionsPatrick Barron
2020-05-12Remove support for injecting ILogger directlyPatrick Barron
2020-05-12Merge branch 'master' into activitydb-efcorePatrick Barron
2020-05-09Fix code issuesgion
2020-05-09Rename Syncplay to SyncPlaygion
2020-05-09Fix code issuesgion
2020-05-07Merge pull request #2492 from Polpetta/fix-api-private-data-leakBond-009
Fix emby/user/public API leaking sensitive data
2020-05-06Merge pull request #2837 from Bond-009/async2dkanada
Minor IAsyncDisposable improvements
2020-05-02Migrate activity db to EF CorePatrick Barron
2020-05-02Merge branch 'master' into websocketBond_009
2020-05-01Merge pull request #2573 from YouKnowBlom/add-hls-fieldsBond-009
Add codecs, resolution and frame-rate fields to HLS master playlist
2020-04-29Merge pull request #2920 from Bond-009/tests2Vasily
Add some simple tests
2020-04-28Synchronize access to datagion
2020-04-27Refactor and other minor changesgion
2020-04-27Update session pinggion
2020-04-27Implement NTP like time syncgion
2020-04-27Check that client is playing the right itemgion
Send date when playback command is emitted Rename some classes