aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(files): unify drag and drop methodsskjnldsv2024-04-043-55/+92
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): breadcrumbs dndskjnldsv2024-04-042-68/+115
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): Fix error with numeric filenamesChristopher Ng2024-03-281-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-181-0/+1
| | | | | | 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(files): fixed breadcrumbs dissapearing on narrow screensEduardo Morales2024-03-151-2/+3
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.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(files): Close submenu actions after click like top-level actionsChristopher Ng2024-03-081-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.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>
* 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>
* fix: fixed breadcrumbs not showing due to viewport widthEduardo Morales2024-03-041-1/+1
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix: changed text alignment and icon logicEduardo Morales2024-02-291-5/+8
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Update apps/files/src/components/BreadCrumbs.vueAndrii Rublov2024-02-251-4/+4
| | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Andrii Rublov <39839367+arublov@users.noreply.github.com>
* feature: [F2V] Hide breadcrumbs when an upload is ongoing on narrow screen ↵Andrii Rublov2024-02-251-0/+19
| | | | | | #40942 Signed-off-by: Andrii Rublov <airublev@outlook.com>
* chore(files): replace `encodeFilePath` by `encodePath` from `@nextcloud/paths`skjnldsv2024-02-221-2/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): Dont't warn re: full storage on either zero or unlimited quotasJosh2024-02-191-4/+14
| | | | | | | | | | Fixes #43535 Fixes #43280 Replaces #43544 Signed-off-by: Josh <josh.t.richards@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* enh: breadcrumb icon matches nav view iconEduardo Morales2024-02-161-2/+6
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* enh: breadcrumbs icons are now more visually descriptiveEduardo Morales2024-02-161-1/+2
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix: Correctly import types in Typescript filesFerdinand Thiessen2024-02-132-5/+8
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Do not scroll if there is no scrolling areaFerdinand Thiessen2024-02-091-0/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Add modal to set filename before creating new files in the fileslistFerdinand Thiessen2024-02-093-9/+190
| | | | | | * Reactive `openfile` query Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #42444 from ↵John Molakvoæ2024-02-081-1/+5
| | | | nextcloud/fix/41877/files--move-focus-to-sidebar-on-open
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-5/+1
| | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
* fix(files): do not disable action on load to keep focusGrigorii K. Shartsev2024-02-071-1/+5
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): setup cannot be in mixinsJohn Molakvoæ2024-02-073-21/+41
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files): move shared FileEntry and FileEntryGrid into a mixinJohn Molakvoæ2024-02-074-727/+425
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files) selection store typingJohn Molakvoæ2024-02-075-40/+51
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): drop to folder path and user feedbackJohn Molakvoæ2024-02-073-31/+96
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): better null relatedTarget event detectionJohn Molakvoæ2024-02-041-1/+1
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): drag leave detection on safariJohn Molakvoæ2024-02-041-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): do not open file by id on load for foldersGrigorii K. Shartsev2024-02-021-2/+2
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): make sure we focus the parent actions submenu entryJohn Molakvoæ2024-01-311-1/+17
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): selected files actions position on scroll/with readme blockGrigorii K. Shartsev2024-01-302-9/+16
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix: Use viewBox instead of viewbox in SVGsprovokateurin2024-01-221-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(files): fixed home aria-label and desc logicEduardo Morales2024-01-201-3/+3
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): Fix checkbox state semanticsChristopher Ng2024-01-204-17/+23
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): prevent dragging previews and appear as an external files DnDJohn Molakvoæ2024-01-173-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* use showError in TransferOwnershipDialogueSimon L2024-01-161-3/+3
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* fix(l10n): Add context note for table footersChristopher Ng2024-01-151-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): use `getSummaryFor` for better files summary translationsJohn Molakvoæ2024-01-121-14/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): switched native input to NcButtonEduardo Morales2024-01-101-3/+4
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* refactor(files): remove merged to `@nextcloud/vue` changesGrigorii K. Shartsev2024-01-101-10/+1
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): move header actions out from the tableGrigorii K. Shartsev2024-01-104-49/+82
| | | | | | Having actions in the table header is no valid for a11y and counts as a column name. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): Fix unresponsive file click to downloadChristopher Ng2024-01-052-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): kept only first and last breadcrumb titlesEduardo Morales2024-01-051-3/+13
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* enh(files): made breadcrumb component lang=tsEduardo Morales2024-01-041-13/+37
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): open menu on right click positionJohn Molakvoæ2024-01-032-1/+33
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): focus file name on renaming also initiallyGrigorii K. Shartsev2024-01-021-4/+7
| | | | | | When new folder is created, new file entry is initially in renaming mode. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): Allow Ctrl/Command click on file entries to open in a new tabJulius Härtl2023-12-272-4/+18
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(files): allow silent batch actions errorsJohn Molakvoæ2023-12-261-0/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>