Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix(Cypress): Adjust tests for new breadcrumbs | Eduardo Morales | 2024-04-10 | 2 | -10/+10 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | chore: add drag and drop recursion and FilesystemAPI testing | skjnldsv | 2024-04-04 | 2 | -60/+1 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | chore: adjusting cypress drag and drop tests | skjnldsv | 2024-04-04 | 2 | -1/+134 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | feat(files_versions): Add listener and interfaces to allow versions ↵ | Louis Chemineau | 2024-03-26 | 2 | -34/+43 | |
| | | | | | | migration across storages Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(files): When copying nodes only add the copy suffix for file before file ↵ | Ferdinand Thiessen | 2024-03-22 | 1 | -2/+19 | |
| | | | | | | | extension Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Do not escape file names for filepicker buttons | Ferdinand Thiessen | 2024-03-22 | 2 | -1/+39 | |
| | | | | | | The text is already escaped by Vue, so we should not escape or sanitize the filename. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge) | Ferdinand Thiessen | 2024-03-18 | 1 | -0/+62 | |
| | | | | | | The datatransfer items list is cleared on Blink after the first access to an inner prop due to async handling and GC. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | test(files): Add e2e tests for live photo sync | Louis Chemineau | 2024-03-14 | 2 | -0/+246 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | test(files): Add move and copy utils for e2e tests | Louis Chemineau | 2024-02-27 | 2 | -70/+69 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(files): Update `webdav` to 5.3.2 fixing handling of files with XML ↵ | Ferdinand Thiessen | 2024-02-09 | 3 | -7/+101 | |
| | | | | | | entities in their names Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(cypress): Adjust files sorting tests | Ferdinand Thiessen | 2024-01-27 | 1 | -6/+6 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | test(files): Fix file picker test | Christopher Ng | 2024-01-23 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files): Allow to copy or move file to folder with similar name | Ferdinand Thiessen | 2024-01-20 | 1 | -0/+31 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | enh(files): Allow to copy files into same directory | Ferdinand Thiessen | 2024-01-20 | 1 | -0/+39 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(cypress): Wait for network requests to finish when using the FilePicker | Ferdinand Thiessen | 2023-12-06 | 1 | -0/+18 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | enh(files): Add cypress tests for copy and move | Ferdinand Thiessen | 2023-11-27 | 1 | -0/+116 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Add cypress e2e tests | Ferdinand Thiessen | 2023-11-16 | 2 | -0/+295 | |
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |