Commit Graph

  • e6ef680775 add code suggestions dkanada 2020-04-20 14:27:46 +09:00
  • 3142c9b990 Merge pull request #2916 from Bond-009/minor2 dkanada 2020-04-20 13:52:27 +09:00
  • 16cae23bbe Add response type annotations, return IActionResult to handle errors ZadenRB 2020-04-19 21:06:28 -06:00
  • 440f060da6 Fix Authenticated Roles crobibero 2020-04-19 19:36:18 -06:00
  • 21b54b4ad8 Move DeviceService to DevicesController crobibero 2020-04-19 19:33:55 -06:00
  • 1d4763a246 Merge pull request #2813 from nyanmisaka/docker Andrew Rabert 2020-04-19 21:10:32 -04:00
  • 42781c4d4b Translated using Weblate (German) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/ Jay-Jay 2020-04-19 22:15:33 +00:00
  • c89dc8921f Fix PascalCase crobibero 2020-04-19 18:10:59 -06:00
  • ad67081840 add camelCase formatter crobibero 2020-04-19 18:04:36 -06:00
  • 1fc6825410 nullable crobibero 2020-04-19 17:37:15 -06:00
  • a41d5fcea4 Move AttachmentsService to AttachmentsController crobibero 2020-04-19 17:36:05 -06:00
  • c5d709f77e remove todo crobibero 2020-04-19 16:35:31 -06:00
  • a96db5f48e Remove old scheduled tasks service crobibero 2020-04-19 16:32:03 -06:00
  • 4a960892c2 Add Authorize and BindRequired crobibero 2020-04-19 16:31:09 -06:00
  • d8fc4f91db burn ToOptimizedResult crobibero 2020-04-19 16:29:29 -06:00
  • 5d9c40ec72 move scheduled tasks to Jellyfin.Api crobibero 2020-04-19 16:26:20 -06:00
  • 6039c6200f Update instructions for running with the dotnet cli Mark Monteiro 2020-04-19 18:18:53 -04:00
  • 6f866a7fdc Merge pull request #2915 from randrey/imdbid-length-fix Bond-009 2020-04-20 00:09:18 +02:00
  • 2d369ca614 Merge pull request #2928 from anthonylavado/fix-etags Anthony Lavado 2020-04-19 17:50:50 -04:00
  • d30fd3b3d2 Changed '\d' to '[0-9]'. randrey 2020-04-19 14:14:04 -07:00
  • 3c05079333 Remove JsonIgnore from the DateLastSaved property of BaseItem Anthony Lavado 2020-04-19 16:43:52 -04:00
  • 7c8188194b Address PR comments, and revert changes that changed the API schema ZadenRB 2020-04-19 13:19:15 -06:00
  • e6b873f2ae Fix missing attributes crobibero 2020-04-19 12:56:16 -06:00
  • 60607ab60c Fix saving DisplayPreferences crobibero 2020-04-19 12:34:34 -06:00
  • c31b9f5169 Fix build & runtime errors crobibero 2020-04-19 12:30:10 -06:00
  • a282fbe966 Move DisplayPreferences to Jellyfin.Api crobibero 2020-04-19 12:26:38 -06:00
  • 86d68e23e7 Add DisplayPreferencesController crobibero 2020-04-19 12:06:18 -06:00
  • f26f44acaf Apply code review suggestions Patrick Barron 2020-04-19 13:39:12 -04:00
  • 72745f4722 fix formatting crobibero 2020-04-19 11:28:56 -06:00
  • 5da88fac4d Enable string enum converter crobibero 2020-04-19 11:24:32 -06:00
  • e72a543570 Add Redoc, move docs to api-docs/ crobibero 2020-04-19 11:24:03 -06:00
  • 8a7e4cd639 add redoc crobibero 2020-04-19 10:51:51 -06:00
  • 5c669d7ad7 Merge pull request #2849 from lyonzy/patch-1 Joshua M. Boniface 2020-04-19 12:45:08 -04:00
  • fc3e2baccc Address comments Bond_009 2020-04-19 18:27:07 +02:00
  • d99536e99f Improved tests Bond_009 2020-04-19 11:57:03 +02:00
  • a73e1f18b6 Minor improvements Bond_009 2020-04-19 11:16:09 +02:00
  • 387a07c6dd Add persistent setting configuration and temporary activation ConfusedPolarBear 2020-04-19 01:33:09 -05:00
  • 16401ec7ae Translated using Weblate (Portuguese) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/ tayhr 2020-04-18 23:03:04 +00:00
  • 1f28d49fc7 Merge pull request #2864 from JustAMan/fix-caching dkanada 2020-04-19 12:04:18 +09:00
  • eda208e258 Merge pull request #2829 from Bond-009/warn19 dkanada 2020-04-19 12:04:02 +09:00
  • d62bd7fecd fix spelling error dkanada 2020-04-19 11:46:22 +09:00
  • c35e6ac39a Merge pull request #2910 from randrey/dlna-extra-mime-types dkanada 2020-04-19 11:38:25 +09:00
  • 92f273cb0c Limit imdbid to 8 digits. randrey 2020-04-18 18:18:48 -07:00
  • d7a71cee3c Fix imdbid regex randrey 2020-04-18 17:26:22 -07:00
  • e333e6765a Translated using Weblate (Catalan) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/ Klanc 2020-04-18 16:24:18 +00:00
  • 167e96d212 Merge pull request #2848 from ZadenRB/startup-endpoint-parameters dkanada 2020-04-18 18:16:36 +09:00
  • 0c204f4706 Merge pull request #2868 from JustAMan/fix-10.5-build dkanada 2020-04-18 18:15:22 +09:00
  • 2e10d385f0 Add mime type for .mpegts files. randrey 2020-04-17 23:11:52 -07:00
  • 25da2cb2d7 Translated using Weblate (French) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/ Julien Machiels 2020-04-18 05:42:24 +00:00
  • 156998dd83 Add mime types for ape and wv files. randrey 2020-04-17 22:25:54 -07:00
  • 0bef4eef87 Fix InvalidOperationException while browsing via DLNA client. randrey 2020-04-17 14:45:56 -07:00
  • 6b959f40ac Fix build Bond_009 2020-04-17 20:01:25 +02:00
  • ecf49caf0d Add back warning message when Skia encoder cannot be used Mark Monteiro 2020-04-17 10:24:46 -04:00
  • f055995a1f Use System.Buffers in RangeRequestWriter Bond_009 2020-04-17 14:21:15 +02:00
  • b76f570583 Merge pull request #2775 from mark-monteiro/upnp-cleanup Bond-009 2020-04-17 14:19:49 +02:00
  • 7529402cc9 Translated using Weblate (Russian) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/ Andrey Sinitsyn 2020-04-17 07:14:47 +00:00
  • eba781eac5 Fix DLNA clients displaying wrong album art. a1 2020-04-16 23:36:43 -07:00
  • e7fde6aaca Handle null outputFileExtension with null-conditional operator Matt Lyons 2020-04-17 16:13:56 +10:00
  • bcf1ef319a Update documentation for EnableUPnP Mark Monteiro 2020-04-17 00:27:18 -04:00
  • 1666f3ca14 Use dependency injection to construct migration routines Mark Monteiro 2020-04-16 23:40:32 -04:00
  • ae7153b65b Merge pull request #2880 from Bond-009/deadcode2 dkanada 2020-04-17 12:10:19 +09:00
  • 8a81bcd742 Restart port forwarding when public https port changes Mark Monteiro 2020-04-16 22:49:23 -04:00
  • 78d9b9894c Respond to config changes correctly for external port forwarding Mark Monteiro 2020-04-06 00:22:27 -04:00
  • 26afb42a72 Cleanup port forwarding service Mark Monteiro 2020-04-06 00:05:47 -04:00
  • c78413cf7c Disable UPnP by default Mark Monteiro 2020-04-06 00:03:56 -04:00
  • 00a0e013c6 Update documentation for URL methods in ApplicationHost Mark Monteiro 2020-04-16 21:46:49 -04:00
  • fee76097f4 Remove CanConnectWithHttps Property Mark Monteiro 2020-04-16 21:45:00 -04:00
  • 1c38983ab4 Translated using Weblate (Russian) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/ WWWesten 2020-04-16 18:36:12 +00:00
  • bb288e16cc Document JSON options change ZadenRB 2020-04-15 17:02:43 -06:00
  • 95dc99fdbd Update Emby.Server.Implementations/HttpServer/HttpResultFactory.cs Vasily 2020-04-16 01:03:29 +03:00
  • e1fb24c9ee Merge pull request #2830 from Bond-009/dvdlib Vasily 2020-04-16 00:53:25 +03:00
  • 31769bda28 Merge pull request #2745 from Artiume/patch-6 Bond-009 2020-04-15 23:23:56 +02:00
  • bcf53b3226 Merge pull request #2746 from dafo90/master Bond-009 2020-04-15 23:22:50 +02:00
  • 30b860fb82 Translated using Weblate (Russian) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/ WWWesten 2020-04-15 19:48:08 +00:00
  • 36f3e933a2 Add quick connect ConfusedPolarBear 2020-04-15 14:28:42 -05:00
  • f8a4525fd5 Translated using Weblate (Chinese (Traditional)) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/ gnehs 2020-04-15 15:05:07 +00:00
  • c4e6329e58 Clean up and document ChannelManager.cs and implement suggestions Patrick Barron 2020-04-15 15:00:45 -04:00
  • 558b50a094 Remove unnecessary assembly, update casing, enable nullable reference types on notification DTOs. ZadenRB 2020-04-15 09:29:29 -06:00
  • d7df890017 Merge pull request #2855 from Delgan/improve-movie-resolver dkanada 2020-04-15 23:51:32 +09:00
  • daed41815f Add missing punctuation in xml comment Mark Monteiro 2020-04-15 08:56:00 -04:00
  • 72219795d1 Remove dead function Bond_009 2020-04-15 14:29:12 +02:00
  • ed1ffcb603 Translated using Weblate (Danish) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/ Mathias 2020-04-15 08:18:39 +00:00
  • ae3ee1eb16 Merge pull request #2862 from mark-monteiro/dependabot/nuget/Mono.Nat-2.0.1 Bond-009 2020-04-15 11:24:11 +02:00
  • 27ce10d0c1 Fix release build Bond_009 2020-04-15 11:18:13 +02:00
  • 10afa4509d Log exception Bond_009 2020-04-15 11:14:54 +02:00
  • d6daac5064 Fix build Bond_009 2020-04-15 11:12:58 +02:00
  • fc049caba2 Merge branch 'master' into nullable3 Bond_009 2020-04-15 11:09:14 +02:00
  • 38dae51ccf Minor IAsyncDisposable improvements Bond_009 2020-04-11 19:36:28 +02:00
  • ad1c880751 Lowercase parameters ZadenRB 2020-04-15 00:34:50 -06:00
  • 72862d7b46 Lowercase actual parameters in code and remove whitespace to comply with StyleCopAnalyzers ZadenRB 2020-04-15 00:24:15 -06:00
  • 1180b9746f Migrates the notifications service to use ASP.NET MVC framework ZadenRB 2020-04-15 00:01:31 -06:00
  • a54dca09d8 Added the last missing documentation Patrick Barron 2020-04-14 19:34:38 -04:00
  • 1e3a524a7a Merge pull request #2834 from mark-monteiro/add-nuget-config Bond-009 2020-04-12 15:35:39 +02:00
  • fd750a9c79 Clean up and document CryptographyProvider.cs Patrick Barron 2020-04-14 16:13:41 -04:00
  • ecaae2c8de Clean up and document ServerConfigurationManager.cs Patrick Barron 2020-04-14 16:01:21 -04:00
  • ddd8120aab Clean up and document CollectionManager.cs Patrick Barron 2020-04-14 15:57:05 -04:00
  • 2eb5775ee3 Translated using Weblate (Japanese) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/ Miko Dela Cruz 2020-04-14 15:14:16 +00:00
  • 77df0c943b Clean up and document CollectionImageProvider.cs Patrick Barron 2020-04-14 15:50:48 -04:00
  • f29e6badb3 Remove unused field and documented RefreshChannelsScheduledTask.cs Patrick Barron 2020-04-14 15:48:06 -04:00
  • c8e26b6d46 Document ChannelPostScanTask.cs Patrick Barron 2020-04-14 15:36:29 -04:00