Commit graph

252 commits

Author SHA1 Message Date
Abhinav-grd 310bcc1620 edited FullScreenDropZone to remove the unneccesary DropZone component wrapper 2021-01-19 10:12:11 +05:30
Abhinav-grd 5e0a547960 removed unnecessary fragments 2021-01-19 10:11:35 +05:30
Abhinav-grd 32b4f3e117 deleted package-lock.json 2021-01-19 10:08:49 +05:30
Abhinav-grd 52ef03555e updated collectionService to handle keys in base64 format 2021-01-19 10:04:43 +05:30
Abhinav-grd 6dee89bb62 removed className prop from favButton 2021-01-19 10:04:43 +05:30
Abhinav-grd cfe10d99af added close button to phtoswipe 2021-01-19 10:04:43 +05:30
Abhinav-grd 65a4489cf8 added onDragOver event on collectionDropzones to prevent filkerring 2021-01-19 10:04:42 +05:30
Abhinav-grd fe2aff1280 edited FullScreenDropZone to remove the unneccesary DropZone component wrapper 2021-01-19 10:04:42 +05:30
Abhinav-grd a58a8534be removed unnecessary fragments 2021-01-19 10:04:42 +05:30
Abhinav-grd c0ba69f7d0 deleted package-lock.json 2021-01-19 10:04:42 +05:30
Abhinav-grd 2d45f0dfb5 added localEndpoint 2021-01-19 10:04:42 +05:30
Abhinav-grd 5b4e69d83e added input convertion to base64 in verfifyHash function 2021-01-19 10:04:03 +05:30
Abhinav-grd 494ba0b31d added input convertion to base64 in verfifyHash function 2021-01-19 10:03:22 +05:30
Abhinav-grd bee1d7cfea updated all cryptoUtil calls to send Base64 values 2021-01-19 07:21:04 +05:30
Abhinav-grd 2506426ab0 updated all cryto service to accept and return Base64 string 2021-01-19 07:21:04 +05:30
Abhinav-grd bc861587bc exported keyEncryptionResult interface 2021-01-18 20:25:48 +05:30
Abhinav-grd 16c4e91607 updated all cryptoUtil calls to send Base64 values 2021-01-18 18:38:14 +05:30
Abhinav-grd 4191f9eac6 updated all cryto service to accept and return Base64 string 2021-01-18 18:36:15 +05:30
Abhinav-grd c4f56d54c5 removed unneccesary token and masterKey props 2021-01-18 09:38:35 +05:30
Abhinav-grd 280d7f60a0 added custom isClick prop to Favbutton 2021-01-18 09:38:35 +05:30
Abhinav-grd 3ee31c9a0e add getToken util function 2021-01-18 09:38:35 +05:30
Abhinav-grd 583ab4ffaa added fav button component 2021-01-18 09:38:35 +05:30
Abhinav-grd 771c441868 added add to favorite logic 2021-01-18 09:38:35 +05:30
Abhinav-grd ab9a0bc21b Added the photoswipe react component locally 2021-01-18 09:38:35 +05:30
Abhinav-grd 5d3f7af0fe made create Collection modal smaller and button width 100% 2021-01-18 09:38:35 +05:30
Abhinav-grd 36b4eab2f0 fixed bug dropzone rejecting json file 2021-01-18 09:38:35 +05:30
Abhinav-grd eb7cd41e00 corrected collection import 2021-01-18 09:38:35 +05:30
Abhinav-grd aeb3de2844 improved styling 2021-01-18 09:38:35 +05:30
Abhinav-grd 045f7a3197 added logic to update progress bar while preparing files 2021-01-18 09:38:35 +05:30
Abhinav-grd 6815470c80 made style imporvements 2021-01-18 09:38:35 +05:30
Abhinav-grd 95fc146657 refactored getfiles and moved getCollectionLatestFile to collection service 2021-01-18 09:38:35 +05:30
Abhinav-grd ed922371d9 added logic to auto fill Collection name with folder name 2021-01-18 09:38:35 +05:30
Abhinav-grd 9363a04362 corrected CollectionType enum values 2021-01-18 09:38:35 +05:30
Abhinav-grd 21a921e301 corrected and assigned proper key types 2021-01-18 09:38:35 +05:30
Abhinav-grd b829187424 restructed the components related to new collection create 2021-01-18 09:37:57 +05:30
Abhinav-grd 87faa7f1f1 replace setData prop to refreshData for forcing reload of gallery component 2021-01-18 09:37:57 +05:30
Abhinav-grd 4707b94a9f added state to trigger useEffect 2021-01-18 09:37:57 +05:30
Abhinav-grd 2a547cde4e integrated Add Collection Icon component 2021-01-18 09:37:57 +05:30
Abhinav-grd 588061ee5c added named exports 2021-01-18 09:37:57 +05:30
Abhinav-grd 63ee4293bd Added addCollection Component 2021-01-18 09:37:57 +05:30
Abhinav-grd d867756868 Added CreateCollection Component 2021-01-18 09:37:57 +05:30
Abhinav-grd faa1fb329a Cleaned up uploadButton component 2021-01-18 09:37:57 +05:30
Abhinav-grd 331d6e4d92 removed unused parameter encryptionKey from fetchData 2021-01-18 09:37:57 +05:30
Abhinav-grd 753f500ed4 moved collection interface to collection service 2021-01-18 09:37:52 +05:30
Abhinav-grd d5210f7721 implemented createCollection service 2021-01-18 09:37:08 +05:30
Abhinav-grd d687999f92 refactored Collection related function to collection Service 2021-01-18 09:37:01 +05:30
Abhinav-grd 69da9c7e7f [bug fix] ignoring bad collections send during testing 2021-01-18 09:27:54 +05:30
Abhinav-grd 31618ea323 extracted creationtime from exif data 2021-01-18 09:13:16 +05:30
Abhinav-grd 4bdf24a57b Bug Fix: handling metadata files with no type property 2021-01-18 09:13:16 +05:30
Abhinav-grd 392d6fb492 changed decrypted key type to string 2021-01-18 09:13:16 +05:30