Commit graph

953 commits

Author SHA1 Message Date
Abhinav a0eb196e05 rollback download failure properly 2023-08-29 13:46:33 +05:30
Abhinav f4b99c6258 Only retry once on getExportRecord failure 2023-08-29 12:34:28 +05:30
Abhinav 2ef46a8a6f moved export record update before doing disk operation and added rollback logic on disk ops failure 2023-08-29 12:32:33 +05:30
Abhinav d8bfeeb6c2 fixed migration issue and removed badly export album folder delete logic 2023-08-29 11:32:29 +05:30
Abhinav 7781734f2a try get export record json on parsing error 2023-08-29 11:03:51 +05:30
Abhinav Kumar 30129d413e
remove club by capture time option [dedupe screen] (#1326) 2023-08-29 10:56:01 +05:30
Crowdin Bot eeedf6e1c3 New Crowdin translations by GitHub Action 2023-08-29 03:54:05 +00:00
Abhinav Kumar 12b76e43d2
Hidden albums (#1322) 2023-08-29 09:23:18 +05:30
Abhinav 8a50c8dcd9 remove club by capture time option 2023-08-28 13:50:38 +05:30
Abhinav 1fe4d0443b add migration to remove collection export for collections missing metadata folder 2023-08-28 11:21:42 +05:30
Abhinav a7aef7404d fix only collectionExportPath was checked to see if it was deleted, need to confirm metadata folder exists too 2023-08-28 10:17:49 +05:30
Abhinav ba6eeb3dbc fix unhide album option icon 2023-08-28 08:35:25 +05:30
Crowdin Bot 10c352bd8c New Crowdin translations by GitHub Action 2023-08-28 02:57:02 +00:00
Abhinav 7bcd43a9e1 emit local_files_updated event for hidden files update too 2023-08-28 01:31:28 +05:30
Abhinav 3902007fc7 exitHiddenSection on unhide 2023-08-28 01:30:33 +05:30
Abhinav 07ad13f882 fix hidden collection repeated rename attempts 2023-08-28 01:30:14 +05:30
Abhinav 0088fa6640 export hidden collection with dot prefixed name 2023-08-28 01:06:51 +05:30
Abhinav b52835e858 fix file counts for archived and all section 2023-08-28 00:40:20 +05:30
Abhinav 7c5ec388b4 fix selected file options for hidden albums 2023-08-28 00:10:39 +05:30
Abhinav 3d4ec530b9 fix multiple uncategorized collection issue 2023-08-27 23:58:24 +05:30
Abhinav e994ec9b44 fix typo 2023-08-27 23:58:07 +05:30
Abhinav 6015093154 hide archive option from hidden albums 2023-08-27 23:35:56 +05:30
Abhinav fe755311d4 updated getLocalCollections and getLatestCollections and created new utils getAllLocalCollections and getAllLatestCollections 2023-08-27 23:30:52 +05:30
Abhinav 262bc70175 fix hide option shown for hidden albums 2023-08-27 20:03:07 +05:30
Abhinav 9d50dd5975 added support to render hidden albums 2023-08-27 19:54:56 +05:30
Abhinav 97945a91f6 adds hidden collection sync logic 2023-08-27 14:37:00 +05:30
Abhinav cb7ed8c7b1 refactor hidden files sync 2023-08-27 14:01:09 +05:30
Abhinav d710ecb59e adds hide album option 2023-08-27 13:01:30 +05:30
Abhinav d09d5ac0b6 Merge branch 'main' into download-album 2023-08-25 11:59:28 +05:30
Abhinav 0be74faecd throw error from downloadFile util 2023-08-25 11:57:50 +05:30
Abhinav ba78b74e70 fix collectionDownloadInProgress not resetting properly on download completion 2023-08-25 11:42:06 +05:30
Abhinav 1ca5f40021 remove download confirmation 2023-08-25 11:34:43 +05:30
Abhinav b17d32abbd refactor helper function 2023-08-25 11:31:47 +05:30
Abhinav 0ed978e522 remove unneeded sr-only loading text 2023-08-25 10:36:17 +05:30
Abhinav 09f3a5d844 Adds collectionDownloadProgress util
which is used to show in progress loader icon on download button and added checks to prevent starting new download when one already in progress
2023-08-25 10:01:37 +05:30
Abhinav 2e0268a746 update to handle multiple consecutive collection downloads 2023-08-25 09:44:29 +05:30
Crowdin Bot d89ad5c5a7 New Crowdin translations by GitHub Action 2023-08-21 16:31:54 +00:00
Abhinav f2bdb6459b only show link button component if has pending items 2023-08-21 20:15:33 +05:30
Abhinav 51b7eb5e07 fix isExport in progress check 2023-08-21 20:14:16 +05:30
Abhinav e33162c5d7 fix numbering 2023-08-21 20:11:33 +05:30
Abhinav 8eec2ae597 update string 2023-08-21 20:09:31 +05:30
Abhinav 24238f5e19 consider only pending export as pending item and create separate state for trashing and renaming collection and files 2023-08-21 20:02:48 +05:30
Abhinav cc77c1293b fix getPendingExports call 2023-08-21 19:40:31 +05:30
Abhinav 7309f89a58 disable user-select on collection tile and preview card 2023-08-21 19:30:07 +05:30
Abhinav 3b2b524ed9 fix pending item title 2023-08-21 19:26:33 +05:30
Abhinav 3dab353cf4 fix ellipsis-ing 2023-08-21 19:22:12 +05:30
Abhinav 551bdad89f fix dialog width issue 2023-08-21 19:02:37 +05:30
Abhinav 31f016797c fix flicker issue 2023-08-21 18:31:27 +05:30
Abhinav fa659db089 refactored pendingExports and collectionNameMap state 2023-08-21 17:59:46 +05:30
Abhinav 62bb0a0043 added ExportPendingList UI 2023-08-21 12:53:53 +05:30
Abhinav b13201034d show progress count as sum of success and failed 2023-08-20 14:31:51 +05:30
Abhinav c1a9362801 change notification color to critical if have failed items 2023-08-20 14:30:41 +05:30
Abhinav 7e10fa23b1 change notification default icon to infoOutlined 2023-08-20 14:29:45 +05:30
Abhinav 083a9dbd0d extract strings 2023-08-20 14:18:44 +05:30
Abhinav 3eb26c1a57 update on click handling and strings 2023-08-20 12:31:31 +05:30
Abhinav a74a900904 refactor collection download utils 2023-08-20 12:24:37 +05:30
Abhinav 66f43a0e3b adds openDirectory electron common service function 2023-08-20 11:46:54 +05:30
Abhinav 29b6665b56 move collectionDownloadProgressAttributes to collection component 2023-08-20 11:46:09 +05:30
Abhinav 237d1b29ee add option to keep notification open on click 2023-08-20 11:44:22 +05:30
Abhinav b60235a2e2 Adds CollectionDownloadProgress components 2023-08-19 13:16:58 +05:30
Abhinav 253b724f00 fixed close button background color and added title caption style notification support 2023-08-19 12:55:35 +05:30
Abhinav 95aa3e52dc add download collection logic 2023-08-19 11:29:57 +05:30
Crowdin Bot 6339ad8089 New Crowdin translations by GitHub Action 2023-08-17 00:55:40 +00:00
Neeraj Gupta 658b0255e7
Auth: restrict max-width to limit 2 columns (#1314) 2023-08-14 10:33:57 +05:30
Neeraj Gupta ec1ce2d65b undo redundant change 2023-08-14 10:26:40 +05:30
Neeraj Gupta f9e21e2f01 Auth: restrict max-width to limit 2 columns 2023-08-14 10:25:18 +05:30
Crowdin Bot 3c1d7ef2c6 New Crowdin translations by GitHub Action 2023-08-14 00:57:26 +00:00
Abhinav 0915f224d7 add isSelf album check 2023-08-11 01:46:58 +05:30
Neeraj Gupta 8f24b2839a Fix Type error 2023-08-10 15:57:02 +05:30
Neeraj Gupta 7f826942f1 Auth: Fix min height for otp display 2023-08-10 15:49:26 +05:30
Neeraj Gupta ac67760bbb Auth: Dynamically show more columns 2023-08-10 15:43:39 +05:30
Neeraj Gupta 93f23da22c Fix: ignore case while comparing mfaType 2023-08-10 14:54:26 +05:30
Neeraj Gupta 7599080722 Auth: Fix bug in filtering out null values 2023-08-10 14:49:28 +05:30
Abhinav a606488c5f fix footer item height to avoid unnecessary scroll 2023-08-10 10:39:55 +05:30
Abhinav Kumar 90909534ef
Style referral banner (#1305) 2023-08-09 21:47:47 +05:30
Abhinav d34604341f cover the whole width with referral code banner 2023-08-09 20:16:51 +05:30
Abhinav Kumar 4c34f822e8
upload to active collection on drag and drop (#1299) 2023-08-09 19:36:43 +05:30
Abhinav d3cdfb1cfe remove user-select:none to allow copying referral code 2023-08-09 19:04:58 +05:30
Abhinav 6f11292ca6 update album footer style 2023-08-09 12:10:36 +05:30
Abhinav 40c5c81a43 rename and add no-op check in clearSelection 2023-08-09 11:04:45 +05:30
Abhinav 94eebac583 moved the user is typing check to inside of select all handler 2023-08-09 10:35:04 +05:30
Abhinav c14e3a187b move the prevent default to after the the state checks are done 2023-08-09 10:32:34 +05:30
Abhinav 94d5e3c9f6 Merge branch 'main' into fix-select-all 2023-08-09 10:26:20 +05:30
Abhinav Kumar e99bb31d38
refactored active collection state (#1300) 2023-08-09 10:19:17 +05:30
Abhinav Kumar 509a043c2d
Add delete option to search mode (#1301) 2023-08-09 10:17:50 +05:30
Abhinav bfe878dab0 add logs to detect if file uploaded from mobile 2023-08-08 16:46:35 +05:30
Abhinav 5e01fcb216 better error log 2023-08-08 15:07:02 +05:30
Abhinav fef3648235 throw custom error 2023-08-08 14:44:33 +05:30
Abhinav 1c04e0dda3 add failed to process file logs 2023-08-08 13:49:16 +05:30
Abhinav 15a5c0ab0c add more logs 2023-08-08 11:41:38 +05:30
Abhinav 30f8a035eb only retry network request instead of complete downloadFile 2023-08-08 11:33:41 +05:30
Abhinav cab67b3519 handle error gracefully 2023-08-08 11:03:17 +05:30
Abhinav d34226fcb4 throw error on undefined pullResult 2023-08-08 11:02:47 +05:30
Abhinav 186dac6ce8 change local logs to log lines 2023-08-08 08:49:41 +05:30
Abhinav b53daa8f6a don't auto select if any of the modals or photoSwipe window is open 2023-08-07 21:44:32 +05:30
Abhinav fb36d7cf83 add delete option to search mode 2023-08-07 20:29:55 +05:30
Abhinav 5dafac2d73 fix rebase issue 2023-08-07 20:03:32 +05:30
Abhinav 6712088a99 upload to active collection on drag and drop 2023-08-07 20:02:26 +05:30
Abhinav 366a97cc89 renamed activeCollection state to activeCollectionID and refactor activeCollection state to gallery 2023-08-07 20:01:30 +05:30
Crowdin Bot d003e4fa53 New Crowdin translations by GitHub Action 2023-08-03 04:56:45 +00:00
Neeraj Gupta 53271a6bd5
Show referral code on public link (#1295) 2023-08-03 10:25:42 +05:30
Neeraj Gupta 6f36515a3a Honor email mfa setting 2023-08-02 17:37:54 +05:30
Neeraj Gupta 0eadc47dd7 Extract constant 2023-08-02 16:28:54 +05:30
Abhinav 72dd02394d fix bold referral code 2023-08-02 15:50:36 +05:30
Vishnu Mohandas 1346cd8b75
be bold 2023-08-02 15:00:32 +05:30
Neeraj Gupta 9f868a3420 mute text 2023-08-02 14:59:19 +05:30
Neeraj Gupta 2dad6921f2 Fix type 2023-08-02 14:45:28 +05:30
Neeraj Gupta 18cd9d7f6e Fix typo 2023-08-02 14:39:13 +05:30
Neeraj Gupta c22f0f05b5 Show referral code on public link 2023-08-02 14:32:41 +05:30
Abhinav 86f9d4b520 upgraded tfjs-core and related packages to v4 2023-08-02 12:40:41 +05:30
Abhinav 87e8165346 fix redirection after email verification 2023-07-31 15:51:09 +05:30
Abhinav 7da56a03b7 fix incorrect login key computation 2023-07-31 13:17:44 +05:30
Abhinav 5732174c63 Merge branch 'main' into login-v2 2023-07-31 12:12:50 +05:30
Abhinav Kumar 6487734077
Bump bs58 from 4.0.1 to 5.0.0 (#1287) 2023-07-31 11:54:53 +05:30
dependabot[bot] 9a80e2ab26
Bump bs58 from 4.0.1 to 5.0.0
Bumps [bs58](https://github.com/cryptocoinjs/bs58) from 4.0.1 to 5.0.0.
- [Changelog](https://github.com/cryptocoinjs/bs58/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cryptocoinjs/bs58/compare/v4.0.1...v5.0.0)

---
updated-dependencies:
- dependency-name: bs58
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 12:52:52 +00:00
dependabot[bot] bb0e46741c
Bump is-electron from 2.2.0 to 2.2.2
Bumps [is-electron](https://github.com/cheton/is-electron) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/cheton/is-electron/releases)
- [Commits](https://github.com/cheton/is-electron/compare/v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: is-electron
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 12:52:07 +00:00
dependabot[bot] 1783c5fd3b
Bump @next/bundle-analyzer from 13.1.6 to 13.4.12
Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 13.1.6 to 13.4.12.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.4.12/packages/next-bundle-analyzer)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 08:36:04 +00:00
Abhinav Kumar 3b33f94081
Bump react-datepicker and @types/react-datepicker (#1275) 2023-07-30 13:50:03 +05:30
Abhinav Kumar 41edccb65c
Bump @emotion/server from 11.10.0 to 11.11.0 (#1277) 2023-07-30 13:46:35 +05:30
dependabot[bot] 3b40259a7a
Bump @tensorflow/tfjs-backend-webgl from 4.8.0 to 4.9.0
Bumps [@tensorflow/tfjs-backend-webgl](https://github.com/tensorflow/tfjs) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/tensorflow/tfjs/releases)
- [Changelog](https://github.com/tensorflow/tfjs/blob/master/cloudbuild-release.yml)
- [Commits](https://github.com/tensorflow/tfjs/compare/tfjs-v4.8.0...tfjs-v4.9.0)

---
updated-dependencies:
- dependency-name: "@tensorflow/tfjs-backend-webgl"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 07:52:30 +00:00
dependabot[bot] aa7d5200bd
Bump @emotion/server from 11.10.0 to 11.11.0
Bumps [@emotion/server](https://github.com/emotion-js/emotion) from 11.10.0 to 11.11.0.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/server@11.10.0...@emotion/server@11.11.0)

---
updated-dependencies:
- dependency-name: "@emotion/server"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 07:51:41 +00:00
dependabot[bot] 309fbd46cb
Bump react-datepicker and @types/react-datepicker
Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker) and [@types/react-datepicker](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-datepicker). These dependencies needed to be updated together.

Updates `react-datepicker` from 4.3.0 to 4.16.0
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases)
- [Commits](https://github.com/Hacker0x01/react-datepicker/compare/v4.3.0...v4.16.0)

Updates `@types/react-datepicker` from 4.1.7 to 4.15.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-datepicker)

---
updated-dependencies:
- dependency-name: react-datepicker
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react-datepicker"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 07:50:11 +00:00
Abhinav Kumar 2850ebf7a8
Bump jszip from 3.8.0 to 3.10.1 (#1271) 2023-07-30 13:11:49 +05:30
Abhinav a31d2bc367 react18next v13.0.0 requires i18next >= v23.0.1 2023-07-30 13:09:37 +05:30
Abhinav ff2faf5fa1 Merge branch 'main' into dependabot/npm_and_yarn/react-i18next-13.0.2 2023-07-30 13:06:33 +05:30
Abhinav Kumar 7337de2ed1
Bump transformation-matrix from 2.10.0 to 2.15.0 (#1273) 2023-07-30 12:39:17 +05:30
dependabot[bot] dae6620196
Bump @mui/icons-material from 5.6.2 to 5.14.1
Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.6.2 to 5.14.1.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.14.1/packages/mui-icons-material)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 06:43:35 +00:00
dependabot[bot] b139431e58
Bump transformation-matrix from 2.10.0 to 2.15.0
Bumps [transformation-matrix](https://github.com/chrvadala/transformation-matrix) from 2.10.0 to 2.15.0.
- [Release notes](https://github.com/chrvadala/transformation-matrix/releases)
- [Commits](https://github.com/chrvadala/transformation-matrix/compare/v2.10.0...v2.15.0)

---
updated-dependencies:
- dependency-name: transformation-matrix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 06:42:33 +00:00
dependabot[bot] c563f49774
Bump react-i18next from 12.2.0 to 13.0.2
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.2.0 to 13.0.2.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v12.2.0...v13.0.2)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 06:42:17 +00:00
dependabot[bot] 3791ead1c6
Bump jszip from 3.8.0 to 3.10.1
Bumps [jszip](https://github.com/Stuk/jszip) from 3.8.0 to 3.10.1.
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.8.0...v3.10.1)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 06:42:03 +00:00
Abhinav Kumar 46f6a0ed44
Bump axios from 0.21.4 to 1.4.0 (#1268) 2023-07-30 12:09:20 +05:30
dependabot[bot] 40fc9aece5
Bump idb from 7.0.0 to 7.1.1
Bumps [idb](https://github.com/jakearchibald/idb) from 7.0.0 to 7.1.1.
- [Changelog](https://github.com/jakearchibald/idb/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jakearchibald/idb/compare/v7.0.0...v7.1.1)

---
updated-dependencies:
- dependency-name: idb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 06:25:25 +00:00
Abhinav afff626fee move code around 2023-07-30 11:37:26 +05:30
Abhinav d0e85ff581 cleanup 2023-07-30 11:10:17 +05:30
Abhinav 1addfc85b2 refactor 2023-07-30 11:07:28 +05:30
Abhinav d05a615f1f take a 16 length substring of the loginSubKey to be used for srp 2023-07-30 10:50:29 +05:30
Abhinav 684482db0b check if getKeyAttributes is function before calling 2023-07-30 10:49:56 +05:30
Abhinav afad6aadf9 fix recover flow 2023-07-27 18:18:37 +05:30
Abhinav 3a14f3b5e1 update the two factor login flow 2023-07-27 16:13:50 +05:30
Abhinav d2b8013303 temp 2023-07-27 14:24:49 +05:30
Abhinav fdd648b450 fix migrate to srp issues 2023-07-27 12:52:40 +05:30
Abhinav 7f037a7c77 fix issues 2023-07-27 12:42:31 +05:30
dependabot[bot] 9f623af9af
Bump axios from 0.21.4 to 1.4.0
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.4.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.4.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 06:39:11 +00:00
dependabot[bot] 2f7b083377
Bump @emotion/styled from 11.10.6 to 11.11.0
Bumps [@emotion/styled](https://github.com/emotion-js/emotion) from 11.10.6 to 11.11.0.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.10.6...@emotion/styled@11.11.0)

---
updated-dependencies:
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 06:38:39 +00:00
Abhinav df4b16c047 remove unnecessary logs 2023-07-25 11:44:10 +05:30
Abhinav b6b6aa84c6 add entity sync logs 2023-07-25 11:41:07 +05:30
Abhinav cfc89be734 remove names 2023-07-25 11:33:53 +05:30
Abhinav 9c52cdb774 log location tag names too 2023-07-25 11:29:25 +05:30
Abhinav f14cdc9050 add search util logs 2023-07-25 11:23:38 +05:30
Abhinav ab991f2ac9 add local entities count log 2023-07-25 11:21:51 +05:30
Abhinav Kumar 6e3a45b06c
Refactored selectedFileOptions utils to file util (#1261) 2023-07-25 11:03:41 +05:30
Abhinav 13b3108734 fix null check 2023-07-24 18:39:29 +05:30
Abhinav 3a4471ab79 fix empty state with shared files 2023-07-24 18:26:11 +05:30
Abhinav 9d331b2764 add selectedCollection prop 2023-07-24 18:15:19 +05:30
Abhinav 11dc99a6d6 fix app crashes 2023-07-24 18:15:01 +05:30
Abhinav db18f1c4e6 allow download of shared files 2023-07-24 17:56:25 +05:30
Abhinav aea2a747f0 refactored selectedFileOptions utils to file util 2023-07-24 17:25:47 +05:30
Neeraj Gupta d75fedb190 Handle reset for cover photos 2023-07-24 15:33:54 +05:30
Abhinav ee41071bf5 fix login flow 2023-07-24 13:52:02 +05:30
Abhinav 668e88837d update login with 2fa set 2023-07-24 10:49:04 +05:30
Crowdin Bot ad164968e4 New Crowdin translations by GitHub Action 2023-07-21 01:13:54 +00:00
Abhinav ee8cc0ca43 Merge branch 'main' into login-v2 2023-07-20 13:23:45 +05:30
Abhinav 98b44d0681 fix issues 2023-07-20 11:28:10 +05:30
Abhinav 538f52c815 update change password flow 2023-07-20 10:25:54 +05:30
Abhinav cd5dccaa56 update the login flow 2023-07-19 18:52:29 +05:30
Abhinav 8acc3d085d update setup and migrate to srp flow 2023-07-19 18:33:37 +05:30
Abhinav ed9e238d5a fix missing null check onsharees 2023-07-19 15:39:05 +05:30
Crowdin Bot 47baa96872 New Crowdin translations by GitHub Action 2023-07-19 02:35:50 +00:00
Crowdin Bot 9676520392 New Crowdin translations by GitHub Action 2023-07-18 01:47:07 +00:00
Crowdin Bot b91ebcd062 New Crowdin translations by GitHub Action 2023-07-14 07:44:25 +00:00
Abhinav Kumar 2307e8b093
Share album redesign (#1210) 2023-07-14 13:13:26 +05:30
jubitjohn 2b6f947fb1 state removed 2023-07-14 13:08:40 +05:30
Abhinav 89a843eb50 move fetchEmailList logic to gallery 2023-07-14 13:06:50 +05:30
Abhinav fca5f84f4a remove unnecessary state 2023-07-14 11:22:16 +05:30
Abhinav 6849350a57 fix typo 2023-07-14 10:54:13 +05:30
Abhinav ad60af594a remove extra space 2023-07-14 10:52:46 +05:30
Abhinav 182fe73cf3 Merge branch 'main' into ShareAlbum-Redesign 2023-07-14 10:51:59 +05:30
Abhinav fd912d6504 add missed file formats to WHITELISTED_FILE_FORMATS 2023-07-14 10:44:52 +05:30
Crowdin Bot 80669e1a22 New Crowdin translations by GitHub Action 2023-07-13 17:10:56 +00:00
Abhinav Kumar c3a09ed736
Make main default again (#1248) 2023-07-13 22:40:02 +05:30
Abhinav Kumar 70562284e9
remove http-proxy-middleware (#1249) 2023-07-13 22:39:35 +05:30
Abhinav Kumar 298e4323a1
Bump blazeface-back from 0.0.8 to 0.0.9 (#1245) 2023-07-13 19:56:15 +05:30
Abhinav Kumar b0edc8f816
Bump @tensorflow/tfjs-backend-webgl from 3.11.0 to 4.8.0 (#1246) 2023-07-13 19:51:14 +05:30
Abhinav 9767ebb9f8 remove http-proxy-middleware 2023-07-13 19:45:14 +05:30
dependabot[bot] 5b0be6b87f
Bump ml-matrix from 6.8.2 to 6.10.4
Bumps [ml-matrix](https://github.com/mljs/matrix) from 6.8.2 to 6.10.4.
- [Release notes](https://github.com/mljs/matrix/releases)
- [Changelog](https://github.com/mljs/matrix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mljs/matrix/compare/v6.8.2...v6.10.4)

---
updated-dependencies:
- dependency-name: ml-matrix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 13:43:30 +00:00
dependabot[bot] ccd50ed7a0
Bump @tensorflow/tfjs-backend-webgl from 3.11.0 to 4.8.0
Bumps [@tensorflow/tfjs-backend-webgl](https://github.com/tensorflow/tfjs) from 3.11.0 to 4.8.0.
- [Release notes](https://github.com/tensorflow/tfjs/releases)
- [Changelog](https://github.com/tensorflow/tfjs/blob/master/cloudbuild-release.yml)
- [Commits](https://github.com/tensorflow/tfjs/compare/tfjs-v3.11.0...tfjs-v4.8.0)

---
updated-dependencies:
- dependency-name: "@tensorflow/tfjs-backend-webgl"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 13:43:16 +00:00
dependabot[bot] a915e0f2d6
Bump blazeface-back from 0.0.8 to 0.0.9
Bumps [blazeface-back](https://github.com/shaileshpandit/tfjs-models) from 0.0.8 to 0.0.9.
- [Commits](https://github.com/shaileshpandit/tfjs-models/commits)

---
updated-dependencies:
- dependency-name: blazeface-back
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 13:42:52 +00:00
jubitjohn fdf35c6f36 tanslation changes 2023-07-13 15:28:42 +05:30
jubitjohn 7de3994d0c typr fix 2023-07-13 15:25:43 +05:30
jubitjohn c6ba7d14e8 User email in list fixed 2023-07-13 15:24:52 +05:30
Abhinav Kumar 1ed4a6e9c3
Pause video on navigate (#1237) 2023-07-12 22:34:00 +05:30
Abhinav 5979b0a233 refactor ManageParticipant 2023-07-12 19:44:16 +05:30
Abhinav 1d61388767 rename ModifyParticipant to ManageParticipant 2023-07-12 19:31:22 +05:30
Abhinav 3d3a2907b4 rename manageParticipants to manageEmailShare 2023-07-12 19:29:38 +05:30
Abhinav 7dbfc65721 fix font weight 2023-07-12 19:08:30 +05:30
Abhinav fc8111ac3b update string i18n 2023-07-12 18:57:03 +05:30
Abhinav 5a96fa2851 support opacity prop in avatar 2023-07-12 18:50:56 +05:30
Abhinav 03e5c042e7 fixed font weight , me shown for user , and divider issue 2023-07-12 18:45:38 +05:30
Abhinav 1a606d1c2c refactor code and fix nonSharedEmails not getting updated on new share 2023-07-12 18:28:30 +05:30
Abhinav 8841df86ac rename emailShare properly 2023-07-12 18:07:48 +05:30