aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntry/FileEntryPreview.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): Fix file previews for public sharesFerdinand Thiessen2024-09-061-7/+17
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(files): Fix remaining TypeScript errors in FileEntryPreviewFerdinand Thiessen2024-08-291-7/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Use the blurhash in FilesLouis Chemineau2024-08-291-10/+54
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files): show folder sharing overlay on received sharesskjnldsv2024-08-021-0/+2
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(files): refresh preview on etag changeskjnldsv2024-05-231-1/+6
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): properly reset preview componentJohn Molakvoæ (skjnldsv)2024-03-071-4/+13
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Correctly import types in Typescript filesFerdinand Thiessen2024-02-131-2/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Remove aria-label from span and move to favorite iconFerdinand Thiessen2023-12-011-5/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Show Collectives icon in Collectives foldersJonas2023-11-141-0/+4
| | | | Signed-off-by: Jonas <jonas@freesources.org>
* Use background to increase overlay contrastLouis Chemineau2023-11-131-1/+1
| | | | | | | And limit it to files Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Only reset preview src if it used to fail beforeJulius Härtl2023-11-131-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Display play icon over live photos' previewsLouis Chemineau2023-11-091-0/+14
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-081-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* perf(files): performance optimizationsVarun Patil2023-10-191-4/+4
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* feat(files): grid viewJohn Molakvoæ2023-10-171-2/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files): split FileEntry PreviewJohn Molakvoæ2023-10-171-0/+211
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>