Commit graph

2356 commits

Author SHA1 Message Date
Neeraj Gupta b0bd91b151
fire events to refresh main gallery 2021-10-20 19:44:05 +05:30
Neeraj Gupta a9f3aea777
Merge remote-tracking branch 'origin/master' into trash_api 2021-10-20 19:33:22 +05:30
Neeraj Gupta 6198a2ab2b
merge master & few bug fixes 2021-10-20 19:13:11 +05:30
Neeraj Gupta 39b0f50277
Merge remote-tracking branch 'origin/master' into trash_api 2021-10-20 17:33:35 +05:30
Neeraj Gupta 254d106af0
Fix bug in collection updateDB method 2021-10-20 17:13:46 +05:30
Neeraj Gupta 29630aedd0
TrashRestore: Remove unsynced local files 2021-10-20 16:28:11 +05:30
Neeraj Gupta dfbc98cb05
trash: persist file update time to avoid local fileUpdate on restore 2021-10-20 15:59:21 +05:30
vishnukvmd 615bee6e7a Add log statement to indicate that the file was updated 2021-10-18 18:06:10 +05:30
vishnukvmd bc76b1033b Kill the background isolate 2021-10-18 18:00:39 +05:30
vishnukvmd 5eab93ee23 Ignore upload if file was already uploaded 2021-10-18 18:00:26 +05:30
Vishnu Mohandas 7d1b179d3c
Merge pull request #99 from ente-io/use_app_bar_property
AppBar: replace stack & set appBar property
2021-10-18 12:56:47 +05:30
Neeraj Gupta 0193355f43
fix typo 2021-10-17 22:25:42 +05:30
Neeraj Gupta 0b8d9c1e13
TrashGallery: actions for restoring/deleting selected files 2021-10-17 22:20:25 +05:30
Neeraj Gupta c9cecdc045
trashdb: remove redundant columns 2021-10-17 22:19:41 +05:30
Neeraj Gupta cb16f188b4
refactor and more documentation 2021-10-17 21:40:20 +05:30
Neeraj Gupta 31cab54098
collections: keep db entry for deleted collections owned by user 2021-10-17 21:01:47 +05:30
Neeraj Gupta f5a74f220a
IgnoredFile: minor refactoring & improved documentation 2021-10-17 19:58:47 +05:30
Neeraj Gupta da793a3466
do not add expired plan in currentPlans 2021-10-17 19:19:53 +05:30
Neeraj Gupta 5e2fb4dc80
trash: add footer with information about days on thumbnail widget 2021-10-17 18:33:02 +05:30
Neeraj Gupta 45c7da0123
trash: show days left for auto-deletion on thumbnail 2021-10-17 18:07:30 +05:30
Neeraj Gupta 63f0ba92f4
fetch collectionByID when collection is missing from local cache 2021-10-17 11:50:06 +05:30
Neeraj Gupta 4e3e364c65
Add support for fetching collectionByID 2021-10-17 11:35:16 +05:30
Neeraj Gupta 8fb2307fa0
raise err when collection is missing from cache 2021-10-16 23:51:08 +05:30
Neeraj Gupta 683fb1bb49
Clear trash and ignored files db on logout 2021-10-16 23:46:36 +05:30
Neeraj Gupta be9c9ca13b
ignore files which were trashed or deleted 2021-10-16 22:50:15 +05:30
Neeraj Gupta 3b3f787f8c
persist deleted/trashed files with localId in ignoredFiles db 2021-10-16 21:45:15 +05:30
Neeraj Gupta df6eeb407b
Add support for persisting ignored files 2021-10-16 20:44:40 +05:30
Neeraj Gupta f9b2fc6ed6
Add support for restoring file from detailpage view 2021-10-13 22:52:17 +05:30
Neeraj Gupta 15151f7637
show trash & archive button side-by-side 2021-10-13 17:35:20 +05:30
Neeraj Gupta dff56f7f72
go to previous screen when file is deleted from trash 2021-10-13 14:55:04 +05:30
Neeraj Gupta 517a7b2a20
Use dummy generatedID for trashed files 2021-10-13 14:47:58 +05:30
Vishnu Mohandas 4383fc90ea
Merge pull request #101 from ente-io/image-editor-update
Image editor update
2021-10-13 13:08:00 +05:30
vishnukvmd ce165db70b Use loadStateChanged to supply a filtered image 2021-10-13 11:44:35 +05:30
Neeraj Gupta 2cf7699198
switch to v2 version of collection/remove-files 2021-10-13 04:29:22 +05:30
Neeraj Gupta 49df079bcc
Add support for deleting files from trash 2021-10-13 04:21:19 +05:30
Neeraj Gupta 676a193d4f
Trash: hide app bar actions & placeholder for trash actions 2021-10-13 03:10:22 +05:30
Neeraj Gupta ceaed8def3
TrashFile: extend File 2021-10-13 02:59:05 +05:30
Neeraj Gupta 556f75c01d
collectionsDB: add is_deleted column 2021-10-13 01:58:40 +05:30
Neeraj Gupta 79c2aeb5d0
trash files on deletion 2021-10-13 01:55:23 +05:30
Neeraj Gupta e89d1939cd
FileInfo: handle null updation time for file 2021-10-13 01:44:12 +05:30
Neeraj Gupta 35b41d07d4
Add hook to show trashed items 2021-10-13 01:31:51 +05:30
Neeraj Gupta 84b0283933
Sync trashed items in local db 2021-10-13 00:57:11 +05:30
Neeraj Gupta a5265b09af
Add diff fetcher for trashed files 2021-10-12 20:18:35 +05:30
Neeraj Gupta 96648c60dd
AppBar: replace stack & set appBar property 2021-10-12 12:54:18 +05:30
vishnukvmd eab347849b Update image_editor 2021-10-11 17:41:31 +05:30
Neeraj Gupta f488f47f2b
Trash: Add trash service & api to trash files 2021-10-11 10:35:37 +05:30
Neeraj Gupta 33126b65a3
[trash] add trash db 2021-10-11 10:35:34 +05:30
Vishnu Mohandas 7c722a91f9
Merge pull request #98 from ente-io/request_id 2021-10-09 06:26:06 +05:30
Neeraj Gupta 4812985ac4
formatting 2021-10-09 01:01:04 +05:30
Neeraj Gupta 9d86a58e1f
Add interceptor to attach request-id to outgoing requests 2021-10-09 01:00:10 +05:30