mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 23:48:26 -04:00
* Fix issue with root locations failing to be added - Add `normpath` dependency to the core - Improve automatic name resolution for new locations * Add `MetadataExt` trait to extend the `created` and `modified` methods of `Metadata` - Prevent failure in the Indexer job caused by paths without associated created or modified times; assume current time for both when unavailable - Rename possible location in root path from `/` to `Root` * Improve hadling of location path on Windows - Normalize location's path to ensure a valid format on Windows - Improve error handling when adding a path - Avoid consuming symlinks on Linux by not normalizing location's path - Improve location naming logic