Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Display "+New" while files page loads instead of "+Add". | Ty Davis | 2024-03-16 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Ty Davis <noreply@mail.theTyster.dev> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix: Ensure correct stacking context for right click menu | Christopher Ng | 2024-03-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(files): restore unified search filtering in files view | fenn-cs | 2024-03-15 | 1 | -11/+33 |
| | | | | | | | | | | | | | | | | | The unified search emits, search events that other apps can subscribe to and react however they want to search queries, following 4b55594f55ce4146ed93c50f71e6204a57d29612 and prior updates to migrate the Files app ui to vue.js that feature was broken. This commit reintroduces the feature using the current `FileList` implementation. This commit also adds some logging to an empty exception handler. Resolve : https://github.com/nextcloud/server/issues/43365 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> (cherry picked from commit 29c37af40c7c28ef17da4b9565e8c30fab27fec4) Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(files): Open new file when created from template | Ferdinand Thiessen | 2024-03-06 | 1 | -1/+7 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Remove deprecated function calls from sidebar and add aria-label ↵ | Ferdinand Thiessen | 2024-03-05 | 1 | -56/+43 |
| | | | | | | to favorite icon Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): page h1 heading | Grigorii K. Shartsev | 2024-02-23 | 2 | -4/+6 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(files): Fix some type errors in TemplatePicker | Ferdinand Thiessen | 2024-02-10 | 1 | -37/+31 |
| | | | | 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-10 | 1 | -2/+7 |
| | | | | | | * Reactive `openfile` query Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_sharing): use proper sharing AccountPlus icon in breadcrumbs | Simon L | 2024-02-08 | 1 | -5/+5 |
| | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> [skip ci] | ||||
* | fix(files): focus sidebar tab on tab or file change | Grigorii K. Shartsev | 2024-02-08 | 1 | -9/+16 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(files): Consistent sorting for folders before files (user configurable) | Ferdinand Thiessen | 2024-02-03 | 2 | -2/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): combine navigation and files list into single Vue app | Grigorii K. Shartsev | 2024-02-01 | 2 | -37/+20 |
| | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix(files): Make sure to add the `fileid` on favorite folders navigation entries | Ferdinand Thiessen | 2024-01-25 | 3 | -28/+40 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Make sure `$navigation` is observable to react on changes | Ferdinand Thiessen | 2024-01-25 | 1 | -2/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Set default view and match also child routes | Ferdinand Thiessen | 2024-01-25 | 1 | -8/+18 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): use backend error message if provided | John Molakvoæ | 2024-01-18 | 1 | -4/+7 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files): better upload error handling | John Molakvoæ | 2024-01-16 | 1 | -0/+36 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): disable upload button if quota is reached | John Molakvoæ | 2024-01-16 | 1 | -1/+28 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Refresh FileList on current folder update | Raul Ferreira | 2024-01-11 | 1 | -1/+17 |
| | | | | Signed-off-by: Raul Ferreira <r.ferreira.fuentes@gmail.com> | ||||
* | Include grid view toggle in accessibility switch | Louis Chemineau | 2024-01-09 | 1 | -1/+4 |
| | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix(files): add label for WebDAV URL in files settings | Grigorii K. Shartsev | 2024-01-08 | 1 | -0/+1 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | Add global accessibility switch | Louis Chemineau | 2023-12-19 | 1 | -1/+6 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(files): Partly revert 32c1aeb and show correct quota again | Ferdinand Thiessen | 2023-12-15 | 1 | -5/+5 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): navigation exact | John Molakvoæ | 2023-12-14 | 1 | -1/+2 |
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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-07 | 1 | -1/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | 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> | ||||
* | fix: Properly take show_hidden user setting into account for file listing | Julius Härtl | 2023-12-05 | 1 | -2/+8 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | fix(config): Adjust typescript config to allow `.ts` imports and Typescript ↵ | Ferdinand Thiessen | 2023-12-05 | 1 | -11/+11 |
| | | | | | | in Vue files Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Show error message if drag-and-drop upload fails | Ferdinand Thiessen | 2023-12-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Allow to drag and drop new files also on empty directories | Ferdinand Thiessen | 2023-12-05 | 1 | -10/+23 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix more active entry icons | Joas Schilling | 2023-11-30 | 1 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix action button labels | Marco Ambrosini | 2023-11-24 | 1 | -1/+1 |
| | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Add star indicator in file description | Marco | 2023-11-22 | 1 | -1/+2 |
| | | | | | Signed-off-by: Marco <marcoambrosini@icloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Move starring into actions menu | Marco | 2023-11-22 | 1 | -2/+15 |
| | | | | Signed-off-by: Marco <marcoambrosini@icloud.com> | ||||
* | fix(files): Ensure favorites and folders are sorted first regardless or ↵ | Ferdinand Thiessen | 2023-11-16 | 1 | -16/+35 |
| | | | | | | | | sorting order Also fixes `mtime` being wrong sorted, as high mtime means recently edited -> lower Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Hide .mov for live photos | Louis Chemineau | 2023-11-09 | 1 | -1/+4 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Reduce left margin of files list header | julia.kirschenheuter | 2023-10-17 | 1 | -1/+2 |
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | fix(files): hide grid view button on narrow screen | John Molakvoæ | 2023-10-17 | 1 | -1/+4 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): add grid toggle button | John Molakvoæ | 2023-10-17 | 2 | -2/+31 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): migrate template picker | John Molakvoæ | 2023-10-17 | 2 | -38/+61 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat: allow external drop and add dropzone | John Molakvoæ | 2023-10-10 | 1 | -0/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): add move or copy action | John Molakvoæ | 2023-09-26 | 1 | -2/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(systemtags): fix capabilities and sidebar + tag visibility | John Molakvoæ (skjnldsv) | 2023-09-18 | 2 | -3/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | feat(files): add systemtags view | John Molakvoæ (skjnldsv) | 2023-09-18 | 1 | -1/+11 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | feat(files): add sharing icon in header | John Molakvoæ | 2023-09-02 | 1 | -4/+80 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): add uploader | John Molakvoæ | 2023-09-01 | 1 | -3/+39 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore: upgrade to `@nextcloud/files@3.0.0-beta.18` | John Molakvoæ | 2023-08-23 | 2 | -9/+18 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat: migrate FileAction from server | John Molakvoæ | 2023-08-23 | 3 | -6/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore: use Navigation from `@nextcloud/files` | John Molakvoæ | 2023-08-23 | 7 | -56/+52 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |