Bogdan
0598211319
Fixed: Ignore inaccessible mount points
...
(cherry picked from commit 60f18249b05daa20523542beef54bc126d963d1e)
1 year ago
Bogdan
2af9f7eb8d
Fixed: macOS version detection
...
(cherry picked from commit 060be6177a5477c94823e6a423c42064dedc1afb)
1 year ago
Mark McDowall
141f1597dc
New: Ignore inaccessible files with getting files
...
(cherry picked from commit e5aa8584100d96a2077c57f74ae5b2ceab63de19)
2 years ago
Bogdan
360827708f
Use 'var' instead of explicit type
...
(cherry picked from commit 12374f7f0038e5b25548f5ab3f71122410832393)
2 years ago
Bogdan
0509335387
Inline 'out' variable declarations
...
(cherry picked from commit 281add47de1d3940990156c841362125dea9cc7d)
2 years ago
Bogdan
9a72da2803
Fixed: Log name of mount point failure
...
(cherry picked from commit b5050d02d6adbaaaa0f8ae9f8426551e5606fff1)
2 years ago
Mark McDowall
d61275e6db
New: Improve path validation when handling paths from different OSes
...
(cherry picked from commit 0321368cc392d7a0a488409bf6bd586ba45497af)
2 years ago
Mark McDowall
31c05be9de
Fixed: Prevent getting disk space from returning no information when it partially fails
...
(cherry picked from commit 2c65e4fa41418157d0d27b34c3bab80158cff219)
2 years ago
Qstick
6579385110
Cleanup multi-platform code
2 years ago
Qstick
5bb3ea0806
Remove unnecessary assignments to default type value
...
The .NET runtime initializes all fields of reference types to their default values before running the constructor. In most cases, explicitly initializing a field to its default value in a constructor is redundant, adding maintenance costs and potentially degrading performance
2 years ago
Mark McDowall
38ab533272
Fixed: Only log /proc/mounts exception once per process
2 years ago
Qstick
f2f6a82cf0
New: Add linux-x86 builds
3 years ago
Qstick
473405ceeb
Update file and folder handling methods from Radarr ( #1051 )
...
* Update file/folder handling methods from Radarr
* fixup!
3 years ago
ta264
3c913eac24
Ensure .Mono and .Windows projects have all dependencies in build output
...
Fixes development on linux
3 years ago
ta264
9e7af8369e
Fixed: Support older glibc in libMonoPosixHelper
3 years ago
Qstick
c35e257a82
New: Add osx-arm64 and linux-musl-arm builds
3 years ago
Qstick
cb7cbb74e0
New: Build on Net6
3 years ago
ta264
f27e9f73a9
New: .NET 5 support for FreeBSD 11+
...
(cherry picked from commit 760de88e7c1835affe184fed16bc3895ceca9358)
(cherry picked from commit add271967f64b426fd0687c2c3209280e4a65754)
4 years ago
Qstick
030ef6dce6
Remove Mono Builds
4 years ago
Taloth Saldono
b4b323a67a
Fixed: OSX version detection
...
Fixes #5615
4 years ago
Qstick
d2a8acb1a6
Net 5.0
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
4 years ago
Qstick
e1020f4107
Initial Push
4 years ago
Qstick
7d31eb1f55
Fixed: Test for empty strings using isNullOrEmpty
4 years ago
Taloth Saldono
ff3e53a71b
Fixed: Failing file copy when running in docker on synology with btrfs
4 years ago
Taloth Saldono
026c34c3ba
Remove stacktrace if hardlink resulted in EXDEV.
4 years ago
Taloth Saldono
7b60612ef3
Fixed: Performance of symbolic link detection and infinite recursion
4 years ago
Taloth Saldono
38855967d6
New: Fast copy using reflink on btrfs volumes
4 years ago
Qstick
c1b6917afe
Moved Windows-only Permission function to Radarr.Windows
...
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
4 years ago
Taloth Saldono
71492d4c6f
Fixed: Added glusterfs to known network drive filesystems so it shows up in System
5 years ago
ta264
7722c50603
New: Musl (alpine linux) compatibility
5 years ago
Arthur Bols
4b25ef6deb
New: Removed chown and simplified chmod options for linux/osx
...
Closes #3760
Closes #3752
5 years ago
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
5 years ago
Taloth Saldono
43a35c8447
Another mono 6.x workaround to use rename rather than expensive copy
5 years ago
Qstick
37d004d78d
Fixed: Copy linux permission mask when moving to recycle bin
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
Taloth Saldono
755fa9e865
Fixed: Workaround for mono 6.x file copy/move issues
5 years ago
ta264
f02fa629cc
Reformat and apply Stylecop rules
5 years ago
ta264
d4fa9b7345
Remove trailing whitespace
5 years ago
ta264
8d27111f7b
Remove all unnecessary usings
5 years ago
ta264
10fc0b071f
Fixed: NET Core doing copy/delete instead of rename
5 years ago
ta264
6235225f7d
New: Bump to .NET Core 3.1
5 years ago
ta264
b5b43b8b3f
Changed: Align GetValueOrDefault extension with netcore3.0 version
...
- netcore3.0 implements the extenion on IReadOnlyDictionary.
- Dictionary implements both IReadonlyDictionary and IDictionary and
so defining the extenion on both interfaces creates an ambiguous
reference
- IDictionary doesn't inherit from IReadOnlyDictionary
Either we have to add 'using NzbDrone.Common.Extenions;'
separately to resolve the ambiguity or we have to standardaize on only
having the extension on IReadOnlyDictionary.
5 years ago
ta264
057829c3b0
New: Multi target net framework 4.6.2 and net core 3.0
5 years ago
ta264
0b0d0a7353
New: Use dotnet tooling, produce 64bit build on windows
5 years ago
Taloth Saldono
97de1b4622
Moved Platform version determination to static
5 years ago
Qstick
7f221c7834
Fixed: Automation/Integration/Unit Tests
5 years ago
Qstick
b89c7b8675
New: Convert to New CSProj Format
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
Qstick
d53320779c
New: Update NLog to 4.6.6
6 years ago
Qstick
71c398f0fc
New: Enable Sentry Analytics ( #3669 )
6 years ago
Qstick
d178dce0d3
Fixed: Backend/Frontend Cleanup
6 years ago
Qstick
6275737ced
New: Many UI Updates and Performance Tweaks
6 years ago