aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/e2e/files/FilesUtils.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix(Cypress): Adjust tests for new breadcrumbsEduardo Morales2024-04-101-1/+1
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* feat(files_versions): Add listener and interfaces to allow versions ↵Louis Chemineau2024-03-261-15/+34
| | | | | | migration across storages Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files): Do not escape file names for filepicker buttonsFerdinand Thiessen2024-03-221-1/+1
| | | | | | The text is already escaped by Vue, so we should not escape or sanitize the filename. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test(files): Add e2e tests for live photo syncLouis Chemineau2024-03-141-0/+31
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* test(files): Add move and copy utils for e2e testsLouis Chemineau2024-02-271-0/+58
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files): Update `webdav` to 5.3.2 fixing handling of files with XML ↵Ferdinand Thiessen2024-02-091-0/+32
entities in their names Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>