aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-25Merge pull request #2929 from crobibero/api-scheduled-tasksPatrick Barron
Scheduled Tasks to Jellyfin.Api
2020-06-25fix endpoint ordercrobibero
2020-06-25Move UserLibraryService.cs to Jellyfin.Apicrobibero
2020-06-25move UserViewsService.cs to Jellyfin.Apicrobibero
2020-06-25fix buildcrobibero
2020-06-25Merge remote-tracking branch 'upstream/api-migration' into api-environmentcrobibero
2020-06-25Merge remote-tracking branch 'upstream/api-migration' into api-image-servicecrobibero
2020-06-25Merge pull request #3434 from crobibero/api-unusedPatrick Barron
remove unused query parameters
2020-06-26Merge pull request #3435 from crobibero/revert-missing-fieldsdkanada
revert missing session fields
2020-06-26Merge pull request #3437 from barronpm/fix-user-deletedkanada
Fix User Deletion
2020-06-26Merge pull request #3439 from cvium/ignore_application_foldersdkanada
Never ignore application folders
2020-06-26Merge pull request #3446 from crobibero/api-missing-routedkanada
Add missing route
2020-06-26Merge pull request #3445 from crobibero/invalid-imagedkanada
catch skia errors when getting image dimensions
2020-06-25Add missing routecrobibero
2020-06-25catch skia errors when getting image dimensionscrobibero
2020-06-26Merge pull request #3444 from jellyfin/badgedkanada
Fix azure badge
2020-06-25Merge pull request #3440 from Ullmie02/api-collectionPatrick Barron
Move CollectionService to Jellyfin.Api
2020-06-25Merge pull request #3441 from Ullmie02/api-albumsPatrick Barron
Move AlbumsService to Jellyfin.Api
2020-06-26update badge to match azure linkdkanada
2020-06-26fix azure badgedkanada
2020-06-25Add missing response code documentationDavid
2020-06-25Add response code docsDavid
2020-06-25Move AlbumsService to Jellyfin.ApiDavid
2020-06-25Move CollectionService to Jellyfin.ApiDavid
2020-06-25Remove AllowIgnorePathClaus Vium
2020-06-25Never ignore application foldersClaus Vium
2020-06-25Merge pull request from jellyfin/masterNyanmisaka
2020-06-25Translated using Weblate (Spanish (Argentina))Franco Castillo
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
2020-06-24Translated using Weblate (Nepali)peberis
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ne/
2020-06-24Fix typoPatrick Barron
2020-06-24Change to ResourceNotFoundExceptionPatrick Barron
2020-06-24Fix user deletion.Patrick Barron
2020-06-24Translated using Weblate (Portuguese)Pedro Nave
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2020-06-24revert missing session fieldscrobibero
2020-06-24remove unused parameterscrobibero
2020-06-24remove unused parameterscrobibero
2020-06-24Translated using Weblate (Croatian)Sasa
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
2020-06-24Move YearsService.cs to Jellyfin.Apicrobibero
2020-06-24Merge pull request #2984 from crobibero/api-libraryCody Robibero
Move Library Service to Jellyfin.API
2020-06-24fix duplicate functioncrobibero
2020-06-24Merge remote-tracking branch 'upstream/api-migration' into api-librarycrobibero
2020-06-24move YearsService.cs to Jellyfin.Apicrobibero
2020-06-24fix mergecrobibero
2020-06-24Merge remote-tracking branch 'upstream/api-migration' into api-channelcrobibero
2020-06-24Sending multicasts out of Sockets without setting the broadcast to true - ↵BaronGreenback
causes the error "Bad value for ai_flags" on some systems (#3404) The underlying cause looks to be https://github.com/dotnet/runtime/issues/28630. Basically, it's an access denied bug. It looks like multicasts need the same access rights as broadcasts on some systems.
2020-06-24Removed debugging infoBaronGreenback
2020-06-24implement ChangeEasyPassword from legacy providercrobibero
2020-06-24Merge pull request #3421 from Ullmie02/api-tvshowsPatrick Barron
Move TvShowsService to Jellyfin.Api
2020-06-24add missing docs and attributescrobibero
2020-06-24Added logging and broadcast = trueBaronGreenback
Not intended for merge into the fork.