Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat: Add template filler component | Elizabeth Danzberger | 2024-07-25 | 1 | -0/+26 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Ensure displayname is a string | 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 | 4 | -16/+34 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore(deps): Update `@nextcloud/files` to v3.6.0 | Ferdinand Thiessen | 2024-07-25 | 5 | -204/+12 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): validate input when creating file/directory | Maksim Sukharev | 2024-07-24 | 2 | -8/+67 | |
| | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | |||||
* | fix(files): Grid view virtual scrolling computations | Louis Chemineau | 2024-07-24 | 2 | -8/+6 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(files): Reduce preview size in grid view mode | Louis Chemineau | 2024-07-24 | 2 | -5/+5 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | chore: add file request cypress testing | skjnldsv | 2024-07-19 | 2 | -3/+6 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files): Typo in import of `ShareType` | Ferdinand Thiessen | 2024-07-16 | 1 | -3/+3 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix: stop file actions when conflict dialog skipped | grnd-alt | 2024-07-16 | 1 | -4/+1 | |
| | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | |||||
* | fix(files): Close the sidebar on navigation | Ferdinand Thiessen | 2024-07-15 | 2 | -1/+4 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore(files_sharing): lint & refactor fixes | skjnldsv | 2024-07-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): adjust IAttributes API and files_versions | skjnldsv | 2024-07-12 | 3 | -7/+7 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files): Add rounded corners back in grid view | Louis Chemineau | 2024-07-11 | 1 | -5/+2 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | chore(files): Fix ESLint issues with files and files_sharing app | Ferdinand Thiessen | 2024-07-09 | 11 | -14/+15 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | test: Adjust Typescript definitions for OCP and OC | Ferdinand Thiessen | 2024-07-09 | 7 | -3/+16 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: Enable ESLint for apps and fix all errors | Ferdinand Thiessen | 2024-07-09 | 18 | -29/+57 | |
| | | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Correctly center the checkbox's background in grid view | Louis Chemineau | 2024-07-08 | 1 | -1/+2 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | style: unify copy icon | Andy Scherzinger | 2024-07-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | |||||
* | feat(files): Refresh grid view layout | Louis Chemineau | 2024-07-04 | 2 | -34/+59 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | feat(files): Display mtime in grid view | Louis Chemineau | 2024-07-04 | 3 | -26/+36 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(files): Disable buttons in copy/move dialog for non writable folders | Louis Chemineau | 2024-07-02 | 1 | -1/+2 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix: Allow to reset unified search using the ↵ | Ferdinand Thiessen | 2024-06-27 | 1 | -8/+16 | |
| | | | | | | `nextcloud:unified-search:reset` event Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Update favorites navigation list on folder renames | Louis Chemineau | 2024-06-26 | 3 | -2/+71 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | feat(files): increase max copy-move concurrency to 5 | John Molakvoæ | 2024-06-26 | 1 | -1/+4 | |
| | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
* | feat(files): Allow uploading directories | Ferdinand Thiessen | 2024-06-24 | 1 | -11/+34 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | refactor(files): Fix nullish operator usage and add missing code comment | Ferdinand Thiessen | 2024-06-24 | 3 | -4/+8 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Properly handle files in failed state | Ferdinand Thiessen | 2024-06-24 | 5 | -4/+12 | |
| | | | | | | | 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 | 13 | -132/+321 | |
| | | | | | | when shared with other Vue apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore(deps): Update `debounce` to 2.1.0 | Ferdinand Thiessen | 2024-06-23 | 1 | -1/+1 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | refactor(files): Update `@nextcloud/files` to v3.5.0 | Ferdinand Thiessen | 2024-06-23 | 9 | -55/+10 | |
| | | | | | | * Removed now duplicated code Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Don't react to clicks when renaming | Louis Chemineau | 2024-06-20 | 1 | -0/+9 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix: Do not import from `axios` but only `@nextcloud/axios` | Ferdinand Thiessen | 2024-06-20 | 4 | -12/+10 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Show non writable folders during move or copy | Louis Chemineau | 2024-06-19 | 1 | -5/+3 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(files): Rename openFileInfo to fileInfo | Louis Chemineau | 2024-06-19 | 1 | -2/+5 | |
| | | | | | | And check if openFile is set in the URL before opening a file. Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(deleteAction): Bump up delete requests concurrency to 5 | fenn-cs | 2024-06-17 | 1 | -1/+1 | |
| | | | | | | A concurrency of who is not efficient. Low throughput, underutilization, high latency etc... Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | fix(files): Ignore right click for default action | Louis Chemineau | 2024-06-13 | 1 | -0/+5 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(files): fetch nodes if we have multiple of the same fileid in the store | skjnldsv | 2024-06-12 | 1 | -3/+44 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files): do not rely on unique fileid | skjnldsv | 2024-06-12 | 12 | -80/+88 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files): also trigger new tab on file name middle click | John Molakvoæ (skjnldsv) | 2024-06-12 | 4 | -5/+9 | |
| | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | fix(files_sharing): fix parsing of remote shares | skjnldsv | 2024-06-12 | 2 | -7/+8 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files): Use `data-cy` (data attribute) instead of `cy-data` | Ferdinand Thiessen | 2024-06-11 | 1 | -1/+1 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | refactor(files): Migrate `personal` view to `@nextcloud/files` functions | Ferdinand Thiessen | 2024-06-11 | 1 | -23/+22 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | refactor(files): Migrate `favorites` view to `@nextcloud/files` functions ↵ | Ferdinand Thiessen | 2024-06-11 | 2 | -40/+35 | |
| | | | | | | | | and make it cancelable Also this fixes the view being writeable Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | refactor(files): Migrate `recent` view to `@nextcloud/files` functions and ↵ | Ferdinand Thiessen | 2024-06-11 | 1 | -28/+34 | |
| | | | | | | make it cancelable Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | refactor(files): Migrate files service to functions from `@nextcloud/files` | Ferdinand Thiessen | 2024-06-11 | 2 | -101/+17 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Ensure that focussed file is always scrolled right | Ferdinand Thiessen | 2024-06-08 | 1 | -0/+24 | |
| | | | | | | | | Ensure the correct file is scrolled if the content changes, this also sets a minimal height to the virtual scrolling area so that the `scrollTop` can be set. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Keep query when trigger the sidebar action | Ferdinand Thiessen | 2024-06-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): `open-in-files` action should also set `openfile` query | Ferdinand Thiessen | 2024-06-08 | 2 | -3/+3 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | refactor(files): Fix TypeScript issues in FileEntryActions | Ferdinand Thiessen | 2024-06-08 | 2 | -7/+9 | |
| | | | | | | | | * We filter the array in `enabledSubmenuActions` so we can be sure the action does have a parent * Node attributes must be accessed using the `attributes` getter not the private `_attributes` property * Cast action ref to correct component interface to make TypeScript happy Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |