Commit graph

129 commits

Author SHA1 Message Date
Neeraj Gupta
aa8f4b9bde
lint: enable directives_ordering for imports 2021-10-30 11:13:56 +05:30
vishnukvmd
dcd61846a7 Parse updated files correctly 2021-10-26 18:01:36 +05:30
Neeraj Gupta
047b154156
trash_db: store file original metadata as json 2021-10-22 15:00:06 +05:30
vishnukvmd
615bee6e7a Add log statement to indicate that the file was updated 2021-10-18 18:06:10 +05:30
vishnukvmd
5eab93ee23 Ignore upload if file was already uploaded 2021-10-18 18:00:26 +05:30
Neeraj Gupta
5fa838338c fileTooLargeErr: fix status code mapping 2021-09-12 06:33:54 +05:30
Neeraj Gupta
9507222d9e upload: stop logging fileTooLargeErr as error 2021-09-12 06:26:56 +05:30
Neeraj Gupta
d47517c639 Log additional details for invalidFile errors 2021-09-01 16:08:00 +05:30
vishnukvmd
b97fb12b05 Clear origin files that are cached 2021-08-24 12:44:51 +05:30
Vishnu Mohandas
bc768cf7fd
Merge pull request #25 from ente-io/bug_fix_sourcePathOnNull 2021-08-22 10:59:22 +05:30
Neeraj Gupta
402cd380d5 Log invalid file extension 2021-08-22 10:52:30 +05:30
Neeraj Gupta
55890f5396 Fix handling of invalid files
When we don't await on _onInvalidFileError, then it result i the following  NPE  error:

> NoSuchMethodError: The getter 'sourceFile' was called on null.
2021-08-22 10:21:25 +05:30
vishnukvmd
f8f589f975 Fix exif local storage 2021-08-18 19:32:37 +05:30
vishnukvmd
97ea3b2777 Add file subtype and video duration to metadata 2021-08-18 17:43:20 +05:30
vishnukvmd
dd941e6e31 Add file hash to metadata 2021-08-18 17:37:50 +05:30
vishnukvmd
1fe20b579d Encrypt fileEncryptionKey outside the upload function 2021-08-16 17:01:59 +05:30
vishnukvmd
528b7da54e Remove all lengthSync ops 2021-08-09 12:04:42 +05:30
vishnukvmd
7792c3d6d0 Remove readAsBytesSync 2021-08-09 12:04:42 +05:30
vishnukvmd
1d6fc95593 Remove all writeAsBytesSync ops 2021-08-09 12:04:42 +05:30
vishnukvmd
b11ee940f3 Move delete to async ops 2021-08-09 12:04:42 +05:30
vishnukvmd
18b6372835 Use await instead of chaining call backs 2021-08-06 14:14:32 +05:30
Neeraj Gupta
85f3eb2bff Refactor download & decrypt logic in separate util 2021-08-03 20:11:40 +05:30
vishnukvmd
cf699872ce Increment the number of retry attempts correctly 2021-07-31 11:38:50 +05:30
vishnukvmd
47c8beb374 Send file and thumbnail sizes to the server for verification 2021-07-29 21:46:44 +05:30
vishnukvmd
dfdf054e5c Retry failed upload API calls 2021-07-27 22:34:32 +05:30
vishnukvmd
73dfaa8a8e Fix lint warnings 2021-07-27 22:15:16 +05:30
Neeraj Gupta
830e83e3bb Gracefully handle deletion of unsynced files 2021-07-24 22:52:46 +05:30
Neeraj Gupta
1c1fb43eda FileUploader: Move AssetEntity related logic in helper class 2021-07-21 16:40:21 +05:30
vishnukvmd
a440fca9de Update logic to render number of uploaded files 2021-07-12 17:07:02 +05:30
Vishnu Mohandas
aeb8c1ec69 Safe guard against empty file titles 2021-06-29 09:53:19 +05:30
Vishnu Mohandas
41c1f39421 Ignore invalid files 2021-06-19 16:31:32 +05:30
Vishnu Mohandas
7c06ea50b6 Reduce log level 2021-06-19 16:31:32 +05:30
Vishnu
782e6c70f3 Mark files that were deleted during upload correctly 2021-06-14 01:35:42 +05:30
Vishnu
8026c12fc0 Safeguard against already deleted files 2021-06-14 01:19:25 +05:30
Vishnu Mohandas
2f9ccb6787 Merge branch 'master' into sign_up_flow 2021-05-14 03:12:42 +05:30
Vishnu Mohandas
2e31c98186 Reformat code 2021-05-13 21:00:34 +05:30
Vishnu Mohandas
540b64bbbc Remove verbose logs 2021-05-13 03:08:28 +05:30
Vishnu Mohandas
0969b8f73f Add comment linking to Github issue 2021-05-13 02:03:21 +05:30
Vishnu Mohandas
6f8324137c Safe guard against timeouts in fetching assets or origin files 2021-05-13 01:56:46 +05:30
Vishnu Mohandas
89790cc9c4 Remove redundant variable 2021-05-13 01:33:16 +05:30
Vishnu Mohandas
15b0d26bbc Handle invalid files gracefully 2021-05-09 19:55:31 +05:30
Vishnu Mohandas
55decd001c Access code in main 2021-05-07 22:57:11 +05:30
Vishnu Mohandas
078421b3b0 Make encrypt function async 2021-05-04 21:02:23 +05:30
Vishnu Mohandas
07ce960f65 Emit the list of changed files along with the event 2021-04-24 00:41:05 +05:30
Vishnu Mohandas
2b7c4612ea Remove FileRepository 2021-04-21 18:39:18 +05:30
Vishnu Mohandas
d1d72ed325 Display the correct queue size 2021-03-22 12:44:16 +05:30
Vishnu Mohandas
887bcbf06a Add functionality to add and remove folders from queue 2021-03-22 11:59:53 +05:30
Vishnu Mohandas
a7b2e63b1a Add an option to logout 2021-03-18 02:37:17 +05:30
Vishnu Mohandas
055d26d4c8 Log error only when file upload finally fails 2021-03-10 10:41:05 +05:30
Vishnu Mohandas
f83e52f7c7 Log size of the file whose upload failed 2021-03-07 10:54:36 +05:30