aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
AgeCommit message (Collapse)Author
2020-06-19Move LibraryService.cs to Jellyfin.Apicrobibero
2020-06-15Merge pull request #3158 from Artiume/patch-5dkanada
Update Library Service
2020-06-11Fix build errorsPatrick Barron
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-06Fix a small number of compile warningsaled
2020-05-22Update LibraryService.csartiume
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-15Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2020-05-15Merge pull request #2970 from barronpm/activitydb-efcoreVasily
Migrate Activity Database to Entity Framework Core
2020-05-14Fix regressions introduced by #3098Patrick Barron
2020-05-13Apply review suggestionsPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-05-02Migrate activity db to EF CorePatrick Barron
2020-04-06Fixed indentation and corrected typoPatrick Barron
2020-04-05Implemented more suggestionsPatrick Barron
2020-04-05Simplified more conditionalsPatrick Barron
2020-04-05Implement various suggestionsPatrick Barron
2020-04-05Miscellaneous code cleanupPatrick Barron
2020-04-05Simplified Conditionals and returnsPatrick Barron
2020-04-05Remove unnecessary casts and explicit array typesPatrick Barron
2020-02-29Fix download file with non-ASCII filenameSteven Tang
2020-01-31Fix warningsBond_009
2019-12-14fix playlist deletiondkanada
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-06-05Merge pull request #1427 from dkanada/fanartAnthony Lavado
Move fanart image provider to plugin
2019-06-01Merge branch 'master' into tasksBond-009
2019-05-31move fanart image provider to plugindkanada
2019-05-07Fix non-ascii filename downloadsJean-Samuel Aubry-Guzzi
Follow https://tools.ietf.org/html/rfc5987#section-3.2.2 to encode non-ascii filenames in HTTP Content-Disposition header.
2019-03-25Lower the amount of running tasksBond_009
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-02-02Remove MoreLINQBond_009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-25Revert "Merge pull request #452 from Bond-009/activitydb"Erwin de Haan
This reverts commit 48ad18d12baeeb42ec0ec7df9473330dcbc76754, reversing changes made to fe197415cac19c0e4005c52761c5e7a37b8a4557.
2019-01-23Suffix async methods with AsyncBond_009
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ApiErwin de Haan
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-14support sharing m3u tuner streamsLuke Pulverenti
2017-09-01fix skiasharp referenceLuke Pulverenti
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-07-183.2.25.8Luke Pulverenti
2017-06-23support individual library refreshingLuke Pulverenti
2017-06-11improve live tv imagesLuke Pulverenti
2017-06-03update live tv startupLuke Pulverenti