Claus Vium
|
1bfe6342df
|
Merge pull request #6676 from Bond-009/rng
Use static crypto rng
|
3 years ago |
Claus Vium
|
b16e6621b3
|
Merge pull request #6663 from crobibero/dotnet-6-rc1
Reference dotnet6-rc1 packages
|
3 years ago |
Claus Vium
|
eea2ba9b68
|
Merge pull request #6678 from Bond-009/random
Use new Random.Shared instead of creating new instances
|
3 years ago |
Bond-009
|
a01f9775ff
|
Merge pull request #6667 from Bond-009/warn53
|
3 years ago |
Bond_009
|
d05062fec0
|
Use new Random.Shared instead of creating new instances
|
3 years ago |
Bond_009
|
3b492d4af8
|
Use static crypto rng
|
3 years ago |
Systerm
|
6297fa5bf7
|
Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
|
3 years ago |
Bond_009
|
03f933aaa0
|
Fix the last few warnings
Enables TreatWarningsAsErrors for all projects
|
3 years ago |
Bond-009
|
a1246ba3a0
|
Merge pull request #6649 from barronpm/implementations-warn2
|
3 years ago |
Patrick Barron
|
e0db541381
|
Update indentation
|
3 years ago |
joanMelchor
|
d245e45254
|
Translated using Weblate (Catalan)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
|
3 years ago |
Cody Robibero
|
017380f1dd
|
Reference dotnet6-rc1 packages
|
3 years ago |
Bond-009
|
647c080ef7
|
Merge pull request #6662 from jellyfin/dependabot/nuget/DotNet.Glob-3.1.3
|
3 years ago |
dependabot[bot]
|
fc96305e78
|
Bump DotNet.Glob from 3.1.2 to 3.1.3
Bumps [DotNet.Glob](https://github.com/dazinator/DotNet.Glob) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/dazinator/DotNet.Glob/releases)
- [Changelog](https://github.com/dazinator/DotNet.Glob/blob/develop/ReleaseNotes.md)
- [Commits](https://github.com/dazinator/DotNet.Glob/compare/3.1.2...3.1.3)
---
updated-dependencies:
- dependency-name: DotNet.Glob
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
dependabot[bot]
|
2b61fad3a0
|
Bump sharpcompress from 0.29.0 to 0.30.0
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases)
- [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.29...0.30)
---
updated-dependencies:
- dependency-name: sharpcompress
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Patrick Barron
|
232e48f5e8
|
Fix warnings in EmbyTV
|
3 years ago |
Patrick Barron
|
25b68bc3b2
|
Fix warnings in ChannelManager
|
3 years ago |
Patrick Barron
|
b7e405889d
|
Fix warnings in LibraryChangedNotifier
|
3 years ago |
Patrick Barron
|
6cc69b80b6
|
Fix warnings in DeviceId
|
3 years ago |
Patrick Barron
|
80223c548c
|
Fix warnings in WebSocketConnection
|
3 years ago |
Patrick Barron
|
7180983654
|
Fix warnings in SessionManager
|
3 years ago |
Patrick Barron
|
876a902356
|
Fix warnings in Library
|
3 years ago |
Patrick Barron
|
aa3c33060d
|
Fix warnings in Playlists
|
3 years ago |
Patrick Barron
|
7ea4c844c8
|
Fix warnings in InstallationManager
|
3 years ago |
Patrick Barron
|
b17a452d16
|
Fix warnings in ServerApplicationPaths
|
3 years ago |
Patrick Barron
|
7ae055f740
|
Fix warnings in UdpServer
|
3 years ago |
Patrick Barron
|
8c8ca9aded
|
Fix warnings in UdpSocket
|
3 years ago |
Patrick Barron
|
c09ef74b51
|
Fix warnings in IO
|
3 years ago |
Patrick Barron
|
078200d8d4
|
Fix warnings in Sorting
|
3 years ago |
Bond-009
|
6a575b3f77
|
Merge pull request #6648 from barronpm/implementations-warn1
|
3 years ago |
Patrick Barron
|
21007aec20
|
Fix warnings in Data
|
3 years ago |
Patrick Barron
|
4ba9b6c305
|
Fix warnings in ScheduledTasks
|
3 years ago |
Patrick Barron
|
5043a887cc
|
Document IStartupOptions
|
3 years ago |
Bond_009
|
1ee58bf020
|
Enable nullable for ItemDataProvider
|
3 years ago |
Tim040
|
7bf2ece20e
|
Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
|
3 years ago |
Cody Robibero
|
7668cd13f5
|
Create output directory when extracting archive files
|
3 years ago |
Cody Robibero
|
9234e5bf80
|
Remove all instances of en-US culture
|
3 years ago |
Claus Vium
|
17273a6075
|
Merge pull request #6614 from Bond-009/warn36
|
3 years ago |
Claus Vium
|
c5491dc46c
|
Merge pull request #6613 from Bond-009/randomaccess
|
3 years ago |
Bond_009
|
79642af3b8
|
Fix some warnings
|
3 years ago |
Bond_009
|
a4eede29ab
|
Use RandomAccess instead of a FileStream where it makes sense
|
3 years ago |
Bond_009
|
f31224fa8f
|
Remove sync FileStream hack
|
3 years ago |
Bond-009
|
2ee3e9e00f
|
Merge pull request #6590 from jellyfin/dotnet6
|
3 years ago |
Mislav Milinković
|
d81c9a7a8c
|
Translated using Weblate (Croatian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
|
3 years ago |
Ouail Ouazani
|
984f17c64f
|
Translated using Weblate (Arabic)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
|
3 years ago |
Bond_009
|
5fd315b17c
|
Address comments
|
3 years ago |
Bond_009
|
fb2f07dc84
|
Replace RNGCryptoServiceProvider with RandomNumberGenerator
|
3 years ago |
Bond_009
|
4d1d9f23d5
|
Use new Enum.TryParse(ReadOnlySpan<char>) overload
|
3 years ago |
Bond_009
|
13fbfe6091
|
Target net6.0
|
3 years ago |
Claus Vium
|
b4c0518001
|
Merge pull request #6588 from Bond-009/escape
Fix issue #6587
|
3 years ago |