crobibero
a96db5f48e
Remove old scheduled tasks service
2020-04-19 16:32:03 -06:00
crobibero
4a960892c2
Add Authorize and BindRequired
2020-04-19 16:31:09 -06:00
crobibero
d8fc4f91db
burn ToOptimizedResult
2020-04-19 16:29:29 -06:00
crobibero
5d9c40ec72
move scheduled tasks to Jellyfin.Api
2020-04-19 16:26:20 -06:00
Mark Monteiro
6039c6200f
Update instructions for running with the dotnet cli
2020-04-19 18:18:53 -04:00
Bond-009
6f866a7fdc
Merge pull request #2915 from randrey/imdbid-length-fix
...
Fix imdbid regex
2020-04-20 00:09:18 +02:00
randrey
d30fd3b3d2
Changed '\d' to '[0-9]'.
2020-04-19 14:14:04 -07:00
ZadenRB
7c8188194b
Address PR comments, and revert changes that changed the API schema
2020-04-19 13:19:15 -06:00
crobibero
e6b873f2ae
Fix missing attributes
2020-04-19 12:56:16 -06:00
crobibero
60607ab60c
Fix saving DisplayPreferences
2020-04-19 12:34:34 -06:00
crobibero
c31b9f5169
Fix build & runtime errors
2020-04-19 12:30:10 -06:00
crobibero
a282fbe966
Move DisplayPreferences to Jellyfin.Api
2020-04-19 12:26:38 -06:00
crobibero
86d68e23e7
Add DisplayPreferencesController
2020-04-19 12:06:18 -06:00
Patrick Barron
f26f44acaf
Apply code review suggestions
2020-04-19 13:39:12 -04:00
crobibero
72745f4722
fix formatting
2020-04-19 11:28:56 -06:00
crobibero
5da88fac4d
Enable string enum converter
2020-04-19 11:24:32 -06:00
crobibero
e72a543570
Add Redoc, move docs to api-docs/
2020-04-19 11:24:03 -06:00
crobibero
8a7e4cd639
add redoc
2020-04-19 10:51:51 -06:00
Joshua M. Boniface
5c669d7ad7
Merge pull request #2849 from lyonzy/patch-1
...
Handle null outputFileExtension in GetOutputFilePath
2020-04-19 12:45:08 -04:00
Bond_009
fc3e2baccc
Address comments
2020-04-19 18:27:07 +02:00
Bond_009
d99536e99f
Improved tests
2020-04-19 11:57:03 +02:00
Bond_009
a73e1f18b6
Minor improvements
2020-04-19 11:16:09 +02:00
ConfusedPolarBear
387a07c6dd
Add persistent setting configuration and temporary activation
2020-04-19 01:33:09 -05:00
tayhr
16401ec7ae
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2020-04-18 23:16:00 -04:00
dkanada
1f28d49fc7
Merge pull request #2864 from JustAMan/fix-caching
...
Make Last-Modified and If-Modified-Since headers follow the spec
2020-04-19 12:04:18 +09:00
dkanada
eda208e258
Merge pull request #2829 from Bond-009/warn19
...
Fix some warnings
2020-04-19 12:04:02 +09:00
dkanada
d62bd7fecd
fix spelling error
2020-04-19 11:46:22 +09:00
dkanada
c35e6ac39a
Merge pull request #2910 from randrey/dlna-extra-mime-types
...
Additional mime types for DLNA (VLC)
2020-04-19 11:38:25 +09:00
randrey
92f273cb0c
Limit imdbid to 8 digits.
2020-04-18 18:18:48 -07:00
randrey
d7a71cee3c
Fix imdbid regex
2020-04-18 17:26:22 -07:00
Klanc
e333e6765a
Translated using Weblate (Catalan)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2020-04-18 12:35:23 -04:00
dkanada
167e96d212
Merge pull request #2848 from ZadenRB/startup-endpoint-parameters
...
Fix casing of JSON in Jellyfin API
2020-04-18 18:16:36 +09:00
randrey
2e10d385f0
Add mime type for .mpegts files.
2020-04-17 23:11:52 -07:00
Julien Machiels
25da2cb2d7
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-04-18 01:52:55 -04:00
randrey
156998dd83
Add mime types for ape and wv files.
2020-04-17 22:25:54 -07:00
randrey
0bef4eef87
Fix InvalidOperationException while browsing via DLNA client.
2020-04-17 14:45:56 -07:00
Bond_009
6b959f40ac
Fix build
2020-04-17 20:01:25 +02:00
Mark Monteiro
ecf49caf0d
Add back warning message when Skia encoder cannot be used
2020-04-17 10:25:49 -04:00
Bond_009
f055995a1f
Use System.Buffers in RangeRequestWriter
2020-04-17 14:21:15 +02:00
Bond-009
b76f570583
Merge pull request #2775 from mark-monteiro/upnp-cleanup
...
Port Forwarding Improvements
2020-04-17 14:19:49 +02:00
Andrey Sinitsyn
7529402cc9
Translated using Weblate (Russian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2020-04-17 07:40:20 -04:00
a1
eba781eac5
Fix DLNA clients displaying wrong album art.
2020-04-16 23:36:43 -07:00
Matt Lyons
e7fde6aaca
Handle null outputFileExtension with null-conditional operator
2020-04-17 16:13:56 +10:00
Mark Monteiro
bcf1ef319a
Update documentation for EnableUPnP
2020-04-17 00:27:18 -04:00
Mark Monteiro
1666f3ca14
Use dependency injection to construct migration routines
2020-04-16 23:40:32 -04:00
dkanada
ae7153b65b
Merge pull request #2880 from Bond-009/deadcode2
...
Remove dead function
2020-04-17 12:10:19 +09:00
Mark Monteiro
8a81bcd742
Restart port forwarding when public https port changes
2020-04-16 22:49:23 -04:00
Mark Monteiro
78d9b9894c
Respond to config changes correctly for external port forwarding
2020-04-16 22:41:19 -04:00
Mark Monteiro
26afb42a72
Cleanup port forwarding service
...
- Use a concurrent collection instead of manually locking
- Do not forward HTTPS port when it is not enabled
- Created multiple rules (HTTP/HTTPS) in parallel instead of in sync
2020-04-16 22:41:19 -04:00
Mark Monteiro
c78413cf7c
Disable UPnP by default
2020-04-16 22:41:19 -04:00