Mark McDowall
331d0c9a9c
New: Ignore inaccessible files with getting files
...
(cherry picked from commit e5aa8584100d96a2077c57f74ae5b2ceab63de19)
2023-08-18 18:37:26 +03:00
Mark McDowall
accd16da71
Fixed: Don't rollback file move if destination already exists
...
Towards #5610
(cherry picked from commit f05405fe1ce4c78a8c75e27920c863c5b83686bd)
2023-05-23 12:19:07 +03:00
Bogdan
0411102f57
Remove unused imports
...
Closes #2475
2023-05-11 21:28:22 +03:00
Qstick
bcc8370d05
Cleanup dual target and mono code
...
Fixes #1893
Fixes #1808
2022-10-20 20:19:52 -05:00
Taloth Saldono
2d1573251b
Fixed: Regression causing updater to fail (manual update required if on 3.0.3.971, see forums)
...
Signed-off-by: Robin Dadswell <robin@dadswell.email >
2021-01-28 23:43:19 -05:00
Taloth Saldono
da5cdd6661
Fixed: Dataloss when moving series folder to root folder with only different casing
...
Signed-off-by: Robin Dadswell <robin@dadswell.email >
2021-01-28 23:43:19 -05:00
Taloth Saldono
4af4d45873
Fixed: Removed hardlink-based transactional file transfer logic (instead relying on explicit copy+delete for cifs)
...
Signed-off-by: Robin Dadswell <robin@dadswell.email >
2021-01-28 23:43:19 -05:00
Arthur Bols
acd5796d87
New: Removed chown and simplified chmod options for linux/osx
...
Signed-off-by: Robin Dadswell <robin@dadswell.email >
2021-01-28 23:43:19 -05:00
Taloth Saldono
0db2f38dfe
Tiny fix in test, left-over from my on-windows test.
...
Signed-off-by: Robin Dadswell <robin@dadswell.email >
2021-01-28 23:43:19 -05:00
Taloth Saldono
c58be51a03
Fixed: File imports on cloud drives slow due to transaction logic
...
Signed-off-by: Robin Dadswell <robin@dadswell.email >
2021-01-28 23:43:19 -05:00
Qstick
f77a2feeef
StyleCop ( #1058 )
...
* Stylecop Rules and Fixes
2020-01-03 07:49:24 -05:00
ta264
9f5dac3789
Fixed: Convert MonoOnly to PosixOnly
2019-10-29 20:38:57 +00:00
Taloth Saldono
bd71e71386
Fixed: Copy linux permission mask when moving folder to recycle bin folder
...
fixes #3161
2019-09-16 18:14:28 -05: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
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
2019-02-23 17:39:11 -05:00
Qstick
5d4eb3c6d8
Fix DiskTransferServiceFixture Failing Test
2017-11-16 11:52:08 -05: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