Commit graph

6826 commits

Author SHA1 Message Date
Abhinav 0ff935d517 add check before running export that the export folder exists 2023-03-02 13:59:42 +05:30
Abhinav 7b4e5348ab added UI for telling user that his select export directory no longer exists 2023-03-02 13:58:39 +05:30
Abhinav eabcc72b61 add export directory exists checks 2023-03-02 13:57:43 +05:30
Abhinav 60fcf46c63 improve error logging 2023-03-02 13:23:19 +05:30
Abhinav 84a2a00c61 update tray message 2023-03-02 13:19:36 +05:30
Abhinav b19922212f added handler function for export utils so that can passed as button onClick handlers 2023-03-02 13:11:13 +05:30
Abhinav 5c900165e0 fix all promise related eslint issue for export 2023-03-02 12:48:12 +05:30
Abhinav b3ec5423a6 revert unrelated changes 2023-03-02 11:19:37 +05:30
Abhinav 407bd9fd9a add missing await issue 2023-03-02 11:15:44 +05:30
Abhinav Kumar b6e5b41dc2
Merge pull request #963 from ente-io/crypto-internal-review
Refactor CryptoWorker
2023-03-02 09:31:11 +05:30
Abhinav 13af754941 add missing sodium.ready check in generateKeyAndEncryptToB64 2023-03-02 09:21:42 +05:30
Abhinav Kumar 16693417e3
Merge pull request #947 from lyonelf/patch-3
Create frenchConstants.tsx
2023-03-01 19:39:20 +05:30
Abhinav 269232624d fix quotes issue 2023-03-01 15:48:58 +05:30
Neeraj Gupta 1e55879f12
Merge branch 'main' into patch-3 2023-03-01 13:45:47 +05:30
Vishnu Mohandas ede9399292
Merge pull request #961 from ente-io/hardcode_hashing_algo 2023-02-28 23:12:18 +05:30
Vishnu ef616f116b Hardcode hashing algorithm to Argon2id v1.3 2023-02-28 22:45:36 +05:30
Abhinav Kumar dce435e7d6
Merge pull request #960 from ente-io/add-password-strength-check
Add password strength check
2023-02-28 17:15:24 +05:30
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