Mark Monteiro
51cdb30741
Apply documentation suggestions from code review
...
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-05-13 09:46:29 -04:00
Patrick Barron
b7621d762c
2nd half of changes
2020-05-13 00:00:57 -04:00
Patrick Barron
c1360a1dc3
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Data/SqliteUserDataRepository.cs
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Entities/User.cs
# Jellyfin.Data/ISavingChanges.cs
# Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
# Jellyfin.Server.Implementations/JellyfinDb.cs
# Jellyfin.Server/Migrations/MigrationRunner.cs
# MediaBrowser.Model/Notifications/NotificationOptions.cs
# MediaBrowser.sln
2020-05-12 22:22:20 -04:00
Patrick Barron
9ad839c776
Initial migration code
2020-05-12 22:10:35 -04:00
tanvir-ahmed-siddique
92299be64c
Translated using Weblate (Bengali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
2020-05-12 19:34:59 -04:00
D Z
e69ba3531e
Translated using Weblate (Hebrew)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-05-12 17:30:00 -04:00
Patrick Barron
62420a6eb1
Remove support for injecting ILogger directly
2020-05-12 16:03:15 -04:00
Patrick Barron
bac4bf96a0
Fix build errors
2020-05-12 12:50:17 -04:00
Patrick Barron
6379391f87
Merge branch 'master' into activitydb-efcore
2020-05-12 16:08:28 +00:00
rapmue
32c1182226
Translated using Weblate (German (Swiss))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gsw/
2020-05-12 11:52:45 -04:00
MrTimscampi
b961c3c9ae
Address suggestions
2020-05-12 15:05:58 +02:00
Bond-009
94a96c93a8
Merge pull request #3038 from barronpm/generated-code-cleanup
...
Clean up generated code
2020-05-12 10:38:45 +02:00
millallo
6c855e5f81
Translated using Weblate (Italian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
2020-05-11 16:55:55 -04:00
Federico Antoniazzi
5b2973b01a
Translated using Weblate (Italian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
2020-05-11 09:02:52 -04:00
Bond-009
dabd67d127
Merge pull request #2900 from mark-monteiro/migration-dependency-injection
...
Use dependency injection to construct migration routines
2020-05-11 10:15:35 +02:00
Mark Monteiro
a10aec6956
Fix merge
2020-05-10 18:17:12 -04:00
Mark Monteiro
3abf870c1e
Do not include a double slash in URLs when a base URL is not set
2020-05-10 18:07:56 -04:00
Mark Monteiro
dc5165b97f
Merge branch 'master' into simplify-https-config
2020-05-10 14:43:57 -04:00
Mark Monteiro
43c22a5822
Add GetLoopbackHttpApiUrl() helper method to replace forceHttps functionality
...
Also refactor to use return a Uri instead of a string and use UriBuilder under the hood
2020-05-10 14:36:11 -04:00
Patrick Barron
0549d59a5f
Merge branch 'master' into generated-code-cleanup
2020-05-10 15:00:52 +00:00
Patrick Barron
55cfa96b9f
Apply review suggestions
2020-05-10 10:54:41 -04:00
MrTimscampi
d5ad53e4bb
Add Director to role mapper for TMDb
2020-05-10 15:51:30 +02:00
MrTimscampi
9137069f6d
Add more information to TmdbSeriesProvider
2020-05-10 14:36:46 +02:00
MrTimscampi
a262ecd9c7
Add positionning cues to WebVTT writer
2020-05-09 20:47:05 +02:00
timothyc824
f33876e7e3
Translated using Weblate (Chinese (Hong Kong))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2020-05-09 12:22:38 -04:00
gion
5c8cbd4087
Fix code issues
2020-05-09 14:34:07 +02:00
gion
8a6ec2fb71
Rename Syncplay to SyncPlay
2020-05-09 12:37:39 +02:00
gion
6e22e9222b
Fix code issues
2020-05-09 12:37:23 +02:00
andra5
58122cc067
Translated using Weblate (German (Swiss))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gsw/
2020-05-08 19:12:07 -04:00
newton181
0e8505fb96
Translated using Weblate (Spanish (Mexico))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
2020-05-08 19:12:07 -04:00
Vasily
3401d55f41
Fixed yet another case of hanging on a bad stream
2020-05-08 23:11:43 +03:00
Vasily
a517bd2e52
Re-raise the exception that caused LiveTV stream to not open
2020-05-08 14:32:41 +03:00
Erik Rigtorp
f7c44565fc
Rename member variables to conform to coding standard
2020-05-07 15:47:59 -07:00
Erik Rigtorp
8bd356ab20
Reduce number of TMDB lookups if filenames have punctuation chars
...
Previosly TMDB would be queried with the raw name and always fail,
then retry with the cleaned name. Now non-word chars are always
cleaned out first.
If first query fails, retry with more aggressive cleaning.
2020-05-07 15:47:59 -07:00
Bond-009
d016a9772f
Merge pull request #3066 from Artiume/patch-1
...
Remove ogg video mimetype
2020-05-07 22:09:30 +02:00
artiume
3e14b1b50f
Remove ogg video mimetype
2020-05-07 15:58:20 -04:00
Bond-009
62da4d0e5c
Merge pull request #2492 from Polpetta/fix-api-private-data-leak
...
Fix emby/user/public API leaking sensitive data
2020-05-07 14:52:10 +02:00
Davide Polonio
5c6339d8fd
Fix typo in PublicUserDto
...
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-05-07 09:14:00 +02:00
Stefan Petrushevski
41b667c137
Translated using Weblate (Macedonian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/
2020-05-06 17:11:45 -04:00
dkanada
176159d0a8
Merge pull request #2969 from BaronGreenback/my-feature
...
http in development mode crashed -
2020-05-07 02:24:42 +09:00
Oliver Moolman
1c210d930c
Translated using Weblate (Afrikaans)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
2020-05-06 13:09:15 -04:00
Davide Polonio
57cf19f058
Fix variable declaration and follow sonarcloud suggestions
2020-05-06 17:25:41 +02:00
BaronGreenback
ba2134de13
Made changes to message and exception class
2020-05-06 16:04:07 +01:00
dkanada
cd07bc23f8
Merge pull request #3050 from Artiume/patch-1
...
Update MimeTypes.cs
2020-05-06 21:56:45 +09:00
artiume
1388464329
Update MimeTypes.cs
2020-05-06 08:23:56 -04:00
miguel marsa canals
d34b7f801b
Translated using Weblate (Spanish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2020-05-06 08:10:00 -04:00
artiume
1058c80a41
Update MediaBrowser.Model/Net/MimeTypes.cs
2020-05-06 07:45:40 -04:00
dkanada
822c14af4d
Merge pull request #2949 from Bond-009/dvdlib2
...
Enable TreatWarningsAsErrors for DvdLib
2020-05-06 20:38:45 +09:00
artiume
0aff46631f
Update MediaBrowser.Model/Net/MimeTypes.cs
...
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-05-06 07:38:19 -04:00
dkanada
c15463fa12
Merge pull request #2837 from Bond-009/async2
...
Minor IAsyncDisposable improvements
2020-05-06 20:30:03 +09:00