- Feb 24, 2020
-
-
Unknown authored
-
- Feb 18, 2020
-
-
Vivek Naik authored
-
- Feb 14, 2020
-
-
Vivek Naik authored
-
Vivek Naik authored
-
- Feb 11, 2020
-
-
Vivek Naik authored
1) import with updating index entries instead of replacing existing index file 2) atomic replace support for darwin platform
-
- Feb 10, 2020
-
-
Vivek Naik authored
-
- Feb 06, 2020
-
-
Vivek Naik authored
added feature to import/export as fdb data in zip format
-
- Feb 05, 2020
-
-
Akshay Bharambe authored
1. Fix: got length of cyphertext is less than 0 error on empty file read.
-
Akshay Bharambe authored
1. Fix: Disable encryption for append bucket as no way to read encrypted data.
-
Vivek Naik authored
fix: exporting index files by filtering with queries
-
- Feb 03, 2020
-
-
Akshay Bharambe authored
1. Add: Lazy writer for append bucket
-
- Jan 30, 2020
-
-
Akshay Bharambe authored
1. Add: Enable lazy writing for normal bucket
-
- Jan 29, 2020
-
-
Vivek Naik authored
added feature to export and import data into fdb
-
- Jan 27, 2020
-
-
Akshay Bharambe authored
Fix: Index file not created in some cases. Ex. For asset FDB on another drive.
-
- Jan 23, 2020
-
-
Vivek Naik authored
removed unnecessary logs
-
- Jan 21, 2020
-
-
Akshay Bharambe authored
1. Fix: Failed to get json data from pack on asset update. 2. Fix: Failed to get content-type from meta data.
-
Akshay Bharambe authored
1. Add: Hash length check to avoid runtime panic
-
Akshay Bharambe authored
1. Fix: Os specific row id generation.
-
Akshay Bharambe authored
1. FIx: Normal bucket operations
-
- Jan 20, 2020
-
-
Akshay Bharambe authored
1. Fix: Decryption failed on read from normal bucket with security enabled. Fixed by passing compression flag to FDBSecParams.
-
- Jan 15, 2020
-
-
Akshay Bharambe authored
Fix: invalid result in some operations. Changed rs.vlaue check to array length.
-
Akshay Bharambe authored
1. Fix: "No data found" error check failed. Check error message instead of value.
-
- Jan 14, 2020
-
-
Vivek Naik authored
-
- Jan 13, 2020
-
-
Akshay Bharambe authored
1. Add: FDB security for normal bucket
-
Akshay Bharambe authored
1. Fix: "please specify filetype" error on first save. Set Fieldquery only if it is provided.
-
- Jan 10, 2020
-
-
Akshay Bharambe authored
1. Add: Lock for CRUD operations in pack bucket
-
Vivek Naik authored
-
Akshay Bharambe authored
1. Fix: "requiredData" not updated in index file
-
- Jan 09, 2020
-
-
Akshay Bharambe authored
1. Fix: Failed update and upsert media operations due to row name conflict. Chnaged rowId from IndexNameQuery to relative filepath hash.
-
- Jan 08, 2020
-
-
Akshay Bharambe authored
1. Add: Enable FDB security for Pack and Mixed Bucket
-
Akshay Bharambe authored
1. Refactor: Move FDBSecParams struct to securitymdl to make it accessible to filepack package. Will get cyclic dependency issue if kept in corefdb package.
-
Akshay Bharambe authored
1. Addressed unhandled errors, variable assignments. 2. Commented dead code. Can be removed after stable release.
-
- Jan 07, 2020
-
-
Akshay Bharambe authored
1. Add: Security for Normal bucket files
-
Vivek Naik authored
-
Vivek Naik authored
-
Vivek Naik authored
-
- Jan 06, 2020
-
-
Akshay Bharambe authored
1. Add: Shared file encryption for Normal bucket in FDB.
-
Vivek Naik authored
-
Akshay Bharambe authored
1. Add: Enable host wise compression for fdb
-
Akshay Bharambe authored
1. Add: Enable host wise security for fdb
-