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
2 years ago
Mark McDowall
f38f00c64e
Fixed: Don't rollback file move if destination already exists
...
Towards #5610
(cherry picked from commit f05405fe1ce4c78a8c75e27920c863c5b83686bd)
2 years ago
Bogdan
f19c6e8ee1
Remove unused imports
...
Close #3651
2 years ago
Qstick
c02b66ec44
Enforce comment spacing with Stylecop
...
Fixes #3104
2 years ago
ta264
cf4103d73d
Use DryIoc for Automoqer, drop Unity dependency
...
(cherry picked from commit e3468daba04b52fbf41ce3004934a26b0220ec4f)
3 years ago
Qstick
57bd659f4c
New: Even More Mono Cleaning
4 years ago
ta264
8063a32acd
Fixed: FolderWritable check for CIFS shares mounted in Unix
...
See https://github.com/dotnet/runtime/issues/42790
Implemented workaround in https://github.com/dotnet/runtime/issues/42790#issuecomment-700362617
4 years ago
Taloth Saldono
c92b254bb7
Fixed: Regression causing updater to fail (manual update required if on 3.0.3.971, see forums)
4 years ago
Taloth Saldono
2c22ed2912
Fixed: Dataloss when moving series folder to root folder with only different casing
4 years ago
Taloth Saldono
4f220d9532
Fixed: Removed hardlink-based transactional file transfer logic (instead relying on explicit copy+delete for cifs)
4 years ago
Arthur Bols
e5f48959eb
New: Removed chown and simplified chmod options for linux/osx
4 years ago
Qstick
77328559e9
Fixed recursion issue when emptying recycle bin
...
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
4 years ago
Taloth Saldono
341c42d8e6
Tiny fix in test, left-over from my on-windows test.
4 years ago
Taloth Saldono
b1a56e7c2c
Fixed: File imports on cloud drives slow due to transaction logic
4 years ago
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
4 years ago
ta264
a1e0b39495
Fixed: NET Core doing copy/delete instead of rename
4 years ago
Qstick
a4b78b44ce
StyleCop ( #1058 )
...
* Stylecop Rules and Fixes
4 years ago
ta264
d881b26261
Fixed: Convert MonoOnly to PosixOnly
4 years ago
Taloth Saldono
5215a764d5
Fixed: Copy linux permission mask when moving folder to recycle bin folder
...
fixes #3161
4 years ago
Qstick
7ffecf6c50
Fixed: several failing/flaky mono unit tests
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
ta264
254a8ce64c
Fixed: Directory not empty exception deleting nested empty subdirs ( #974 )
5 years ago
ta264
ee7d47d044
Fixed: All the tests
5 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
Qstick
3f064c94b9
New: Release Profiles, Frontend updates ( #580 )
...
* New: Release Profiles - UI Updates
* New: Release Profiles - API Changes
* New: Release Profiles - Test Updates
* New: Release Profiles - Backend Updates
* New: Interactive Artist Search
* New: Change Montiored on Album Details Page
* New: Show Duration on Album Details Page
* Fixed: Manual Import not working if no albums are Missing
* Fixed: Sort search input by sortTitle
* Fixed: Queue columnLabel throwing JS error
6 years ago
Qstick
36b2942cef
Added: Allow folders without trailing slashes in file browser
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
7 years ago
Qstick
882e8a575e
Re-enable unit tests in appveyor ( #159 )
...
* Re-enable unit tests in appveyor
* Delete SingleEpisodeParserFixture.cs
* fixup! Oops
* Fix multiple tests
* Fixed Language Tests
* Couple More Simple Test Fixes
* Last Round of Test Fixes
* More test Cleanup
* Fix 3 Newznab Tests
7 years ago
Qstick
5d4eb3c6d8
Fix DiskTransferServiceFixture Failing Test
7 years ago
Taloth Saldono
2f6d9e191e
Fixed: Ignore .nfs* files during copy actions since those files are special NFS files that should never be touched.
...
fixes #1552
8 years ago
Keivan Beigi
0214c8e0f0
Removed unused using statements
8 years ago
Taloth Saldono
4bf3ef45b0
Fixed: Auto-Updater rollback logic tries to restore unchanged files.
8 years ago
Taloth Saldono
97cdb6a4a5
Fixed: ZFS and other mounts now listed in the System page.
...
Will now also automatically revert to a fully transactional move/copy if the move is in our out of a cifs mount. (assuming the cifs mount can be detected)
9 years ago
Taloth Saldono
cc72699b8a
Fixed: Added verified file transfer mode that doesn't revert to copy.
9 years ago
Taloth Saldono
bb482047b1
Fixed removing partials before trying to copy files.
9 years ago
Taloth Saldono
ccfa13e383
Replaced built-in valuetypes with language keywords.
9 years ago
Taloth Saldono
5af12b67be
Revert "Fixed: Disabled transactional file transfers since we don't want that feature in master yet."
...
This reverts commit ada5919136
.
10 years ago
Taloth Saldono
ada5919136
Fixed: Disabled transactional file transfers since we don't want that feature in master yet.
10 years ago
Taloth Saldono
bfa629f431
Refactored VerifiedFile transfer to have a verified and transactional mode.
10 years ago
Taloth Saldono
c9f720885e
Fixed: Renaming episodes on OSX with case-insensitive filesystem.
10 years ago
Taloth Saldono
546f4ab577
Disabled verified file transfer on windows.
10 years ago
Taloth Saldono
5effca92b8
New: Now checks the file size of moved episodes to verify if the transfer was completed successfully to be able to detect errors with mounted network storage.
10 years ago
Mark McDowall
3ed8f0ea84
Fixed: Not properly getting the parent of a folder with a trailing slash
...
GetParentFolder will trim trailing slashes
10 years ago
Taloth Saldono
11803afc39
Added FolderWritable to DiskProvider to centralize the check.
10 years ago
Mark McDowall
85a9b74008
File Browser
...
New: File Browser to navigate to folders when choosing paths
10 years ago