Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(files): Use `@nextcloud/files` filename validation to show more details | Ferdinand Thiessen | 2024-07-25 | 1 | -0/+41 |
| | | | | | | | This will enable showing more details what exactly is wrong with the filename. Especially with the new capabilities introduced with Nextcloud 30. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: add file request cypress testing | skjnldsv | 2024-07-19 | 1 | -1/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | refactor(files): Fix nullish operator usage and add missing code comment | Ferdinand Thiessen | 2024-06-24 | 1 | -0/+5 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor(files): Update `@nextcloud/files` to v3.5.0 | Ferdinand Thiessen | 2024-06-23 | 2 | -44/+0 |
| | | | | | | * Removed now duplicated code Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): do not rely on unique fileid | skjnldsv | 2024-06-12 | 1 | -4/+5 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 5 | -95/+10 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(files): When copying nodes only add the copy suffix for file before file ↵ | Ferdinand Thiessen | 2024-03-22 | 1 | -5/+21 |
| | | | | | | | extension Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(files): replace `encodeFilePath` by `encodePath` from `@nextcloud/paths` | skjnldsv | 2024-02-22 | 1 | -12/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | enh(files): Add modal to set filename before creating new files in the fileslist | Ferdinand Thiessen | 2024-02-09 | 1 | -0/+57 |
| | | | | | | * Reactive `openfile` query Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Adjust `getUniqueName` for custom suffix and reuse for ↵ | Ferdinand Thiessen | 2024-01-20 | 1 | -0/+19 |
| | | | | | | copy-move-action Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): migrate template picker | John Molakvoæ | 2023-10-17 | 1 | -13/+0 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): add move or copy action | John Molakvoæ | 2023-09-26 | 2 | -3/+71 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): add default action support | John Molakvoæ | 2023-04-20 | 1 | -0/+28 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Replace license information to SPDX expression | Louis Chemineau | 2022-01-11 | 2 | -2/+2 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Eslint fix | John Molakvoæ (skjnldsv) | 2022-01-08 | 2 | -3/+4 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Bump js licenses | John Molakvoæ (skjnldsv) | 2021-03-31 | 2 | -8/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Skip template picker if none available | John Molakvoæ (skjnldsv) | 2021-01-28 | 1 | -4/+14 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add template picker | John Molakvoæ (skjnldsv) | 2021-01-28 | 2 | -0/+95 |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> |