ta264
f917d0e9bc
Add FileInfo utility functions to DiskProvider
4 years ago
Taloth Saldono
67d2765d0c
Fixed: Removed hardlink-based transactional file transfer logic (instead relying on explicit copy+delete for cifs)
4 years ago
Arthur Bols
4b25ef6deb
New: Removed chown and simplified chmod options for linux/osx
...
Closes #3760
Closes #3752
5 years ago
Taloth Saldono
e8e852100c
Fixed recursion issue when emptying recycle bin
5 years ago
ta264
d03a6486d3
Fixed: NET Core not deleting source when moving across drives
...
This reverts commit 10fc0b071f
. Use the
mono fix from 43a35c8447
in NET Core also
5 years ago
Qstick
37d004d78d
Fixed: Copy linux permission mask when moving to recycle bin
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
ta264
f02fa629cc
Reformat and apply Stylecop rules
5 years ago
ta264
d4fa9b7345
Remove trailing whitespace
5 years ago
ta264
10fc0b071f
Fixed: NET Core doing copy/delete instead of rename
5 years ago
Taloth Saldono
0cff6c1fdf
Tiny fix in test, left-over from my on-windows test.
5 years ago
Taloth Saldono
d5c2308587
Fixed: File imports on cloud drives slow due to transaction logic
5 years ago
ta264
5c07b39b04
Fixed: Convert MonoOnly to PosixOnly
5 years ago
Qstick
bd374825f1
Fixed: Logging Statements and Tests
5 years ago
Qstick
7f221c7834
Fixed: Automation/Integration/Unit Tests
5 years ago
Qstick
23670bca12
New: Upstream Updates
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
612d948eba
Fixed: Some Tests and Added New Ones
6 years ago
Qstick
65efa15551
New: Backend changes for new UI
6 years ago
Leonardo Galli
77f146b262
Added: Ability to add custom formats, working similar to qualities. ( #2669 )
...
Originally called project metis, this feature allows you to do a lot of cool stuff, such as upgrading to a x265 encode, downloading releases with multiple languages, etc. Check out the wiki page at: https://github.com/Radarr/Radarr/wiki/Custom-Formats to learn more! Note: This feature is currently in "beta" and will get more tags and features in the future. Please let me know, if you have any issues and I hope this will allow for a lot of customization!
6 years ago
Leonardo Galli
ee1ebfd893
Remote Test debugging yey!
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