Commit graph

870 commits

Author SHA1 Message Date
Vishnu Mohandas ae5e67522a Move code to download a file to DownloadManager, also re-enable HEIC decoding 2021-03-08 12:00:27 +05:30
Vishnu Mohandas bffbbfa05b Remove unused code 2021-03-08 11:50:09 +05:30
Pushkar Anand 6108f805c4 Using getFileUrl to fetch files. 2021-03-08 11:43:24 +05:30
Pushkar Anand f12f93868a Cleanup 2021-03-08 11:32:37 +05:30
Pushkar Anand b8899d13b0 Moved to chunk decoding. 2021-03-08 11:20:51 +05:30
Pushkar Anand 23d1ee3ab9 Merge branch 'master' of https://github.com/ente-io/bada-frame into test-video-streaming 2021-03-08 10:01:52 +05:30
Abhinav-grd 8fb8ee4feb updated response prop name 2021-03-07 15:23:06 +05:30
Abhinav-grd 0ab118f90b extarced CHUNKS_COMBINED_FOR_UPLOAD 2021-03-07 15:18:22 +05:30
Abhinav-grd 8f75a5a373 updated the uploadURL interface 2021-03-07 15:11:51 +05:30
Abhinav-grd 1624f9eb57 deepSource error resolve 2021-03-05 16:45:21 +05:30
Abhinav-grd 8098667a08 removed redundant code 2021-03-05 16:27:04 +05:30
Abhinav-grd e74689e8af removed debugging code 2021-03-05 16:21:40 +05:30
Abhinav-grd 60567cc596 set min stream upload size limit to 20mb 2021-03-05 16:19:45 +05:30
Abhinav-grd 13f1ce167b corrected tag assignment during encryption 2021-03-05 16:16:51 +05:30
Abhinav-grd bd6c1230fb moved file stream reading call to the end of readFile 2021-03-05 14:14:46 +05:30
Abhinav-grd 17ff1867da updated fetchUploadPartURLs to fetchMultipartUploadUrls 2021-03-05 12:10:22 +05:30
Abhinav-grd 93c4e73f56 addded error logs 2021-03-05 11:31:00 +05:30
Abhinav-grd 84de6e0de5 upadted isDataStream check logic 2021-03-05 10:26:10 +05:30
Vishnu Mohandas 226b8afd1f Update strings 2021-03-05 00:57:47 +05:30
Vishnu Mohandas d25e5508ce Reduce height of the logo 2021-03-05 00:43:04 +05:30
Abhinav-grd 301cd4cf76 named and exported chunk size 2021-03-04 23:19:08 +05:30
Abhinav-grd 8682704fa4 send complete multipart upload as xml 2021-03-04 22:22:15 +05:30
Abhinav-grd a7aeb3ff8d corrected chunking algo 2021-03-04 21:01:27 +05:30
Abhinav-grd bdfc8352cf minor changes 2021-03-04 19:13:15 +05:30
Abhinav-grd 1896ed345b tidy-up uploadService 2021-03-04 17:47:40 +05:30
Abhinav-grd d03c48251f almost working multipart upload 2021-03-04 17:44:45 +05:30
Abhinav-grd 3742e13f1d trying to fix fetch 2021-03-03 13:55:29 +05:30
Abhinav-grd 441ea9489b added fade in load effect 2021-03-02 17:41:50 +05:30
Abhinav-grd f6fc2617b7 remove content-length property 2021-03-02 17:34:17 +05:30
Abhinav-grd a193e8b120 changing file upload to use ReadableStream 2021-03-02 15:34:24 +05:30
Abhinav-grd 476de9f262 added initChunkEncryption encryptFileChunk crypto functions 2021-03-02 15:33:11 +05:30
Abhinav-grd b8fffffec6 zoom-bug-fix 2021-03-01 13:40:29 +05:30
Abhinav-grd 019fdfaa8b
Merge pull request #32 from ente-io/fetch-only-opened-file
Fetch only opened file
2021-03-01 12:20:19 +05:30
Abhinav-grd a4dc646aee terminate variable defination in inerface with semi colon 2021-03-01 11:49:07 +05:30
Abhinav-grd 666f6d9b21 linted gallery/index 2021-03-01 11:27:36 +05:30
Abhinav-grd c0a460a0c1 Merge branch 'master' into fetch-only-opened-file 2021-03-01 11:26:04 +05:30
Abhinav-grd 1106576931 moved is CurrentItem check to getSlideData 2021-03-01 10:59:25 +05:30
Abhinav-grd 56af7554e4 fixed non first slide blacking out bug 2021-03-01 10:34:57 +05:30
Vishnu Mohandas 562b4e1752 Fetch file and thumbnails directly from museum if the endpoint is defined 2021-02-28 05:04:11 +05:30
Vishnu Mohandas bc24fff3d3 Route all asset requests through Cloudflare 2021-02-28 04:07:42 +05:30
Abhinav-grd 574578ffb0 deepsource suggested corrections 2021-02-27 16:35:27 +05:30
deepsource-autofix[bot] 627f9b2a03
Autofix issues in 2 files
Resolved issues in the following files via DeepSource Autofix:
1. src/components/PhotoSwipe/PhotoSwipe.tsx
2. src/pages/_app.tsx
2021-02-27 10:53:44 +00:00
Abhinav-grd 5f952c20a5 extracted title text to constants 2021-02-27 16:19:21 +05:30
Abhinav-grd 2259854a0d updated the gettingData function to recieve loadMainImage boolean param 2021-02-27 16:13:34 +05:30
Abhinav-grd acaec11abb package json updates 2021-02-27 15:55:28 +05:30
Abhinav-grd e150f32d46 updated photowipe sub-module 2021-02-27 12:00:39 +05:30
Abhinav-grd 16bda35231 updated git submodule entry 2021-02-27 10:36:08 +05:30
Abhinav-grd 79dd73b021 oMerge branch 'master' into fetch-only-opened-file 2021-02-27 10:33:09 +05:30
Abhinav-grd 2f9418148e updated the submodule and added photoswipe type defination 2021-02-27 10:31:55 +05:30
Vishnu Mohandas 5eb77a2505
Merge pull request #30 from ente-io/reduce-concurrent-uploads
reduce concurrent upload to 4
2021-02-26 15:48:50 +05:30