Commit graph

6205 commits

Author SHA1 Message Date
Abhinav 14ea4f82b7 Merge branch 'main' into uncategorised 2023-02-03 09:59:03 +05:30
Neeraj Gupta 2b9f63fab5
Merge Fix copy for disable link sharing #903
Fix copy for disable link sharing
2023-02-03 09:49:37 +05:30
Ananddubey01 f9b46e11d7 Changed isSharedCollection check name to isIncomingSharedCollection 2023-02-02 22:49:27 +05:30
Ananddubey01 98e3186d44 Added allFiles parameter in removeFromCollection api of Collection Servies 2023-02-02 22:33:53 +05:30
Ananddubey01 03b3b43318 changed how we check isFavoriteCollection and isSharedCollection prop in SelectedFileOptions of gallery 2023-02-02 22:23:41 +05:30
Ananddubey01 d9acaef3b8 changed how we check isUncategorizedCollection prop in SelectedFileOptions of gallery 2023-02-02 22:12:42 +05:30
Ananddubey01 7329e60654 Merge branch 'uncategorised' of https://github.com/ente-io/photos-web into uncategorised 2023-02-02 21:16:21 +05:30
Ananddubey01 aa427b7ac7 Moved removeFromCollection logic from collectionOptions to collectionServices 2023-02-02 21:15:29 +05:30
Abhinav ac2257771f optimize code 2023-02-02 20:52:28 +05:30
Abhinav b8656ab5b0 fix build 2023-02-02 20:09:12 +05:30
Abhinav Kumar 286dd45166
Merge pull request #905 from ente-io/update-filetype-error-handling
Update filetype error handling
2023-02-02 18:31:43 +05:30
Abhinav Kumar 3eda945a3d
Merge pull request #910 from ente-io/fix-shift-event-listener-cleanup
fix shift key event listener cleanup
2023-02-02 18:31:28 +05:30
Abhinav Kumar 7398538bae
Merge pull request #913 from ente-io/fix-input-field-error-not-shown
fix testing reported issues
2023-02-02 18:31:17 +05:30
Abhinav b380f7604d handle selecting none user files 2023-02-02 18:29:19 +05:30
Abhinav db24e5bdea update handleSelect logic 2023-02-02 18:09:57 +05:30
Abhinav 4e7580127b show ownCount if non user files selected 2023-02-02 18:09:17 +05:30
Abhinav e91eb479ef refactor code 2023-02-02 15:05:59 +05:30
Abhinav 183e4fdc32 fix remove from collection api 2023-02-02 14:59:47 +05:30
Abhinav 0240cb5cf8 show collab added files 2023-02-02 14:31:45 +05:30
Abhinav 8eb7fff4df call remove v3 from non user files 2023-02-02 14:00:20 +05:30
Abhinav e64f1c9ad7 Merge branch 'fix-input-field-error-not-shown' into uncategorised 2023-02-02 13:28:42 +05:30
Abhinav 16ff07f8e6 show headers for non all section even if files count is zero 2023-02-02 13:23:22 +05:30
Ananddubey01 6d780f6b92 changed hasNonSystemCollections 2023-02-02 13:15:55 +05:30
Ananddubey01 6c8ddb32bf added uncategorized to 'UPLOAD_NOT_ALLOWED_COLLECTION_TYPE' 2023-02-02 12:54:56 +05:30
Ananddubey01 afd7ef8907 Added zero count option for sidebar section 2023-02-02 12:40:13 +05:30
Abhinav fc677f3419 add error handling to updateItems and refreshPhotoswipe 2023-02-02 10:46:37 +05:30
Ananddubey01 a4caacd362 Removed uncategorized collections from 'UPLOAD_NOT_ALLOWED_COLLECTION_TYPES' 2023-02-02 10:37:04 +05:30
Ananddubey01 b505a3d3fa Changed Delete Album message and titles color 2023-02-02 10:21:36 +05:30
Ananddubey01 f05446cb33 Changed width of menuOption 2023-02-02 10:13:15 +05:30
Abhinav 4af9ee5bed remove default reset form,and add option in callback 2023-02-02 09:28:21 +05:30
Abhinav 38d6d4dbb6 show dummy uncategorized until actual is created 2023-02-01 18:58:27 +05:30
Ananddubey01 9ca8240f8d Refactored collectionOptions and sidebar shortcutsection 2023-02-01 18:02:21 +05:30
Ananddubey01 c54dedb952 Changed variable names in CollectionOptions and sidebar shortcutSection 2023-02-01 18:00:54 +05:30
Ananddubey01 550e0caadf Merge branch 'main' into uncategorised 2023-02-01 12:21:05 +05:30
Abhinav 0241565b99 fix cleanup to call removeEventListener instead of addEventListener 2023-02-01 11:07:04 +05:30
Abhinav Kumar 01cdb32dde
Merge pull request #909 from ente-io/fix-upload-to-shared-album
fix upload to outgoing shared album
2023-02-01 10:50:55 +05:30
Abhinav b2eeae2423 fix UPLOAD_NOT_ALLOWED_COLLECTION_TYPES list 2023-02-01 10:41:07 +05:30
Abhinav Kumar 0c3f7be45d
Merge pull request #907 from ente-io/fix-trash-sync-fail
Fix trash sync fail
2023-02-01 10:01:53 +05:30
Abhinav d176212a05 migrate deleted-collection to remove undefined values 2023-02-01 09:52:48 +05:30
Abhinav 36fda1ae1d throw error so that caller can avoid doing localDB update 2023-02-01 09:50:09 +05:30
Ananddubey01 9ac1f97e40 CollectionOptions: Refactored delete options names 2023-01-31 21:49:59 +05:30
Ananddubey01 ab42e68285 Customized download option text in OnlyDownloadCollectionOption 2023-01-31 21:20:07 +05:30
Ananddubey01 dbc2ab334b Merge branch 'main' into uncategorised 2023-01-31 20:52:22 +05:30
Ananddubey01 8ae4a4a8ac Changed delete album dialogbox in album delete option 2023-01-31 20:50:23 +05:30
Abhinav f599f7d88b Merge branch 'main' into update-filetype-error-handling 2023-01-31 19:59:25 +05:30
Abhinav Kumar 82e9451bee
Merge pull request #904 from ente-io/update-native-image-processing-error-handling
updated native image processor error handling
2023-01-31 19:56:41 +05:30
Ananddubey01 0b1b1f8c09 Implemented uncategorized count on sidebar 2023-01-31 18:59:55 +05:30
Ananddubey01 3aa3e6b22b Removed UNCATEGORIZED_SECTION constant and implemented uncategorized count in side pannel 2023-01-31 17:29:39 +05:30
Ananddubey01 b8faf0d22d Implemented Keep photos collection action 2023-01-31 13:01:11 +05:30
Abhinav 306a9e5c6a fix build 2023-01-31 12:01:58 +05:30