ConfusedPolarBear
329980c727
API cleanup
4 years ago
ConfusedPolarBear
4be476ec53
Move all settings into the main server configuration
...
Decreased the timeout from 30 minutes to 5.
Public lookup values have been replaced with the short code.
4 years ago
Bond-009
9af6eda0b4
Merge pull request #3343 from telans/comment-stops
...
Add full stop at end of comments (SA1629)
4 years ago
telans
247f9c61e6
fix SA1513/SA1516
4 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
4 years ago
crobibero
a8adbef74f
Add GetAuthorizationInfo for netcore HttpRequest
4 years ago
crobibero
4aac936721
Add more authorization handlers, actually authorize requests
4 years ago
dkanada
dabb869a6b
Merge branch 'master' into hwaccel
4 years ago
Anthony Lavado
100e9d586d
Merge pull request #3336 from telans/specific-fixes
...
Fix trivial SA1005, SA1111, SA1508, SA1510 warnings
4 years ago
crobibero
589735f60c
Merge remote-tracking branch 'upstream/master' into HEAD
4 years ago
dkanada
6db1878011
Merge pull request #3315 from crobibero/dashboard-update
...
Add MessageId to websocket message, fix ws exception
4 years ago
telans
afc9224ede
fix SA1111
4 years ago
telans
9b528aabc2
misc
4 years ago
telans
3d9049ef08
fix SA1508
4 years ago
telans
acd4389653
fix SA1005
4 years ago
telans
726e116d5b
fix SA1510
4 years ago
Patrick Barron
42b4f0aa2e
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
4 years ago
crobibero
829eb1a849
merge master into api-migration
4 years ago
dkanada
403cd3205f
Merge pull request #3254 from crobibero/ilogger
...
Use typed logger where possible
4 years ago
Patrick Barron
fc02157b42
Fix build errors
4 years ago
Patrick Barron
7a115024aa
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# MediaBrowser.Controller/Library/ILibraryManager.cs
# MediaBrowser.Providers/Users/UserMetadataService.cs
4 years ago
Patrick Barron
7fba0b778e
Properly remove profile images
4 years ago
crobibero
30609c848b
Add MessageId to websocket message, add JsonNonStringKeyDictionaryConverter
4 years ago
crobibero
a6815018dc
Update to .NET Core 3.1.5
4 years ago
aled
299e49f39d
Fix a small number of compile warnings
4 years ago
Bond-009
ad5c41b542
Merge pull request #3258 from aled/2149-fix-a-small-number-of-compile-warnings-1
...
Fix a small number of compile warnings
4 years ago
Patrick Barron
d105bc728d
Fix startup wizard.
4 years ago
ConfusedPolarBear
35ff2be9d7
Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
artiume
d650440492
fix opencl10bit
4 years ago
artiume
347689e4e2
Split VP9 HEVC 10bit button. MacOS Decoder fixed to opencl
4 years ago
Vasily
4999831604
Merge remote-tracking branch 'upstream/master' into hwaccel
4 years ago
crobibero
7ed5cf3dca
Force configuration paths to not be ignored.
4 years ago
crobibero
68e1ecaaf9
Remove EasyPassword from Authentication providers
4 years ago
Patrick Barron
98142613e8
Apply review suggestions and fix bug
4 years ago
aled
22a860a806
Fix a small number of compile warnings
5 years ago
Daniyar Itegulov
613748b45d
Make books resumable and have duration of 1 second
5 years ago
crobibero
57d1dbfe7b
undo erroneous changes
5 years ago
crobibero
44957c5a9a
Use typed logger where possible
5 years ago
Patrick Barron
06f9cde22f
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs
# Emby.Server.Implementations/Library/UserManager.cs
# Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs
# Emby.Server.Implementations/Sorting/IsPlayedComparer.cs
# Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs
# Emby.Server.Implementations/TV/TVSeriesManager.cs
# Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
5 years ago
Bond-009
2dbb9d4895
Fix build
5 years ago
Vasily
668e10ceb7
Merge pull request #2767 from Bond-009/nullable3
...
Enable nullabe reference types for MediaBrowser.Model
5 years ago
Anthony Lavado
c31b2798a5
Merge pull request #3180 from xumix/master
...
Refactor copy codec checks
5 years ago
Anthony Lavado
91b089c0fa
Merge pull request #3179 from Bond-009/bugs
...
Fix some 'bugs' flagged by sonarcloud
5 years ago
Vasily
b9618c8c01
Merge pull request #2676 from GranPC/public-pr/blurhash
...
Implement Blurhash generation for images
5 years ago
crobibero
e30a85025f
Remove log spam when using legacy api
5 years ago
Vasily
26eef1bbf8
Move logic of computing Blurhash components to ImageProcessor
...
Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
5 years ago
ConfusedPolarBear
5d281adedd
Merge remote-tracking branch 'upstream/master' into quickconnect
5 years ago
Vasily
9208acd5ae
Convert non-local image to local before computing blurhash
5 years ago
Bond_009
7439e095e2
Merge branch 'master' into nullable3
5 years ago
Vasily
edcfcadcd3
Make sure blurhash is recomputed if image changed or metadata refresh toggled
5 years ago
Patrick Barron
31f725fdbf
Fix a bug in Emby.Notifications and clean up
5 years ago
Patrick Barron
eef7cfd912
Make SonarCloud less angry
5 years ago
Patrick Barron
01ce56016a
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
# MediaBrowser.Api/UserService.cs
# MediaBrowser.Controller/Library/IUserManager.cs
5 years ago
Joshua M. Boniface
7c72f69189
Merge pull request #2733 from OancaAndrei/syncplay
...
Add syncplay feature
5 years ago
Vasily
8be13b63d4
More cleanup
5 years ago
Joshua M. Boniface
0be3dfe7c5
Revert "Fix emby/user/public API leaking sensitive data"
5 years ago
Vasily
92008baf85
Some simple cleanup
5 years ago
Vasily
3e381cfd5e
Clean GetHwaccelType Windows handling a tiny bit
5 years ago
Vasily
628734931c
Fix missing commas and merge defects
5 years ago
artiume
abc7558f51
Update EncodingHelper.cs
5 years ago
artiume
f056704c78
add videotoolbox
5 years ago
artiume
62e47d056d
Update IMediaEncoder.cs
5 years ago
artiume
0eb5791c70
Comments
5 years ago
Nyanmisaka
22ef0e3574
drop 'force_original_aspect_ratio'
...
graphical subtitles can be off-center in some cases
5 years ago
Nyanmisaka
5fd3ea8b21
minor changes
5 years ago
Nyanmisaka
695f20b303
probe Main/High 10 more specifically
5 years ago
Nyanmisaka
161b2a2da9
minor changes
5 years ago
nyanmisaka
c4ba71d96a
resolve conflicts
5 years ago
nyanmisaka
b4b93995f7
add more separate hw decoding toggles
5 years ago
gion
e42bfc92f3
Fix code issues
5 years ago
gion
e4838b0faa
Merge remote-tracking branch 'upstream/master' into syncplay
5 years ago
xumix
46420dfd68
Refactor copy codec checks
5 years ago
Bond_009
10e381f66f
Fix some 'bugs' flagged by sonarcloud
5 years ago
Vasily
29443e3681
Apply suggestions from code review
...
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
5 years ago
Mark Monteiro
4f6e5591ec
Remove 'General' as an ExternalIdMediaType, and instead use 'null' to represent a general external id type
5 years ago
Patrick Barron
56212e8101
Warnings cleanup
5 years ago
Vasily
1f83a21288
Rename Hash to BlurHash in all properties and methods for clarity
5 years ago
Vasily
3fb4c1356c
Make blurhash be computed during regular scans if it was not already computed
5 years ago
Patrick Barron
c464f700db
Remove redundant qualifiers
5 years ago
Patrick Barron
7d9d54d2ec
Fix profile images.
5 years ago
Vasily
2b1ae7ac58
Fix code smells
5 years ago
Vasily
a226a4ee03
Compute hash only when one is not computed in DB, small optimizations here and there
5 years ago
Jesús Higueras
fe480caf54
Add endpoint to update all items in library
5 years ago
Jesús Higueras
b9fc0d2628
Add BlurHash support to backend
5 years ago
Mark Monteiro
d06fee75b6
Rename Name to ProviderName
5 years ago
Mark Monteiro
c82f7eeca1
Clean up some doc comments
5 years ago
Mark Monteiro
67edf1b7f5
Do not convert 'Type' value to string unnecessarily, and do not replace 'General' type with null
5 years ago
Mark Monteiro
422d5b2b68
Move ExternalIdMediaType enum to MediaBrowser.Model
5 years ago
Mark Monteiro
e5c857ac36
Rename external id type 'None' to 'General'
5 years ago
Mark Monteiro
526e47c362
Clean up documentation
5 years ago
Mark Monteiro
96acd6481e
Merge branch 'master' into externalid-type
5 years ago
Mark Monteiro
3ed76d7e08
Update to .NET Core 3.1.4
5 years ago
Patrick Barron
aca7e221d8
Merge branch 'master' into userdb-efcore
...
# Conflicts:
# Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
# Emby.Server.Implementations/ApplicationHost.cs
# Emby.Server.Implementations/Devices/DeviceManager.cs
# Jellyfin.Server/Jellyfin.Server.csproj
# Jellyfin.Server/Migrations/MigrationRunner.cs
# MediaBrowser.Controller/Devices/IDeviceManager.cs
5 years ago
Vasily
d21feb2b18
Merge pull request #2970 from barronpm/activitydb-efcore
...
Migrate Activity Database to Entity Framework Core
5 years ago
gion
029bb80910
Merge remote-tracking branch 'upstream/master' into syncplay
5 years ago
Frank Riley
9ee10d22c8
Rename function
5 years ago
Frank Riley
3cb6fd8a27
Fix #3083 : Set the Access-Control-Allow-Origin header to the request origin/host header if possible
5 years ago
Patrick Barron
87c63e668c
Merge branch 'master' into activitydb-efcore
5 years ago
Mark Monteiro
2e09311a93
Merge branch 'master' into websocket
5 years ago
Patrick Barron
1fecd55ac0
Merge branch 'activitydb-efcore' of https://github.com/barronpm/jellyfin into activitydb-efcore
5 years ago
Patrick Barron
1e9b2613c6
Remove more unused code
5 years ago
Patrick Barron
a8f0d0aa0d
Merge branch 'master' into activitydb-efcore
5 years ago
Patrick Barron
511d20a100
Apply review suggestions
5 years ago
Mark Monteiro
51cdb30741
Apply documentation suggestions from code review
...
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
5 years ago
Patrick Barron
b7621d762c
2nd half of changes
5 years ago
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
5 years ago
Patrick Barron
9ad839c776
Initial migration code
5 years ago
Mark Monteiro
3abf870c1e
Do not include a double slash in URLs when a base URL is not set
5 years ago
Mark Monteiro
dc5165b97f
Merge branch 'master' into simplify-https-config
5 years ago
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
5 years ago
gion
5c8cbd4087
Fix code issues
5 years ago
gion
8a6ec2fb71
Rename Syncplay to SyncPlay
5 years ago
gion
6e22e9222b
Fix code issues
5 years ago
Bond-009
62da4d0e5c
Merge pull request #2492 from Polpetta/fix-api-private-data-leak
...
Fix emby/user/public API leaking sensitive data
5 years ago
Bond_009
3623aafcb6
Make SonarCloud happy
5 years ago
Bond_009
15634a1913
Merge branch 'master' into websocket
5 years ago
Vasily
8607b6a997
Merge pull request #2817 from ferferga/master
...
Remove unnecessary space in hardware decoders argument for ffmpeg
5 years ago
gion
083d3272d0
Refactor and other minor changes
5 years ago
gion
aad5058d25
Implement KeepAlive for WebSockets
5 years ago
gion
84d92ba9ce
Check that client is playing the right item
...
Send date when playback command is emitted
Rename some classes
5 years ago
gion
f273995f5b
Refactor: rename user to session
5 years ago
gion
10c2c62f07
Implement syncplay backend
5 years ago
Mark Monteiro
679f97d5e9
Merge remote-tracking branch 'upstream/master' into simplify-https-config
...
Also reverts conflicting changes made in https://github.com/jellyfin/jellyfin/pull/2798
5 years ago
Joshua M. Boniface
00d8983d7c
Merge pull request #2990 from mark-monteiro/create-missing-folders
...
Create Missing Data Folders
5 years ago
Mark Monteiro
7615cdc963
Ensure metadata path is created on app startup, and also each time it is updated
5 years ago
Joshua M. Boniface
f502c89331
Merge pull request #2798 from JustAMan/fix-livetv-again
...
Make localhost LiveTV restreams always use plain HTTP port
5 years ago
Joshua M. Boniface
cbeeeced75
Apply style change
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Joshua M. Boniface
6ac723706c
Apply style change
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Joshua M. Boniface
0157326354
Apply style change
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Mark Monteiro
93649ad77b
Merge remote-tracking branch 'upstream/master' into simplify-https-config
5 years ago
dkanada
97d7ffc458
Merge pull request #2861 from mark-monteiro/fix-auth-response-codes
...
Fix Auth Response Codes
5 years ago
Bond-009
d744d7d234
Merge branch 'master' into register-services-correctly
5 years ago
Bond-009
07326c1d9b
Merge branch 'master' into fix-auth-response-codes
5 years ago
Bond-009
c0b3c11b2e
Merge pull request #2846 from jellyfin/azure
...
Remove requirement to build web during server builds
5 years ago
Mark Monteiro
c5f163293f
Add <ProjectGuid> properties to all project files
...
This is required for SonarCloud analysis to run
5 years ago
Mark Monteiro
f815059698
Merge remote-tracking branch 'upstream/master' into register-services-correctly
5 years ago
Anthony Lavado
ed1dc5c922
Remove JsonIgnore from the DateLastSaved property of BaseItem
5 years ago
dkanada
3142c9b990
Merge pull request #2916 from Bond-009/minor2
...
Minor improvements
5 years ago
Bond_009
a73e1f18b6
Minor improvements
5 years ago
ConfusedPolarBear
387a07c6dd
Add persistent setting configuration and temporary activation
5 years ago
dkanada
eda208e258
Merge pull request #2829 from Bond-009/warn19
...
Fix some warnings
5 years ago
Mark Monteiro
ecf49caf0d
Add back warning message when Skia encoder cannot be used
5 years ago
Mark Monteiro
00a0e013c6
Update documentation for URL methods in ApplicationHost
5 years ago
Mark Monteiro
fee76097f4
Remove CanConnectWithHttps Property
...
It is only used in one place and only adds confusion by existing
5 years ago
ConfusedPolarBear
36f3e933a2
Add quick connect
5 years ago
Mark Monteiro
daed41815f
Add missing punctuation in xml comment
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Bond_009
fc049caba2
Merge branch 'master' into nullable3
5 years ago
Mark Monteiro
9728aa8b0a
Merge branch 'master' into register-services-correctly
5 years ago
Mark Monteiro
98044e7793
Document AuthenticationException correctly
5 years ago
Mark Monteiro
6d35dd6b32
Clean up SecurityException
...
- Remove unused SecurityExceptionType
- Add missing constructor for InnerException
- Add missing documentation
5 years ago
Joshua M. Boniface
bf92694f8b
Merge pull request #2715 from nyanmisaka/libfdk-aac
...
Prefer to use libfdk_aac encoder for better audio quality when it is available
5 years ago
Bond-009
84dba64644
Merge pull request #2821 from nyanmisaka/mpeg4
...
Fix MPEG4 broken on VAAPI
5 years ago
Nyanmisaka
62d9a48833
update as per suggestions
5 years ago
Nyanmisaka
e6f65863e3
update as per suggestions
5 years ago
Mark Monteiro
1e1295bebf
Merge remote-tracking branch 'upstream/master' into register-services-correctly
5 years ago
Bond_009
49fe5e0a21
Fix some warnings
5 years ago
Mark Monteiro
64a255f090
Fix misformed xml doc comment
5 years ago
Nyanmisaka
6485c1eabc
probe Main/High 10 more specifically
5 years ago
Nyanmisaka
dd3f3089ef
minor changes
5 years ago
Nyanmisaka
e0ee61d114
fix mpeg4 failed on vaapi
5 years ago
Vasily
06c5b73c15
Merge pull request #2755 from Bond-009/dbcleanup
...
Clean up SqliteItemRepository
5 years ago
Bond_009
c2b5fb78ce
Address comments
5 years ago
ferferga
4e894b4b66
Remove unnecessary space in hardware decoders argument for ffmpeg
5 years ago
Vasily
5b59cd2eb2
Merge pull request #2696 from mark-monteiro/fix-extras
...
Display Extras With Unknown Types
5 years ago
Vasily
e85f9f5613
Make localhost LiveTV restreams always use plain HTTP port
5 years ago
Nyanmisaka
0ecac47098
drop the unnecessary colorspace conversion
...
Since 'hwdownload, format = nv12' has completed the conversion of colorspace. 'format = p010le' is redundant and will reduce the speed by almost half under the premise of unchanged cpu usage.
5 years ago
Nyanmisaka
a5249730d7
mpeg4 profile 15 is not supported by vaapi device
5 years ago
Mark Monteiro
5bc6c08a0a
Merge remote-tracking branch 'upstream/master' into simplify-https-config
5 years ago
Mark Monteiro
410a322fe2
Add CanConnectWithHttps to interface
5 years ago
Bond_009
30ce346f34
Enable nullabe reference types for MediaBrowser.Model
5 years ago
Mark Monteiro
f91f2ef328
Merge remote-tracking branch 'upstream/master' into register-services-correctly
5 years ago
Mark Monteiro
efe3ebaab8
Eliminate circular dependency between LibraryManager and ImageProcessor
5 years ago
Mark Monteiro
7b31b0e322
Inject logger correctly into ActivityManager and ActivityRepository
5 years ago
Bond-009
0951dc632b
Update MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
...
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
5 years ago
Bond-009
d6224ddeda
Update InternalPeopleQuery.cs
5 years ago
Bond_009
8e7b15285e
Clean up SqliteItemRepository
5 years ago
Bond_009
3161e85f76
Address comments
5 years ago
Mark Monteiro
ca71ac72ab
Replace EnableHttps and SupportsHttps with ListenWithHttps and CanConnectWithHttps
5 years ago
Mark Monteiro
5b1091db27
Merge remote-tracking branch 'upstream/master' into do-not-instantiate-services-at-startup
5 years ago
Bond-009
f31efce52d
Merge branch 'master' into usings
5 years ago
Vasily
07ea120ba9
Merge pull request #2601 from mark-monteiro/support-running-without-web-content
...
Support Running Server Without Web Content
5 years ago
Mark Monteiro
1a4d9d4c53
Code review suggestions
5 years ago
Bond_009
3ab50f5a3f
Address comments
5 years ago
Bond_009
787049f35f
Merge branch 'master' into minor
5 years ago
Bond-009
ddd5d3aaec
Merge branch 'master' into usings
5 years ago
Nyanmisaka
d9b78a1dc5
update as per suggestion
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Mark Monteiro
cc8294842a
Add ExtraType.Unknown enum value and use it instead of null
5 years ago
Mark Monteiro
861bad1eda
Apply suggestions from code review
5 years ago
Nyanmisaka
ebb7590350
update as per suggestion
...
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
5 years ago
Vasily
9aefb41512
Merge pull request #2503 from nyanmisaka/vaapi
...
Fix various bugs in HWA subtitle burn-in
5 years ago
Nyanmisaka
cf98a1fbc7
update as per suggestion
...
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
5 years ago
nyanmisaka
95c5c08610
minor improvements
5 years ago
nyanmisaka
db23660660
prefer to use libfdk_aac for better audio quality
5 years ago
Nyanmisaka
0c6ac38454
fix graphical subtitle scaling for NVDEC
5 years ago
Nyanmisaka
111095c2b0
fix QSV HWA failed when burning text subtitles
...
ffmpeg 4.3+ is required for better transcoding speed(more than twice increase).
Using qsv on Linux also requires a fix in ffmpeg 4.3+.
See 74007dd86a
5 years ago
nyanmisaka
fac6831653
fix various bugs in VAAPI hardware acceleration
5 years ago
Bond-009
5acd0521a2
Merge pull request #2639 from alset333/master
...
Change DeinterlaceMethod's "bobandweave" to "yadif" or "yadif_bob", and set default value
5 years ago
Mark Monteiro
e266ad51c5
Simplify logic; remove unnecessary methods
5 years ago
Mark Monteiro
ea306e8f6d
Do not assign an invalid value of zero to ExtraType
5 years ago
Mark Monteiro
5fcbedc194
Display extras with an unknown type
5 years ago