Commit Graph

581 Commits (e81bb3b993adac705fd61dc9e281b040ca2338f5)

Author SHA1 Message Date
Louis R 13af6f5779
Fixed: Don't disable IPv6 in IPv6-only Environment
12 months ago
Bruno Garcia 6377c688fc
Update Sentry SDK add features
1 year ago
Mark McDowall 19db75b36b Add max token length (including ellipsis) for some tokens
1 year ago
ta264 d9acbf5682 Fixed: FolderWritable check for CIFS shares mounted in Unix
1 year ago
Qstick f87a66fcba Improved http timeout handling
1 year ago
Mark McDowall fd17df0dd0 New: Optional directory setting for Aria2
1 year ago
Bogdan 41ed300899
Fixed: Ignore case when cleansing announce URLs
1 year ago
Bogdan c7824bb593
Fixed: Skip parsing releases without title
1 year ago
Bogdan 82d586e701 Use await on reading the response content
1 year ago
Mark McDowall bb7b2808e2 Mock debouncer for testing
1 year ago
Bogdan 828b8e0fe4 Bump dotnet to 6.0.21
1 year ago
Bogdan 467ce70291
Fixed: Increase timeout when downloading updates
2 years ago
Bogdan 0feee19146 New: Async HttpClient
2 years ago
Bogdan 78593f428a New: Use HTTP/2 in HttpClient
2 years ago
Bogdan 78d4dee461
Replace docker detection for cgroup v2
2 years ago
Mark McDowall d493f8762f Fixed: Hidden files being ignored
2 years ago
Bogdan cc538c4b2d
Show warning when using the docker update mechanism
2 years ago
Robin Dadswell a13011aa49 New: Postgres Database Support
2 years ago
Bogdan 77a4ba4925
Detect Docker when using control group v2
2 years ago
Qstick 03d361f553
Filter user issues from Sentry (#5859)
2 years ago
Mark McDowall e5aa858410 New: Ignore inaccessible files with getting files
2 years ago
Mark McDowall 5f72178445 Fixed: UI loading when series or root folder path is for wrong OS
2 years ago
Bogdan aa2b003167 Create overload for `ToJson()` with Formatting param
2 years ago
Qstick 11bd764a75 Fixed: Correctly handle 302 and 303 redirects in HttpClient
2 years ago
Bogdan e5ff4aafa3 Update cleansing rules for RSS TL feed and homedir for Mac
2 years ago
bakerboy448 3b505d8734
New: Indexer Messaging and Error Improvements
2 years ago
Bogdan 12374f7f00 Use 'var' instead of explicit type
2 years ago
Bogdan 281add47de Inline 'out' variable declarations
2 years ago
Bogdan 6b1e4ef819
Enforce rule IDE0005 on build
2 years ago
Mark McDowall f05405fe1c Fixed: Don't rollback file move if destination already exists
2 years ago
Bogdan 3af7a6df7d Remove unused field userAgentBuilder in HttpClient
2 years ago
Bogdan c6b543e072 Remove unused imports
2 years ago
ta264 63654b99f2 Fixed: Don't buffer update package to memory when downloading
2 years ago
Bogdan 8f482c534f
Fixed: custom script error when importing some downloads
2 years ago
Qstick 5a04602672 Remove mono process detection
2 years ago
Stepan Goremykin 40e54685b9 Migrate to FluentValidation 9
2 years ago
Mark McDowall 47cf8e6430
New: Updated Rarbg request limits
2 years ago
Stepan Goremykin 6ea3d8c127 Use MinBy and MaxBy instead of OrderBy + First
2 years ago
Stepan Goremykin 2abbee1032
Update SixLabors.ImageSharp, MailKit, DryIoc libraries
2 years ago
Mark McDowall 42003ebd72 Reverted Microsoft package updates to 6.x
2 years ago
Mark McDowall 0321368cc3 New: Improve path validation when handling paths from different OSes
2 years ago
Stepan Goremykin fd5d279a9e Update SharpZipLib
2 years ago
Stepan Goremykin b303dc899a Update Newtonsoft.Json
2 years ago
Stepan Goremykin 3b6cadeb7e Update packages from microsoft
2 years ago
Mark McDowall ff2e8ffc37 Fixed: Permissions after installing on Windows and opening Firewall port
2 years ago
Stepan Goremykin 11d91faaad
Use Array.Empty and fix a few multiple enumerations
2 years ago
Qstick a42f97229a Convert method to static that doesn't use instance data
2 years ago
Qstick 2b79fe833b Use Contains(char) instead of Contains(string) for performance
2 years ago
Qstick e8aff90582 Use span-based string.Concat to avoid unnecessary allocation
2 years ago
Qstick f928ee7cad Use Environment.ProcessPath instead of GetCurrentProcess().MainModule.FileName
2 years ago