Commit Graph

128 Commits (develop)

Author SHA1 Message Date
Taloth Saldono 332466a945 Updated way Sentry gets configured and enabled.
5 years ago
ta264 f1fc45fa99 New: Migrate to new csproj format
5 years ago
ta264 fb26ff286d New: Bump Newtonsoft.Json to 12.0.2
5 years ago
Qstick 6f588d23fd New: Detect mergerfs mounts
5 years ago
Qstick 4eb815aa0e New: Migrate to PackageReference Format
5 years ago
Qstick 70155cae18 New: Target .net 4.6.2
5 years ago
ta264 166fc90454 New: Only scan files that are new or updated (#760)
5 years ago
Qstick 60284f9ed8 Fixed: DriveInfo sees snap apps, handle at higher level
5 years ago
Qstick 6103afcc09 Fixed: Exclude /snap/* locations from disk space
6 years ago
Qstick 14fcef8ec0
New: Updated NewtonsoftJson to 11.0.2 (#387)
6 years ago
Qstick 7bc2d62ba6
Update Nlog to 4.5.4 (#359)
6 years ago
Daniel Underwood df15dbe462 Fixed: Mono 5.10 compatibility (#220)
6 years ago
Qstick a4e632d95a Fixed: Mono internals does not properly copy/move symlinks, but instead copies the contents.
7 years ago
Qstick d884914c81 New: Include APFS disks in disk space
7 years ago
Qstick b90f58763a Trim quotes from dsm version parts
7 years ago
Qstick c91f4b4442 Fixed: Logging error when accessing mount point
7 years ago
Qstick 25f08bd846 Fixed: Add Unittest for DiskSpaceService irrelevant mounts
7 years ago
Qstick 10c29a65db Assembly Naming, Default Windows Service Account
7 years ago
Taloth Saldono 828d70b0bd Removed ugly UUID= VolumeLabel from mounts.
7 years ago
Kyse 889b963429 New: Health Check warning if series folder is mounted with 'ro' option on linux
7 years ago
Qstick 1fd3a43a4f Update AssemblyInfo for Versioning
7 years ago
Qstick c8ed46850a Updates to UI, Update NLog to 4.4.12
7 years ago
Qstick f460f630c3 Target to .NET 4.6.1, Update SignalR, Owin, Nancy (#84)
7 years ago
Jamie Magee 781df8b20a Upgrade NLog
7 years ago
Taloth Saldono 657730f4d2 Fixed: /var/lib/docker no longer shows up in DiskSpace. Caused warnings if the user used docker with zfs storage driver.
7 years ago
Keivan Beigi 73840dcacc The great logger.Error cleanup!
7 years ago
Keivan Beigi e6705db743 Added platform version error handling
7 years ago
Keivan Beigi 053c730799 Added Sentry error reporting
7 years ago
Keivan Beigi 92d706a10d Updated bindingRedirect for Newtonsoft.Json
7 years ago
Keivan Beigi ad7d571b24 New: Better platform detection specifically for Non-Windows Systems
7 years ago
Keivan Beigi a2ce435239 Upgraded Nlog, NCrunch
7 years ago
Keivan Beigi aba613acd1 Because it's 2016!
8 years ago
Keivan Beigi da52e60f36 Upgraded Nlog/RestSharp/Selenium
8 years ago
Taloth Saldono 0411b82e65 Fixed: Mount handling logic of net namespaces as seen on QNAP.
8 years ago
Taloth Saldono 9519f3137c Compile error when fixing FileBrowser not displaying drive letters on Windows.
8 years ago
Mark McDowall 6ac9e5ec18 Don't blow if driveFormat is null when looking up DriveType
8 years ago
Mark McDowall e4adc1d3a1 Fixed: Include afpfs mount points in free space checks
8 years ago
Mark McDowall c3f9a0336c Move platform files to proper folders
8 years ago
Taloth Saldono d4bab775df Updated NLog to 4.3.4.
8 years ago
Mark McDowall ff3fc8de2e Replace octal characters from mounts in /proc/mounts
8 years ago
Mark McDowall 5942ddf9f1 Implement mono logic to not set owner/group with chown
8 years ago
Taloth Saldono 8b1c022244 Updated NLog to 4.3.0-rc1.
8 years ago
Taloth Saldono 6a90035a4c Updated NLog to v4.2.3.
8 years ago
Taloth Saldono 1c92ea58da Fixed: Replaced mono symlink resolve logic to better handle errors.
8 years ago
Taloth Saldono 262b8daec1 Revert "Fixed regression, mono should resolve symlinks while trying to find out the available/total space."
8 years ago
Taloth Saldono d33efe59fc Fixed regression, mono should resolve symlinks while trying to find out the available/total space.
8 years ago
Taloth Saldono 97cdb6a4a5 Fixed: ZFS and other mounts now listed in the System page.
8 years ago
Keivan Beigi 845689401d removed msbuild integerated nuget restore
8 years ago
Taloth Saldono ccfa13e383 Replaced built-in valuetypes with language keywords.
9 years ago
Keivan Beigi 0a341199a8 safer log configuration
10 years ago
Keivan Beigi 0be8f55a2f Cleaned up using directive
10 years ago
Mark McDowall 6467167046 Moved Extension methods in common to subfolder
10 years ago
Taloth Saldono aa36c04d56 Defaulted hardlink to false again after an internal debate regarding some Windows peculiarities.
10 years ago
Taloth Saldono ffa814f387 Added support for Hardlinking instead of Copy.
10 years ago
Mark McDowall f776aae2c0 Fixed: Mono returning a drive with an empty path causing disk space check to fail
10 years ago
Mark McDowall 42c17e885c Fixed some more tests
10 years ago
Mark McDowall a433aac034 Fixed: Getting free space for inaccessible drive won't log an error
10 years ago
Mark McDowall 705d4a3d02 New: show mono version on System -> Info
10 years ago
Taloth Saldono 5450170718 Cleanup, sorted project files.
10 years ago
Mark McDowall a4500606a9 Fixed: mono version check will check running mono version instead running another version
10 years ago
Taloth Saldono d64c4445b8 Fixed compile warnings.
10 years ago
Mark McDowall ef3777fccf Update improvements
10 years ago
Mark McDowall 2f3430387e Major logging overhaul
10 years ago
Mark McDowall 953024cd40 Merge pull request #59 from TectonicEd/patch-2
10 years ago
Mark McDowall 65909ff3be Merge pull request #58 from TectonicEd/patch-1
10 years ago
Mark McDowall 274e2eac86 DiskSpaceService will not blow up if total or free space is null
10 years ago
TectonicEd a467c2346f Bug fix: get groupname of group rather than user
10 years ago
TectonicEd 3319655e2b Clarifying error message
10 years ago
Mark McDowall 7d4a514a68 Changed how running a process and waiting for exit is handled
10 years ago
Mark McDowall c0fb53c7f6 Changed args to find process information by id
10 years ago
Mark McDowall f5d85b8f57 Mono NzbDrone processes are more restricted
10 years ago
Mark McDowall 4d3217432c Fixed some unit tests
10 years ago
Mark McDowall d0a6daeb26 Restart on linux/os x working
10 years ago
Mark McDowall caf6f86573 Do not try to chown when user or group is blank
10 years ago
Mark McDowall 7218772b32 Support for setting uid/gid on *nix systems
10 years ago
Mark McDowall 49168cad25 UI and opt-in for setting permissions
10 years ago
Mark McDowall 5459b5fed4 New: Setting file permissions on import (Linux)
10 years ago
Mark McDowall 37231d1ef0 DiskProvider split to Windows and Mono projects
10 years ago