Commit graph

5441 commits

Author SHA1 Message Date
Abhinav 15f1d5da3f update update dialog message 2022-10-31 13:53:00 +05:30
Abhinav b27eb536a1 add support for icon in dialog box 2022-10-31 13:52:41 +05:30
Abhinav 50117f23e1 fix singleInputForm button spacing 2022-10-31 13:18:21 +05:30
Abhinav 5f182ba778 use electron update api to show update dialog 2022-10-31 11:05:41 +05:30
Abhinav Kumar 6e4e040d54
Merge pull request #749 from ente-io/enable-swc
use next swc complier
2022-10-22 15:51:59 +05:30
Abhinav b4edcc3d3b move to using next swc complier 2022-10-22 15:20:16 +05:30
Abhinav 7d28fe08ed update next 2022-10-22 15:09:29 +05:30
Abhinav Kumar 84e5493327
Merge pull request #747 from ente-io/increase-yarn-timout
Prevent yarn timeout
2022-10-22 14:19:46 +05:30
Abhinav 1d67074454 add newline 2022-10-22 13:52:13 +05:30
Abhinav Kumar 80bdfcebbe
Merge pull request #748 from ente-io/fix-stack-overflow-on-push
fix stack overflow on push
2022-10-22 13:44:34 +05:30
Abhinav 3a97760dde use spread to join arrays everywhere 2022-10-22 11:24:31 +05:30
Abhinav b9a3f754c8 fix push too many parameter issue by creating new array with elements of both array 2022-10-22 11:01:48 +05:30
Abhinav c3282ee694 increase network-timeout to 500000 help with mui-icon network timeout issue 2022-10-21 11:32:35 +05:30
Abhinav Kumar b92af56fdc
Merge pull request #746 from ente-io/deleting-last-image-from-photoswipe
fix photoswipe delete option issues
2022-10-19 13:51:53 +05:30
Abhinav 14328e72de remove delete option from shared and trash collection 2022-10-19 11:49:07 +05:30
Abhinav 824548fcf8 handle deleting last item in the file list, loop back to start 2022-10-19 11:40:36 +05:30
Abhinav 47df6cb6f3 handle deleting last file 2022-10-19 11:40:07 +05:30
Abhinav Kumar 80cfeb509e
Merge pull request #745 from ente-io/fix-failed-to-parse-json
add better invalid JSON data checks
2022-10-18 21:40:42 +05:30
Abhinav d1b81dacd4 add better JSON invalid data checks 2022-10-18 19:36:17 +05:30
Abhinav Kumar 3c028f5655
Merge pull request #743 from ente-io/clear-object-urls-after-use
Clear object urls after use
2022-10-18 18:04:38 +05:30
Abhinav Kumar 8daa2208fb
Merge pull request #742 from ente-io/cancel-stream-after-use
close stream after use
2022-10-18 18:02:56 +05:30
Abhinav Kumar 40db124736
Merge pull request #744 from ente-io/fix-sentry-env
fix env variable name
2022-10-18 18:02:32 +05:30
Abhinav e6c58dc95a Merge branch 'fix-sentry-env' into clear-object-urls-after-use 2022-10-18 12:17:27 +05:30
Abhinav 481a1a803b fix env variable name 2022-10-18 11:52:13 +05:30
Abhinav ced8868ac1 Merge branch 'cancel-stream-after-use' into clear-object-urls-after-use 2022-10-18 11:41:36 +05:30
Abhinav 312cfa3069 remove object URL after download 2022-10-17 18:57:25 +05:30
Abhinav 60c218497a the object URL can be revoked after the image is loaded 2022-10-17 18:41:05 +05:30
Abhinav 5729632085 directly pass blob instead of making url and passing then reading the url to blob again 2022-10-17 18:39:53 +05:30
Abhinav 1aac6320ba cancel stream reader after required chunk are read to close the open file 2022-10-16 20:31:39 +05:30
Abhinav Kumar 7b16cbd1bb
Merge pull request #740 from ente-io/fix-too-much-recursion-error
Fix too much recursion error
2022-10-16 17:05:58 +05:30
Neeraj Gupta eb05297a62
Merge pull request #741 from ente-io/fix-service-worker-error
don't search for service worker on electron
2022-10-16 16:20:06 +05:30
Abhinav 0b45f7a1a0 don't search for service worker on electron 2022-10-16 16:08:55 +05:30
Abhinav 3d67eaed5f remove sentry logging from addLogLine 2022-10-16 16:01:26 +05:30
Abhinav d0555185cf logError for saveLogLine was again calling the same function causing an infinite loop 2022-10-16 15:58:17 +05:30
Abhinav Kumar 519828a954
Merge pull request #739 from ente-io/clear-large-logs
delete old logs if local storage is full
2022-10-16 15:47:23 +05:30
Abhinav 48de27c5f2 use line count method only as getting logs size CPU intensive 2022-10-16 15:40:14 +05:30
Abhinav 314d015e56 refactor 2022-10-16 12:04:50 +05:30
Abhinav 9da5313ccb move Log interface 2022-10-16 12:01:54 +05:30
Abhinav 0fb35089f1 refactor 2022-10-16 12:00:33 +05:30
Abhinav c0520fbbcf add log size check and refactor code 2022-10-16 11:55:06 +05:30
Abhinav Kumar 700c92a57e
Merge pull request #735 from ente-io/native-heic-conversion
Native-heic-conversion
2022-10-16 10:43:15 +05:30
Abhinav Kumar b5cea57570
Merge pull request #738 from ente-io/sanitize-filename
better Sanitize filename during export
2022-10-16 10:40:33 +05:30
Abhinav 16bfbe15c3 delete old logs if local storage is full 2022-10-16 10:33:54 +05:30
Abhinav edf66d08e2 use sanitizeName package 2022-10-16 10:25:09 +05:30
Abhinav 1b396d6794 added sanitize filename package 2022-10-16 10:24:48 +05:30
Abhinav e7efe81966 revert testing change 2022-10-15 17:37:09 +05:30
Abhinav 3edafb5800 Merge branch 'main' into native-heic-conversion 2022-10-15 17:20:27 +05:30
Abhinav Kumar 5b482871d5
Merge pull request #737 from ente-io/fix-logging-causing-window-to-hang
Fix logging causing app to hang
2022-10-15 17:17:59 +05:30
Abhinav Kumar 9db73476e1
Merge pull request #736 from ente-io/sidebar-open-electron-logs
electron logging improvement
2022-10-15 17:16:02 +05:30
Abhinav ef05ba6534 add fileUploadResult to post upload action log 2022-10-15 16:59:36 +05:30