Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat(files): unify drag and drop methods | skjnldsv | 2024-04-04 | 3 | -55/+92 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files): breadcrumbs dnd | skjnldsv | 2024-04-04 | 2 | -68/+115 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files): Fix error with numeric filenames | Christopher Ng | 2024-03-28 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge) | Ferdinand Thiessen | 2024-03-18 | 1 | -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 screens | Eduardo Morales | 2024-03-15 | 1 | -2/+3 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix(files): Right click menu positioning | Christopher Ng | 2024-03-12 | 2 | -6/+8 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): Right click menu scroll reset glitch | Christopher Ng | 2024-03-12 | 1 | -1/+0 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): Close submenu actions after click like top-level actions | Christopher Ng | 2024-03-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): properly reset preview component | John Molakvoæ (skjnldsv) | 2024-03-07 | 2 | -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 mode | Ferdinand Thiessen | 2024-03-06 | 1 | -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 width | Eduardo Morales | 2024-03-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix: changed text alignment and icon logic | Eduardo Morales | 2024-02-29 | 1 | -5/+8 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | Update apps/files/src/components/BreadCrumbs.vue | Andrii Rublov | 2024-02-25 | 1 | -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 Rublov | 2024-02-25 | 1 | -0/+19 | |
| | | | | | | #40942 Signed-off-by: Andrii Rublov <airublev@outlook.com> | |||||
* | chore(files): replace `encodeFilePath` by `encodePath` from `@nextcloud/paths` | skjnldsv | 2024-02-22 | 1 | -2/+2 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files): Dont't warn re: full storage on either zero or unlimited quotas | Josh | 2024-02-19 | 1 | -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 icon | Eduardo Morales | 2024-02-16 | 1 | -2/+6 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | enh: breadcrumbs icons are now more visually descriptive | Eduardo Morales | 2024-02-16 | 1 | -1/+2 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix: Correctly import types in Typescript files | Ferdinand Thiessen | 2024-02-13 | 2 | -5/+8 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Do not scroll if there is no scrolling area | Ferdinand Thiessen | 2024-02-09 | 1 | -0/+5 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | enh(files): Add modal to set filename before creating new files in the fileslist | Ferdinand Thiessen | 2024-02-09 | 3 | -9/+190 | |
| | | | | | | * Reactive `openfile` query Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #42444 from ↵ | John Molakvoæ | 2024-02-08 | 1 | -1/+5 | |
| | | | | nextcloud/fix/41877/files--move-focus-to-sidebar-on-open | |||||
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 1 | -5/+1 | |
| | | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d. | |||||
* | fix(files): do not disable action on load to keep focus | Grigorii K. Shartsev | 2024-02-07 | 1 | -1/+5 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | fix(files): setup cannot be in mixins | John Molakvoæ | 2024-02-07 | 3 | -21/+41 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | chore(files): move shared FileEntry and FileEntryGrid into a mixin | John Molakvoæ | 2024-02-07 | 4 | -727/+425 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files) selection store typing | John Molakvoæ | 2024-02-07 | 5 | -40/+51 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): drop to folder path and user feedback | John Molakvoæ | 2024-02-07 | 3 | -31/+96 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): better null relatedTarget event detection | John Molakvoæ | 2024-02-04 | 1 | -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 safari | John Molakvoæ | 2024-02-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): do not open file by id on load for folders | Grigorii K. Shartsev | 2024-02-02 | 1 | -2/+2 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | fix(files): make sure we focus the parent actions submenu entry | John Molakvoæ | 2024-01-31 | 1 | -1/+17 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): selected files actions position on scroll/with readme block | Grigorii K. Shartsev | 2024-01-30 | 2 | -9/+16 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | fix: Use viewBox instead of viewbox in SVGs | provokateurin | 2024-01-22 | 1 | -1/+1 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix(files): fixed home aria-label and desc logic | Eduardo Morales | 2024-01-20 | 1 | -3/+3 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix(files): Fix checkbox state semantics | Christopher Ng | 2024-01-20 | 4 | -17/+23 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): prevent dragging previews and appear as an external files DnD | John Molakvoæ | 2024-01-17 | 3 | -4/+4 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | use showError in TransferOwnershipDialogue | Simon L | 2024-01-16 | 1 | -3/+3 | |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | |||||
* | fix(l10n): Add context note for table footers | Christopher Ng | 2024-01-15 | 1 | -0/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): use `getSummaryFor` for better files summary translations | John Molakvoæ | 2024-01-12 | 1 | -14/+4 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): switched native input to NcButton | Eduardo Morales | 2024-01-10 | 1 | -3/+4 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | refactor(files): remove merged to `@nextcloud/vue` changes | Grigorii K. Shartsev | 2024-01-10 | 1 | -10/+1 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | fix(files): move header actions out from the table | Grigorii K. Shartsev | 2024-01-10 | 4 | -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 download | Christopher Ng | 2024-01-05 | 2 | -2/+2 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): kept only first and last breadcrumb titles | Eduardo Morales | 2024-01-05 | 1 | -3/+13 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | enh(files): made breadcrumb component lang=ts | Eduardo Morales | 2024-01-04 | 1 | -13/+37 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix(files): open menu on right click position | John Molakvoæ | 2024-01-03 | 2 | -1/+33 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): focus file name on renaming also initially | Grigorii K. Shartsev | 2024-01-02 | 1 | -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 tab | Julius Härtl | 2023-12-27 | 2 | -4/+18 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | fix(files): allow silent batch actions errors | John Molakvoæ | 2023-12-26 | 1 | -0/+6 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |