aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/DragAndDropNotice.vue
Commit message (Expand)AuthorAgeFilesLines
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-1/+1
* fix(files): Reset drop notice on firefoxFerdinand Thiessen2024-08-261-7/+32
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-011-1/+1
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-231-8/+14
* chore: Add SPDX headerAndy Scherzinger2024-05-291-21/+3
* chore: add drag and drop recursion and FilesystemAPI testingskjnldsv2024-04-041-2/+5
* feat(files): unify drag and drop methodsskjnldsv2024-04-041-33/+47
* fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-181-0/+1
* fix(files): drop to folder path and user feedbackJohn Molakvoæ2024-02-071-20/+30
* fix(files): better null relatedTarget event detectionJohn Molakvoæ2024-02-041-1/+1
* fix(files): drag leave detection on safariJohn Molakvoæ2024-02-041-1/+1
* fix(files): prevent dragging previews and appear as an external files DnDJohn Molakvoæ2024-01-171-2/+0
* fix(files): drag and drop events chain and cancelJohn Molakvoæ2023-12-201-9/+70
* fix(files): Correctly handle dropping folders on file listFerdinand Thiessen2023-12-061-21/+12
* fix(config): Adjust typescript config to allow `.ts` imports and Typescript i...Ferdinand Thiessen2023-11-271-1/+0
* fix(files): Show error message if drag-and-drop upload failsFerdinand Thiessen2023-11-271-3/+8
* fix(files): Allow to drag and drop new files also on empty directoriesFerdinand Thiessen2023-11-271-30/+42
* feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-101-0/+155