ta264
|
26a04c9fd1
|
New: Build with NET5
|
2021-01-18 08:05:38 -05:00 |
Qstick
|
6b3bdb4f88
|
Bump Sentry 2.1.8 / SentryJS 5.29.2
|
2021-01-08 21:41:44 -05:00 |
ta264
|
96384521c5
|
Fixed: FolderWritable check for CIFS shares mounted in Unix
This reverts commit 8c892a732e .
|
2020-12-24 17:29:38 +00:00 |
ta264
|
8c892a732e
|
Revert "Fixed: FolderWritable check for CIFS shares mounted in Unix"
This reverts commit a71874db8d .
|
2020-12-23 08:28:19 +00:00 |
ta264
|
a71874db8d
|
Fixed: FolderWritable check for CIFS shares mounted in Unix
See https://github.com/dotnet/runtime/issues/42790
Implemented workaround in https://github.com/dotnet/runtime/issues/42790#issuecomment-700362617
[common]
|
2020-12-22 15:58:20 +00:00 |
Qstick
|
2d9c77ec5e
|
Fixed: If v0.2 DB Exists back it up during update
|
2020-12-03 21:12:31 -05:00 |
Qstick
|
e3ac7d6fc5
|
Fixed binary execute permissions for osx and Radarr
Fixes #5388
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
|
2020-11-22 11:25:40 -05:00 |
Qstick
|
9c77399379
|
New: Dynamic Select and UMask Fields
Fixes #5380
Fixes #5348
Fixes #5167
Fixes #5166
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
|
2020-11-22 01:01:50 -05:00 |
Qstick
|
3a8ca21a17
|
Add NeutralLanguage to NzbDrone.Common to appease VS 16.8
|
2020-11-12 20:50:52 -05:00 |
Qstick
|
70a9a68ed3
|
Bump to dotnet core 3.1.10
|
2020-11-11 23:26:07 -05:00 |
Taloth Saldono
|
d00f3abbf0
|
Fixed: Dataloss when moving series folder to root folder with only different casing
Fixes #5190
Fixes #5184
|
2020-11-03 22:07:11 -05:00 |
Qstick
|
a03d136aa4
|
Fixed: Cleanse account and passwd from Download Station URLs
Fixes #5266
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
|
2020-10-29 20:45:09 -04:00 |
ta264
|
f917d0e9bc
|
Add FileInfo utility functions to DiskProvider
|
2020-10-13 20:54:33 -04:00 |
Mark McDowall
|
f637976530
|
Fixed: Parsing of URLs with double slashes in the path
(cherry picked from commit 0c7743e786749b333333d282412ff76fc10aba65)
|
2020-10-10 17:16:21 -04:00 |
ta264
|
28c15bc425
|
Log out SQL trace on error
Fixes #4910
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
|
2020-10-07 22:55:54 -04:00 |
Qstick
|
7d31eb1f55
|
Fixed: Test for empty strings using isNullOrEmpty
|
2020-10-03 21:58:31 -04:00 |
Qstick
|
4ec71538b9
|
Fixed: Avoid zero-length array memory allocations
|
2020-10-03 21:58:31 -04:00 |
Qstick
|
295b975046
|
Fixed: Do not use Count/LongCount when Any can be used
|
2020-10-03 21:58:31 -04:00 |
Qstick
|
0198c7a3b1
|
Fixed: Use Length/Count property instead of Enumerable.Count method
|
2020-10-03 21:58:31 -04:00 |
Qstick
|
088ffc34df
|
Fixed: Use Append(Char) for single character Stringbuilder additions
|
2020-10-03 21:58:31 -04:00 |
Taloth Saldono
|
35532b6789
|
Fixed: Refreshing Plex Server series in high volume systems
|
2020-09-06 02:51:04 -04:00 |
Taloth Saldono
|
38855967d6
|
New: Fast copy using reflink on btrfs volumes
|
2020-09-06 02:51:04 -04:00 |
Taloth Saldono
|
67d2765d0c
|
Fixed: Removed hardlink-based transactional file transfer logic (instead relying on explicit copy+delete for cifs)
|
2020-09-06 02:51:04 -04:00 |
Qstick
|
c1b6917afe
|
Moved Windows-only Permission function to Radarr.Windows
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
|
2020-09-06 02:51:04 -04:00 |
Qstick
|
361ffe353d
|
New: Browse Lists from Discover Movies Page
|
2020-09-03 22:50:56 -04:00 |
Qstick
|
df18be2a4d
|
Fixed: Don't fail if ldd doesn't exist
|
2020-08-30 14:37:55 -04:00 |
Qstick
|
658f6922c2
|
Fixed: Use Proxy for MediaCovers and Metadata (#4916)
[common]
Co-authored-by: Soroush <soroush@falahati.net>
|
2020-08-26 23:01:34 -04:00 |
Qstick
|
9c85482b9c
|
Bump to dotnet 3.1.7
|
2020-08-19 22:26:09 -04:00 |
ta264
|
5a1b82e195
|
Disable single instance check for integration tests
Causes a SIGABRT on mono 6.10 and 6.12 - double free or corruption
|
2020-08-19 19:01:24 +01:00 |
Qstick
|
28177eb042
|
New: Use release quality source if not in downloaded file and resolution matches
Co-Authored-By: taloth <taloth@users.noreply.github.com>
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
|
2020-08-16 00:49:16 -04:00 |
Qstick
|
39a1dbf1d1
|
Used ReflectionOnly and/or public types where possible to avoid loading related assemblies unnecessarily
Fixes #4763
Co-Authored-By: taloth <taloth@users.noreply.github.com>
|
2020-08-15 12:25:28 -04:00 |
Mark McDowall
|
3766e0eba9
|
New: Show health warning if system time is off expected time
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
|
2020-08-03 01:26:30 -04:00 |
ta264
|
7722c50603
|
New: Musl (alpine linux) compatibility
|
2020-07-27 18:17:47 +01:00 |
Qstick
|
1c85bd96f8
|
Bump .net Core 3.1.6
|
2020-07-19 01:16:25 -04:00 |
Qstick
|
a8deaf85c0
|
Fixed: Bootloop due to bad format args in AppFolderFactory
Fixes #4553
|
2020-06-28 23:08:59 -04:00 |
Qstick
|
5b6bef36f2
|
Refresh Yarn.lock, net core 3.1.5
|
2020-06-28 11:49:52 -04:00 |
Arthur Bols
|
4b25ef6deb
|
New: Removed chown and simplified chmod options for linux/osx
Closes #3760
Closes #3752
|
2020-06-08 23:44:57 -04:00 |
Taloth Saldono
|
2a9160f870
|
Added Plex url to cleanser
|
2020-06-07 00:45:26 -04:00 |
Qstick
|
d07dd33a9e
|
New: Upgrade sqlite to 3.32.1 and system.data.sqlite to 1.0.113
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
|
2020-06-06 16:43:58 -04:00 |
Taloth Saldono
|
9ca291ecaf
|
Cleanse remote IP Address from trace log file
|
2020-06-03 20:43:47 -04:00 |
Qstick
|
1d6a7a1843
|
Revert "Async HttpClient and list lookup"
This reverts commit c8a2af867e .
|
2020-05-24 17:06:42 -04:00 |
Qstick
|
70601faa4f
|
Bump Core Packages for 3.1.4
|
2020-05-23 23:34:58 -04:00 |
ta264
|
c8a2af867e
|
Async HttpClient and list lookup
|
2020-05-20 11:00:20 -04:00 |
Qstick
|
c64c2d9f27
|
New: Use RadarrApi For MovieInfo
|
2020-05-20 11:00:20 -04:00 |
Taloth Saldono
|
e8e852100c
|
Fixed recursion issue when emptying recycle bin
|
2020-05-19 22:02:55 -04:00 |
ta264
|
d03a6486d3
|
Fixed: NET Core not deleting source when moving across drives
This reverts commit 10fc0b071f . Use the
mono fix from 43a35c8447 in NET Core also
|
2020-05-15 10:43:28 -04:00 |
Taloth Saldono
|
4606503818
|
Fixed: Performance issue when scanning large root folder
|
2020-05-13 20:29:16 -04:00 |
Taloth Saldono
|
eb98a7e8be
|
Improved error message when nzb download contains an newznab error instead
|
2020-04-30 20:03:20 -04:00 |
Qstick
|
73eb83c9dc
|
Fix Indent Issue from cherry pick
|
2020-04-29 20:55:57 -04:00 |
Taloth Saldono
|
7afea3df90
|
Log Real IP on Authentication failure in case of a reverse proxy
closes #3711
|
2020-04-29 20:37:40 -04:00 |