Commit graph

3000 commits

Author SHA1 Message Date
Abhinav 607865e331 fix photoswipe download File 2022-02-25 11:44:01 +05:30
Abhinav dabb5078c3 update getThumbnail and getFile calls made from getSlideData with the passwordToken 2022-02-25 11:38:40 +05:30
Neeraj Gupta fc45b94930
switch to different api for validating link password 2022-02-24 21:09:00 +05:30
Rushikesh Tote 60fd87df8f added live photo playback support 2022-02-24 19:26:57 +05:30
Neeraj Gupta bb5b37997e
add support for showing password protected albums 2022-02-23 14:31:00 +05:30
Neeraj Gupta 7326b3ff19
show correct message for deviceLimit breached error 2022-02-22 22:40:07 +05:30
Neeraj Gupta 09a57df08e
map correct err message for 429 status code 2022-02-22 22:07:07 +05:30
Neeraj Gupta 30962e0b10
show/hide download button for shared album based on url setting 2022-02-22 14:25:28 +05:30
Neeraj Gupta df31def9ae
show correct error message for expired links 2022-02-22 13:54:57 +05:30
Neeraj Gupta b93fb5167c
remove entry for publicCollection sync time while removing collection 2022-02-22 12:24:56 +05:30
Vishnu Mohandas 816960fbaf
Fix copy 2022-02-16 21:18:53 +05:30
Abhinav a786b6c309 export live photo assets seperately 2022-02-16 21:00:09 +05:30
Abhinav Kumar f7cb51f856
Merge pull request #253 from ente-io/live-photo-import
add live photo upload support
2022-02-16 20:18:38 +05:30
Abhinav 671bf0ee2d add live photo detection info section 2022-02-16 13:13:47 +05:30
Abhinav 0474d28aec remove only underscore three from the end 2022-02-16 12:30:34 +05:30
Abhinav 5744def6f2 added logic to show filename in upload progressbar 2022-02-16 12:18:07 +05:30
Abhinav 602f36ee37 use the ext returned from the fileType detection library to set the correct extension for the file 2022-02-16 12:04:16 +05:30
Abhinav 227a04a01f update file type detection function 2022-02-16 12:04:05 +05:30
Abhinav 0c8b36279f set initialValues for collectionNamer to empty string to give good error message 2022-02-16 11:23:55 +05:30
Abhinav 4d74c62eb2 add try catch wrapper over extractFileMetadata and parseMetadataJSON to prevent one file breaking to progagate cause all of them to fail 2022-02-16 10:44:32 +05:30
Abhinav 3b9841b9c4 use the last index of underscore 2022-02-16 10:13:18 +05:30
Abhinav 47c6fabc05 isImageOrVideo util function and updated the areFilesLivePhotoAssets to allow only image and video as allowed assets 2022-02-16 10:06:28 +05:30
Abhinav 8534f69e96 refactor code 2022-02-16 09:57:33 +05:30
Abhinav 79455d2295 added imageType and videoType property to FleTypeInfo to handle livePhoto case 2022-02-16 09:52:00 +05:30
Abhinav 044b257972 dont need cryptoWorker for thumbnail generation convertService handles it 2022-02-16 09:29:50 +05:30
Abhinav d972dad891 fix import name to ToastNotification 2022-02-16 09:24:24 +05:30
Abhinav c63e3eed99 remove unused class 2022-02-16 09:21:52 +05:30
Abhinav f9d38c8c6c renamed Notification to ToastNotification 2022-02-16 09:16:12 +05:30
Abhinav b7d63ee833 better comments 2022-02-16 09:15:19 +05:30
Abhinav 58dbac8ffd remove underscored suffix added to live photo name while comparing file names 2022-02-16 09:08:35 +05:30
Abhinav 56a10cd80d create util isLivePhoto 2022-02-16 09:01:26 +05:30
Abhinav 0b34bcbba2 set livePhotoLocalID correctly 2022-02-15 19:21:53 +05:30
Abhinav 5d7d32d5fc better names 2022-02-15 17:04:36 +05:30
Abhinav cf8d3eb72f show notification only 3 times 2022-02-15 16:52:02 +05:30
Abhinav 8a9bbf08f3 close notification on photoswipe close 2022-02-15 16:51:41 +05:30
Abhinav f58108a55f fix type passed to thumbnail generation for heic detection 2022-02-15 16:32:42 +05:30
Abhinav acbbfdf405 fix localID intialisation 2022-02-15 15:53:32 +05:30
Abhinav 0ea457e5f8 fix imageMetadata intialisation 2022-02-15 09:52:17 +05:30
Abhinav c04056569b use image metadata for live photo 2022-02-15 09:48:38 +05:30
Abhinav 93505f9bc4 show live photo overlay only on live photos 2022-02-15 09:26:36 +05:30
Abhinav 80db61133a refactored code to not create stream for livePhotodata assets as they zipping library doesn't support streams 2022-02-15 09:20:41 +05:30
Abhinav 8b668b924a use file name as metadata for some files may be empty 2022-02-15 09:01:19 +05:30
Abhinav 5ff8b857bc add comment and check to avoid larger than multipart file size files to be clustered as livePhoto 2022-02-15 08:12:38 +05:30
Abhinav 08cd6e72ea group same collection files together before live photo clustering 2022-02-14 16:43:56 +05:30
Abhinav 9ead332d1f show live support coming soon message when live photo opened 2022-02-14 16:41:16 +05:30
Abhinav d764cecb4b add notification toast component 2022-02-14 16:41:03 +05:30
Abhinav d1da966530 live photo indicator overlay 2022-02-14 15:47:07 +05:30
Abhinav 22a489be6e only generate and use image thumbnail for livePhoto 2022-02-14 13:17:10 +05:30
Abhinav ed06e1427e use video thumbnails for livePhotos 2022-02-14 13:05:22 +05:30
Abhinav dab1844223 reuse fileTypeInfo and metdata and fix case where live photos clustering 2022-02-14 12:44:42 +05:30
Neeraj Gupta 94adaaf020
shared-url: use base58 encoding for ck 2022-02-13 23:41:58 +05:30
Neeraj Gupta 3fc214962f
shared-albums: add support for handling both hex and base58 encoding for ck 2022-02-13 23:28:11 +05:30
Abhinav c335bc21be no need to sorting before segregateMetadataAndMediaFiles 2022-02-13 16:59:17 +05:30
Abhinav 2afa7407b9 fix type uploadResult 2022-02-13 16:51:39 +05:30
Abhinav 04f4fd14e3 uploadService getFileMetadata to better name extractFileMetadata to avoid confusion with getFileMetadataAndFileTypeInfo 2022-02-13 16:48:42 +05:30
Abhinav ccd730cf9f minor changes 2022-02-13 16:40:50 +05:30
Abhinav 1398ea22b3 set live photo extension as zip 2022-02-13 16:34:08 +05:30
Abhinav 86a9b86294 handle metadata null case 2022-02-13 16:26:46 +05:30
Abhinav 0fff2ee674 fix minor bugs 2022-02-13 14:40:17 +05:30
Abhinav 87d635be58 Merge branch 'refactor-metadata-extraction-v2' into live-photo-import 2022-02-13 12:59:43 +05:30
Abhinav 10be89e72c fix minor issues 2022-02-13 09:52:59 +05:30
Abhinav 7b45aee757 refactor code 2022-02-13 09:43:25 +05:30
Abhinav 13d8c10a60 Merge branch 'master' into live-photo-import 2022-02-13 08:29:16 +05:30
Abhinav bbb78a6c5e update publicCollectionUID template 2022-02-12 14:03:13 +05:30
Abhinav eb23444853 create a POC working model of live photo upload 2022-02-09 10:53:43 +05:30
Abhinav 858315c897 added stage for metadata extraction 2022-02-09 10:32:14 +05:30
Abhinav Kumar c801e8225f
Merge pull request #363 from ente-io/public-link-changes
Public link changes
2022-02-06 16:43:34 +05:30
Abhinav 1baa4ab93d fix edit creation date ui 2022-02-06 16:40:44 +05:30
Abhinav 2cdd326d29 change GoToEnte button link to ente website 2022-02-06 16:40:44 +05:30
Abhinav f5f7ea726a dont show info button for shared albums 2022-02-06 16:40:44 +05:30
Abhinav 99bd6d71fb fix file info UI 2022-02-06 16:40:44 +05:30
Abhinav c7bec04603 update PHOTOSWIPE_HASH_SUFFIX 2022-02-06 15:23:02 +05:30
Abhinav cc04a48d26 send correct header for video download 2022-02-06 15:22:19 +05:30
Abhinav 6d07b63cba remove token and key logging 2022-02-05 20:43:26 +05:30
Abhinav 5852fa65f3 add back the web description meta 2022-02-05 18:25:20 +05:30
Abhinav 10b5f6cd47 revert to setting title in _app.tsx next issue 2022-02-05 16:20:03 +05:30
Abhinav ba54a48bd9 update footer margins 2022-02-05 16:19:20 +05:30
Abhinav b6e1dd5561 move head setting logic from app to worker 2022-02-05 16:06:34 +05:30
Abhinav e39eb9c82e remove cacheResp logging 2022-02-05 15:15:40 +05:30
Abhinav b5d19d8ce7 Revert "add better logs to check cache issue"
This reverts commit 83ada844a3.
2022-02-05 15:12:35 +05:30
Abhinav e45f164246 Revert "even better logs"
This reverts commit e3586fa3fe.
2022-02-05 15:11:01 +05:30
Abhinav 54e074bebe add resp.data not undefined check before creating Uint8ArrayBuffer out of it 2022-02-05 15:10:32 +05:30
Abhinav 95a7b871f6 add check to only set data in map if not null 2022-02-05 14:22:07 +05:30
Abhinav 42670853e7 renamed 5GB to better name of max file size supported 2022-02-05 14:10:18 +05:30
Abhinav c9129ce11c remove console logs 2022-02-05 14:03:34 +05:30
Abhinav e3586fa3fe even better logs 2022-02-05 09:35:02 +05:30
Abhinav 83ada844a3 add better logs to check cache issue 2022-02-05 09:27:51 +05:30
Abhinav fdd06b1ece add album meta description for alubms domain 2022-02-04 19:44:25 +05:30
Abhinav f361ad516b log cache response 2022-02-04 19:30:50 +05:30
Abhinav a4681fa7b5 fix overscrolling photoframe 2022-02-04 19:30:50 +05:30
Abhinav 09a4be46fd fix footer positioning issue 2022-02-04 19:30:50 +05:30
Abhinav 52be964256 update-default-sentry-dsn 2022-02-04 18:28:28 +05:30
Abhinav cf6ca4363b final chnage 2022-02-04 13:31:00 +05:30
Abhinav 1aff0d2ae9 update albums footer 2022-02-04 13:09:13 +05:30
Abhinav 21aab14380 fix things 2022-02-04 00:26:34 +05:30
Abhinav e7c051ac53 refactor metadata extraction 2022-02-03 23:54:36 +05:30
Abhinav 496c402177 fix variable name 2022-02-03 13:35:06 +05:30
Abhinav e71fb680ef handle back button press to open and close photoswipe 2022-02-03 13:18:01 +05:30
Abhinav 8ceaf68259 Revert "remove album url label and add spacing after form description"
This reverts commit be5e1d96ef.
2022-02-03 09:58:39 +05:30
Abhinav 6355f01e96 better handle routing with shallow replacing 2022-02-03 09:51:12 +05:30
Abhinav ccaf37b2c6 replcae push with replace when routing to shared-albums 2022-02-03 09:46:56 +05:30
Abhinav be5e1d96ef remove album url label and add spacing after form description 2022-02-02 22:09:51 +05:30
Abhinav 5c62a3183d update ABUSE_REPORT_DESCRIPTION 2022-02-02 22:01:58 +05:30
Abhinav a3235967e3 nothing to see here if files is empty 2022-02-02 22:01:01 +05:30
Abhinav 6ffe0acd54 fix comlink type import 2022-02-01 19:10:30 +05:30
Abhinav 835ce8eced set queue processor concurrent request count to 5 2022-02-01 19:03:31 +05:30
Abhinav f76b1c3ee3 add new worker for conversion 2022-02-01 18:54:44 +05:30
Abhinav 8a0361b788 fix queue processor processing only one request even if max limit greater than 1 2022-02-01 18:46:33 +05:30
Abhinav c30fa05b60 add HIECConveter service to queue up and process heic to jpeg conversion 2022-02-01 16:21:47 +05:30
Abhinav 4d02c3a404 handle non localhost dev setups 2022-02-01 15:37:17 +05:30
Abhinav 818a645205 Merge branch 'master' into chrome-oom-crash 2022-02-01 14:18:38 +05:30
Abhinav f335a9bbfd fix grammer 2022-01-31 23:36:53 +05:30
Abhinav 2266d7a115 update abuse report description 2022-01-31 23:32:47 +05:30
Abhinav 2cc30ebe88 update abuse report success strings 2022-01-31 23:31:41 +05:30
Abhinav 262eb0884f show loader till files null and loading 2022-01-31 16:40:31 +05:30
Abhinav b8b6c20302 improve loading 2022-01-31 16:18:27 +05:30
Abhinav 7d5a03598d add isLoadingBarRunning before calling complete 2022-01-31 16:10:34 +05:30
Abhinav 55f6724090 use accessToken and collectionID combined as collectionUID 2022-01-31 14:00:26 +05:30
Abhinav 4b2ca8e98c improve loaders 2022-01-31 12:34:22 +05:30
Abhinav 21799ba06e setLoading(false) after local files loaded 2022-01-30 16:56:07 +05:30
Abhinav a750e7e900 update sharing Error handling 2022-01-30 16:03:13 +05:30
Abhinav 033a6020e2 handle too TOO_MANY_REQUEST error 2022-01-30 13:37:32 +05:30
Abhinav 16cc4844f1 don't send validTill and deviceLimit and use default options 2022-01-30 13:36:50 +05:30
Abhinav Kumar c0c210d587
Merge pull request #338 from ente-io/styling-and-string-sharable-url
Styling and string sharable url
2022-01-29 14:51:04 +05:30
Abhinav f4366064d0 style change 2022-01-29 14:48:53 +05:30
Abhinav 99525739e6 remove zero sharees and increase divider margin 2022-01-29 14:32:46 +05:30
Abhinav 3a4e1522a8 dont null instead set file as empty array 2022-01-29 14:23:35 +05:30
Abhinav 6962ccfea4 change abuse report button text 2022-01-29 14:19:08 +05:30
Abhinav 82ba607a3d add divider between share with and public url 2022-01-29 14:17:52 +05:30
Abhinav 65a0f6f464 adds user id to show bulk edit option 2022-01-29 13:22:15 +05:30
Abhinav 3f3e65ad03 fix dedupe 2022-01-29 12:42:28 +05:30
Abhinav d4264b9c06 get collection sync time UID 2022-01-29 12:33:56 +05:30
Abhinav 674375848c setPublicShareUrl to null if collection url doesnt exist 2022-01-29 12:19:55 +05:30
Abhinav 08822f9963 fix report item size 2022-01-29 11:49:59 +05:30
Abhinav 499a256c49 update button style 2022-01-29 11:36:10 +05:30
Abhinav 30aeef3231 style changes 2022-01-29 11:30:47 +05:30
Abhinav ad3dc5d65f update placeholder strings to have required star 2022-01-29 10:59:45 +05:30
Abhinav 0940d38f58 init localForage before redirecting 2022-01-29 09:38:34 +05:30
Abhinav 369887c346 changed ?? to || 2022-01-29 09:32:45 +05:30
Abhinav ba5431a723 fix cache errors 2022-01-29 09:13:07 +05:30
Abhinav ac8ef83fcf fix first load loading 2022-01-29 08:59:47 +05:30
Abhinav 14516bb252 fix get local collection 2022-01-28 17:45:07 +05:30
Abhinav 49869766d9 fix local file fetching 2022-01-28 17:41:48 +05:30
Abhinav 7649ee1894 add dedupe logic before saving collection to localStorage 2022-01-28 17:34:06 +05:30
Abhinav 3291b2c005 fix laoder not working in gallery 2022-01-28 13:50:00 +05:30
Abhinav de0a310969 Merge branch 'bug-fix-public-sharing' into update-abuse-report 2022-01-28 11:54:09 +05:30
Abhinav eb714a145b Merge branch 'public-album-styling' into bug-fix-public-sharing 2022-01-28 11:51:55 +05:30
Abhinav 7af0cd55a1 Merge branch 'master' into public-album-styling 2022-01-28 11:50:38 +05:30
Abhinav Kumar 3c58e02f66
Merge pull request #333 from ente-io/albums-ente-io
copy of albums.ente.io setup
2022-01-28 11:45:45 +05:30
Abhinav caef32adb2 change button text for web to singup 2022-01-27 16:08:25 +05:30
Abhinav Kumar 04aab00edd
Merge pull request #313 from ente-io/shareable-url
shareable url
2022-01-27 16:00:57 +05:30
Abhinav Kumar 5fd12ad7b9
Merge pull request #330 from ente-io/progress-bar-ui-updates
upload progress bar upload
2022-01-27 15:43:05 +05:30
Abhinav Kumar 22a7984067
Merge pull request #331 from ente-io/update-recovery-error-style
update error dialog style shown for get recovery code failure
2022-01-27 15:39:01 +05:30
Abhinav b18e1d326f update error dialog style for recoervy code show fail 2022-01-27 15:35:07 +05:30
Abhinav b7f87ef7ba adds the missed reducePendingFiles function 2022-01-27 15:06:48 +05:30
Abhinav c8fcb4d9ef fix move to moveFileToResultList logic 2022-01-27 14:44:17 +05:30
Abhinav c3081c9096 no need to set finished files progress on progress bar 2022-01-27 14:38:02 +05:30
Abhinav Kumar d980620b3b
Merge pull request #328 from ente-io/incognito-mode-usage
Incognito mode usage
2022-01-27 13:23:58 +05:30
Abhinav 1ceaa481a9 close automatically recovery modal only on error 2022-01-27 13:10:09 +05:30
Abhinav f4eaaaaf05 dont log cache failures 2022-01-27 12:32:21 +05:30
Abhinav 4793d7169b revert to default driver set 2022-01-27 12:27:50 +05:30
Abhinav 8ebb34c56d catch error when cache access fails 2022-01-27 12:27:01 +05:30
Abhinav 79e543f5db close automatically recovery modal only on error 2022-01-26 19:25:37 +05:30
Abhinav ff5d9b5129 update the abuse report form 2022-01-26 19:17:37 +05:30
Abhinav 36c2c77546 add collectionToRemove not found locally check 2022-01-26 12:57:33 +05:30
Abhinav f674c8bc70 have seperate state to keep track of running loader 2022-01-26 12:51:12 +05:30
Abhinav 2c5de102b2 prevent files[index] is undefined errors 2022-01-26 11:54:49 +05:30
Abhinav 9b47830076 fix public collection files download 2022-01-26 11:50:02 +05:30
Abhinav 333271bfc0 fix getThumbnail erroring out on hot reload 2022-01-26 11:39:42 +05:30
Abhinav 8cbb6aa4f6 mask shared-albums if not already done 2022-01-26 11:13:31 +05:30
Abhinav 8deaf8e39e update LinkButton style 2022-01-25 19:38:43 +05:30
Abhinav 7ceea87510 move report button to button of the photoList 2022-01-25 19:38:28 +05:30
Abhinav 2df58a0f7c update GoToEnte button positioning 2022-01-25 18:08:33 +05:30
Abhinav 041e995baf fix host change for local shared album 2022-01-25 16:15:30 +05:30
Abhinav 94a0c07430 moved masking logic to landing page 2022-01-25 14:30:28 +05:30
Abhinav bbfa11834e added redirect to shared-albums with root mask logic 2022-01-25 14:09:56 +05:30
Abhinav 4220211388 dont show console warning on local host 2022-01-25 14:06:36 +05:30
Abhinav a0c10cf1c4 add shared-albums page and album site host 2022-01-25 14:06:22 +05:30
Abhinav a631b5ff01 Merge branch 'master' into albums-ente-io 2022-01-25 12:05:57 +05:30
Abhinav Kumar 091566281d
Merge pull request #320 from ente-io/recovery-key-error-handling
better handle if getRecoveryKey fails
2022-01-24 18:24:35 +05:30
Abhinav 197f2ecd80 make shared-album pural 2022-01-24 18:21:26 +05:30
Abhinav a12142f677 upate lodaer for normal share 2022-01-24 17:54:17 +05:30
Abhinav cb29371959 remove token-missing erorr 2022-01-24 17:43:30 +05:30
Abhinav b3dd490286 cleanup 2022-01-24 17:35:39 +05:30
Abhinav 28d3d123c2 fix redirect to app 2022-01-24 17:27:16 +05:30
Abhinav ecd4a2588f export string to constant 2022-01-24 17:27:07 +05:30
Abhinav f521c052e5 fix loading break 2022-01-24 17:20:09 +05:30
Abhinav 9dd18696bd no need for defaultPublicCollectionGalleryContext 2022-01-24 17:19:38 +05:30
Abhinav b8871d7fc8 rename deleteSharableLink to disablePublicSharing 2022-01-24 16:59:06 +05:30
Abhinav b956c5263c moved strings to contants 2022-01-24 16:56:45 +05:30
Abhinav b2cac4f629 minor improvements 2022-01-24 16:42:23 +05:30
Abhinav 826f9a1b0f rename PulbicAccessURL to PublicURL 2022-01-24 16:33:33 +05:30
Abhinav 90643627aa remove height prop from codeblock 2022-01-24 16:13:22 +05:30
Abhinav b410f04dd4 fix margin codeblock 2022-01-24 15:43:56 +05:30
Abhinav a8f327e49a Merge branch 'master' into shareable-url 2022-01-24 15:06:53 +05:30
Abhinav 07241efafd change url casing 2022-01-24 14:58:41 +05:30
Abhinav 17fd62be4d handle new format of shareURL 2022-01-24 14:51:31 +05:30
Abhinav f89be2fffb add loading bar to shared-albums 2022-01-24 14:34:17 +05:30
Abhinav 581274b3c5 better handle if getRecoveryKey fails 2022-01-24 13:11:10 +05:30
Abhinav df9dd95f54 update string 2022-01-22 13:26:54 +05:30
Abhinav ae5bc333ef add new category for files larger than available storage 2022-01-22 12:26:41 +05:30
Abhinav 3971e9c500 Revert "fix file too large description"
This reverts commit 8a5e194af4.
2022-01-22 11:18:55 +05:30
Abhinav Kumar 4511773b80
Merge pull request #315 from ente-io/change-url-casing
Change url casing
2022-01-22 11:03:49 +05:30
Abhinav 8a5e194af4 fix file too large description 2022-01-22 11:01:56 +05:30
Abhinav a53e386d76 Merge branch 'master' into shareable-url 2022-01-21 20:20:40 +05:30
Abhinav 858a494b99 rename disableEdits to shouldDisableEdits 2022-01-21 20:18:24 +05:30
Abhinav 0169017981 reduce collection info size 2022-01-21 18:59:07 +05:30
Abhinav 0c36076fc6 add loading and fix url undefined errors 2022-01-21 18:57:28 +05:30
Abhinav 6b6a75df22 disable edits for shared collections 2022-01-21 18:45:08 +05:30
Abhinav 47ca9300dc handle null url 2022-01-21 18:33:11 +05:30
Abhinav c917f8144e reposition report button 2022-01-21 18:31:06 +05:30
Abhinav a358525b36 handle sharing errors 2022-01-21 18:24:57 +05:30
Abhinav 13f8968ee9 handle token exipring 2022-01-21 17:33:20 +05:30
Abhinav 6a3ed25c21 Merge branch 'master' into shareable-url 2022-01-21 17:22:33 +05:30
Abhinav Kumar aa45ddc3a9
Merge pull request #316 from ente-io/404-page
add 404 page
2022-01-21 17:16:49 +05:30
Abhinav 9fa5662880 add 404 page 2022-01-21 16:48:25 +05:30
Abhinav f807b96df8 set collection after fetching 2022-01-21 15:13:35 +05:30
Abhinav a96d115aa2 chnage URL format 2022-01-21 14:56:54 +05:30
Abhinav f4debffff8 build fix 2022-01-21 14:10:17 +05:30
Abhinav f4acef55ef mode copy code to codeblock 2022-01-21 14:05:11 +05:30
Abhinav 005142fe68 fix arrow style 2022-01-21 14:03:57 +05:30
Abhinav 8498ae54c0 update codeblock and move to new file 2022-01-21 13:59:46 +05:30
Abhinav 3ca08bd4f6 add copy to clipboard option 2022-01-21 12:33:23 +05:30
Abhinav 0284830085 refactor tooltip styling 2022-01-21 12:33:23 +05:30
Abhinav a99238b25b update api urls 2022-01-21 12:33:23 +05:30
Abhinav 5eb36c1e15 restyle url sharing 2022-01-21 12:33:10 +05:30
Abhinav dfbea0b6ab rename publicAccessURL to publicURL 2022-01-20 15:50:52 +05:30
Abhinav ffe5062d7a fix video download for public collection 2022-01-20 15:49:40 +05:30
Abhinav 8d81368a34 change Url to URL 2022-01-20 12:13:10 +05:30
Abhinav 1a74eccdd7 change Url to URL 2022-01-20 12:12:27 +05:30
Abhinav 1796fae8a9 add cache control to prevent cache 2022-01-19 21:51:22 +05:30
Abhinav 6303f2d606 fix send report 2022-01-19 17:14:46 +05:30
Abhinav dea7e186b4 again set url ref 2022-01-19 17:04:49 +05:30
Abhinav 072e471f27 update to hadle new URL format 2022-01-19 16:24:43 +05:30
Abhinav 13ebc48f9c add deleteSharableURL api and UI 2022-01-19 16:23:59 +05:30
Abhinav 2d23b4a70c add logic to prevent opera and MSStream undefined errors 2022-01-19 12:55:48 +05:30
Abhinav a648695e44 add go to ente button 2022-01-19 12:55:15 +05:30
Abhinav 894802bc81 add device detection logic 2022-01-19 10:31:36 +05:30
Abhinav f2caf2758b add abuse report logic 2022-01-18 18:38:24 +05:30
Abhinav 1ce3a9dc6a udpate getPublicCollectionLastSyncTime 2022-01-17 18:41:26 +05:30
Abhinav ad7f24e8df disable report abuse form 2022-01-17 18:16:33 +05:30
Abhinav 292c3c4a1f add report abuse buttona and form 2022-01-17 18:12:53 +05:30
Abhinav 2b5cea72a5 rename sharedCollection to publicCollection 2022-01-17 16:48:13 +05:30
Abhinav a53ebd5ce4 add local caching to sharedURLAlbum gallery
collection info api and ui element
open in ente button
2022-01-17 16:48:13 +05:30
Abhinav 8d81fc0342 add OpenInEnte component 2022-01-17 16:48:13 +05:30
Abhinav 493b85b322 add todo for shared-collection info api 2022-01-17 16:48:13 +05:30
Abhinav ecc2ce7093 add logic and apis for viewing sharedAlbum Thumbnails and files 2022-01-17 16:48:13 +05:30
Abhinav d7832a2e08 encode collectionKey as its not URL 2022-01-17 16:48:13 +05:30
Abhinav 80f3c1bdda small bug fixes 2022-01-17 16:48:13 +05:30
Abhinav 429211f9a8 add create sharable url logic
ui for opening shared collections
2022-01-17 16:48:09 +05:30