Commit Graph

  • edba82db37 fixed logic flip in auth empty check and fixed crypto algo choice Phallacy 2019-02-27 23:05:12 -08:00
  • 1d1e6dede9 Set ffmpeg+ffprobe paths in Docker container Will always ensure containers use correct path. Andrew Rabert 2019-02-27 20:56:50 -05:00
  • f384822aa5 Merge pull request #991 from joshuaboniface/ffmpeg-compat Andrew Rabert 2019-02-27 20:45:43 -05:00
  • 1ac282b12e Call SharpWebSocket's Closed event handler before disposing Claus Vium 2019-02-27 23:39:20 +01:00
  • 588a13377c Remove a file that shouldn't have been added Claus Vium 2019-02-27 23:24:43 +01:00
  • fb1de5a921 Remove more cruft and add the beginnings of a socket middleware Claus Vium 2019-02-27 23:22:55 +01:00
  • 71ed840944 Simplify websocket listeners Claus Vium 2019-02-27 22:09:22 +01:00
  • dab8e15052 Check websocket state before closing Claus Vium 2019-02-27 21:48:28 +01:00
  • e47d121985 Fix websockets Claus Vium 2019-02-27 21:40:47 +01:00
  • c0b95dbc79 Fix query log for real Claus Vium 2019-02-27 20:11:40 +01:00
  • 647adc51c8 Fix query log Claus Vium 2019-02-27 19:55:25 +01:00
  • 7668ecf9c9 Use Version Class to ease comparisons PloughPuff 2019-02-27 18:20:48 +00:00
  • 3769453541 Merge pull request #978 from fasheng/fix-dlna-multiple-interfaces Vasily 2019-02-27 19:23:31 +03:00
  • 8c2af50170 Merge pull request #1011 from Bond-009/order Vasily 2019-02-27 17:29:12 +03:00
  • 1e97e4d462 Remove IHttpResponse Claus Vium 2019-02-27 14:29:44 +01:00
  • 27e7e792b3 Replace some usage of QueryParamCollection Claus Vium 2019-02-27 14:23:39 +01:00
  • 7429c07c05 Remove redundant parenthesis Xu Fasheng 2019-02-27 20:16:54 +08:00
  • 91afaaf8fe Cleanup in QueryParamCollection Claus Vium 2019-02-27 12:45:06 +01:00
  • 333bd2107a Remove HttpUtility Claus Vium 2019-02-27 12:40:18 +01:00
  • 25d3d0b731 Remove some unused stuff Claus Vium 2019-02-27 08:02:32 +01:00
  • 77addb2283 Remove SocketHttpListener Claus Vium 2019-02-27 07:32:36 +01:00
  • 9651a78b0c Merge pull request #977 from Lynxy/genpts Joshua M. Boniface 2019-02-27 00:52:51 -05:00
  • 9eba31185a Merge pull request #959 from Bond-009/string Joshua M. Boniface 2019-02-27 00:37:31 -05:00
  • aea7edf0fa Merge pull request #891 from Bond-009/postsan Joshua M. Boniface 2019-02-27 00:31:48 -05:00
  • 42d4834f63 Merge pull request #849 from Bond-009/span Joshua M. Boniface 2019-02-27 00:30:31 -05:00
  • ba78f6a0ff Merge pull request #999 from cvium/dont_write_disposed_log Joshua M. Boniface 2019-02-27 00:27:25 -05:00
  • feb5b62ad4 Enabled clean and updated the Github Connection Name Erwin de Haan 2019-02-27 00:53:16 +01:00
  • 5ccba7cf8a Move .azure to .ci Erwin de Haan 2019-02-27 00:20:04 +01:00
  • 848cfc32cc More cleanup Claus Vium 2019-02-26 22:57:59 +01:00
  • 5510e8ebee Remove unused Cookies Claus Vium 2019-02-26 22:53:59 +01:00
  • 9c02e99e35 Undo some of the span abuse Claus Vium 2019-02-26 22:40:25 +01:00
  • 148db8b81a Remove unused SharpSocket stuff Claus Vium 2019-02-26 21:51:02 +01:00
  • e342b7bc71 Extend the IHttpServer interface to avoid the typecasting Claus Vium 2019-02-26 21:27:02 +01:00
  • f1c93ae618 Remove SetContentLength and company Claus Vium 2019-02-26 21:08:30 +01:00
  • 4e229ad86b Fix PathInfo Claus Vium 2019-02-26 20:50:10 +01:00
  • e88f079da6 Remove websocket options and configure kestrel listen ports Claus Vium 2019-02-26 20:40:05 +01:00
  • 4e8de67aca Remove SocketSharp from Jellyfin.Server and some other cleanup Claus Vium 2019-02-26 20:22:40 +01:00
  • a85488cd20 Fix websockets array index out of bounds and some cleanup Claus Vium 2019-02-26 20:13:48 +01:00
  • 5a7cca9d1b Fix websockets and RawUrl Claus Vium 2019-02-26 19:48:18 +01:00
  • d6c6f3c10c Still broken Claus Vium 2019-02-26 15:13:06 +01:00
  • 38f52a139e Add response compression middleware Claus Vium 2019-02-26 10:30:51 +01:00
  • 194da8416b Use middlewares instead of Routing Claus Vium 2019-02-26 10:23:58 +01:00
  • f3e7bc0573 Replace some todos with http extensions and prepare some socket work Claus Vium 2019-02-26 08:09:42 +01:00
  • c3fa299acc Remove hardcoded path and fix url bug in Windows Claus Vium 2019-02-26 07:22:49 +01:00
  • 852460b991 kestrel init Claus Vium 2019-02-25 23:34:32 +01:00
  • 33b67a357f Remove unused deps Claus Vium 2019-02-21 12:32:47 +01:00
  • 4db31acff9 Begin removing System.Net sources Claus Vium 2019-02-21 10:07:21 +01:00
  • 968e282c90 Merge pull request #1007 from Bond-009/time Joshua M. Boniface 2019-02-26 16:05:59 -05:00
  • 1731bf7372 Remove ordering items Bond-009 2019-02-26 20:47:23 +01:00
  • 0804bed66d Log time in a standardized way Bond-009 2019-02-26 19:37:39 +01:00
  • a0606b5730 Don't change submodule Bond-009 2019-02-26 17:11:27 +01:00
  • 9ba6227db4 Less string allocations Bond-009 2019-02-16 16:54:18 +01:00
  • 9bab93262e Merge pull request #1003 from Bond-009/stopwatch Vasily 2019-02-26 01:27:42 +03:00
  • 0f9006c81f Use stopwatch for more accurate measurements and reduce log spam Bond_009 2019-02-25 18:26:17 +01:00
  • b3438559cc Merge pull request #1000 from cvium/fix_object_disposed Vasily 2019-02-25 16:52:31 +03:00
  • 8e5cccb22c Merge pull request #998 from cvium/enableraisingevents_default_true Vasily 2019-02-25 16:42:27 +03:00
  • 500c0b9cba Merge pull request #979 from Wuerfelbecher/release-disable-debug Vasily 2019-02-25 16:35:06 +03:00
  • 5054a77dcf Fix the ffmpeg compatibility Joshua Boniface 2019-02-25 00:41:34 -05:00
  • dac2c98d8a Disable documentation and debug in build Joshua Boniface 2019-02-24 23:20:04 -05:00
  • 4df3333b71 Remove the unused status code Claus Vium 2019-02-24 22:31:46 +01:00
  • 5262e50fee Try another fix Claus Vium 2019-02-24 22:28:46 +01:00
  • 547d0ecf58 Move the check further down Claus Vium 2019-02-24 22:04:30 +01:00
  • 6e07eab247 Don't close the socket response multiple times Claus Vium 2019-02-24 21:44:56 +01:00
  • 96b3d37caf Check that ffmpeg log target isn't disposed before writing to it Claus Vium 2019-02-24 21:24:57 +01:00
  • aafed63c3f Set EnableRaisingEvents to true for processes that require it Claus Vium 2019-02-24 16:33:05 +01:00
  • 2e9a3d45c2 Fix slow local image validation (#990) Claus Vium 2019-02-24 16:16:53 +01:00
  • e281c79d6f Merge pull request #968 from brianjmurrell/release-10.2.z-copr-autobuild Bond-009 2019-02-24 10:10:19 -05:00
  • 38ec68c488 use common.build.sh for docker image builds Thomas Büttner 2019-02-24 11:17:39 +01:00
  • da61998ad6 Build releases without debug Thomas Büttner 2019-02-22 13:52:32 +01:00
  • f28dd79fb1 Merge pull request #964 from jellyfin/fedora-runtime Joshua M. Boniface 2019-02-23 21:31:38 -05:00
  • c2e57aba27 Add Debian armhf (Rasberry Pi) build plus crossbuild Joshua Boniface 2019-02-23 20:07:05 -05:00
  • 4a3e42e779 Merge pull request #986 from JustAMan/submodule-update Bond-009 2019-02-23 10:13:02 -05:00
  • 67f399dccf Leave +genpts untouched in GetProgressiveVideoArguments() The Lynxy 2019-02-23 10:01:41 -05:00
  • f2817fef74 Merge pull request #1 from jellyfin/master WWWesten 2019-02-23 18:58:38 +05:00
  • eb95b025d4 Add to contributors Lynxy 2019-02-22 23:28:19 -05:00
  • de45cfdd8c Merge pull request #984 from WWWesten/patch-1 Anthony Lavado 2019-02-22 22:05:36 -05:00
  • 47966793c0 Remove useless if..else in SsdpDevicePublisher Xu Fasheng 2019-02-23 10:15:38 +08:00
  • 0c49079c16 Update comments for DLNA IPv6 Xu Fasheng 2019-02-23 09:56:55 +08:00
  • d82d6b6aef Merge pull request #981 from cvium/close_response_stream Vasily 2019-02-23 02:01:20 +03:00
  • 7ae526da8b Merging #975 to master Vasily 2019-02-23 01:51:34 +03:00
  • e79d44d9f1 Update kz.csv WWWesten 2019-02-23 01:51:35 +05:00
  • fb7de2f966 Remove duplicate code and use using to properly dispose the response stream Claus Vium 2019-02-22 20:24:42 +01:00
  • db54fe4c70 Merge pull request #975 from cvium/release-10.2.z Bond-009 2019-02-22 12:57:20 -05:00
  • 1eb26bdf08 Ignore IPv6 DLNA devices Xu Fasheng 2019-02-22 20:14:04 +08:00
  • cbd0e71c07 Send DLNA devices message to only the matched interface Xu Fasheng 2019-02-22 12:06:49 +08:00
  • 2db1826ed8 Enable DLNA multi socket binding for linux Xu Fasheng 2019-02-22 10:13:52 +08:00
  • cf4e64f430 Add option to toggle if ignore virtual interfaces Xu Fasheng 2019-02-21 22:35:31 +08:00
  • 9b39404b9a Always set ffmpeg flag +genpts when video stream is being copied Lynxy 2019-02-21 19:50:57 -05:00
  • 00fe66a38c Update submodule Claus Vium 2019-02-21 20:59:10 +01:00
  • 406af5f086 Merge pull request #967 from brianjmurrell/dotnet-runtime Vasily 2019-02-21 15:25:51 +03:00
  • e7e7d96f51 Merge pull request #776 from cvium/update_tvdb Vasily 2019-02-21 15:09:54 +03:00
  • 785fa76ac6 Merge pull request #955 from ploughpuff/avoid Vasily 2019-02-21 15:05:31 +03:00
  • 6c967c5982 Merge pull request #952 from Liggy/populate-extras Vasily 2019-02-21 15:02:36 +03:00
  • f03e279382 COPR auto building Brian J. Murrell 2019-02-14 22:07:46 -05:00
  • 1bc2b12ee3 dotnet-runtime is needed in Fedora RPM build also Brian J. Murrell 2019-02-21 01:30:51 -05:00
  • 469a17b3ca Install the dotnet runtime too Joshua Boniface 2019-02-20 20:36:49 -05:00
  • affb8c8673 Merge pull request #962 from scheidleon/fix-windows-build Bond-009 2019-02-20 15:38:43 -05:00
  • 74aa38acd7 Fix Path scheidleon 2019-02-20 21:04:52 +01:00
  • d4ded281aa Merge pull request #961 from jellyfin/release-10.2.z Joshua M. Boniface 2019-02-20 14:24:22 -05:00
  • c597f0de35 Make Tvdb strings const Claus Vium 2019-02-20 19:52:50 +01:00