aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/e2e/files_sharing/file-request.cy.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore(i18n): Use "name" instead of "nickname"rakekniven2025-04-231-2/+2
| | | | | | | Users asked why they should use a nickname? "Name" covers nickname, pseudonym, username or real name. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* test: Add end-to-end tests for new public share Vue UIFerdinand Thiessen2024-09-061-11/+33
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-011-2/+4
| | | | | | | | This fixes non reactive default action text of the name component. Also use download action as default action so that only one place is needed to define how to download a file. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: add file request cypress testingskjnldsv2024-07-191-0/+59
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>