Commit graph

6909 commits

Author SHA1 Message Date
Abhinav Kumar 9eb904c666
Merge pull request #959 from ente-io/crypto-internal-review
Refactor CryptoWorker
2023-02-28 17:15:14 +05:30
Abhinav deb10ad736 add comment about encrypting before storing in session storage 2023-02-28 16:44:30 +05:30
Abhinav 23215defb2 update to use zxcvbn for estimatePasswordStrength 2023-02-28 15:43:28 +05:30
Abhinav 01ef46d38b use zxcvbn package 2023-02-28 15:42:30 +05:30
Abhinav 76f0b913a4 revert unneeded change 2023-02-28 15:33:02 +05:30
Abhinav 8357eb768b add password strength hint component 2023-02-28 15:29:27 +05:30
Abhinav 3ee3fe3708 add password strength check 2023-02-28 13:31:22 +05:30
Abhinav 668cfa9b26 added javascript port of flutter password strength password used by mobile app 2023-02-28 13:31:03 +05:30
Abhinav 91fb581dca use generateKeyAndEncryptToB64 for masterKey encryption for storage in session 2023-02-28 12:29:22 +05:30
Abhinav 2e63569359 create separate generateKeyAndEncryptToB64 util 2023-02-28 12:28:44 +05:30
Abhinav df565dbd4d rename variables 2023-02-28 11:59:29 +05:30
Abhinav 247cf8d2b5 removed unused crypto util 2023-02-27 22:01:30 +05:30
Abhinav 3bc5c7c43a rename variable 2023-02-27 21:27:44 +05:30
Abhinav ad5327bb52 remove key parameter from encryptChaCha as it never receives a key and always generates a new one 2023-02-27 21:18:49 +05:30
Abhinav 721f21cee8 key doesn't need to be optional parameter as its always passed 2023-02-27 21:08:31 +05:30
Abhinav 01cc8ffe4d fix build 2023-02-27 19:13:36 +05:30
Abhinav fe19f92ed9 add missing worker type 2023-02-27 19:07:31 +05:30
Vishnu Mohandas 32d5d276a3
Merge pull request #958 from ente-io/fix-caption-search-copy
fix caption search copy
2023-02-27 19:02:59 +05:30
Abhinav 70bd4daa0a fix caption search copy 2023-02-27 19:01:28 +05:30
Abhinav Kumar 338e40e100
Merge pull request #956 from ente-io/caption-search
add caption search support
2023-02-24 16:32:37 +05:30
Abhinav Kumar 47dc6d15e5
Merge pull request #957 from ente-io/fix-testing-reported-issues
Fix testing reported issues
2023-02-24 16:32:26 +05:30
Abhinav 27738335fa dont need to export convertSuggestionToSearchQuery 2023-02-24 13:41:43 +05:30
Abhinav 0605656669 add caption search support 2023-02-24 13:41:36 +05:30
Abhinav 95e8579066 fix shared collection file showing as all section latestFile image 2023-02-24 13:39:38 +05:30
Abhinav 84e62329a0 fix dedupe screen files not shown 2023-02-24 13:39:23 +05:30
Abhinav Kumar b52583998f
Merge pull request #955 from ente-io/fix-empty-trash-not-working
fix empty trash not working
2023-02-24 12:43:58 +05:30
Abhinav 56f65127f8 fix trash sync , by using the non merged file list to set the new state after trash fetch 2023-02-24 12:35:55 +05:30
Abhinav Kumar afc357c385
Merge pull request #953 from ente-io/continuous-sync
Continuous sync
2023-02-23 16:30:56 +05:30
Abhinav 6224125732 Merge branch 'main' into continuous-sync 2023-02-23 15:52:17 +05:30
Abhinav 40fe431327 use electron API to register foreground event listener 2023-02-23 13:59:10 +05:30
Abhinav 0512fca532 add continuous sync at 5 min interval 2023-02-23 13:27:01 +05:30
Abhinav Kumar 8bcacda7d4
Merge pull request #946 from ente-io/empty-state
Empty state
2023-02-23 13:18:55 +05:30
Ananddubey01 384545ac3d Removed download bottom download files images 2023-02-23 08:34:10 +05:30
Ananddubey01 bc8196b67e Empty Screen: Removed bottom download buttons 2023-02-23 08:30:19 +05:30
Ananddubey01 41967e0e18 changed to ente Logo in welcome message 2023-02-23 08:21:38 +05:30
Abhinav Kumar 0de93e02ed
Merge pull request #952 from ente-io/fix-export-issue
Fix export issue
2023-02-22 15:17:04 +05:30
Abhinav 7940c023d0 move exportInProgress reset to finally block 2023-02-22 15:10:11 +05:30
Abhinav 489bf70925 revert unneeded changes 2023-02-22 13:50:21 +05:30
Abhinav 643117e25f update dedupe function to avoid spreading value as function parameter 2023-02-22 13:46:01 +05:30
Abhinav 45014dbec5 use keepMounted to fix exportModal dismounting issue 2023-02-22 12:18:16 +05:30
Abhinav 7481ed9ffb revert non related changes 2023-02-22 11:39:08 +05:30
Abhinav eb7f53deb1 move isElectron check outside try catch 2023-02-21 20:48:32 +05:30
Abhinav 065a090608 throw error on exportFiles failure and show something went wrong dialog 2023-02-21 20:47:08 +05:30
Abhinav f82a6f3dc6 fix exportInProgress not reset on error 2023-02-21 20:09:54 +05:30
Abhinav e65ff3635d add missing await and improve error handling 2023-02-21 19:58:30 +05:30
Abhinav Kumar 968d05e185
Merge pull request #932 from ente-io/quickOptions-Refactor
Quick options refactor
2023-02-21 19:17:08 +05:30
Abhinav f809634590 update showDownloadQuickOption and showShareQuickOption list 2023-02-21 19:14:58 +05:30
Abhinav 9f2c5ff833 use uploadTypeSelectorIntent as collectPhotos for shared-albums 2023-02-21 19:01:08 +05:30
Abhinav 05adbbc89b fix navbar UploadButton showing import instead of upload 2023-02-21 18:53:56 +05:30
Abhinav 624ec08ccd remove unneeded properties from empty screen wrapper 2023-02-21 18:47:05 +05:30