aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary
AgeCommit message (Collapse)Author
2019-11-22Fix always false conditionBond_009
2019-11-02Merge pull request #1852 from Bond-009/warn9dkanada
Fix some more warnings
2019-10-29Fix more warningsBond_009
2019-10-23update persons servicegrafixeyehero
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-10-20Don't shuffle some types by defaultBond_009
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-08-19Fix LocalTrailers playback.SL1288
2019-08-09Add last oneBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-06-26fix issue #1347 introduced in pr #930Jörn
2019-06-06Skip user permission checking for UserRootFolderpjeanjean
Fix #1436 UserRootFolders are used to represent virtual folders that exist outside of libraries. As such, it doesn't make sense to check if a user has the right to access their library (named `Media Folders`).
2019-03-13More warning fixesBond-009
2019-02-26Remove ordering itemsBond-009
2019-02-20Merge pull request #930 from fruhnow/AuthorizationCheckVasily
checking user-permission in GetQueryResult
2019-02-19switching logging to serilog convention according to pr commentsFelix Ruhnow
2019-02-19adressing pr commentsFelix Ruhnow
2019-02-19adressing pr commentsFelix Ruhnow
2019-02-18checking user-permission in GetQueryResult to prevent accessing the library ↵Felix Ruhnow
without permission but having a link. (+added myself as contributor. forgot last time bout that)
2019-02-12Less string allocationsBond_009
2019-02-12Some Lists -> IEnumerableBond_009
2019-02-12Tuple -> ValueTupleBond_009
2019-02-12Use HashSets for increased perfBond_009
2019-02-02Merge pull request #764 from Bond-009/encodingJoshua M. Boniface
Remove dead code, made some functions properly async
2019-02-02Properly dispose TasksBond_009
2019-02-01Fix more warningsBond_009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-25Remove more compile time warningsBond_009
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-11Merge branch 'dev' into code-cleanupErwin 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.
2019-01-07remove trailing whitespacehawken
2018-12-30Clean upBond_009
2018-12-30Remove the need for NullLoggerBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-12-15Adapt for JellyfinAndrew Rabert
2018-12-15Partial revert of 443356fd34c7b3377c41c1029c2973e9d61e0539Andrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-04reduce socket activityLuke Pulverenti
2017-10-01update home screen sectionsLuke Pulverenti
2017-09-07update image processorLuke Pulverenti
2017-09-04update query objectsLuke Pulverenti
2017-08-27update dto methodsLuke Pulverenti
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2017-08-24update active recordingsLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-12rework episode queriesLuke Pulverenti