Bogdan
1aef91041e
New: Detect shfs mounts in disk space
2024-04-09 16:14:16 -07:00
Bogdan
60f18249b0
Fixed: Ignore inaccessible mount points
2023-09-13 21:06:08 -04:00
Bogdan
060be6177a
Fixed: macOS version detection
2023-09-07 20:12:46 -04:00
Mark McDowall
e5aa858410
New: Ignore inaccessible files with getting files
...
Closes #5818
2023-08-03 22:20:25 -07:00
Bogdan
12374f7f00
Use 'var' instead of explicit type
2023-05-27 16:55:16 -07:00
Bogdan
281add47de
Inline 'out' variable declarations
2023-05-27 16:55:16 -07:00
Bogdan
b5050d02d6
Fixed: Log name of mount point failure
2023-05-17 20:12:06 -04:00
Mark McDowall
0321368cc3
New: Improve path validation when handling paths from different OSes
2023-03-26 21:29:17 -07:00
Qstick
08ee2f7e32
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
2023-03-15 19:24:48 -05:00
Mark McDowall
2c65e4fa41
Fixed: Prevent getting disk space from returning no information when it partially fails
...
Closes #5247
2023-02-12 20:55:13 -08:00
Mark McDowall
ce0388ca99
Fixed: Only log /proc/mounts exception once per process
...
Closes #4929
2022-12-20 17:18:50 -08:00
Qstick
3b10400948
New: FreeBSD Support
...
Co-authored-by: Mark McDowall <mark@mcdowall.ca>
2022-12-02 16:09:24 -08:00
luz paz
209a250079
Fix various typos
...
Found via `codespell -q 3`
2022-11-06 08:19:07 -08:00
Qstick
a645681cc8
Clean dual target code
2022-10-15 10:54:38 -05:00
ta264
bff1fe7890
Update to nugets with osx-arm64 runtimes
2022-08-07 15:24:37 -07:00
Qstick
1c22a1ec0d
StyleCop
2022-08-07 15:24:35 -07:00
Qstick
878d1561aa
Build Sonarr on Net6
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:46 -07:00
Qstick
4d007855bc
Bump NLog to 4.7.14
2022-08-07 15:04:43 -07:00
Taloth Saldono
026af22229
Fixed: OSX version detection
...
ref #4113 (not a fix, just partially)
2020-12-24 12:43:31 +01:00
Taloth Saldono
0bc190e97e
Fixed binary execute permissions for osx and Radarr
2020-11-22 17:10:29 +01:00
Taloth Saldono
2c76afb839
Fixed disk permission tests
2020-11-21 22:30:33 +01:00
Taloth Saldono
d88bb7f855
New: Displaying folder-based permissions in UI rather than file-based permissions and with selectable sane presets
...
Fixed: Preserve setgid when applying unix permissions
2020-11-20 15:42:23 +01:00
Taloth Saldono
25b763a052
Fixed: Failing file copy when running in docker on synology with btrfs
2020-06-22 15:41:53 +02:00
Taloth Saldono
e8d843c93d
Remove stacktrace if hardlink resulted in EXDEV.
2020-06-21 21:26:21 +02:00
Taloth Saldono
f56003e288
Fixed: Performance of symbolic link detection and infinite recursion
2020-06-21 21:28:04 +02:00
Taloth Saldono
1509e737c2
Fixed: Added glusterfs to known network drive filesystems so it shows up in System
2020-06-21 21:26:21 +02:00
Taloth Saldono
2c286f7b60
New: Fast copy using reflink on btrfs volumes
2020-06-21 21:26:21 +02:00
Taloth Saldono
5536f9925a
Moved Windows-only Permission function to Sonarr.Windows
2020-06-07 22:48:28 +02:00
Arthur Bols
3b579900bb
New: Removed chown and simplified chmod options for linux/osx
...
Closes #3760
Closes #3752
2020-06-07 19:05:25 +02:00
Taloth Saldono
576275b6da
Another mono 6.x workaround to use rename rather than expensive copy
2020-04-18 11:08:47 +02:00
Taloth Saldono
e7b88c313d
Fixed: Workaround for mono 6.x file copy/move issues
2020-03-16 19:18:41 +01:00
Taloth Saldono
155c7c409b
Moved Platform version determination to static
2019-09-13 12:26:27 +02:00
Taloth Saldono
e724e8db60
Fixed: Copy linux permission mask when moving folder to recycle bin folder
...
fixes #3161
2019-09-07 12:13:22 +02:00
Taloth Saldono
b1eec16333
Updated way Sentry gets configured and enabled.
2019-08-26 22:35:21 +02:00
Taloth Saldono
2b7893c834
Updated NLog to 4.6.6, Newtonsoft.Json to 12.0.2, RestSharp to 106.6.10
2019-08-20 19:39:49 +02:00
Taloth Saldono
a66fb76e9a
Converted all projects to the new csproj format.
2019-08-20 19:39:49 +02:00
netpok
588eb6f691
New: Detect mergerfs mounts
2019-04-22 20:28:11 -07:00
Mark McDowall
4665b4fb37
New: Target .net 4.6.2
2019-04-09 22:02:43 -07:00
Taloth Saldono
6698ca400c
Handle special mount filtering at a higher level.
...
closes #2743
2019-03-06 22:34:17 +01:00
Mark McDowall
a3b90650be
Remove unused references
2018-12-29 13:08:50 +01:00
Mark McDowall
adaf428aa7
v3 Binaries
2018-12-29 13:08:47 +01:00
Mark McDowall
296881b358
Target .net 4.6.1
2018-12-29 13:08:41 +01:00
Mark McDowall
1304bc8fb9
Fixed: Exclude /snap/* locations from disk space
...
Closes #2743
2018-10-07 19:03:32 -07:00
Mark McDowall
a7aff3bd9a
Upgrade NLog to 4.5.3
...
Closes #2535
2018-05-01 23:20:54 -07:00
Taloth Saldono
99ee59e9cc
Fixed: Updated NLog to 4.5 RC6 to handle mono 5.10
2018-02-27 22:41:46 +01:00
Taloth Saldono
96108cb758
Fixed up comments.
2017-12-19 18:38:29 +01:00
Taloth Saldono
459d6ea906
Fixed: Mono internals does not properly copy/move symlinks, but instead copies the contents.
2017-12-19 18:34:53 +01:00
Mark McDowall
0a690eb4d8
New: Include APFS disks in disk space
...
Closes #2261
2017-12-01 18:39:44 -08:00
Taloth Saldono
2c13fcf579
Trim quotes from dsm version parts.
2017-11-11 23:20:04 +01:00
Taloth Saldono
ea5769fdd6
Updated NLog from 4.4.3 to 4.4.12
2017-10-25 19:30:44 +02:00