aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix(files): Inherit some node attributes when creating new nodes to preserve ↵Ferdinand Thiessen2024-04-164-9/+35
| | | | | | | | | | | | shared state Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): Sanitize `share-types` attribute in download actionFerdinand Thiessen2024-04-161-1/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-162-2/+50
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat: cleanup filecache_extended items by defaultRobin Appelman2024-04-152-3/+4
| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | feat: remove orphaned entries from filecache_extendedDaniel Kesselberg2024-04-151-1/+37
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore(deps): Update openapi-extractorprovokateurin2024-04-151-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-152-18/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-144-6/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-124-6/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-104-6/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(Cypress): Adjust tests for new breadcrumbsEduardo Morales2024-04-101-1/+1
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): Hide full view name on small mobile to prevent overflowFerdinand Thiessen2024-04-101-10/+11
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(breadcrumbs): Improved breadcrumb progress bar mobile renderingEduardo Morales2024-04-102-19/+21
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-094-0/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44714 from ↵Louis2024-04-081-2/+1
|\ | | | | | | | | nextcloud/artonge/fix/call_davGetFavoritesReport_after_init Call davGetFavoritesReport after the registration of propfind properties
| * fix(files): Call davGetFavoritesReport after the registration of propfind ↵Louis Chemineau2024-04-081-2/+1
| | | | | | | | | | | | properties Signed-off-by: Louis Chemineau <louis@chmn.me>
* | chore(deps): Update openapi-extractorprovokateurin2024-04-081-4/+40
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-084-0/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0712-2/+90
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0610-4/+94
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0598-380/+248
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): breadcrumbs native drop eventskjnldsv2024-04-041-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: add drag and drop recursion and FilesystemAPI testingskjnldsv2024-04-045-174/+350
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(files): unify drag and drop methodsskjnldsv2024-04-044-151/+355
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): breadcrumbs dndskjnldsv2024-04-043-70/+188
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-044-4/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-025-10/+10
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-022-0/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-014-6/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-316-12/+76
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-306-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-2998-1286/+1416
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Fix error with numeric filenamesChristopher Ng2024-03-281-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #44526 from nextcloud/bugfix/43947/delete-file-not-translatedJohn Molakvoæ2024-03-281-4/+16
|\
| * fix(files): Fix translation of "Delete file"Joas Schilling2024-03-281-4/+16
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-03-281-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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>