Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: Make route parameters accessible using composables to reuse | Ferdinand Thiessen | 2024-07-25 | 1 | -1/+8 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Do not split filename into `base` and `extension` for folders | Ferdinand Thiessen | 2024-07-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): Display mtime in grid view | Louis Chemineau | 2024-07-04 | 1 | -0/+12 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(files): Properly handle files in failed state | Ferdinand Thiessen | 2024-06-24 | 1 | -1/+1 |
| | | | | | | | When files are loaded from API the `fileid` might be set to `-1` indicating an error on the API. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor: Use composable for `currentView` and `views` to make it reactive ↵ | Ferdinand Thiessen | 2024-06-23 | 1 | -0/+5 |
| | | | | | | when shared with other Vue apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): also trigger new tab on file name middle click | John Molakvoæ (skjnldsv) | 2024-06-12 | 1 | -1/+3 |
| | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 1 | -20/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(files): setup cannot be in mixins | John Molakvoæ | 2024-02-07 | 1 | -0/+20 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore(files): move shared FileEntry and FileEntryGrid into a mixin | John Molakvoæ | 2024-02-07 | 1 | -357/+7 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files) selection store typing | John Molakvoæ | 2024-02-07 | 1 | -12/+23 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files): drop to folder path and user feedback | John Molakvoæ | 2024-02-07 | 1 | -6/+36 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files): Fix checkbox state semantics | Christopher Ng | 2024-01-20 | 1 | -3/+3 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(files): Fix unresponsive file click to download | Christopher Ng | 2024-01-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(files): Allow Ctrl/Command click on file entries to open in a new tab | Julius Härtl | 2023-12-27 | 1 | -2/+9 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | fix(files): drop visible and adjust drag-to-scroll feature | John Molakvoæ | 2023-10-19 | 1 | -9/+3 |
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | feat(files): grid view | John Molakvoæ | 2023-10-17 | 1 | -0/+414 |
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |