aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-28100-162/+358
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test(theming): Fix broken footer links testsprovokateurin2024-07-271-3/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #46784 from nextcloud/fix/public-footerJohn Molakvoæ2024-07-271-1/+1
|\
| * Merge branch 'master' into fix/public-footerJohn Molakvoæ2024-07-27127-614/+1301
| |\ | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | fix(styles): Make sure footer with legal links is shown correctlyFerdinand Thiessen2024-07-261-1/+1
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #46779 from nextcloud/fix/testing/textprocessing-unicodeMarcel Klehr2024-07-272-2/+24
|\ \ \ | |_|/ |/| | fix(testing): Make Testing TextProcessing providers unicode safe
| * | fix(testing): Make Testing TextProcessing providers unicode safeMarcel Klehr2024-07-262-2/+24
| |/ | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix(files): always ask for confirmation if trashbin app is disabledskjnldsv2024-07-274-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 TransifexNextcloud bot2024-07-27120-486/+932
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #46773 from nextcloud/fix/noid/settings-iframe-iconsMaksim Sukharev2024-07-262-5/+13
|\ \ | | | | | | style(settings): align icons at legacy help navigation
| * | style(settings): align icons at legacy help navigationMaksim Sukharev2024-07-262-5/+13
| |/ | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* / fix(files): Ensure scrolled file list does not leak through file filtersFerdinand Thiessen2024-07-261-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 nameFerdinand Thiessen2024-07-262-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>
* Merge pull request #46745 from nextcloud/refactor/comments/security-attributesKate2024-07-261-3/+4
|\
| * refactor(comments): Replace security annotations with respective attributesprovokateurin2024-07-251-3/+4
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-26234-702/+2072
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45708 from nextcloud/feat/files-filtersFerdinand Thiessen2024-07-2527-172/+1279
|\ \ | | | | | | feat(files): Implement files list filters
| * | test: Add cypress tests for file list filteringFerdinand Thiessen2024-07-253-35/+40
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | feat(files_sharing): Add file list filter to filter by owner / shareeFerdinand Thiessen2024-07-255-20/+224
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-256-46/+82
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-2519-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 filtersFerdinand Thiessen2024-07-256-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-idAndy Scherzinger2024-07-252-0/+16
|\ \ \ | | | | | | | | Avoid using partial file info as valid one
| * | | fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-222-0/+16
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #46759 from nextcloud/chore/less-banding-imageAndy Scherzinger2024-07-251-0/+0
|\ \ \ \ | |_|/ / |/| | | fix(theming): Use version with less color banding for dark variant
| * | | fix(theming): Use version with less color banding for dark variantFerdinand Thiessen2024-07-251-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #46753 from nextcloud/fix/renaming-full-validationAndy Scherzinger2024-07-252-61/+70
|\ \ \ \ | | | | | | | | | | fix(files): Use `@nextcloud/files` filename validation to show more details
| * | | | fix(files): Use `@nextcloud/files` filename validation to show more detailsFerdinand Thiessen2024-07-252-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>
* | | | | Merge pull request #46749 from nextcloud/fix/background-job-errorGreta2024-07-251-2/+7
|\ \ \ \ \ | | | | | | | | | | | | fix: add a try and catch for delete versioning
| * | | | | fix: add a try and catch for delete versioninggreta2024-07-251-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: greta <gretadoci@gmail.com>
* | | | | | fix: https://github.com/nextcloud/calendar/issues/6079 and ↵tobiasKaminsky2024-07-252-2/+16
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/nextcloud/contacts/issues/3997 Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* | | | | fix(files_sharing): `open-in-files` should open a folder and not the parentFerdinand Thiessen2024-07-251-3/+13
| |/ / / |/| | | | | | | | | | | | | | | | | | | For files this behavior is fine, but for folders the folder itself should be opened. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #46685 from nextcloud/sabre-directory-exception-previousRobin Appelman2024-07-251-10/+10
|\ \ \ \ | | | | | | | | | | fix: keep previous exception when wrapping dav exceptions
| * | | | fix: keep previous exception when wrapping dav exceptionsRobin Appelman2024-07-231-10/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #46383 from nextcloud/feat/template-fieldsJulius Härtl2024-07-257-6/+217
|\ \ \ \ \ | |_|/ / / |/| | | | feat: Template field workflow
| * | | | fix: PHP formattingElizabeth Danzberger2024-07-254-2/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | | fix: Can close template filler modalElizabeth Danzberger2024-07-251-4/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | | fix: Add SPDX header to new fileElizabeth Danzberger2024-07-251-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | | feat: Add frontend components for filling out templateElizabeth Danzberger2024-07-254-25/+100
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | | feat: Add support for filling fields to backend componentsElizabeth Danzberger2024-07-251-2/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | | fix(vue): Begin implementing template filler componentElizabeth Danzberger2024-07-253-11/+65
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | | feat: TemplateFiller componentElizabeth Danzberger2024-07-252-4/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | | feat: Add template filler componentElizabeth Danzberger2024-07-251-0/+26
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | | | Merge pull request #46693 from nextcloud/s3-writestream-implStephan Orbaugh2024-07-251-0/+21
|\ \ \ \ | | | | | | | | | | feat: add a specialized writeStream implementation for s3 external storage
| * | | | feat: add a specialized writeStream implementation for s3 external storageRobin Appelman2024-07-241-0/+21
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | fix(files_versions): avoid unintentional skipping of expirationcarhe2024-07-251-1/+1
| |/ / |/| | | | | Signed-off-by: carhe <carstenherrmann@web.de>
* | | Merge pull request #46690 from nextcloud/fix/files-displaynameFerdinand Thiessen2024-07-2510-221/+54
|\ \ \ | | | | | | | | Update `@nextcloud/files` to 3.6.0 and fix display name handling of folders (breadcrumbs and filename)
| * | | fix: Ensure displayname is a stringFerdinand Thiessen2024-07-251-1/+8
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(files): Do not split filename into `base` and `extension` for foldersFerdinand Thiessen2024-07-254-16/+34
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | chore(deps): Update `@nextcloud/files` to v3.6.0Ferdinand Thiessen2024-07-255-204/+12
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>