Commit graph

6233 commits

Author SHA1 Message Date
Abhinav Kumar 566ae5a9c7
Merge pull request #867 from ente-io/light-mode
Light mode
2023-01-16 15:03:26 +05:30
Abhinav acae30883b only show theme switcher for internal user 2023-01-16 14:53:30 +05:30
Abhinav b2c1113ad2 use new lightThemeOptions and add new strings 2023-01-16 14:50:07 +05:30
Abhinav a01c01d637 add theme enum and SetTheme type 2023-01-16 14:48:07 +05:30
Abhinav d4987e6370 add theme switcher option 2023-01-16 14:47:37 +05:30
Abhinav 9db3c63c3e set type as shared for collection shared by me too 2023-01-16 12:37:09 +05:30
Ananddubey01 411207692b moved album icon to left bottom 2023-01-16 10:47:21 +05:30
Abhinav c59ee73419 remove next-transpile-modules package
fix warning
 next-transpile-modules@10.0.0: All features of next-transpile-modules are now natively built-in Next.js 13.1. Please use Next's transpilePackages option :)
2023-01-14 20:27:59 +05:30
Abhinav Kumar e272c6ce71
Merge pull request #864 from ente-io/fix-react-reported-errors
Fix react reported warnings
2023-01-12 16:50:31 +05:30
Abhinav Kumar c9915f9053
Merge pull request #859 from ente-io/update-electron-saveStreamToDisk-api-type
update saveStreamToDisk Api type and usage
2023-01-12 16:50:18 +05:30
Abhinav 031c4ab8be fix div wrapped inside p tag 2023-01-12 16:45:07 +05:30
Abhinav d4dd29d7aa remove unnecessary wrapper 2023-01-12 16:42:53 +05:30
Abhinav 8a0c717820 convert props that doesn't need to be passed to dom to transient 2023-01-12 16:18:04 +05:30
Ananddubey01 9d8e820f2e Changed archived Album icon color to secondary 2023-01-12 11:32:20 +05:30
Abhinav Kumar b7d8fc6301
Merge pull request #862 from ente-io/change-leave-shared-album-option-icon
Change leave shared album option icon
2023-01-12 11:05:59 +05:30
Ananddubey01 f010fcedf9 Change leave shared album option icon 2023-01-12 10:54:13 +05:30
Abhinav Kumar 8d35ee519e
Merge pull request #855 from ente-io/staging
configure api util for staging
2023-01-11 16:06:03 +05:30
Abhinav b2af870de2 make the isDevDeployment code cleaner 2023-01-11 16:01:42 +05:30
Abhinav bbd585af25 added isDevDeployment description 2023-01-11 16:01:06 +05:30
Anand Dubey bf1751d32c
Merge pull request #861 from ente-io/add-delete-option-to-shared-album
Add delete option to shared album
2023-01-11 14:25:47 +05:30
Ananddubey01 a92823aeb2 Shared Collection Options: Resolved changes 2023-01-11 14:07:09 +05:30
Ananddubey01 5a3b58e1e8 changed texts according to figma design 2023-01-11 12:39:31 +05:30
Ananddubey01 27c72d5402 Fixed English constant issue 2023-01-11 12:15:53 +05:30
Ananddubey01 8b56fe8c60 Added leave shared album option 2023-01-11 12:03:32 +05:30
Ananddubey01 c02710d3bc removed shared albums from options not available 2023-01-11 12:03:32 +05:30
Ananddubey01 54786e278c options in shared collection added 2023-01-11 12:03:32 +05:30
Abhinav Kumar 645c8c05c9
Merge pull request #860 from ente-io/fix-backdrop-click-collection-selector-handling
Handle backdrop click event  to  canceling running upload
2023-01-11 10:19:01 +05:30
Abhinav cc0b51e2a1 also handle backdrop click as canceling running upload 2023-01-11 09:28:41 +05:30
Abhinav 950dbc3250 update saveStreamToDisk Api type and usage 2023-01-10 19:00:38 +05:30
Abhinav Kumar a32a5d6985
Merge pull request #858 from ente-io/fix-thumbnail-generation-for-non-english-names
fix ffmpeg thumnail generation for non english named files
2023-01-10 16:41:39 +05:30
Abhinav 6598706ff0 fix wasm ffmpeg FS write for non english filenames 2023-01-10 15:01:19 +05:30
Anand Dubey 6d23c49217
Merge pull request #857 from ente-io/add-icon-to-shared-album
Add icon to shared album
2023-01-10 13:42:51 +05:30
Ananddubey01 9e5d5da806 Merge branch 'main' into add-icon-to-shared-album 2023-01-10 13:41:51 +05:30
Abhinav Kumar 50c02a72c9
Merge pull request #856 from ente-io/run-precommit-hook-with-yarn
run precommit hook with yarn
2023-01-10 13:40:50 +05:30
Abhinav 4dac72329e run precommit hook with yarn 2023-01-10 13:32:26 +05:30
Ananddubey01 ce97cf4082 SharedAlbum: changed group icon to people icon 2023-01-10 13:31:07 +05:30
Anand Dubey 815334155e Added Icon for shared albums in collection card 2023-01-10 12:43:53 +05:30
Abhinav cc9ad2406f configure api util for staging 2023-01-10 11:42:18 +05:30
Abhinav Kumar d352a0490f
Merge pull request #853 from ente-io/prevent-worker-memory-leak
fix worker memory leak
2023-01-09 12:54:43 +05:30
Abhinav f98241cd97 move cryptoWorkers creation to uploadMediaFiles new thread creation loop 2023-01-09 10:50:52 +05:30
Abhinav 8613a3ef6a fix cryptoWorker singleton import 2023-01-09 10:30:31 +05:30
Abhinav ab4ab4f72c fix imports 2023-01-09 10:10:35 +05:30
Abhinav da6d9eb44e create separate singleton classes for comlink workers 2023-01-09 10:08:16 +05:30
Neeraj Gupta 9ff942e566
Merge pull request #852 from ente-io/hide_share_files_collection
Handle rename for quick link albums
2023-01-07 16:07:09 +05:30
Neeraj Gupta aac6e4430c
QuickLink: Convert to regular collection on rename 2023-01-07 14:53:45 +05:30
Neeraj Gupta d4ad36e97d
Add support for identifying quick link collections 2023-01-07 13:53:28 +05:30
Abhinav Kumar 976863129e
Merge pull request #851 from ente-io/add-secondary-bucket-csp
Add the URL of the secondary hot storage in the CSP whitelist
2023-01-06 19:30:43 +05:30
Manav 2373dab221 Add the URL of the secondary hot storage in the CSP whitelist
Tested by: making this change, and connecting to Phoenix museum (which serves
the secondary hot storage), and verifying that the CSP policy reports that were
getting logged to console no longer appear.
2023-01-06 19:18:52 +05:30
Abhinav Kumar 86a7f1cdab
Merge pull request #847 from ente-io/remove-canvas-usage-on-desktop
Remove canvas usage on desktop
2023-01-06 13:07:14 +05:30
Abhinav Kumar 78002e01ff
Merge pull request #848 from ente-io/fix-subscription-card-background-late-load
fxi subscription card background late load
2023-01-06 13:06:30 +05:30