- MAID-1219 Implement Private and Public types
- MAID-1249 Implement Unified Structured Datatype
- MAID-1252 Mock Unified StructuredData and ImmutableData
- MAID-1253 Update Mock Routing to support Mock Unified SturcturedData and ImmutableData
- MAID-1222 Compute size of Structured Data
- MAID-1223 Implement a handler for Storing UnVersioned Structured Data
- MAID-1224 Implement a handler for Retrieving Content of UnVersioned Structured Data
- MAID-1225 Write Test Cases for UnVersioned Structured Data handler
- MAID-1230 Implement a handler for Storing Versioned Structured Data
- MAID-1231 Create MaidSafe Specific configuration directory
- MAID-1232 Write Test Cases for Versioned Structured Data handler
- MAID-1226 Implement Session Packet as UnVersioned Structure DataType
- MAID-1227 Update the test cases in Client API
- MAID-1228 Update the test cases in mock routing framework
- MAID-1234 Update Hybrid Encrypt and Decrypt
- MAID-1283 Rename repositories from "maidsafe_" to "safe_"
- MAID-1209 Remove NFS API
- Updated dependencies' versions
- Fixed lint warnings caused by latest Rust nightly
- Account Creation
- Register
- Login
- Implement Storage API
- Implement types
- Implement MetaData, File and DirectoryListing types
- Implement Helpers
- Directory Helper
- Save DirectoryListing
- Get Directory
- Get Directory Versions
- File Helper
- Create File, update file and Metatdata
- Get Versions
- Read File
- Unit test cases for Directory and File Helpers
- Directory Helper
- Implement REST DataTypes
- Container & Blob types
- Implement Blob and Container types
- REST API methods in Container
- Create Container & Get Container
- List Containers, Update / Get Container Metadata
- Delete Container
- Create Blob
- List Blobs
- Get Blob
- Update Blob Content
- Get Blob Content
- List Blob Version
- Delete Blob
- Copy Blob
- Update / Get Blob Metadata
- Unit test cases for API
- Container & Blob types
- Implement Version Cache (cache key,(blob/container) info to reduce network traffic)
- Root Directory handling
- Implement types
- Create Example:
- Self authentication Example
- Example to demonstrate Storage API