mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 18:21:26 +00:00
Added Volume parameter to the method signature of all MPC methods and updated implementations to use the change. Changed contract of the MPC interface: Validation of the MPC (call to #isApplicable()) moved from the Module to the Volume. Updated docs to reflect those changes. Fixed typos. Updated method/qualifier names. Updated implementation of #provideOrdered(Valid)MountPointChoosers() to reflect this change and to build the set differently. Updated #determineMountPoint() to work with the new set.