Bogdan
d6fde0934e
Fixed: macOS version detection
...
(cherry picked from commit 060be6177a5477c94823e6a423c42064dedc1afb)
Closes #4106
1 year ago
Mark McDowall
5fc1fc499c
New: Ignore inaccessible files with getting files
...
(cherry picked from commit e5aa8584100d96a2077c57f74ae5b2ceab63de19)
1 year ago
Bogdan
cc27107668
Use 'var' instead of explicit type
...
(cherry picked from commit 12374f7f0038e5b25548f5ab3f71122410832393)
Closes #3749
1 year ago
Bogdan
14816306a4
Inline 'out' variable declarations
...
(cherry picked from commit 281add47de1d3940990156c841362125dea9cc7d)
Closes #3748
1 year ago
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
2 years ago
Qstick
117436b199
Cleanup dual target and mono code
2 years ago
ta264
cf4103d73d
Use DryIoc for Automoqer, drop Unity dependency
...
(cherry picked from commit e3468daba04b52fbf41ce3004934a26b0220ec4f)
2 years ago
ta264
8907b06899
New: Add linux-x86 builds
3 years ago
Qstick
b1165ee7c1
New: Add osx-arm64 and linux-musl-arm builds
3 years ago
Qstick
947ad15af0
New: Build on Net6
3 years ago
Qstick
57bd659f4c
New: Even More Mono Cleaning
3 years ago
ta264
2cc114c037
New: Drop mono support
...
(cherry picked from commit fb130fd0e916262651a8ce97f4263f05117b91cc)
3 years ago
ta264
f12ae15ffb
New: .NET 5 support for FreeBSD 11+
...
(cherry picked from commit 760de88e7c1835affe184fed16bc3895ceca9358)
3 years ago
ta264
9d265ef9b2
Move test harness packages into Directory.Build.props
3 years ago
ta264
c1a6e1c39d
New: Build with NET5
...
(cherry picked from commit da1686b53c3bfa3904414d92ae0fb2435c4c0309)
3 years ago
Taloth Saldono
72658dd2d5
Fixed binary execute permissions for osx and Radarr
4 years ago
Taloth Saldono
52240bb3ac
Fixed disk permission tests
4 years ago
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
4 years ago
Taloth Saldono
330988c4f0
Fixed: Performance of symbolic link detection and infinite recursion
4 years ago
Arthur Bols
e5f48959eb
New: Removed chown and simplified chmod options for linux/osx
4 years ago
ta264
ff8d671c8b
New: Musl (alpine linux) compatibility
4 years ago
Qstick
f5e2a447e9
Sync Packages with Radarr
4 years ago
Qstick
a4b78b44ce
StyleCop ( #1058 )
...
* Stylecop Rules and Fixes
4 years ago
ta264
8da53ae6aa
New: Bump to .NET Core 3.1
4 years ago
ta264
8fe924fdcd
New: Multi target net framework 4.6.2 and net core 3.0
4 years ago
ta264
d881b26261
Fixed: Convert MonoOnly to PosixOnly
4 years ago
ta264
b1349213f2
New: Use dotnet tooling, produce 64bit build on windows
4 years ago
ta264
250d79b5bb
Fixed: app.config no longer required
4 years ago
Taloth Saldono
5215a764d5
Fixed: Copy linux permission mask when moving folder to recycle bin folder
...
fixes #3161
4 years ago
Taloth Saldono
4bb6f5d0bc
Moved Platform version determination to static
5 years ago
Qstick
7ffecf6c50
Fixed: several failing/flaky mono unit tests
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
ta264
f1fc45fa99
New: Migrate to new csproj format
5 years ago
ta264
ee7d47d044
Fixed: All the tests
5 years ago
ta264
3c1b3434c7
Fixed: Build on mono 6
...
Removed LogEntries which is unused
5 years ago
ta264
fb26ff286d
New: Bump Newtonsoft.Json to 12.0.2
5 years ago
ta264
12b73830d3
New: Moq to 4.12
5 years ago
Qstick
4eb815aa0e
New: Migrate to PackageReference Format
6 years ago
Qstick
70155cae18
New: Target .net 4.6.2
6 years ago
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
6 years ago
ta264
054d1600a2
Fix container and free space tests on mono ( #704 )
...
* Fix disk provider tests
* Fix container test on linux
6 years ago
Qstick
60284f9ed8
Fixed: DriveInfo sees snap apps, handle at higher level
6 years ago
Qstick
0099d9f430
Updated: NUnit and TestAdapter to 3.11.0 ( #538 )
6 years ago
Qstick
14fcef8ec0
New: Updated NewtonsoftJson to 11.0.2 ( #387 )
7 years ago
Qstick
902036fbdb
Fixed: Failing test and some flaky tests.
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
7 years ago
Qstick
a4e632d95a
Fixed: Mono internals does not properly copy/move symlinks, but instead copies the contents.
7 years ago
Qstick
10c29a65db
Assembly Naming, Default Windows Service Account
7 years ago
Qstick
f460f630c3
Target to .NET 4.6.1, Update SignalR, Owin, Nancy ( #84 )
...
* Target .net 4.6.1
* Update to SignalR 2.2.2
* Fix Socks Reference in NZBDrone.Common
* UI Fixes, Build Fixes
* Update Nancy to 1.4.4
* Upgrade Microsoft Owin to 3.1.0
* Delete npm-shrinkwrap.json
* Fix SignalR Messages
7 years ago
Jamie Magee
ae2bdb757a
Upgrade NUnit
...
From 3.5.0 to 3.6.0
8 years ago
Jamie Magee
714ad075fc
Upgrade FluentAssertions
...
From 4.18.0 to 4.19.0
8 years ago
Keivan Beigi
92d706a10d
Updated bindingRedirect for Newtonsoft.Json
8 years ago