Commit graph

460 commits

Author SHA1 Message Date
Neeraj Gupta 2732b399d4
Add option to free up space for a device folder 2022-11-24 16:24:59 +05:30
Neeraj Gupta 1975159b31
Fix stale thumbnail 2022-11-21 16:18:35 +05:30
Neeraj Gupta 4fc020c36e
Fix: Ignore unuploaded files while getting collection cnt and thumbnail 2022-11-17 17:30:31 +05:30
Neeraj Gupta a3e278ef0f
Remove unused code 2022-11-17 15:34:33 +05:30
Neeraj Gupta 792710a19d
Add migration script for fixing badCreationTime 2022-11-14 15:03:16 +05:30
Neeraj Gupta 3b8ffd3043
Avoid redundant db queries 2022-11-14 10:58:19 +05:30
Neeraj Gupta 630f0028a4
Avoid creating device collections for empty albums 2022-11-13 14:35:25 +05:30
Neeraj Gupta decea3d02d
Remove redundant log files 2022-11-11 14:34:57 +05:30
Neeraj Gupta 3c48f2de56
Ignore conflicting insert during deviceCover update sentry#4338 2022-11-09 10:05:02 +05:30
Neeraj Gupta 139e3c7835
Fix prefer_final_locals warnings 2022-11-06 14:04:06 +05:30
Neeraj Gupta 19cc54f422
Fix lint issues 2022-11-06 13:52:54 +05:30
Neeraj Gupta 858f0b5720
Remove hidden collection items from search result 2022-10-31 16:14:20 +05:30
Neeraj Gupta 587c0b5cd9
Support for basic hidden functionality 2022-10-27 12:53:45 +05:30
Neeraj Gupta c479a8e225
Support for hidden stuff 2022-10-27 11:35:39 +05:30
Neeraj Gupta 042eef0090
Fix hidden file count 2022-10-26 22:21:42 +05:30
ashilkn aa118645ef use FileType.type instead of hardcoding the fileTypes's integer 2022-10-26 09:38:26 +05:30
ashilkn 11a6724868 changes in getting filesCount 2022-10-21 11:14:14 +05:30
ashilkn db235cc9e8 avoid adding config dependency inside db if possible 2022-10-21 08:00:46 +05:30
ashilkn 7803c3b6b1 Merge branch 'master' into redesign-storage-card 2022-10-20 17:39:50 +05:30
ashilkn 56efb0ccf6 removed device and shared files from photo and video count 2022-10-20 15:41:57 +05:30
Neeraj Gupta 635bc0bed0
Remove device folder name from logs 2022-10-20 14:56:56 +05:30
ashilkn 6a14dc0aa1 made service to fetch photos and videos count 2022-10-18 14:01:58 +05:30
Neeraj Gupta ef64d5d6b4
undo local changes 2022-10-07 03:34:54 +05:30
Neeraj Gupta 162d1ab658
Fix: Fallback logic to fetch device album cover 2022-10-07 03:25:37 +05:30
Neeraj Gupta d8fbd5cd3c
Sort on device collection by thumb creation time DESC 2022-10-03 16:05:57 +05:30
Neeraj Gupta a1fddd23ee
Merge branch 'master' into update_index 2022-10-03 15:01:02 +05:30
Neeraj Gupta c9ddac6d2c
Update index on files table 2022-10-03 14:51:20 +05:30
Neeraj Gupta 250f7bac96
Remove unused methods 2022-10-03 14:45:22 +05:30
Neeraj Gupta 5b4c08a5fd
DeviceThumbnail: Fallback logic if cover thumbnail is missing 2022-10-03 14:35:48 +05:30
Neeraj Gupta 292b700208
remove re-upload for missing location logic 2022-10-03 10:16:01 +05:30
Neeraj Gupta 1b1ac30c41
clear device_files and device_collections db on logout 2022-09-29 14:49:14 +05:30
ashilkn c784bdbef9 added 'file_size' to local db 2022-09-24 16:06:05 +05:30
ashilkn f3213cc848 convert to getters 2022-09-23 07:18:25 +05:30
Neeraj Gupta 99a5bd8ff0
Merge branch 'rewrite_device_sync' of github.com:ente-io/frame into rewrite_device_sync 2022-09-21 17:57:39 +05:30
Neeraj Gupta 0a6d6f0f62
Merge branch 'master' into rewrite_device_sync 2022-09-21 17:57:09 +05:30
ashilkn 0327bc26d3 made Collection.attributes non-nullable 2022-09-21 16:17:50 +05:30
Neeraj Gupta 66988ba728
Hide photo from UI if it's part of any hidden collection 2022-09-21 16:15:02 +05:30
ashilkn c25c88e8fc Merge branch 'rewrite_device_sync' into migrate-db-files 2022-09-21 13:15:30 +05:30
ashilkn 599770dc62 migrated upload_locks_db.dart to null safety 2022-09-21 12:03:12 +05:30
ashilkn 678f128dfd migrated public_keys_db.dart to null safety 2022-09-21 12:00:31 +05:30
ashilkn a93a52af0e migrated file_updation_db.dart to null safety 2022-09-21 11:49:11 +05:30
ashilkn 30f48304d1 migrated collections_db.dart to null safety 2022-09-21 11:29:53 +05:30
ashilkn d1c8d0c2e4 removed unused code 2022-09-21 11:21:20 +05:30
ashilkn 3e8bfc6f29 remove prefix letter 'k' from constants 2022-09-19 17:22:20 +05:30
Neeraj Gupta c4eb36188c
bug fix 2022-09-16 21:20:00 +05:30
Neeraj Gupta f7ed0a3db6
Search: Support for search by calendar date & specific day 2022-09-16 17:41:16 +05:30
Neeraj Gupta b72a761522
Ignore unuploaded file while finding collection thumbnail 2022-09-13 13:03:34 +05:30
Neeraj Gupta ff5117f55f
Merge pull request #474 from ente-io/part_5_local_file_speed
Part 5: Fix minor issues for while showing local files
2022-09-12 21:35:16 +05:30
Neeraj Gupta bedfcd68a6
Switch to batch API 2022-09-12 17:21:33 +05:30
Ashil 67d318d6b5
Merge pull request #469 from ente-io/incremental-migration-to-null-safety
Migrate all search models to null safety
2022-09-12 12:35:48 +05:30