Commit Graph

415 Commits

Author SHA1 Message Date
Sai Raj
62e37f9cc4
Merge pull request #12 from ranchimall/development
merge UI
2021-03-19 14:14:28 +05:30
sairajzero
836f359cf2 floDapps_v2.0.1c
- Added verifyPin: function to verify the pin of login credentials without logging in (ie, not storing the keys in memory)
- 'pin' argument can be ignored to check if private key is secured or not.
2021-02-12 03:06:42 +05:30
sairajzero
dd59c25d73 floCloudAPI_v2.0.2e
- Fixed bug: multiple cloud connection caused issue with inactive array.
Hence replaced Array with Set
2021-01-20 22:54:38 +05:30
sairajzero
b5532444fb floCloudAPI_v2.0.2d | floDapps_v2.0.1b
floCloudAPI_v2.0.2d
- Fixed bug: syntax error in requestObjectData
 - Added closeRequest: closes the active live requests

floDapps_v2.0.1b
- minor improvements and alignment.
- Fixed: deleteAppData deletes the lastTx data of the adminID.
2021-01-02 19:11:15 +05:30
sairajzero
1a57f74704 Alignment
- Moving onLoadStartUp script tag to head
2020-12-31 23:20:51 +05:30
Sai Raj
7687a12117
Merge pull request #4 from ranchimall/development
merge new UI
2020-12-31 20:56:42 +05:30
Sai Raj
9aabc719ff
Merge branch 'master' into development 2020-12-31 20:55:40 +05:30
Sai Raj
eaf7d6f237
Merge pull request #3 from ranchimall/master 2020-12-28 19:59:42 +05:30
Sai Raj
634aa5aebd
Merge pull request #13 from sairajzero/master 2020-12-19 22:35:42 +05:30
sairajzero
fc747dae83 floBlockchainAPI v2.0.1 | floCloudAPI v2.0.2c
- Added: getTx(txid) to floBlockchainAPI. resolves the tx data of the given txid.

-
2020-12-19 22:26:00 +05:30
sairaj mote
66fe2d6757 0.0.12
fix (sub-admin): bug causing error while creating sheets with spaces in name
2020-12-15 19:01:58 +05:30
sairajzero
30c13ae12f compactIDB v2.0.1
- Fixed bug: database upgrade not working correctly when upgrading existing db.
- Added upgradeDB as a standalone function. (also called by initDB if upgrade is required)
- Added getDBversion: resolves the version of the db
- Improved openDB: rejects if the db is not found
2020-12-15 05:02:50 +05:30
sairajzero
b0e15d1a7f Minor bug fixes 2020-12-09 03:49:32 +05:30
Sai Raj
cafd76655e
Merge pull request #12 from sairajzero/master 2020-11-30 03:31:31 +05:30
sairajzero
99ce43c089 floCloudAPI_v2.0.2a | floDapps_v2.0.1
floCloudAPI v2.0.2a
- deleteApplicationData accepts options instead of application (to match other functions).
- Added editApplicationData
- sendGeneralData not longer stores data in IDB.
- fixed bug: Infinite callback loop in requestGeneralData and requestObjectData

floDapps v2.0.1
- added mid startup support
- added deleteUserData and deleteAppData
- replaced reactor startup logger with setCustomStartupLogger
2020-11-30 03:29:06 +05:30
Vivek Teega
246c0f0f0d Shifting to flosight1 2020-11-29 00:41:12 +05:30
sairaj mote
0bed9b3b9e 0.0.11 2020-11-06 01:37:22 +05:30
sairaj mote
95a7c8dd5d 0.0.10 2020-11-05 00:33:43 +05:30
sairaj mote
2f76dc2cc7 0.0.9 2020-11-03 05:33:43 +05:30
sairaj mote
c74183bd3c 0.0.8 2020-11-01 02:59:20 +05:30
sairaj mote
0b8ea3455d 0.0.7 2020-10-20 19:35:49 +05:30
sairaj mote
c72262e49d 0.0.6 2020-10-20 19:22:52 +05:30
sairaj mote
42a4caf7e1 0.0.5 2020-10-20 03:01:11 +05:30
sairaj mote
91d46135d3 0.0.4 2020-10-19 04:21:16 +05:30
sairaj mote
188286cf44 0.0.3 2020-10-18 01:37:28 +05:30
sairaj mote
739b399963 0.0.2 2020-10-17 00:53:31 +05:30
sairaj mote
117eeb6373 0.0.1 2020-10-15 02:28:47 +05:30
Sai Raj
5a1aff68ce
Merge pull request #11 from sairajzero/master 2020-10-15 01:46:04 +05:30
Sai Raj
a650ed17a8
Merge pull request #6 from sairajzero/dev
version update (Major changes)
2020-10-15 01:43:29 +05:30
Sai Raj
50594b6bd9
Merge pull request #5 from ranchimall/master 2020-10-15 01:41:32 +05:30
sairajzero
f5f29cb620 bug fix
- Changed SNStorageID
- fixed bug: supernodes not read from blockchain
- generalData incorrectly stored
2020-10-15 01:33:19 +05:30
sairajzero
a8218630ea Contacts feature
- spliting IDB into 3 parts:
1. floDapps - common DB for all apps across all users
2. userDB - common DB for all apps for specific user floID
3. appDB - app DB across all users

- contacts, pubKeys can be stored by users in userDB
- users can send direct message across all apps using floDapps.sendMessage
- syncData can be used to sync user data between devices
2020-10-12 02:38:28 +05:30
sairajzero
cc2d4f8248 Mark feature 2020-09-27 03:21:43 +05:30
sairajzero
65f16fa14b Bug fixes
minor bug fixes
2020-09-20 13:11:07 +05:30
sairajzero
4e9af8060a stdop Improvement
STD_OP

floGlobals
- combined vectorClock (for objectData) and generalVC (for generalData) into lastVC.

init
- Bug fixed: floData of 16 character dropped by floSight.

floCrypto
- Improved getFloIDfromPubkeyHex to getFloID: return floID from either pubKey or privKey.
- verifyPrivKey, validateAddr return false if arguments are empty.

floSupernode
- Removed floSupernode module.
- Kbucket submodule moved to floCloudAPI

Kbucket (subModule)
- Improved KBucket module
- Kbucket cyclic array (SNCO) is formed (w.r.t. distance) when kBucket is launched
- nextNode, prevNode are determined by SNCO

compactIDB
- Improved searchData (accepts option parameter instead of patternEval)
	.options (lowerKey, upperKey, atKey, patternEval, lastOnly)

floCloudAPI
- Improved data signature during sending.
	.current format ( ["receiverID", "time", "application", "type", "message", "comment"])
- Adding live request:
	.requesting data now accepts option callback
	.when callback option is passed, the request becomes live request
	.ie, cloud automatically forwards new data received by the requested floID
	.callback function is called with new data is received
	.callback supported functions: requestApplicationData, requestGeneralData, requestObjectData
- Adding feature to delete from cloud.
	.data received can now be deleted from cloud
	.signature is required for verification (thus requires privKey logged in)
	.can only delete own data (received only)

floDapps
- merged manageSubAdmins and setApplicationSettings into manageAppConfig(adminPrivKey, addList, rmList, settings)
- Improved getNextGeneralData
	.getNextGeneralData can now sub-categorize comment (even when generalData is request for all comment)
	.getNextGeneralData now keeps a track pointer of previously called. [vectorClock (ie, second parameter) must be null, default is null]
2020-09-19 03:39:19 +05:30
sairaj mote
2c58bd662a
Added link for different sections 2020-09-17 13:59:05 +05:30
sairaj mote
e54c038ff4
Merge pull request #11 from sairaj-mote/master
input fix
2020-09-12 00:46:30 +05:30
sairaj mote
9aaeba7f88 input fix 2020-09-12 00:45:27 +05:30
sairaj mote
d6f99f6a54
Merge pull request #10 from sairaj-mote/master
scrolling fix
2020-09-12 00:37:46 +05:30
sairaj mote
016bcfcd0e fixes
Srolling sheets issue fixed
inputs not disabling fixed
2020-09-11 17:09:52 +05:30
sairaj mote
4aa79b9eb9
Merge pull request #1 from ranchimall/master
latest changes
2020-09-11 16:11:39 +05:30
Sai Raj
98b0d71cf1
Merge pull request #2 from ranchimall/master 2020-09-05 04:10:53 +05:30
Sai Raj
0b12b2c1c0
Merge pull request #9 from sairajzero/dev
v0.9.4 - Forward and Grading
2020-09-05 04:04:22 +05:30
Sai Raj
c89773178e
Merge branch 'master' into dev 2020-09-05 04:00:53 +05:30
sairajzero
9e806ea82b v0.9.4 - Forward and Grading
* logSheet module changes: *
- Adding forward and grade feature: subAdmins in the editor list of respective sheets can forward/grade the logs of others.
(NOTE: Cannot forward/grade own log)
- Made required changes for viewSheets for the above feature.
- Fixed Bug: manageSheetControl didnot have title as argument.
- Passing argument as null for both addList and rmList in manageSheetControl makes the sheet public.
(ie, logSheet.manageSheetControl(title, null, null)
- Passing valid argument (Array of editors) for addList will convert public sheet into controlled.
(ie, logSheet.manageSheetControl(title, [array,of,editors,to,add], null)
- groupBy functions now require the sheet data from viewLogs as parameter. (As constrains are added for logs, direct fetch from generalData wont work).

* UI changes: *
- To create a public sheet, enter 'public' in writers field.
- Grade column will be added for all sheets displaying grade of each log.
(Note: blank = Not graded)
- subAdmins in editor list will be able to grade or regrade (type the grade and click enter)
- Sort table also works for grade
2020-09-05 03:53:43 +05:30
sairaj mote
162bfd7cc5 fixed sign in bug 2020-08-26 10:58:24 +05:30
sairaj mote
b764d385db
fixed sign in bug 2020-08-26 10:56:28 +05:30
sairaj mote
14221b3a76
Merge pull request #8 from sairaj-mote/master
added wrong private key error notification
2020-08-25 20:53:36 +05:30
sairaj mote
f6fb67d1b8 added wrong private key error notification 2020-08-25 20:52:43 +05:30
sairaj mote
047a8e0c74
Merge pull request #7 from sairaj-mote/master
fixed reloading bug
2020-08-25 19:19:17 +05:30