Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix(files): Add declaration for `$navigation` | Ferdinand Thiessen | 2024-01-25 | 1 | -0/+7 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): combine navigation and files list into single Vue app | Grigorii K. Shartsev | 2024-01-25 | 4 | -55/+49 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | Merge pull request #43027 from nextcloud/fix/svg-viewbox-attribute | Kate | 2024-01-22 | 1 | -1/+1 | |
|\ | | | | | fix: Use viewBox instead of viewbox in SVGs | |||||
| * | fix: Use viewBox instead of viewbox in SVGs | provokateurin | 2024-01-22 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | fix(files): do not show `View in folder` in the Files view | John Molakvoæ | 2024-01-22 | 2 | -3/+27 | |
|/ | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): Allow to copy or move file to folder with similar name | Ferdinand Thiessen | 2024-01-20 | 1 | -1/+3 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Adjust `getUniqueName` for custom suffix and reuse for ↵ | Ferdinand Thiessen | 2024-01-20 | 6 | -41/+43 | |
| | | | | | | copy-move-action Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | enh(files): Allow to copy files into same directory | Ferdinand Thiessen | 2024-01-20 | 1 | -35/+79 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.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 backend error message if provided | John Molakvoæ | 2024-01-12 | 1 | -4/+7 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.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> | |||||
* | Include `unsubscribe` from file changed event | Raul Ferreira | 2024-01-11 | 1 | -1/+5 | |
| | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Raul Ferreira <r.ferreira.fuentes@gmail.com> | |||||
* | Update apps/files/src/views/FilesList.vue | Raul Ferreira Fuentes | 2024-01-11 | 1 | -2/+2 | |
| | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Raul Ferreira Fuentes <Raudius@users.noreply.github.com> | |||||
* | Refresh FileList on current folder update | Raul Ferreira | 2024-01-11 | 1 | -1/+13 | |
| | | | | Signed-off-by: Raul Ferreira <r.ferreira.fuentes@gmail.com> | |||||
* | chore(deps): bump `@nextcloud/files` to `3.1.0` | John Molakvoæ | 2024-01-11 | 3 | -13/+11 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): group duplicate shares | John Molakvoæ | 2024-01-11 | 2 | -24/+56 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): fix unshare action | John Molakvoæ | 2024-01-11 | 1 | -1/+26 | |
| | | | | 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> | |||||
* | Include grid view toggle in accessibility switch | Louis Chemineau | 2024-01-08 | 1 | -1/+4 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.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> | |||||
* | enh(breadcrumbs): removed unnecessary aria label | Eduardo Morales | 2023-12-22 | 1 | -5/+9 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | enh(files): added ability to escape out of all selection when focused | Eduardo Morales | 2023-12-21 | 2 | -2/+12 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix(files): drag and drop events chain and cancel | John Molakvoæ | 2023-12-20 | 3 | -14/+78 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): recursive drop path join | John Molakvoæ | 2023-12-20 | 1 | -2/+5 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | Add global accessibility switch | Louis Chemineau | 2023-12-19 | 1 | -1/+6 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(files): Use DAV functions from library to fix invalid source links | Ferdinand Thiessen | 2023-12-19 | 1 | -72/+8 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix typo in move or copy dialog | Joas Schilling | 2023-12-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #42281 from nextcloud/fix/files/urlencode | John Molakvoæ | 2023-12-15 | 1 | -1/+1 | |
|\ | ||||||
| * | fix(files): fix download file encoded source | John Molakvoæ | 2023-12-14 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | | fix(files): Partly revert 32c1aeb and show correct quota again | Ferdinand Thiessen | 2023-12-14 | 2 | -7/+7 | |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): templates logger usage | John Molakvoæ | 2023-12-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | feat(files): add batch support to copy-move | John Molakvoæ | 2023-12-14 | 2 | -24/+48 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): Do not add drag and drop listeners when renaming a file | Ferdinand Thiessen | 2023-12-13 | 2 | -10/+36 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): navigation exact | John Molakvoæ | 2023-12-12 | 1 | -1/+2 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix(files): Adjust reference picker for new vue file picker | Ferdinand Thiessen | 2023-12-07 | 1 | -67/+57 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | enh(files): Add files navigation label | Christopher Ng | 2023-12-06 | 1 | -1/+2 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): Correctly handle dropping folders on file list | Ferdinand Thiessen | 2023-12-06 | 2 | -21/+145 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix: Also filter out undefined entries from the file list | Julius Härtl | 2023-12-05 | 1 | -2/+2 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |