Commit Graph

44 Commits

Author SHA1 Message Date
Bogdan 74ac263b74 New: Detect shfs mounts in disk space
(cherry picked from commit 1aef91041e404f76f278f430e4e53140fb125792)
2024-04-10 02:21:35 +03:00
Bogdan 197a59639b Fixed: Ignore inaccessible mount points
(cherry picked from commit 60f18249b05daa20523542beef54bc126d963d1e)
2023-09-14 06:39:30 +03:00
Bogdan 14816306a4 Inline 'out' variable declarations
(cherry picked from commit 281add47de1d3940990156c841362125dea9cc7d)

Closes #3748
2023-05-28 17:18:25 +03:00
Bogdan a0c095e853 Fixed: Log name of mount point failure
(cherry picked from commit b5050d02d6adbaaaa0f8ae9f8426551e5606fff1)
2023-05-18 03:59:16 +03:00
Mark McDowall d0f75e2e96 New: Improve path validation when handling paths from different OSes
(cherry picked from commit 0321368cc392d7a0a488409bf6bd586ba45497af)

Closes #3466
2023-05-06 16:00:23 +03:00
Qstick 1bc0b5f950 Enable all analyzers and enforce code style on build
Fixes #3406
Fixes #3407
Fixes #3408
Fixes #3409
Fixes #3410
Fixes #3411
Fixes #3412
Fixes #3413
Fixes #3414
Fixes #3415
Fixes #3416
Fixes #3417
Fixes #3418
Fixes #3419
Fixes #3420
Fixes #3421
Fixes #3422
Fixes #3423
2023-04-11 21:31:27 -05:00
Mark McDowall 8228f11345 Fixed: Prevent getting disk space from returning no information when it partially fails
(cherry picked from commit 2c65e4fa41418157d0d27b34c3bab80158cff219)
2023-03-12 13:47:09 -05:00
Mark McDowall 5baa7bbc4f Fixed: Only log /proc/mounts exception once per process
Closes #3239

(cherry picked from commit ce0388ca99b7f89bd9e8971777a7995c4361d268)
2022-12-24 17:26:34 -06:00
Qstick 117436b199 Cleanup dual target and mono code 2022-10-23 11:15:36 -05:00
ta264 44e91e6eaf Fixed: Correctly detect mounts in FreeBSD jails
(cherry picked from commit 67b1fd9bc5c3808ef7227a40ceb5304eefd50fa7)
2021-10-27 17:21:54 +01:00
Qstick 1a44d53fef New: mono disk and process provider cleaning 2021-06-30 23:52:24 -04:00
Taloth Saldono 72658dd2d5 Fixed binary execute permissions for osx and Radarr 2020-12-17 08:08:26 -05:00
Taloth Saldono 52240bb3ac Fixed disk permission tests 2020-12-17 08:08:26 -05:00
Taloth Saldono e2a0b63256 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-12-17 08:08:26 -05:00
Taloth Saldono 16b9e88bb2 Remove stacktrace if hardlink resulted in EXDEV. 2020-12-17 08:08:26 -05:00
Taloth Saldono 330988c4f0 Fixed: Performance of symbolic link detection and infinite recursion 2020-12-17 08:08:26 -05:00
Taloth Saldono 9eb5b335f3 New: Fast copy using reflink on btrfs volumes 2020-12-17 08:08:26 -05:00
Qstick 6657777153 Moved Windows-only Permission function to Lidarr.Windows
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2020-12-17 08:08:26 -05:00
Arthur Bols e5f48959eb New: Removed chown and simplified chmod options for linux/osx 2020-12-17 08:08:26 -05:00
Taloth Saldono b214d6e2cd Fixed: Added glusterfs to known network drive filesystems so it shows up in System 2020-10-13 23:19:25 -04:00
ta264 d6e47fde7e Fixed: NET Core not deleting source when moving across drives
This reverts commit 10fc0b071fae9807fa456144b0708d95574d17ff.  Use the
mono fix from 43a35c84477fd194eaa816f1b3e4ade6cb4af42a in NET Core also
2020-10-13 23:18:47 -04:00
Taloth Saldono 8eea5a0ac9 Another mono 6.x workaround to use rename rather than expensive copy 2020-10-13 23:18:46 -04:00
Taloth Saldono c54140169b Fixed: Workaround for mono 6.x file copy/move issues 2020-10-13 23:18:46 -04:00
ta264 a1e0b39495 Fixed: NET Core doing copy/delete instead of rename 2020-10-13 23:18:46 -04:00
Qstick a4b78b44ce StyleCop (#1058)
* Stylecop Rules and Fixes
2020-10-13 23:18:09 -04:00
Taloth Saldono 5215a764d5 Fixed: Copy linux permission mask when moving folder to recycle bin folder
fixes #3161
2020-10-13 23:14:59 -04:00
Qstick 6f588d23fd New: Detect mergerfs mounts 2019-06-11 22:40:35 -04:00
ta264 166fc90454 New: Only scan files that are new or updated (#760)
* New: Only scan files that are new or updated

Pass through filter correctly

Add more tests

Add tests for migration 30

* Fix windows disk provider

* Don't publish deleted event for unmapped file

* Fix test on windows
2019-06-08 15:13:58 -04:00
Qstick 60284f9ed8 Fixed: DriveInfo sees snap apps, handle at higher level 2019-03-11 21:41:44 -04:00
Qstick 6103afcc09 Fixed: Exclude /snap/* locations from disk space
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2018-10-19 21:39:41 -04:00
Qstick a4e632d95a Fixed: Mono internals does not properly copy/move symlinks, but instead copies the contents. 2017-12-20 22:30:28 -05:00
Qstick d884914c81 New: Include APFS disks in disk space 2017-12-03 16:00:07 -05:00
Qstick c91f4b4442 Fixed: Logging error when accessing mount point 2017-10-29 00:49:47 -04:00
Qstick 25f08bd846 Fixed: Add Unittest for DiskSpaceService irrelevant mounts 2017-10-29 00:42:03 -04:00
Taloth Saldono 828d70b0bd Removed ugly UUID= VolumeLabel from mounts. 2017-10-08 00:51:00 -04:00
Kyse 889b963429 New: Health Check warning if series folder is mounted with 'ro' option on linux
Closes #1867
2017-10-07 23:09:29 -04:00
Taloth Saldono 657730f4d2 Fixed: /var/lib/docker no longer shows up in DiskSpace. Caused warnings if the user used docker with zfs storage driver.
fixes #1663
2017-02-07 22:44:31 +01:00
Keivan Beigi 73840dcacc The great logger.Error cleanup! 2017-01-05 17:43:24 -08:00
Keivan Beigi aba613acd1 Because it's 2016! 2016-12-21 20:38:37 -08:00
Taloth Saldono 0411b82e65 Fixed: Mount handling logic of net namespaces as seen on QNAP.
fixes #1483
2016-11-01 22:53:53 +01:00
Taloth Saldono 9519f3137c Compile error when fixing FileBrowser not displaying drive letters on Windows. 2016-11-01 20:30:58 +01:00
Mark McDowall 6ac9e5ec18 Don't blow if driveFormat is null when looking up DriveType
Closes #1444
2016-08-30 22:23:49 -07:00
Mark McDowall e4adc1d3a1 Fixed: Include afpfs mount points in free space checks
Fixes #1399
2016-08-13 11:27:58 -07:00
Mark McDowall c3f9a0336c Move platform files to proper folders 2016-08-11 20:30:46 -07:00