Commit graph

293 commits

Author SHA1 Message Date
jubitjohn 78faf2fae0 Family members emails added 2023-06-09 11:40:37 +05:30
jubitjohn 9fd136c02e Component name change and code corrections 2023-06-09 00:40:19 +05:30
jubitjohn 27638f52df New form component created to handle email share 2023-06-07 00:17:52 +05:30
jubitjohn efebbd4814 corrections 2023-06-06 16:07:07 +05:30
jubitjohn 3a49627ce5 correction 2023-06-06 15:55:22 +05:30
jubitjohn affcfe11bd list filtering added and resetform error rectified 2023-06-06 00:09:23 +05:30
jubitjohn 9834740d93 debug logs removed 2023-06-05 10:08:45 +05:30
jubitjohn e7f3bbffcb clearselected options 2023-06-05 10:06:34 +05:30
jubitjohn ee5099ebbc console logs commented 2023-06-04 23:52:23 +05:30
jubitjohn e734c0d6ed email of collection owner added 2023-06-04 23:23:50 +05:30
Neeraj Gupta 129bbc6520 Fix SingleInputForm with AutoComplete Support 2023-06-03 08:49:34 +05:30
jubitjohn 10c1b8afa1 autocomplete-added 2023-06-02 21:20:30 +05:30
Crowdin Bot 441e04b8db New Crowdin translations by GitHub Action 2023-06-01 01:44:50 +00:00
Abhinav Kumar cfcb965ab4
Fix add to collection in search mode (#1154) 2023-06-01 00:01:59 +05:30
Abhinav 5a4ad41dc1 remove fromCollection in unhideToCollection Helper 2023-05-31 21:24:12 +05:30
Abhinav 20e7445f43 Revert "don't update active collection when add triggered when in search mode"
This reverts commit 895834d5cc.
2023-05-31 21:19:18 +05:30
Abhinav a8f2f7452c don't pass active collection as fromCollection in search mode 2023-05-31 21:16:08 +05:30
Abhinav ae72aafefc don't update collection info bar if search mode is on 2023-05-31 21:14:08 +05:30
Abhinav 895834d5cc don't update active collection when add triggered when in search mode 2023-05-31 21:12:45 +05:30
Abhinav 25f1dca41b add user missing check 2023-05-31 21:03:18 +05:30
Abhinav fe5621597b update default createAlbum to remove dedupe logic and create new getOrCreateAlbum for upload use case 2023-05-31 20:53:24 +05:30
Abhinav Kumar cc49eff635
Added download album option on shared-albums (#1151) 2023-05-30 20:55:53 +05:30
Abhinav def73a47db don't show download option if public link download is disabled 2023-05-30 19:02:36 +05:30
Crowdin Bot 3d64b9ce9f New Crowdin translations by GitHub Action 2023-05-30 13:23:24 +00:00
Abhinav Kumar ea59e73c20
Add option to change collection sort order (#1147) 2023-05-30 18:52:27 +05:30
Abhinav Kumar 2c499442a6
Improve update magic metadata functions (#1149) 2023-05-30 18:52:07 +05:30
Abhinav 63c50f996e added download album option on shared-albums 2023-05-30 18:12:35 +05:30
Abhinav Kumar 9d52484b6d
Refactored collectionSort component (#1148) 2023-05-30 17:42:56 +05:30
Abhinav c31c9259a4 Merge branch 'improve-update-magic-metadata-API-function' into add-option-to-change-sort-order
and update collection public magic metadata api accordingly
2023-05-30 17:21:23 +05:30
Abhinav 2ffbf47018 fix collection card preview image not updating when all files are remove 2023-05-30 17:11:22 +05:30
Abhinav d897fbdaf3 fix updateFileMagicMetadata 2023-05-30 16:49:29 +05:30
Abhinav ef56487aa2 fix changeFileName returning undefined 2023-05-30 16:18:42 +05:30
Abhinav a05de5c67e fix build issues 2023-05-30 16:01:07 +05:30
Abhinav 5d66a6f3e2 fix type and cache EntityKey locally 2023-05-30 15:05:26 +05:30
Abhinav f5d8d21539 remove unneeded custom errror 2023-05-30 14:47:28 +05:30
Abhinav ebd4d18689 refactor utils and types 2023-05-30 14:44:29 +05:30
Abhinav c897653bd2 fixed SuggestionType LOCATION value 2023-05-30 14:29:28 +05:30
Abhinav 1e828edd0f add error logging to getAutoCompleteSuggestions 2023-05-30 14:28:50 +05:30
Abhinav d5bd95487a fix shared files being shown in location search result 2023-05-30 13:52:01 +05:30
Abhinav 620d697836 added custom error 2023-05-30 13:39:59 +05:30
Abhinav 1040f1986f added location tag search logic 2023-05-30 13:39:38 +05:30
Abhinav 3a78700760 added entity and entity key sync logic 2023-05-30 13:38:09 +05:30
Abhinav 68cdf5abda updated updateFilePublicMagicMetadata to accept a list of files with updated public magic metadata 2023-05-30 10:42:09 +05:30
Abhinav 14a0f75e03 updated updateFileMagicMetadata service to accept a list of files with updated magic metadata 2023-05-30 10:33:49 +05:30
Abhinav 4f8a8d52ef update updateCollectionMagicMetadata service to accept updatedMagicMetadata as second prop
and move updateCollectionSubType to util
2023-05-30 10:20:35 +05:30
Abhinav b7ffb724c9 rename updateMagicMetadataProps to updateMagicMetadata 2023-05-30 10:19:34 +05:30
Abhinav f5cd748b34 fix callbacks for sort order change 2023-05-30 10:06:42 +05:30
Abhinav 21eb2e7aae update handleCollectionSortOrder parameter 2023-05-30 10:03:38 +05:30
Abhinav ff01df8b7c rename 2023-05-30 09:59:38 +05:30
Abhinav f3e14e6ac9 Merge branch 'refactored-collection-sort-components' into add-option-to-change-sort-order 2023-05-30 09:50:49 +05:30