aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-01Treat jellyfin-web as just another dependency for Docker buildsAndrew Rabert
2019-02-28Translated using Weblate (Turkish)Deniz
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2019-02-28Translated using Weblate (Spanish (Argentina))ElFantasma
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
2019-02-28Translated using Weblate (Slovenian)SaddFox
Currently translated at 87.2% (82 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2019-02-28Translated using Weblate (Portuguese (Brazil))v1tin
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2019-02-28Translated using Weblate (Italian)EffeF
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
2019-02-28Translated using Weblate (French (Canada))TheBird956
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
2019-02-28Translated using Weblate (French)TheBird956
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2019-02-28Bump version to 10.2.2v10.2.2Joshua Boniface
2019-02-28Merge pull request #1020 from Lynxy/masterBond-009
Do not allow new users to delete content by default
2019-02-28Merge pull request #992 from joshuaboniface/armhf-debianAnthony Lavado
Add Debian armhf (Rasberry Pi) build plus crossbuild
2019-02-28Merge pull request #1018 from fasheng/fix-dlna-rmvbVasily
Fix rmvb video can not play under DLNA
2019-02-28Improve logic when determining return valueVasily
Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
2019-02-28Update CONTRIBUTORS.mdXu Fasheng
2019-02-28Merge pull request #1017 from nvllsvm/dockerffmpegVasily
Set ffmpeg+ffprobe paths in Docker container
2019-02-28Do not allow new users to delete content by defaultThe Lynxy
2019-02-28Fix rmvb video can not play under DLNAXu Fasheng
Or will report "Could not find handler for /videos/xxx/stream.rm" error in server side. Test OK with Kodi and gupnp-tools.
2019-02-27fixed logic flip in auth empty check and fixed crypto algo choicePhallacy
2019-02-27Set ffmpeg+ffprobe paths in Docker containerAndrew Rabert
Will always ensure containers use correct path. Yes - the arm images have a different path than the amd64 one. This is caused by the amd64 image using ffmpeg from jellyfin/ffmpeg while the others use ffmpeg from their distro's repos.
2019-02-27Merge pull request #991 from joshuaboniface/ffmpeg-compatAndrew Rabert
Fix the ffmpeg compatibility
2019-02-27Call SharpWebSocket's Closed event handler before disposingClaus Vium
2019-02-27Remove a file that shouldn't have been addedClaus Vium
2019-02-27Remove more cruft and add the beginnings of a socket middlewareClaus Vium
2019-02-27Simplify websocket listenersClaus Vium
2019-02-27Check websocket state before closingClaus Vium
2019-02-27Fix websocketsClaus Vium
2019-02-27Fix query log for realClaus Vium
2019-02-27Fix query logClaus Vium
2019-02-27Use Version Class to ease comparisonsPloughPuff
2019-02-27Merge pull request #978 from fasheng/fix-dlna-multiple-interfacesVasily
Fix DLNA for multiple interfaces on linux
2019-02-27Merge pull request #1011 from Bond-009/orderVasily
Don't try to order the response the same as the request
2019-02-27Remove IHttpResponseClaus Vium
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-02-27Remove redundant parenthesisXu Fasheng
2019-02-27Cleanup in QueryParamCollectionClaus Vium
2019-02-27Remove HttpUtilityClaus Vium
2019-02-27Remove some unused stuffClaus Vium
2019-02-27Remove SocketHttpListenerClaus Vium
2019-02-27Merge pull request #977 from Lynxy/genptsJoshua M. Boniface
Always set ffmpeg flag +genpts when video stream is being copied
2019-02-27Merge pull request #959 from Bond-009/stringJoshua M. Boniface
Reduce string allocations at startup
2019-02-27Merge pull request #891 from Bond-009/postsanJoshua M. Boniface
Reduce the amount of db calls during the post scan event
2019-02-27Merge pull request #849 from Bond-009/spanJoshua M. Boniface
Less string allocations
2019-02-27Merge pull request #999 from cvium/dont_write_disposed_logJoshua M. Boniface
Check that ffmpeg log target isn't disposed before writing to it
2019-02-27Enabled clean and updated the Github Connection NameErwin de Haan
2019-02-27Move .azure to .ciErwin de Haan
2019-02-26More cleanupClaus Vium
2019-02-26Remove unused CookiesClaus Vium
2019-02-26Undo some of the span abuseClaus Vium
2019-02-26Remove unused SharpSocket stuffClaus Vium
2019-02-26Extend the IHttpServer interface to avoid the typecastingClaus Vium