| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-15 | Remove unused api files | David | |
| 2020-07-06 | Merge pull request #3504 from Ullmie02/api-genres | Patrick Barron | |
| Move GenresService to Jellyfin.Api | |||
| 2020-07-06 | Merge pull request #3507 from Ullmie02/api-musicgenres | Patrick Barron | |
| Move MusicGenresService to Jellyfin.Api | |||
| 2020-07-05 | Move MusicGenresService to Jellyfin.Api | David | |
| 2020-07-04 | Move GenresService to Jellyfin.Api | David | |
| 2020-07-03 | Move TrailersService to Jellyfin.Api | David | |
| 2020-07-03 | Move ItemsService to Jellyfin.Api | David | |
| 2020-06-30 | Move PersonsService.cs to Jellyfin.Api | crobibero | |
| 2020-06-30 | Merge branch 'api-migration' of github.com:Ullmie02/jellyfin into api-migration | David | |
| 2020-06-29 | Merge remote-tracking branch 'upstream/api-migration' into api-studios | crobibero | |
| 2020-06-29 | Move ArtistsService to Jellyfin.Api | David | |
| 2020-06-26 | Move PlaystateService.cs to Jellyfin.Api | crobibero | |
| 2020-06-26 | Merge pull request #3433 from crobibero/api-years | Patrick Barron | |
| Move YearsService to Jellyfin.Api | |||
| 2020-06-26 | Merge pull request #3447 from crobibero/api-user-views | Patrick Barron | |
| move UserViewsService.cs to Jellyfin.Api | |||
| 2020-06-25 | Move StudiosService.cs to Jellyfin.Api | crobibero | |
| 2020-06-25 | Move UserLibraryService.cs to Jellyfin.Api | crobibero | |
| 2020-06-25 | move UserViewsService.cs to Jellyfin.Api | crobibero | |
| 2020-06-24 | Move YearsService.cs to Jellyfin.Api | crobibero | |
| 2020-06-24 | move YearsService.cs to Jellyfin.Api | crobibero | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-15 | Merge branch 'master' into userdb-efcore | Patrick 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-14 | Fix regressions introduced by #3098 | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-05-12 | Remove support for injecting ILogger directly | Patrick Barron | |
| 2020-04-19 | Minor improvements | Bond_009 | |
| 2020-04-11 | Merge pull request #2772 from barronpm/codecleanup | Bond-009 | |
| MediaBrowser.Api code cleanup | |||
| 2020-04-07 | Merge pull request #2696 from mark-monteiro/fix-extras | Vasily | |
| Display Extras With Unknown Types | |||
| 2020-04-06 | Fixed indentation and corrected typo | Patrick Barron | |
| 2020-04-05 | Implemented more suggestions | Patrick Barron | |
| 2020-04-05 | Implement various suggestions | Patrick Barron | |
| 2020-04-05 | Miscellaneous code cleanup | Patrick Barron | |
| 2020-04-05 | Simplified Conditionals and returns | Patrick Barron | |
| 2020-04-05 | Convert type checks and null checks into pattern matching | Patrick Barron | |
| 2020-04-05 | Start line with Boolean | PrplHaz4 | |
| 2020-04-05 | Collapse IsInEnabledFolder to single expression | PrplHaz4 | |
| Co-Authored-By: Vasily <JustAMan@users.noreply.github.com> | |||
| 2020-04-01 | Small fixes | Mark Monteiro | |
| 2020-04-01 | Add ExtraType.Unknown enum value and use it instead of null | Mark Monteiro | |
| 2020-03-30 | Fix permission setting on Channels | PrplHaz4 | |
| 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-28 | Simplify logic; remove unnecessary methods | Mark Monteiro | |
| 2020-03-28 | Display extras with an unknown type | Mark Monteiro | |
| 2020-02-11 | Merge pull request #2363 from dkanada/view | Anthony Lavado | |
| Add session view endpoint | |||
| 2020-02-02 | fix a few warnings | dkanada | |
| 2020-01-31 | Fix warnings | Bond_009 | |
| 2019-12-11 | Merge pull request #2118 from chaosinnovator/master | Joshua M. Boniface | |
| Add StartIndex result to /Items API query | |||
| 2019-12-10 | Add StartIndex result to /Items API query | chaosinnovator | |
| 2019-12-10 | Merge pull request #1923 from Bond-009/random | dkanada | |
| Don't shuffle some types by default | |||
| 2019-12-06 | Merge remote-tracking branch 'upstream/master' into random | Bond-009 | |
| 2019-11-25 | * Add support for multi segment base urls | Bond_009 | |
| * Make baseurl case-insensitive | |||
| 2019-11-24 | Merge pull request #2039 from Bond-009/fixcondition | dkanada | |
| Fix always false condition | |||
| 2019-11-23 | Merge pull request #1926 from Bond-009/auth | dkanada | |
| Add clearer exceptions, warnings and docs | |||
