Mark McDowall
f05405fe1c
Fixed: Don't rollback file move if destination already exists
...
Towards #5610
2023-05-22 22:11:17 -07:00
Stepan Goremykin
951a9ade00
Update FluentAssertions
2023-03-26 21:26:42 -07:00
Qstick
08b677ca7d
Enforce comment spacing with Stylecop
2022-11-21 16:58:07 -08: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
Taloth Saldono
465de11c90
Fixed: Regression causing updater to fail (manual update required if on 3.0.3.971, see forums)
2020-10-11 20:52:12 +02:00
Taloth Saldono
94a78eabe5
Fixed: Dataloss when moving series folder to root folder with only different casing
2020-10-11 16:20:03 +02:00
Taloth Saldono
0e7b404121
Fixed: Removed hardlink-based transactional file transfer logic (instead relying on explicit copy+delete for cifs)
2020-06-21 21:26:21 +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
5251db7224
Fixed recursion issue when emptying recycle bin
2020-05-16 19:22:47 +02:00
Taloth Saldono
70a40edc5d
Tiny fix in test, left-over from my on-windows test.
2019-11-19 21:55:48 +01:00
Taloth Saldono
95d64208d0
Fixed: File imports on cloud drives slow due to transaction logic
2019-11-19 17:35:19 +01:00
Taloth Saldono
aacb8970f8
Fixed several failing/flaky mono unit tests
2019-09-13 11:41:18 +02:00
Taloth Saldono
1564208e83
Fixed tests
2019-09-07 15:07:06 +02:00
Taloth Saldono
de31dfb11e
Fixed several tests and test infrastructure issues
2019-08-20 19:39:49 +02:00
Mark McDowall
7cb5bd9c95
And another one to retry
2019-08-11 00:30:11 -07:00
Mark McDowall
f333196efe
Retry up to 5 times for disk tests that sometimes fail
2019-08-10 23:14:39 -07:00
Taloth Saldono
cf327077e9
Fixed: Regression in folder move logic preventing updater from working.
2019-02-07 12:57:45 +01:00
Taloth Saldono
b1a8c70d20
Moved fast MoveSeriesFolder logic if same RootFolder into DiskTransferService.
2019-01-21 22:18:37 +01:00
Mark McDowall
7297c1b8e4
v3 API
2018-12-29 13:08:37 +01:00
Mark McDowall
1d2b35fdde
Fix failing test
2017-10-22 23:18:37 -07:00
Taloth Saldono
2f6d9e191e
Fixed: Ignore .nfs* files during copy actions since those files are special NFS files that should never be touched.
...
fixes #1552
2017-02-09 19:33:28 +01:00
Keivan Beigi
0214c8e0f0
Removed unused using statements
2016-12-23 13:45:24 -08:00
Taloth Saldono
4bf3ef45b0
Fixed: Auto-Updater rollback logic tries to restore unchanged files.
2016-09-10 12:56:27 +02:00
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)
2016-02-02 22:11:37 +01:00
Taloth Saldono
cc72699b8a
Fixed: Added verified file transfer mode that doesn't revert to copy.
2015-10-22 23:19:21 +02:00
Taloth Saldono
bb482047b1
Fixed removing partials before trying to copy files.
2015-10-09 00:01:31 +02:00
Taloth Saldono
ccfa13e383
Replaced built-in valuetypes with language keywords.
2015-10-03 21:14:06 +02:00
Taloth Saldono
5af12b67be
Revert "Fixed: Disabled transactional file transfers since we don't want that feature in master yet."
...
This reverts commit ada5919136
.
2015-07-21 21:26:15 +02:00
Taloth Saldono
ada5919136
Fixed: Disabled transactional file transfers since we don't want that feature in master yet.
2015-07-17 20:17:46 +02:00
Taloth Saldono
bfa629f431
Refactored VerifiedFile transfer to have a verified and transactional mode.
2015-07-17 20:16:49 +02:00
Taloth Saldono
c9f720885e
Fixed: Renaming episodes on OSX with case-insensitive filesystem.
2015-06-27 01:03:07 +02:00
Taloth Saldono
546f4ab577
Disabled verified file transfer on windows.
2015-06-05 22:51:16 +02:00
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.
2015-06-05 21:59:41 +02:00
Mark McDowall
3ed8f0ea84
Fixed: Not properly getting the parent of a folder with a trailing slash
...
GetParentFolder will trim trailing slashes
2015-02-13 16:53:01 -08:00
Taloth Saldono
11803afc39
Added FolderWritable to DiskProvider to centralize the check.
2015-02-07 16:24:22 +01:00
Mark McDowall
85a9b74008
File Browser
...
New: File Browser to navigate to folders when choosing paths
2014-12-19 23:32:47 -08:00