aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2020-06-24Merge pull request #30 from jellyfin/masterBaronGreenback
Updating master
2020-06-24Finish TvShowsControllerDavid
2020-06-23fix controller attributecrobibero
2020-06-23Merge remote-tracking branch 'upstream/api-migration' into api-livetvcrobibero
2020-06-23Move LiveTvService.cs to Jellyfin.Apicrobibero
2020-06-23Merge pull request #2904 from Bond-009/bufferAnthony Lavado
Use System.Buffers in RangeRequestWriter
2020-06-23Merge pull request #3386 from jellyfin/azure-ciJoshua M. Boniface
Add Azure DevOps package builds
2020-06-23Merge pull request #3285 from Ullmie02/api-systemPatrick Barron
Move SystemService to Jellyfin.Api
2020-06-23Merge pull request #3425 from crobibero/revert-baseitem-loggerBond-009
Revert ILoggerFactory usage in BaseItem.cs
2020-06-23Revert ILoggerFactory usage in BaseItem.cscrobibero
2020-06-23Merge pull request #3407 from telans/vscodedkanada
.gitignore: ignore jellyfin-web symlink & .vscode: dotnet telemetry optout
2020-06-23remove vscode launch.json commentstelans
2020-06-23gitignore: catch jellyfin-web as symlinktelans
2020-06-23vscode: dotnet telemetry optouttelans
2020-06-23Merge branch 'master' into feature/ffmpeg-version-checkMax Git
2020-06-23Merge pull request #3418 from Bond-009/minor3dkanada
Minor changes