Commit graph

189 commits

Author SHA1 Message Date
Abhinav-grd 5f952c20a5 extracted title text to constants 2021-02-27 16:19:21 +05:30
Abhinav-grd d5718b43e5 removed unneccesary Cryptoworker creations 2021-02-25 22:01:49 +05:30
Abhinav-grd 2d78aa93fc added getFileExtension util function 2021-02-23 15:18:47 +05:30
Abhinav-grd e6773fad68 moved return statement to correct place 2021-02-22 17:02:01 +05:30
Abhinav-grd a9e6c8a938 refactored errorMessageParsing to error Util 2021-02-22 16:59:39 +05:30
Abhinav-grd ca81f764e5 minor fixes 2021-02-22 16:54:34 +05:30
Abhinav-grd 72e9b1cfa2 added error handler adn grouped errorCode and handler in errorUtil file 2021-02-22 16:50:08 +05:30
Abhinav-grd f7c1e6912a corrected subscription typo 2021-02-22 16:45:33 +05:30
Abhinav-grd fe7e056935 added utilFunction to check internet Connectivity 2021-02-22 13:06:32 +05:30
Abhinav-grd f5f2490c86 added ErrorCode file 2021-02-22 12:58:48 +05:30
Abhinav-grd 24a0f75930 handle no internet connection error 2021-02-18 13:36:42 +05:30
Vishnu Mohandas da59fdcd6b Make string cheeky 2021-02-17 14:56:34 +05:30
Abhinav-grd b1036a911e extracted titles text to constants 2021-02-16 19:18:15 +05:30
Abhinav-grd e6ffeaf11b modified constant for upload stage 2 2021-02-16 18:55:40 +05:30
Abhinav-grd e7689f79e1 Merge branch 'master' into improve-uploading 2021-02-16 18:30:01 +05:30
Abhinav-grd 4bbfb61f56 fixed collection name decryption 2021-02-16 17:13:21 +05:30
Abhinav-grd 0570be055e removed unwanted property from encryption result 2021-02-16 15:15:02 +05:30
Vishnu Mohandas a0b9a99abe Update string 2021-02-16 13:10:56 +05:30
Abhinav-grd 254780429f Merge branch 'master' into first-load-ux 2021-02-15 19:37:50 +05:30
Vishnu Mohandas b0937d1a7e Update create collection dialog 2021-02-15 19:15:48 +05:30
Vishnu Mohandas f3097a67c3 Update collection selector modal 2021-02-15 18:49:59 +05:30
Vishnu Mohandas aaffd4d289 Embrace the darkness 2021-02-15 18:12:03 +05:30
Vishnu Mohandas c57772c2fb Update gallery screen 2021-02-15 17:04:11 +05:30
Vishnu Mohandas 4e3b78eab1 Update password entry screen 2021-02-15 16:47:01 +05:30
Vishnu Mohandas 7e588e7666 Update verification screen 2021-02-15 16:35:41 +05:30
Vishnu Mohandas 8909748545 Update string 2021-02-15 16:17:24 +05:30
Vishnu Mohandas f42ae6e551 Update login screen 2021-02-15 16:16:16 +05:30
Abhinav-grd 9169e068d1 show alert message and loader on first load 2021-02-15 10:49:19 +05:30
Abhinav-grd 5acb18c807 changed variable name USER_DOES_NOT_EXIST 2021-02-14 12:13:35 +05:30
Abhinav-grd 9f673a4057 added user doesnt exist error messages 2021-02-13 17:23:00 +05:30
Abhinav-grd cfc61cbd68 added wWEB_SIGNUPS_DISABLED message 2021-02-13 16:59:24 +05:30
Abhinav-grd 1d5473f3dd added braces everywhere and formated all files 2021-02-09 15:04:10 +05:30
Abhinav-grd 829e59635d udpated SUBSCRIPTION_EXPIRED string 2021-02-09 12:39:07 +05:30
Abhinav-grd d5382f40ca Merge branch 'master' into handle_subscription_errors 2021-02-09 12:33:44 +05:30
Abhinav-grd 49d981e86a Merge branch 'master' into handle_subscription_errors 2021-02-09 12:26:42 +05:30
Abhinav-grd 6b8fc327e1 removed console logs 2021-02-09 11:43:33 +05:30
Abhinav-grd 3d6ee3a004 added not null check in getToken 2021-02-03 14:00:13 +05:30
Abhinav-grd 60fb583598 added error strings 2021-02-02 18:13:52 +05:30
Abhinav-grd 9ae7f45339 added null check to getToken function 2021-01-31 17:38:33 +05:30
Abhinav-grd 01aef37a16 exported strings to englishConstants 2021-01-25 13:25:27 +05:30
Pushkar Anand a3379dc53a Updated empty content text. 2021-01-25 02:29:58 +05:30
Pushkar Anand fc760ed471 UX fixes for File upload and Collection selection. 2021-01-25 01:52:12 +05:30
Abhinav-grd cf1cb28320 Merge branch 'file-upload' into collection-ops 2021-01-24 21:44:00 +05:30
Abhinav-grd 025c97b336 used env variable to set endpoint 2021-01-24 21:43:49 +05:30
Abhinav-grd 200e03b0a0 added missed boxSealOpen input converson from Base64 2021-01-24 21:41:40 +05:30
Abhinav-grd 2a1f916794 added decryptString function and updated fromB64 to parse normal string 2021-01-21 07:43:10 +05:30
Abhinav-grd 1a8d53c739 Merge branch 'file-upload' into collection-ops 2021-01-20 08:43:52 +05:30
Abhinav-grd bbf73f1858 added missed type conversion in hash function 2021-01-20 08:40:28 +05:30
Abhinav-grd 78f4cca807 add check for getData reponse to be null 2021-01-20 08:40:00 +05:30
Abhinav-grd 11ad219163 corrected environment variable name to expose it in browser 2021-01-19 14:05:51 +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 2506426ab0 updated all cryto service to accept and return Base64 string 2021-01-19 07:21:04 +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 3ee31c9a0e add getToken util function 2021-01-18 09:38:35 +05:30
Abhinav-grd 392d6fb492 changed decrypted key type to string 2021-01-18 09:13:16 +05:30
Abhinav-grd 64b5500d36 modified cryto util to handle b64 to uint8Array conversion and have all keys as base64 string outside the util 2021-01-18 09:13:16 +05:30
Abhinav-grd 7cb1e3912f updated encryptToB64 function 2021-01-11 13:49:47 +05:30
Abhinav-grd dd7aa0e0a7 corrected key param check logic 2021-01-08 18:42:36 +05:30
Abhinav-grd 01852b67a8 added encryptThumbail and encryptMetaData functions 2021-01-08 09:37:50 +05:30
Abhinav-grd a553209d6c changed NEXT_PUBLIC_ENTE_ENDPOINT back to original 2021-01-07 16:20:51 +05:30
Abhinav-grd 1a389f8dfd implemented encryptChaCha 2021-01-07 16:13:06 +05:30
Abhinav-grd bd394c8ee4 changed NEXT_PUBLIC_ENTE_ENDPOINT value 2021-01-06 23:29:19 +05:30
Pushkar Anand d9b37f93c7 Its something. 2020-12-31 22:49:33 +05:30
Pushkar Anand 6adc49cc2b Inmemory caching with photoswipe on thumbnail. 2020-11-23 08:30:54 +05:30
Vishnu Mohandas a85ef0de9a Add functionality to download and decrypt files 2020-11-21 20:26:36 +05:30
Vishnu Mohandas b298c94519 Create a separate flow for registration 2020-11-21 17:48:03 +05:30
Vishnu Mohandas f6381a78a0 Decrypt shared collection files 2020-11-20 12:29:27 +05:30
Pushkar Anand 78ff318512
Update apiUtil.ts 2020-11-07 21:29:06 +05:30
Pushkar Anand 623d115019 Fixes. 2020-11-07 21:13:00 +05:30
Vishnu Mohandas a9e0821db0 Generate and set user's private and public key pair 2020-11-07 15:57:59 +05:30
Vishnu Mohandas 01e57a212b Update file decryption mechanism 2020-10-19 08:31:34 +05:30
Vishnu Mohandas ca9e1b49c1 Fix typo in key decryption 2020-10-03 20:11:19 +05:30
Pushkar Anand ad1e90dfcc Moved libsodium to worker. 2020-10-03 19:51:56 +05:30
Vishnu Mohandas ddeb906cbb Update contract for verifying hash 2020-10-02 18:36:16 +05:30
Vishnu Mohandas 1f2b60f997 Fix TODO 2020-10-02 18:24:46 +05:30
Vishnu Mohandas 5d4dc2e671 Revert endpoint to staging 2020-10-01 17:21:36 +05:30
Vishnu Mohandas ff72a22a78 Remove unused crypto utils 2020-10-01 17:18:52 +05:30
Vishnu Mohandas d7ed746658 Sanitize the hash generated on mobile 2020-10-01 17:18:11 +05:30
Vishnu Mohandas 8b41415408 Use libsodium for key encryption and decryption 2020-10-01 06:59:24 +05:30
Vishnu Mohandas 212f8f2ccd Add a util that wraps all libsodium calls 2020-10-01 06:58:21 +05:30
Pushkar Anand 760a085dfd Integrated Comlink. 2020-09-27 22:48:57 +05:30
Pushkar Anand f9ee680c8f Initial gallary chagnes. 2020-09-20 20:48:35 +05:30
Pushkar Anand 8e76f6b5bd Added web worker for parallel decryption. 2020-09-20 02:50:10 +05:30
Pushkar Anand 295d8eaa32 Changes to deploy on netlify 2020-09-13 14:11:01 +05:30
Pushkar Anand 5478a2e8a1 Using local and session storage to maintain session.
+ Fixed SSR of styled components.
+ Added warninig message in console.
2020-09-13 12:00:07 +05:30
Pushkar Anand 2e10ea441e Login and key generation flow complete! 2020-09-13 03:23:41 +05:30
Pushkar Anand 8e3da8e315 Voila! 2020-09-10 02:39:51 +05:30