aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary
AgeCommit message (Collapse)Author
2020-07-15Remove unused api filesDavid
2020-07-06Merge pull request #3504 from Ullmie02/api-genresPatrick Barron
Move GenresService to Jellyfin.Api
2020-07-06Merge pull request #3507 from Ullmie02/api-musicgenresPatrick Barron
Move MusicGenresService to Jellyfin.Api
2020-07-05Move MusicGenresService to Jellyfin.ApiDavid
2020-07-04Move GenresService to Jellyfin.ApiDavid
2020-07-03Move TrailersService to Jellyfin.ApiDavid
2020-07-03Move ItemsService to Jellyfin.ApiDavid
2020-06-30Move PersonsService.cs to Jellyfin.Apicrobibero
2020-06-30Merge branch 'api-migration' of github.com:Ullmie02/jellyfin into api-migrationDavid
2020-06-29Merge remote-tracking branch 'upstream/api-migration' into api-studioscrobibero
2020-06-29Move ArtistsService to Jellyfin.ApiDavid
2020-06-26Move PlaystateService.cs to Jellyfin.Apicrobibero
2020-06-26Merge pull request #3433 from crobibero/api-yearsPatrick Barron
Move YearsService to Jellyfin.Api
2020-06-26Merge pull request #3447 from crobibero/api-user-viewsPatrick Barron
move UserViewsService.cs to Jellyfin.Api
2020-06-25Move StudiosService.cs to Jellyfin.Apicrobibero
2020-06-25Move UserLibraryService.cs to Jellyfin.Apicrobibero
2020-06-25move UserViewsService.cs to Jellyfin.Apicrobibero
2020-06-24Move YearsService.cs to Jellyfin.Apicrobibero
2020-06-24move YearsService.cs to Jellyfin.Apicrobibero
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-14Fix regressions introduced by #3098Patrick Barron
2020-05-12Initial migration codePatrick Barron
2020-05-12Remove support for injecting ILogger directlyPatrick Barron
2020-04-19Minor improvementsBond_009
2020-04-11Merge pull request #2772 from barronpm/codecleanupBond-009
MediaBrowser.Api code cleanup
2020-04-07Merge pull request #2696 from mark-monteiro/fix-extrasVasily
Display Extras With Unknown Types
2020-04-06Fixed indentation and corrected typoPatrick Barron
2020-04-05Implemented more suggestionsPatrick Barron
2020-04-05Implement various suggestionsPatrick Barron
2020-04-05Miscellaneous code cleanupPatrick Barron
2020-04-05Simplified Conditionals and returnsPatrick Barron
2020-04-05Convert type checks and null checks into pattern matchingPatrick Barron
2020-04-05Start line with BooleanPrplHaz4
2020-04-05Collapse IsInEnabledFolder to single expressionPrplHaz4
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-01Small fixesMark Monteiro
2020-04-01Add ExtraType.Unknown enum value and use it instead of nullMark Monteiro
2020-03-30Fix permission setting on ChannelsPrplHaz4
Currently, permission settings on Channels are not taken into account prior to returning `{UserName} is not permitted to access Library {ItemName}.`. Whether or not a user can see items within the Channel is solely dependent on `EnableAllFolders`, so you cannot view a plugin's Channels unless you can also see ALL libraries. This PR enables does two things for Channel-providing Plugins: 1. Fixes functionality of "EnableAllChannels" 2. Allows users with Channel permissions to access all folders within that Channel I'm not 100% sure on 2 but I wasn't able to see an obvious way to propagate permissions downward into specific Folders inside a Channel. I tested on a fairly simple library with two channel-providing plugins (ServerWMC, LazyMan) and it seems to work, but this behavior should also be tested by someone with more content/collections.
2020-03-28Simplify logic; remove unnecessary methodsMark Monteiro
2020-03-28Display extras with an unknown typeMark Monteiro
2020-02-11Merge pull request #2363 from dkanada/viewAnthony Lavado
Add session view endpoint
2020-02-02fix a few warningsdkanada
2020-01-31Fix warningsBond_009
2019-12-11Merge pull request #2118 from chaosinnovator/masterJoshua M. Boniface
Add StartIndex result to /Items API query
2019-12-10Add StartIndex result to /Items API querychaosinnovator
2019-12-10Merge pull request #1923 from Bond-009/randomdkanada
Don't shuffle some types by default
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-11-24Merge pull request #2039 from Bond-009/fixconditiondkanada
Fix always false condition
2019-11-23Merge pull request #1926 from Bond-009/authdkanada
Add clearer exceptions, warnings and docs