Commit graph

5419 commits

Author SHA1 Message Date
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
Abhinav 2d9a07d0f8 add valid file count log 2022-10-15 16:56:57 +05:30
Abhinav 577916d6ff add back mistakenly removed line 2022-10-15 16:44:04 +05:30
Abhinav 48dafda06c improve logging 2022-10-15 14:54:03 +05:30
Abhinav 3874ece241 remove logging of large objects and error duplicate logging if nothing extra context added 2022-10-15 14:23:53 +05:30
Abhinav 44b378db83 integrate electron api to open log directry 2022-10-15 13:17:22 +05:30
Abhinav 52da9b89b5 don't propagate addLogLine error 2022-10-15 12:21:16 +05:30
Abhinav ba4601cfec if is electron then only use disk logging 2022-10-15 11:58:43 +05:30
Abhinav 2abf3da74d add time log for native heic conversion 2022-10-15 11:45:14 +05:30
Abhinav 3df7932582 fix ElectronHEIC not fallback-ing to wasmHEICConverter 2022-10-15 11:44:29 +05:30
Abhinav 362e9a8803 fix import 2022-10-15 06:15:45 +05:30
Abhinav a2faa87b2c use heicConversionService 2022-10-15 00:42:42 +05:30
Abhinav c901fcc14e add HEICConversionService to handle both electron and wasm 2022-10-15 00:42:23 +05:30
Abhinav 2096d09e0d update electron heicConvertor 2022-10-15 00:41:20 +05:30
Abhinav 3db124bc41 rename heicConvertor to wasmHeicConvertor 2022-10-15 00:40:57 +05:30
Abhinav f028c163c1 add debugging logs 2022-10-14 23:27:23 +05:30
Abhinav 9879e6bf0a integrate native electron convert api 2022-10-14 23:14:44 +05:30
Abhinav Kumar 91e6b46ea3
Merge pull request #734 from ente-io/caps
Fix case
2022-10-13 14:53:03 +05:30
Vishnu c24410f15a Fix case 2022-10-13 14:50:53 +05:30
Abhinav Kumar 8ecab8f485
Merge pull request #733 from ente-io/handle-uncaught-exception
handle uncaught exception
2022-10-12 14:37:29 +05:30
Abhinav 781a4b901f catch error if getFileIndexFromID fails 2022-10-12 14:13:11 +05:30
Abhinav Kumar 677c7e88c4
Merge pull request #728 from ente-io/photoswipe-delete-file-option
Photoswipe delete file option
2022-10-11 08:29:55 +05:30
Manav 03fb9a139d
Merge pull request #731 from ente-io/fix-scrollbar-color
Fix scrollbar color
2022-10-10 20:13:17 +05:30