Ionite
174910709d
Update async methods and refactor file handling
...
Refactored file handling to use asynchronous methods which improves performance. UpdateLinksForPackage method in SharedFolders class has been updated to return a Task. The code for moving all files and subdirectories within a source directory to destination directory has been added. In case destination contains a file with the same name, an exception is being thrown if the hashes of the files do not match.
1 year ago
Ionite
7ecdd99de5
Add symlink handling for unix
1 year ago
JT
cfc1f147d3
fix build
1 year ago
JT
99a7067482
moved most everything out of the old project
1 year ago
JT
76f8a61df0
moved a bunch of stuff to the Core package, everything should still work in the wpf app except I still need to port ArchiveHelper? that might not
1 year ago
Ionite
85e375123e
Move common classes to Core assembly
1 year ago
Ionite
123ad77b97
Extract ShareFolders methods for testing
1 year ago
Ionite
d0b0001e4a
Add ReparsePoints.Junction impl, remove NCode package
1 year ago
Ionite
e17bef90fd
Remove junctions on shutdown by default, add option
1 year ago
JT
e5c8068374
remove AutoUpdater.net & unused usings
1 year ago
Ionite
8c8cdacd69
Update shared folder links on launch
1 year ago
Ionite
17ad19cd40
Refactor SharedFolders to use dynamic library path
1 year ago
Ionite
9472c24238
Add configurable model path to settings
1 year ago
Ionite
5f5b5408c6
Add enum conversion and value attributes
1 year ago
JT
f6890d4086
hooked up import & open in browser buttons
1 year ago
Ionite
8e0780d9b4
Remove unused observableobject impls
1 year ago
Ionite
c912e5d350
Update attribute to field for ISharedFolders
1 year ago
Ionite
241e63eaa8
Add SharedFolders singleton class
1 year ago