Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-31 | 4 | -0/+54 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files_sharing): Make account file filter consistent have design | Ferdinand Thiessen | 2024-07-30 | 2 | -1/+11 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(files_sharing): refactor Share model to ts | skjnldsv | 2024-07-30 | 2 | -8/+7 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): correctly shrink breadcrumbs bar | Raimund Schlüßler | 2024-07-30 | 1 | -0/+1 |
| | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-30 | 12 | -8/+60 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: fix some comments | withbest | 2024-07-29 | 1 | -1/+1 |
| | | | | Signed-off-by: withbest <seekseat@outlook.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-29 | 12 | -0/+22 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-28 | 64 | -124/+306 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): always ask for confirmation if trashbin app is disabled | skjnldsv | 2024-07-27 | 4 | -122/+345 |
| | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-27 | 98 | -486/+764 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): Ensure scrolled file list does not leak through file filters | Ferdinand Thiessen | 2024-07-26 | 1 | -1/+11 |
| | | | | | | | 1. when scrolling the file list should not be visible behind the filters 2. on mobile we need to remove the padding of the filters to ensure they are accessible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Correctly validate new node name | Ferdinand Thiessen | 2024-07-26 | 2 | -170/+115 |
| | | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/45409 This includes two fixes: 1. The name in the "new node" dialog is correctly selected (e.g. `file.txt` only `file` is selected by default), to allow quick naming 2. `@nextcloud/files` functions for filename validation are used, this allows to use new Nextcloud 30 capabilities (e.g. reserved names) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-26 | 96 | -672/+1786 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #45708 from nextcloud/feat/files-filters | Ferdinand Thiessen | 2024-07-25 | 22 | -152/+1055 |
|\ | | | | | feat(files): Implement files list filters | ||||
| * | test: Add cypress tests for file list filtering | Ferdinand Thiessen | 2024-07-25 | 3 | -35/+40 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | refactor: Make route parameters accessible using composables to reuse | Ferdinand Thiessen | 2024-07-25 | 6 | -46/+82 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | feat(files): Implement files list filters for name, modified time and type | Ferdinand Thiessen | 2024-07-25 | 19 | -116/+908 |
| | | | | | | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | feat(files): Allow to add file list filters | Ferdinand Thiessen | 2024-07-25 | 6 | -68/+138 |
| | | | | | | | | | | | | | | This adds sticky file list filters above the file list. Those filters are used to filter the directory content and thus filter the file list. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #46672 from nextcloud/fix/preview-invalid-id | Andy Scherzinger | 2024-07-25 | 2 | -0/+16 |
|\ \ | |/ |/| | Avoid using partial file info as valid one | ||||
| * | fix: Ignore preview requests for invalid file ids | Julius Härtl | 2024-07-22 | 2 | -0/+16 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | fix(files): Use `@nextcloud/files` filename validation to show more details | Ferdinand Thiessen | 2024-07-25 | 2 | -61/+70 |
| | | | | | | | | | | | | | | 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> | ||||
* | | fix: PHP formatting | Elizabeth Danzberger | 2024-07-25 | 4 | -2/+17 |
| | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | | fix: Can close template filler modal | Elizabeth Danzberger | 2024-07-25 | 1 | -4/+10 |
| | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | | fix: Add SPDX header to new file | Elizabeth Danzberger | 2024-07-25 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | | feat: Add frontend components for filling out template | Elizabeth Danzberger | 2024-07-25 | 4 | -25/+100 |
| | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | | feat: Add support for filling fields to backend components | Elizabeth Danzberger | 2024-07-25 | 1 | -2/+12 |
| | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | | fix(vue): Begin implementing template filler component | Elizabeth Danzberger | 2024-07-25 | 3 | -11/+65 |
| | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | | feat: TemplateFiller component | Elizabeth Danzberger | 2024-07-25 | 2 | -4/+24 |
| | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | | 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> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-24 | 4 | -8/+16 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-23 | 8 | -2/+22 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-22 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-21 | 20 | -2/+88 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-20 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #46631 from nextcloud/feat/file-request-cypress | John Molakvoæ | 2024-07-19 | 2 | -3/+6 |
|\ | |||||
| * | chore: add file request cypress testing | skjnldsv | 2024-07-19 | 2 | -3/+6 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #46558 from nextcloud/feat/add-setting-for-windows-compat | Ferdinand Thiessen | 2024-07-19 | 10 | -7/+214 |
|\ \ | | | | | | | feat(files): Allow to configure Windows filename compatibility in the settings | ||||
| * | | feat(files): Allow to configure Windows filename compatibility in the settings | Ferdinand Thiessen | 2024-07-17 | 10 | -7/+214 |
| |/ | | | | | | | | | | | | | | | This adds an admin setting to toggle Windows filename compatibility. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-19 | 6 | -0/+18 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-17 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #46538 from nextcloud/fix/use-filename-validator | Ferdinand Thiessen | 2024-07-16 | 2 | -48/+27 |
|\ | | | | | refactor: Migrate filename validation from `Storage` and `Util` to `FilenameValidator` | ||||
| * | refactor: Remove deprecated `Util` function for filename validation to ↵ | Ferdinand Thiessen | 2024-07-16 | 2 | -48/+27 |
| | | | | | | | | | | | | `FilenameValidator` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(files): Typo in import of `ShareType` | Ferdinand Thiessen | 2024-07-16 | 1 | -3/+3 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #46545 from nextcloud/fix/bring-back-forbidden-names | Ferdinand Thiessen | 2024-07-16 | 2 | -1/+9 |
|\ | | | | | feat: Add `forbidden_filename_basenames` config option |