aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-272-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(personal-files): correctly filters groupfolders nowEduardo Morales2024-03-261-6/+9
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-264-4/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-252-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(tests): Add mock for `window._oc_webroot`Ferdinand Thiessen2024-03-233-0/+18
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): When copying nodes only add the copy suffix for file before file ↵Ferdinand Thiessen2024-03-222-7/+30
| | | | | | | extension Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Do not escape file names for filepicker buttonsFerdinand Thiessen2024-03-221-2/+2
| | | | | | The text is already escaped by Vue, so we should not escape or sanitize the filename. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Update openapi specChristopher Ng2024-03-201-0/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Add iconSvgInline to TemplateFileCreatorChristopher Ng2024-03-203-1/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-192-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-182-12/+19
| | | | | | The datatransfer items list is cleared on Blink after the first access to an inner prop due to async handling and GC. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1790-110/+106
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): provide onDestroy callback for interactive widgetsMaksim Sukharev2024-03-161-1/+1
| | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-162-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): fixed breadcrumbs dissapearing on narrow screensEduardo Morales2024-03-151-2/+3
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Merge pull request #41973 from nextcloud/files-scan-path-optionJohn Molakvoæ2024-03-151-1/+1
|\
| * use correct mode constant of files:scan's --path optionRobin Appelman2024-02-241-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: Ensure correct stacking context for right click menuChristopher Ng2024-03-141-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | test(files): Add e2e tests for live photo syncLouis Chemineau2024-03-142-4/+10
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | fix(files): Do not require files_trashbin in live photo sync listenerLouis Chemineau2024-03-145-134/+72
| | | | | | | | | | | | Fix https://github.com/nextcloud/server/issues/43299 Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-142-0/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): Right click menu positioningChristopher Ng2024-03-122-6/+8
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | fix(files): Right click menu scroll reset glitchChristopher Ng2024-03-121-1/+0
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | fix: Open viewer on simple file widgetJulius Härtl2024-03-111-0/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-104-12/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #43589 from nextcloud/feat/reminder-statusPytal2024-03-091-1/+1
|\ \ | | | | | | feat(files_reminders): Add reminder status indicator
| * | fix(files): Close submenu actions after click like top-level actionsChristopher Ng2024-03-081-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0924-0/+82
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | feat(files): copy live photosMaxence Lange2024-03-082-17/+65
|/ / | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0862-32/+100
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): properly reset preview componentJohn Molakvoæ (skjnldsv)2024-03-072-7/+19
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | refactor: improve autoload_static formating & update autoloadersfenn-cs2024-03-073-4/+6
| | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | feat(files): add search plugin to search in specified folder exclusivelyfenn-cs2024-03-076-0/+145
| | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | fix: Positioning and active state of viewer componentsJulius Härtl2024-03-071-3/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | feat(files): add Folder Preview ressource handlerJohn Molakvoæ (skjnldsv)2024-03-072-50/+88
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | feat(files): add Viewer Files ressource handlerJohn Molakvoæ (skjnldsv)2024-03-072-6/+98
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | feat(theming): Provide CSS variable for favorite color and adjust for dark modeFerdinand Thiessen2024-03-061-1/+1
| | | | | | | | | | Co-authored-by: Simon L <szaimen@e.mail.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat: reconfigured NcActions to use MDI'sEduardo Morales2024-03-061-1/+1
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | Merge pull request #43941 from nextcloud/fix/files-open-textJohn Molakvoæ2024-03-051-1/+7
|\ \ | | | | | | fix(files): Open new file when created from template
| * | fix(files): Open new file when created from templateFerdinand Thiessen2024-03-051-1/+7
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-057-34/+28
|\ \ \ | | | | | | | | Cache path by id
| * | | perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-047-34/+28
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #43988 from nextcloud/fix/files-favoriteJohn Molakvoæ2024-03-051-56/+43
|\ \ \ | | | | | | | | fix(files): Adjust sidebar - remove deprecated function calls and add aria label for favorite icon
| * | | fix(files): Remove deprecated function calls from sidebar and add aria-label ↵Ferdinand Thiessen2024-03-051-56/+43
| |/ / | | | | | | | | | | | | | | | to favorite icon Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix: fixed breadcrumbs not showing due to viewport widthEduardo Morales2024-03-041-1/+1
| | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-056-0/+114
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-044-4/+62
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-032-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-026-2/+60
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #43665 from nextcloud/43365-unified-search-filter-view-fixJohn Molakvoæ2024-03-012-53/+33
|\ \