aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library
AgeCommit message (Collapse)Author
2020-06-19Move LibraryService.cs to Jellyfin.Apicrobibero
2020-06-17Merge pull request #3321 from Ullmie02/api-librarystructurePatrick Barron
Move LibraryStructureService to Jellyfin.Api
2020-06-15Merge pull request #3158 from Artiume/patch-5dkanada
Update Library Service
2020-06-14Merge remote-tracking branch 'upstream/api-migration' into api-librarystructureDavid
2020-06-12Move LibraryStructureService to Jellyfin.ApiDavid
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-04-05Use ? and ?? where applicablePatrick 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-08-09Use CultureInvariant string conversion for GuidsBond-009
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-30Fix conditions where the ! was swallowed in #726Erwin de Haan
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
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
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
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